1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00
invoiceninja/app/Repositories
David Bomba dc8ecbeeed
Fixes for company_user (#3477)
* Minor fixes for user delete

* Working on notifications

* Refactor for notifications

* Fix for checking settings withe negative integers

* Set payment id to 0

* Move pdf download to client side routes

* fixes for company_user

* Fixes for company_user
2020-03-11 22:05:05 +11:00
..
AccountRepository.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
ActivityRepository.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
BaseRepository.php Fixes for base repo. (#3464) 2020-03-10 17:45:24 +11:00
ClientContactRepository.php Fixes for V2 (#3408) 2020-03-02 21:22:37 +11:00
ClientRepository.php Force at least 1 blank contact per client (#3319) 2020-02-12 21:03:17 +11:00
CompanyRepository.php Fixes for quote transformer (#3434) 2020-03-06 22:10:59 +11:00
CreditRepository.php Refactor save() method to apply DRY for invoices, Quotes & Credits (#3387) 2020-02-27 08:21:12 +11:00
ExpenseRepository.php Fixes for Vendor Contacts (#3227) 2020-01-20 15:53:40 +11:00
GroupSettingRepository.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
InvoiceRepository.php Fixes for V2 (#3408) 2020-03-02 21:22:37 +11:00
PaymentRepository.php Preview Route (#3456) 2020-03-09 20:38:15 +11:00
ProductRepository.php Fix inconsistency at ProductRepository (#3209) 2020-01-14 08:26:36 +10:00
QuoteRepository.php Refactor save() method to apply DRY for invoices, Quotes & Credits (#3387) 2020-02-27 08:21:12 +11:00
RecurringInvoiceRepository.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
RecurringQuoteRepository.php Modifications to Designs (#3353) 2020-02-20 07:44:12 +11:00
UserRepository.php Fixes for company_user (#3477) 2020-03-11 22:05:05 +11:00
VendorContactRepository.php Expense and Vendors (#3226) 2020-01-20 12:31:58 +11:00
VendorRepository.php Expense and Vendors (#3226) 2020-01-20 12:31:58 +11:00