Bug 36540

Summary: Consider modernising the checkout page to be an Vue page
Product: Koha Reporter: Martin Renvoize (ashimema) <martin.renvoize>
Component: Staff interfaceAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: dcook, gmcharlt, kyle, lucas, martin.renvoize, matt.blenkinsop, nick
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 23336, 33945    
Bug Blocks: 33712    

Description Martin Renvoize (ashimema) 2024-04-08 05:31:15 UTC
The checkouts page is a core function of Koha,  The controller has grown very complicated and it can suffer from performance challenges that we keep trying to side step wit preferences work arounds.

We should consider working to replace the page with a Vue app and use the modern API's that have been developed.