1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-06 03:02:34 +01:00
invoiceninja/app/Events/Quote
Benjamin Beganović d516b1b097
Workflow settings for quotes & invoices (#3655)
* Fix inputs

* Workflow settings: Auto archive

- New InvoiceWorkflowSettings job
- Updated PaymentCreatedActivity to dispatch the job
- New 'Archivable' trait
- New 'archived_at' field

* Workflow settings: Sending e-mail to client with auto_send

* Workflow settings: Quotes

* Fix HTML markup

* Fix archive & sending

* Remove Archivable trait & migration file

* Change order of sending the events
2020-04-28 09:50:54 +10:00
..
QuoteWasApproved.php Workflow settings for quotes & invoices (#3655) 2020-04-28 09:50:54 +10:00
QuoteWasArchived.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
QuoteWasCreated.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
QuoteWasDeleted.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
QuoteWasEmailed.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
QuoteWasEmailedAndFailed.php Ft email (#3316) 2020-02-12 20:21:06 +11:00
QuoteWasMarkedApproved.php Ft quote services (#3310) 2020-02-12 07:57:25 +11:00
QuoteWasMarkedSent.php Ft quote services (#3310) 2020-02-12 07:57:25 +11:00
QuoteWasRestored.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
QuoteWasUpdated.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00