1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00
invoiceninja/app/Transformers
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
..
Contact Add additional tax rate 3 into the system 2019-10-05 12:28:23 +10:00
AccountTransformer.php working on company gateway API endpoint 2019-10-03 11:13:25 +10:00
ActivityTransformer.php Add activities to API 2019-09-27 14:31:13 +10:00
ArraySerializer.php Update copyright 2019-05-11 13:32:07 +10:00
ClientContactLoginTransformer.php Clean up transformers of old Swagger documentation stubs 2019-08-26 18:25:05 +10:00
ClientContactTransformer.php fixes 2019-10-02 19:41:38 +10:00
ClientGatewayTokenTransformer.php Fixes for Number class. (#3020) 2019-10-25 20:49:38 +11:00
ClientTransformer.php Fixes for settings, implement invitations from invoice request (#3047) 2019-11-07 09:57:09 +11:00
CompanyGatewayTransformer.php Remove settings from invoice table (#3051) 2019-11-10 23:06:30 +11:00
CompanyTokenTransformer.php enforce blank strings in transformers 2019-09-27 08:14:02 +10:00
CompanyTransformer.php Fixes for settings, implement invitations from invoice request (#3047) 2019-11-07 09:57:09 +11:00
CompanyUserTransformer.php remove default includes (#3033) 2019-10-30 18:55:22 +11:00
EntityTransformer.php Update copyright 2019-05-11 13:32:07 +10:00
GatewayTransformer.php Fixes for settings, implement invitations from invoice request (#3047) 2019-11-07 09:57:09 +11:00
GroupSettingTransformer.php Stubs for group settings controller 2019-10-05 08:58:51 +10:00
InvoiceInvitationTransformer.php Fixes for settings, implement invitations from invoice request (#3047) 2019-11-07 09:57:09 +11:00
InvoiceItemTransformer.php enforce blank strings in transformers 2019-09-27 08:14:02 +10:00
InvoiceTransformer.php Set casts on Invoice Line Items (#3049) 2019-11-08 11:38:22 +11:00
PaymentTransformer.php Fixes for settings, implement invitations from invoice request (#3047) 2019-11-07 09:57:09 +11:00
ProductTransformer.php Fixes for settings, implement invitations from invoice request (#3047) 2019-11-07 09:57:09 +11:00
QuoteTransformer.php Fixes for settings, implement invitations from invoice request (#3047) 2019-11-07 09:57:09 +11:00
RecurringInvoiceTransformer.php Fixes for settings, implement invitations from invoice request (#3047) 2019-11-07 09:57:09 +11:00
RecurringQuoteTransformer.php Fixes for settings, implement invitations from invoice request (#3047) 2019-11-07 09:57:09 +11:00
TaxRateTransformer.php Tax Rates (#3026) 2019-10-29 13:55:26 +11:00
UserTransformer.php transform datetimes to timestamps 2019-10-04 21:54:03 +10:00