1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
invoiceninja/app/Transformers
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
..
Contact Refactor for invoices/quotes/credit transformers (#3100) 2019-11-27 21:27:24 +11:00
AccountTransformer.php working on company gateway API endpoint 2019-10-03 11:13:25 +10:00
ActivityTransformer.php Cast to string - default_gateway_type_id (#3105) 2019-11-29 22:15:50 +11: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 Allow fine grained payments (#3110) 2019-12-01 22:23:24 +11:00
CompanyGatewayTransformer.php Implement fees and limits map for company gateways (#3053) 2019-11-11 23:21:19 +11:00
CompanyTokenTransformer.php Fixes for Token Name (#3095) 2019-11-26 19:14:01 +11:00
CompanyTransformer.php Change companies table property domain to subdomain (#3141) 2019-12-11 07:53:41 +11:00
CompanyUserTransformer.php Fixes for blank client settings and force strings for custom_fields (#3096) 2019-11-26 20:11:22 +11:00
DocumentTransformer.php Refactors (#3148) 2019-12-16 22:34:38 +11:00
EntityTransformer.php Update copyright 2019-05-11 13:32:07 +10:00
GatewayTransformer.php Cast to string - default_gateway_type_id (#3105) 2019-11-29 22:15:50 +11:00
GroupSettingTransformer.php Stubs for group settings controller 2019-10-05 08:58:51 +10:00
InvoiceInvitationTransformer.php Fixes for RandomDataSeeder (#3073) 2019-11-16 14:12:29 +11:00
InvoiceItemTransformer.php enforce blank strings in transformers 2019-09-27 08:14:02 +10:00
InvoiceTransformer.php Refactors (#3148) 2019-12-16 22:34:38 +11:00
PaymentableTransformer.php Refactors (#3148) 2019-12-16 22:34:38 +11:00
PaymentTransformer.php Refactors (#3148) 2019-12-16 22:34:38 +11:00
ProductTransformer.php Fixes for settings, implement invitations from invoice request (#3047) 2019-11-07 09:57:09 +11:00
QuoteTransformer.php Refactors (#3148) 2019-12-16 22:34:38 +11:00
RecurringInvoiceTransformer.php Refactor for invoices/quotes/credit transformers (#3100) 2019-11-27 21:27:24 +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 V2 (#3089) 2019-11-23 08:10:53 +11:00