https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42969
Bug ID: 42969
Summary: Migrate POS registers list and cashup view to Vue.js
(pos/registers.pl)
Initiative type: ---
Sponsorship ---
status:
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Point of Sale
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Depends on: 42963, 42966
Blocks: 42959
Target Milestone: ---
This is part of the Point of Sale to Vue migration tracked under bug 42959,
building on the application scaffold from bug 42966.
This patch replaces pos/registers.pl and pos/registers.tt with a Vue component
covering:
- List of the library's cash registers with current balances
- Single and bulk cashup actions, backed by bug 42963
- Removal of the legacy pos/registers.pl controller and pos/registers.tt
template once parity is confirmed, including the relevant cash_management
permission checks moving to the API layer
- Cypress coverage for the registers list and cashup actions, included as part
of this patchset
As with bug 42966, this is a rework rather than a strict port: minor UX
improvements are welcome as long as all existing actions remain possible.
Test plan:
1. Enable EnablePointOfSale and UseCashRegisters.
2. Navigate to the new Vue-based registers list for a library with multiple
registers.
3. Confirm balances match the legacy pos/registers.pl output.
4. Perform a single-register cashup and confirm the result.
5. Perform a bulk cashup across multiple registers and confirm the result.
6. Confirm relevant cash_management permissions are enforced.
7. Run the included Cypress spec.
Referenced Bugs:
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42959
[Bug 42959] Migrate staff interface functionality from CGI controller +
Template Toolkit to REST API + Vue.js
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42963
[Bug 42963] Add POST endpoint for cash register cashups
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42966
[Bug 42966] Migrate POS payment screen to Vue.js (pos/pay.pl)
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/