1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
invoiceninja/app/Factory
David Bomba 1393179160
Multiple fixes and features (#3411)
* Performance improvements for seeding

* Differentiating between system notification and user notifications

* Remove hard coded webhook url

* Working on system and user notifications

* notifications

* Set the currency on client if blank

* Refactor for inserting invoice defaults

* Refactor Default Invoice/Quote/Credit objects

* working on credits

* Implement mark_sent for quotes and credits
2020-03-03 20:44:26 +11:00
..
ClientContactFactory.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
ClientFactory.php Fixes for company tokens. (#3375) 2020-02-26 14:26:07 +11:00
CloneCreditFactory.php Test fixes & code improvements (#3267) 2020-01-30 14:02:25 +11:00
CloneCreditToQuoteFactory.php Create 'Credits' module (#3263) 2020-01-30 12:27:22 +11:00
CloneInvoiceFactory.php Modifications to Designs (#3353) 2020-02-20 07:44:12 +11:00
CloneInvoiceToQuoteFactory.php Modifications to Designs (#3353) 2020-02-20 07:44:12 +11:00
CloneQuoteFactory.php Modifications to Designs (#3353) 2020-02-20 07:44:12 +11:00
CloneQuoteToInvoiceFactory.php Modifications to Designs (#3353) 2020-02-20 07:44:12 +11:00
CompanyFactory.php Multiple fixes and features (#3411) 2020-03-03 20:44:26 +11:00
CompanyGatewayFactory.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
CompanyLedgerFactory.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
CompanyUserFactory.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
CreditFactory.php Multiple fixes and features (#3411) 2020-03-03 20:44:26 +11:00
CreditInvitationFactory.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
DesignFactory.php Implement Design API (#3400) 2020-02-29 08:57:47 +11:00
ExpenseFactory.php Expense and Vendors (#3226) 2020-01-20 12:31:58 +11:00
GroupSettingFactory.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
InvoiceFactory.php Multiple fixes and features (#3411) 2020-03-03 20:44:26 +11:00
InvoiceInvitationFactory.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
InvoiceItemFactory.php Import (#3360) 2020-02-22 13:25:49 +11:00
InvoiceToRecurringInvoiceFactory.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
PaymentFactory.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
ProductFactory.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
QuoteFactory.php Multiple fixes and features (#3411) 2020-03-03 20:44:26 +11:00
QuoteInvitationFactory.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
RecurringInvoiceFactory.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
RecurringInvoiceToInvoiceFactory.php Fixes for company tokens. (#3375) 2020-02-26 14:26:07 +11:00
RecurringQuoteFactory.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
TaxRateFactory.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
UserFactory.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
VendorContactFactory.php Expense and Vendors (#3226) 2020-01-20 12:31:58 +11:00
VendorFactory.php Expense and Vendors (#3226) 2020-01-20 12:31:58 +11:00