1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00
invoiceninja/app/Jobs/Invoice
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
..
ApplyClientPayment.php Allow fine grained payments (#3110) 2019-12-01 22:23:24 +11:00
ApplyInvoiceNumber.php Refactor for invoices/quotes/credit transformers (#3100) 2019-11-27 21:27:24 +11:00
ApplyInvoicePayment.php Allow fine grained payments (#3110) 2019-12-01 22:23:24 +11:00
ApplyPaymentToInvoice.php Fixes for tests (#3082) 2019-11-20 16:41:49 +11:00
CreateInvoiceInvitations.php Fixes for RandomDataSeeder (#3073) 2019-11-16 14:12:29 +11:00
CreateInvoicePdf.php Refactor for invoices/quotes/credit transformers (#3100) 2019-11-27 21:27:24 +11:00
InvoiceActions.php Update copyright 2019-05-11 13:32:07 +10:00
InvoiceNotification.php Update copyright 2019-05-11 13:32:07 +10:00
MarkInvoicePaid.php Fixes for tests (#3082) 2019-11-20 16:41:49 +11:00
ReverseInvoicePayment.php Fixes for payments (#3081) 2019-11-20 08:06:48 +11:00
StoreInvoice.php Remove settings from invoice table (#3051) 2019-11-10 23:06:30 +11:00
UpdateInvoicePayment.php Fixes for payments (#3081) 2019-11-20 08:06:48 +11:00