1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 08:51:34 +02:00
invoiceninja/app/Http/Controllers/ClientPortal
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
..
CreditController.php Client portal improvements (#3652) 2020-04-23 08:49:23 +10:00
DashboardController.php [V2] Client portal rework (#3516) 2020-03-24 04:10:42 +11:00
DocumentController.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
EntityViewController.php Password protected invoices (#3635) 2020-04-17 07:19:21 +10:00
InvitationController.php Fixes for self-update (#3514) 2020-03-21 16:37:30 +11:00
InvoiceController.php Client portal improvements (#3652) 2020-04-23 08:49:23 +10:00
PaymentController.php Client portal improvements (#3652) 2020-04-23 08:49:23 +10:00
PaymentHookController.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
PaymentMethodController.php Client portal improvements (#3652) 2020-04-23 08:49:23 +10:00
ProfileController.php [V2] Client portal rework (#3516) 2020-03-24 04:10:42 +11:00
QuoteController.php Workflow settings for quotes & invoices (#3655) 2020-04-28 09:50:54 +10:00
RecurringInvoiceController.php Client portal improvements (#3652) 2020-04-23 08:49:23 +10:00