Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
itskawsar opened this issue Sep 26, 2021 · 1 comment
Closed

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

itskawsar opened this issue Sep 26, 2021 · 1 comment

Comments

@itskawsar
Copy link
Contributor

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
Copy link
Collaborator

mc0de commented Sep 28, 2021

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

@mc0de mc0de closed this as completed Sep 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants