1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00
invoiceninja/app/Factory
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
..
ClientContactFactory.php Update copyright 2019-05-11 13:32:07 +10:00
ClientFactory.php Switch currency_id back to settings object 2019-10-10 21:43:50 +11:00
CloneInvoiceFactory.php Remove settings from invoice table (#3051) 2019-11-10 23:06:30 +11:00
CloneInvoiceToQuoteFactory.php Remove settings from invoice table (#3051) 2019-11-10 23:06:30 +11:00
CompanyFactory.php refactor for pushing company meta data into settings 2019-10-04 22:37:40 +10:00
CompanyGatewayFactory.php Fixes for transformers 2019-10-03 15:42:58 +10:00
CompanyLedgerFactory.php Fix Invoice Create routes 2019-05-16 08:26:21 +10:00
GroupSettingFactory.php Tax Rates (#3026) 2019-10-29 13:55:26 +11:00
InvoiceFactory.php Remove settings from invoice table (#3051) 2019-11-10 23:06:30 +11:00
InvoiceInvitationFactory.php Fixes for settings, implement invitations from invoice request (#3047) 2019-11-07 09:57:09 +11:00
InvoiceItemFactory.php Woring on invoice is_amount_discounts 2019-10-17 14:14:17 +11:00
InvoiceToRecurringInvoiceFactory.php Remove settings from invoice table (#3051) 2019-11-10 23:06:30 +11:00
PaymentFactory.php Working on payment methods 2019-09-09 12:19:19 +10:00
ProductFactory.php transform datetimes to timestamps 2019-10-04 21:54:03 +10:00
QuoteFactory.php Refactor for settings to force types 2019-09-19 15:50:05 +10:00
RecurringInvoiceFactory.php Remove settings from invoice table (#3051) 2019-11-10 23:06:30 +11:00
RecurringInvoiceToInvoiceFactory.php Remove settings from invoice table (#3051) 2019-11-10 23:06:30 +11:00
RecurringQuoteFactory.php Remove settings from invoice table (#3051) 2019-11-10 23:06:30 +11:00
TaxRateFactory.php Tax Rates (#3026) 2019-10-29 13:55:26 +11:00
UserFactory.php Template Controller (#3042) 2019-11-05 07:50:10 +11:00