1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
invoiceninja/app/DataMapper
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
..
BaseSettings.php set defaults for line items (#3029) 2019-10-29 22:44:54 +11:00
ClientSettings.php Fixes for blank client settings and force strings for custom_fields (#3096) 2019-11-26 20:11:22 +11:00
CompanySettings.php Refactors (#3148) 2019-12-16 22:34:38 +11:00
DefaultSettings.php fixes for user creation 2019-08-25 15:55:25 +10:00
EmailTemplateDefaults.php Refactors (#3148) 2019-12-16 22:34:38 +11:00
FeesAndLimits.php Implement Company Settings Sieve (#3057) 2019-11-12 22:36:24 +11:00
InvoiceItem.php Remove settings from invoice table (#3051) 2019-11-10 23:06:30 +11:00
PaymentMethodMeta.php fixes for travis 2019-09-19 21:43:59 +10:00
PaymentTransaction.php Refactors (#3148) 2019-12-16 22:34:38 +11:00