1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
invoiceninja/app/Repositories
David Bomba 25514b43cf
Allow fine grained payments (#3110)
* Allow payment amounts to be partial per invoice paid

* edge case tests for payments

* Allow per invoice payment amounts and allow direct payments which simply credit a clients credit_balance

* Fixes
2019-12-01 22:23:24 +11:00
..
AccountRepository.php Update copyright 2019-05-11 13:32:07 +10:00
ActivityRepository.php Fixes for tests (#3082) 2019-11-20 16:41:49 +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 Enhancements to API (#3088) 2019-11-21 19:38:57 +11:00
CompanyRepository.php Stub GMail Driver (#3099) 2019-11-27 20:47:59 +11:00
GroupSettingRepository.php Implement fees and limits map for company gateways (#3053) 2019-11-11 23:21:19 +11:00
InvoiceRepository.php Fixes for payments (#3081) 2019-11-20 08:06:48 +11:00
PaymentRepository.php Allow fine grained payments (#3110) 2019-12-01 22:23:24 +11:00
ProductRepository.php Update copyright 2019-05-11 13:32:07 +10:00
QuoteRepository.php Fixes for RandomDataSeeder (#3073) 2019-11-16 14:12:29 +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 Email template defaults (#3090) 2019-11-24 17:37:53 +11:00