1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 08:51:34 +02:00
invoiceninja/app/Models
David Bomba 3fe3c04091
Fixes for Number class. (#3020)
* Implement transformer for ClientGatewayTokens

* Add company_gateway_id to client gateway token transformer

* Fixes for client model

* Fixes for Number class
2019-10-25 20:49:38 +11:00
..
Presenters Tests for client presenter using new settings object for company meta data 2019-10-05 11:48:00 +10:00
Account.php Track signup platform (#3014) 2019-10-24 15:46:24 +11:00
Activity.php Add activities to API 2019-09-27 14:31:13 +10:00
Backup.php Update copyright 2019-05-11 13:32:07 +10:00
Bank.php Set all ID's to strings for consistency 2019-09-12 11:28:41 +10:00
BankAccount.php Update copyright 2019-05-11 13:32:07 +10:00
BankSubaccount.php Update copyright 2019-05-11 13:32:07 +10:00
BaseModel.php Default gateway type ID (#3008) 2019-10-22 22:27:03 +11:00
Client.php Fixes for Number class. (#3020) 2019-10-25 20:49:38 +11:00
ClientContact.php Transformer fixes 2019-10-02 19:04:27 +10:00
ClientGatewayToken.php cast created_at/updated_at/deleted_at to timestamps 2019-09-26 08:27:26 +10:00
Company.php Track signup platform (#3014) 2019-10-24 15:46:24 +11:00
CompanyGateway.php Track signup platform (#3014) 2019-10-24 15:46:24 +11:00
CompanyLedger.php cast created_at/updated_at/deleted_at to timestamps 2019-09-26 08:27:26 +10:00
CompanyToken.php cast created_at/updated_at/deleted_at to timestamps 2019-09-26 08:27:26 +10:00
CompanyUser.php fix for returning token on company creation 2019-10-09 16:47:12 +11:00
Country.php cast created_at/updated_at/deleted_at to timestamps 2019-09-26 08:27:26 +10:00
Credit.php Update copyright 2019-05-11 13:32:07 +10:00
Currency.php cast created_at/updated_at/deleted_at to timestamps 2019-09-26 08:27:26 +10:00
DateFormat.php Fixes for staging (#2990) 2019-10-15 21:36:51 +11:00
DatetimeFormat.php Add DateFormats to model 2019-09-22 19:30:03 +10:00
Document.php Logging 2019-06-03 15:31:20 +10:00
Expense.php Update copyright 2019-05-11 13:32:07 +10:00
Filterable.php Update copyright 2019-05-11 13:32:07 +10:00
Gateway.php Default gateway type ID (#3008) 2019-10-22 22:27:03 +11:00
GatewayType.php Set all ID's to strings for consistency 2019-09-12 11:28:41 +10:00
GroupSetting.php Group Settings 2019-10-06 08:24:46 +11:00
Industry.php Set all ID's to strings for consistency 2019-09-12 11:28:41 +10:00
Invoice.php Improve invoice calculations (#3007) 2019-10-22 13:07:00 +11:00
InvoiceInvitation.php Invitation routing 2019-09-23 15:59:01 +10:00
Language.php Set all ID's to strings for consistency 2019-09-12 11:28:41 +10:00
Payment.php Payment edge cases 2019-10-08 09:05:41 +10:00
PaymentLibrary.php Fixes for staging (#2990) 2019-10-15 21:36:51 +11:00
PaymentTerm.php Default gateway type ID (#3008) 2019-10-22 22:27:03 +11:00
PaymentType.php Store payment after invoice is confirmed paid 2019-09-25 15:55:52 +10:00
Product.php Add additional tax rate 3 into the system 2019-10-05 12:28:23 +10:00
Proposal.php Update copyright 2019-05-11 13:32:07 +10:00
Quote.php Add additional tax rate 3 into the system 2019-10-05 12:28:23 +10:00
QuoteInvitation.php Update copyright 2019-05-11 13:32:07 +10:00
RecurringInvoice.php Default gateway type ID (#3008) 2019-10-22 22:27:03 +11:00
RecurringInvoiceInvitation.php Update copyright 2019-05-11 13:32:07 +10:00
RecurringQuote.php Add additional tax rate 3 into the system 2019-10-05 12:28:23 +10:00
Size.php Set all ID's to strings for consistency 2019-09-12 11:28:41 +10:00
StaticModel.php Add activities to API 2019-09-27 14:31:13 +10:00
SystemLog.php Working on partial invoice payments 2019-10-02 08:44:13 +10:00
Task.php Move from guarded models to fillable properties.. overcomes handling additional response parameters 2019-06-26 14:04:10 +10:00
TaxRate.php Move from guarded models to fillable properties.. overcomes handling additional response parameters 2019-06-26 14:04:10 +10:00
Timezone.php Set all ID's to strings for consistency 2019-09-12 11:28:41 +10:00
User.php Fixes for tests 2019-10-05 10:11:04 +10:00