Summary: | Allow editing of the invoice number after initial saving | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Acquisitions | Assignee: | Kyle M Hall (khall) <kyle> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | abl, cunha, jzairo, kyle, veron |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 15164 - Allow editing of the invoice number after initial saving
Bug 15164 - Allow editing of the invoice number after initial saving Bug 15164 - Allow editing of the invoice number after initial saving |
Description
Katrin Fischer
2015-11-10 08:26:23 UTC
Yes,it doesn't happen very often, but if the invoice number is incorrect, it will be difficult to locate later, if needed Yes, this would be helpful. I have had several requests to change it on the database side. If a number is miskeyed incorrectly, it would be great to have an option right their for staff to edit the invoice number. Created attachment 54537 [details] [review] Bug 15164 - Allow editing of the invoice number after initial saving When you notice a typo in your invoice number after finishing with the receiving process, the only way to correct it right now is in the database - or by undoing all the steps and starting over. It would be nice if the invoice number could be edited. Test Plan: 1) Apply this patch 2) Browse to acqui/invoice.pl for an invoice 3) Note the new "Invoice number" field contains the existing invoice 4) Alter the invoice number 5) Save the invoice 6) Note the invoice number has been updated 7) Edit the invoice again 8) Attempt to save the invoice with an empty invoice number field 9) Note that you cannot save the invoice without having an invoice number Created attachment 54568 [details] [review] Bug 15164 - Allow editing of the invoice number after initial saving When you notice a typo in your invoice number after finishing with the receiving process, the only way to correct it right now is in the database - or by undoing all the steps and starting over. It would be nice if the invoice number could be edited. Test Plan: 1) Apply this patch 2) Browse to acqui/invoice.pl for an invoice 3) Note the new "Invoice number" field contains the existing invoice 4) Alter the invoice number 5) Save the invoice 6) Note the invoice number has been updated 7) Edit the invoice again 8) Attempt to save the invoice with an empty invoice number field 9) Note that you cannot save the invoice without having an invoice number Followed test plan, works as expected. Signed-off-by: Marc Véron <veron@veron.ch> Created attachment 54653 [details] [review] Bug 15164 - Allow editing of the invoice number after initial saving When you notice a typo in your invoice number after finishing with the receiving process, the only way to correct it right now is in the database - or by undoing all the steps and starting over. It would be nice if the invoice number could be edited. Test Plan: 1) Apply this patch 2) Browse to acqui/invoice.pl for an invoice 3) Note the new "Invoice number" field contains the existing invoice 4) Alter the invoice number 5) Save the invoice 6) Note the invoice number has been updated 7) Edit the invoice again 8) Attempt to save the invoice with an empty invoice number field 9) Note that you cannot save the invoice without having an invoice number Followed test plan, works as expected. Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed to master for 16.11! |