Done
Details
Details
Assignee
Dmitriy Litvinenko
Dmitriy LitvinenkoReporter
Dmitriy Litvinenko
Dmitriy LitvinenkoLabels
Priority
Story Points
2
Sprint
None
Development Team
Vega
Release
Trillium (R2 2025)
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created February 19, 2025 at 3:13 PM
Updated last week
Resolved last week
Purpose:
In settings -> circulation -> staff slips we create template that contain token. When we try print this template in our modules checkin, requests, requests-mediated and etc we need match real data and token from template. For this match responsibel convertToSlipData function and supporting functions. And in each of modules checkin, requests, requests-mediated and etc we have own exemplar of convertToSlipData function and supporting functions. This mean that when we add new token in settings -> circulation -> staff slips we need update convertToSlipData function in all modules checkin, requests, requests-mediated and etc. For resolve this problem we move convertToSlipData function and supporting functions (to one please) to stripes-util for reuse for modules checkin, requests, requests-mediated and etc.
Solution:
Reuse from stripes-util.