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

Feature Request: Ability to generate invoices retrospectively #76

Open
dnk8n opened this issue May 10, 2019 · 3 comments
Open

Feature Request: Ability to generate invoices retrospectively #76

dnk8n opened this issue May 10, 2019 · 3 comments

Comments

@dnk8n
Copy link

dnk8n commented May 10, 2019

This would allow details of an order to be amended should an error occur. And then a new invoice generated.

As part of this, it would be useful to be able to auto-generate all invoices at the end of the business day for book-keeping.

Potentially, a well formatted text file is simpler than difficult to parse pdf?

Time of sale becomes important feature to catch, because it cannot be assumed that the time of invoice equals time of sale.

@Epse
Copy link
Owner

Epse commented May 10, 2019

Ah yes, you can print/view a ticket later on via the admin page, but this seems like a very sensible thing to add. Batch-adding seems really nice as well. Text files are also simpler to generate, if people want fancy pdf, that could be added later perhaps.

What would the time of sale become then? Currently we track the last change to an order, do you want the time when an Order is created?

@dnk8n
Copy link
Author

dnk8n commented May 10, 2019

Oh, I think time of sale (LAST CHANGE in the admin Orders page) is correct as is. I misunderstood the invoice to generate a time via javascript on the fly. If the invoice is using the LAST CHANGE time, then that is perfect.

Oh, I see now that an admin can view an invoice retrospectively (is this an otherwise hidden url only exposed via 'VIEW ON SITE'?). That is good enough, but would be great for anon-admin to be able to pull up their own history.

@Epse
Copy link
Owner

Epse commented May 10, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants