1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00
invoiceninja/app/Models
2022-12-08 14:19:43 +11:00
..
Presenters Fixes for CSV imports, replace work_phone with phone 2022-11-30 11:46:02 +11:00
Account.php Merge branch 'v5-develop' into yodlee 2022-10-07 10:10:35 +11:00
Activity.php Add filters for tasks by project 2022-11-24 11:38:57 +11:00
Backup.php remove html_backup column from backups tables 2022-11-07 08:52:06 +11:00
Bank.php Update Copyright text 2022-04-27 13:20:41 +10:00
BankAccount.php Convert deprecated $dates property to $casts 2022-06-21 09:59:53 +00:00
BankIntegration.php Add filters to Bank Integrations 2022-11-11 10:13:11 +11:00
BankSubaccount.php Convert deprecated $dates property to $casts 2022-06-21 09:59:53 +00:00
BankTransaction.php Matching Bank Transactions 2022-11-20 13:12:33 +11:00
BankTransactionRule.php Matching Bank Transactions 2022-11-20 13:12:33 +11:00
BaseModel.php Translate entities 2022-07-16 16:15:31 +10:00
Client.php Fixes for applying numbers 2022-09-12 21:08:50 +10:00
ClientContact.php fixes for client portal links from client entity 2022-10-09 16:42:31 +11:00
ClientGatewayToken.php Update Copyright text 2022-04-27 13:20:41 +10:00
Company.php Merge pull request #8039 from LarsK1/patch-5 2022-12-07 18:41:33 +11:00
CompanyGateway.php Add to fillable 2022-10-12 07:53:29 +11:00
CompanyLedger.php Adjust delays for observers 2022-05-15 20:14:14 +10:00
CompanyToken.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
CompanyUser.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
Country.php Update Copyright text 2022-04-27 13:20:41 +10:00
Credit.php fixes for storage paths in self host 2022-10-12 11:27:14 +11:00
CreditInvitation.php Refactor to remove dispatchSync from code path 2022-08-01 07:30:04 +10:00
Currency.php Update Copyright text 2022-04-27 13:20:41 +10:00
DateFormat.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
DatetimeFormat.php Add DateFormats to model 2019-09-22 19:30:03 +10:00
Design.php Update Copyright text 2022-04-27 13:20:41 +10:00
Document.php Update Copyright text 2022-04-27 13:20:41 +10:00
Expense.php Post Merge v5-develop 2022-07-15 17:41:30 +10:00
ExpenseCategory.php Update Copyright text 2022-04-27 13:20:41 +10:00
Filterable.php Update Copyright text 2022-04-27 13:20:41 +10:00
Gateway.php Fixes for Klarna 2022-12-07 23:01:16 +11:00
GatewayType.php Add Support for Klarna 2022-12-05 09:03:08 +01:00
GroupSetting.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
Industry.php Update Copyright text 2022-04-27 13:20:41 +10:00
Invoice.php fixes for storage paths in self host 2022-10-12 11:27:14 +11:00
InvoiceInvitation.php Remove dispatchSync 2022-08-01 17:43:26 +10:00
Language.php Update Copyright text 2022-04-27 13:20:41 +10:00
Payment.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
Paymentable.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
PaymentHash.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
PaymentLibrary.php Update Copyright text 2022-04-27 13:20:41 +10:00
PaymentTerm.php Convert deprecated $dates property to $casts 2022-06-21 09:59:53 +00:00
PaymentType.php add checks prior to attempting to add in payment types 2022-12-08 14:19:43 +11:00
Product.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
Project.php Convert deprecated $dates property to $casts 2022-06-21 09:59:53 +00:00
Proposal.php Update Copyright text 2022-04-27 13:20:41 +10:00
PurchaseOrder.php Fixes for recurring invoice edge case 2022-11-24 17:23:36 +11:00
PurchaseOrderInvitation.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
Quote.php fixes for storage paths in self host 2022-10-12 11:27:14 +11:00
QuoteInvitation.php Add filters to Bank Integrations 2022-11-11 10:13:11 +11:00
RecurringExpense.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
RecurringInvoice.php Fixes for edge cases with recurring invoice due date days = 0 2022-12-02 11:02:04 +11:00
RecurringInvoiceInvitation.php Update Copyright text 2022-04-27 13:20:41 +10:00
RecurringQuote.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
RecurringQuoteInvitation.php Update Copyright text 2022-04-27 13:20:41 +10:00
Scheduler.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
Size.php Update Copyright text 2022-04-27 13:20:41 +10:00
StaticModel.php Update Copyright text 2022-04-27 13:20:41 +10:00
Subscription.php Update validation rules for subscriptions 2022-11-24 14:33:18 +11:00
SystemLog.php fixes for storage paths in self host 2022-10-12 11:27:14 +11:00
Task.php updates for db schema 2022-11-25 23:30:03 +11:00
TaskStatus.php Convert deprecated $dates property to $casts 2022-06-21 09:59:53 +00:00
TaxRate.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
Timezone.php Update Copyright text 2022-04-27 13:20:41 +10:00
TransactionEvent.php Apply Laravel coding style 2022-06-21 09:57:17 +00:00
User.php Post Merge v5-develop 2022-07-15 17:41:30 +10:00
Vendor.php Force company currency for purchase orders 2022-09-18 09:59:58 +10:00
VendorContact.php Add filters for tasks by project 2022-11-24 11:38:57 +11:00
Webhook.php Add delete webhook for projects 2022-12-05 12:30:58 +11:00