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.
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