1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-13 06:32:40 +01:00
invoiceninja/app/Jobs/Invoice
David Bomba 957ac9f5d8
Fix for password protected authorization (#3198)
* Remove unnecessary save() on invoice

* Update copyright

* Working on Credit Repository

* Implement credits as a paymentable entity

* Add credit_id to transformer

* fix rules for update payment

* Fix random deleted_at keys in transformers

* Fix for password_protect check
2020-01-07 11:13:47 +11:00
..
ApplyClientPayment.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
ApplyInvoiceNumber.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
ApplyInvoicePayment.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
ApplyPaymentToInvoice.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
CreateInvoiceInvitations.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
CreateInvoicePdf.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
EmailInvoice.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
InvoiceNotification.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
MarkInvoicePaid.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
ReverseInvoicePayment.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
StoreInvoice.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00
UpdateInvoicePayment.php Fix for password protected authorization (#3198) 2020-01-07 11:13:47 +11:00