1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00
invoiceninja/app/DataMapper
David Bomba 37a826374b
Remove settings from invoice table (#3051)
* Implement client/group/company level counters clientCounter, groupCounter and counter

* Implement functionalityfor customising the timing of invoice_number creation

* Add Jobs

* adjustments

* clean line items at the request layer

* Clean line items at the request layer

* minor formatting for notification

* Schema Fixes

* schema changes, cast country_id to stirng

* Fixes for tests

* force line item ids to string

* Map company gateway fees and limits

* Schema changes

* Remove id from invoice item stdClass

* Remove settings object from invoice table
2019-11-10 23:06:30 +11:00
..
BaseSettings.php set defaults for line items (#3029) 2019-10-29 22:44:54 +11:00
ClientSettings.php Remove show_currency_symbol 2019-10-07 17:37:46 +11:00
CompanySettings.php Remove settings from invoice table (#3051) 2019-11-10 23:06:30 +11:00
DefaultSettings.php fixes for user creation 2019-08-25 15:55:25 +10: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 Working on gateway fees 2019-09-09 13:27:16 +10:00