1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00
invoiceninja/app/Repositories
David Bomba e1fa1186d1
CORS implementation (#3065)
* fix regression in company name

* HasOneThrough for company user

* Validation rules for contact email addresses

* Force a blank contact if no contacts passed in client
2019-11-13 22:32:53 +11:00
..
AccountRepository.php Update copyright 2019-05-11 13:32:07 +10:00
ActivityRepository.php Fixes for settings, implement invitations from invoice request (#3047) 2019-11-07 09:57:09 +11:00
BaseRepository.php Implement Company Settings Sieve (#3057) 2019-11-12 22:36:24 +11:00
ClientContactRepository.php CORS implementation (#3065) 2019-11-13 22:32:53 +11:00
ClientRepository.php Implement Company Settings Sieve (#3057) 2019-11-12 22:36:24 +11:00
CompanyRepository.php Working on Company CRUD 2019-06-17 10:15:42 +10:00
GroupSettingRepository.php Implement fees and limits map for company gateways (#3053) 2019-11-11 23:21:19 +11:00
InvoiceRepository.php Set casts on Invoice Line Items (#3049) 2019-11-08 11:38:22 +11:00
PaymentRepository.php Update copyright 2019-05-11 13:32:07 +10:00
ProductRepository.php Update copyright 2019-05-11 13:32:07 +10:00
QuoteRepository.php Invoice calculations (#2994) 2019-10-16 20:28:52 +11:00
RecurringInvoiceRepository.php Invoice calculations (#2994) 2019-10-16 20:28:52 +11:00
RecurringQuoteRepository.php Invoice calculations (#2994) 2019-10-16 20:28:52 +11:00
UserRepository.php Working on User Crud 2019-06-06 14:51:28 +10:00