LaravelDaily / laravel-invoices

Laravel package to generate PDF invoices from various customizable parameters
GNU General Public License v3.0
1.4k stars 304 forks source link

Invoice status like "paid", "due" etc. #112

Closed itskawsar closed 3 years ago

itskawsar commented 3 years ago

Is your feature request related to a problem? An invoice should have a status like Paid, Due etc.

Describe the solution you'd like Invoice status will describe the state of an invoice. Customers can ask for the invoice after making the whole or partial payment. Then the invoice should have a mark that the invoice is paid or partially paid. Or the invoice is not paid yet, it means the invoice is Due. Developer can add the status on the Invoice class like following: Invoice::make('receipt')->status('Paid')->....

Then the template should show the status.

Describe alternatives you've considered Alternatively, the status can be shown as a watermark.

Additional context invoice status example

mc0de commented 3 years ago

we currently have no plans by adding this feature, feel free to submit a PR