1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 08:51:34 +02:00
invoiceninja/app/Http/Controllers/ClientPortal
David Bomba c6e1658ffe
Refactors (#3148)
* Refactor company properties to be presented from settings object instead of company properties

* Working on Email Tests

* Working on emails

* Working on email templats

* Include text version of email

* Refactor Email template builder into trait'

* Fix for custom_value4

* Refactor payment_date -> date && payment_type_id -> type_id

* expose paymentables to API

* expose paymentables to API

* Implement a next_send_date field in invoice/quote tables to allow control over reminder scheduling

* Add custom_values to users,documents and company_gateways tables
2019-12-16 22:34:38 +11:00
..
DashboardController.php View Composer for Client Portal 2019-07-19 14:32:51 +10:00
DocumentController.php clean up 2019-08-08 21:18:02 +10:00
InvitationController.php Enhancements to API (#3088) 2019-11-21 19:38:57 +11:00
InvoiceController.php Refactor for invoices/quotes/credit transformers (#3100) 2019-11-27 21:27:24 +11:00
PaymentController.php Refactors (#3148) 2019-12-16 22:34:38 +11:00
PaymentHookController.php Payment hooks 2019-09-30 07:49:43 +10:00
PaymentMethodController.php Payment methods (#3045) 2019-11-06 09:51:39 +11:00
ProfileController.php Create client logo's 2019-08-26 19:28:21 +10:00
RecurringInvoiceController.php Refactor for invoices/quotes/credit transformers (#3100) 2019-11-27 21:27:24 +11:00