Openbravo Issue Tracking System - POS2 | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0056761 | POS2 | POS | public | 2024-10-14 09:19 | 2024-10-14 09:19 |
Reporter | migueldejuana | ||||
Assigned To | Triage Platform Base | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | |||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0056761: Allow UserActions without call to an StateAction to save approval in Approval History window | ||||
Description | Currently, we are able to save approvals related to actions in the backoffice (for example in Touchpoint --> Cashup History --> Approval History). We can save any UserAction/UIAction approval there if we include for example: getSynchronizableStateModel() { return 'Cashup'; } This works properly for UserActions/UIActions that call to an StateAction but not for the rest. | ||||
Steps To Reproduce | - Add this code in SelectAttachedSafeboxToCount.js: getSynchronizableStateModel() { return 'Cashup'; } - Login in VBSSB2 - In Select Drawer step while login, select an Attached Drawer (Press Show All utton before) - An Approval is shown - SelectAttachedSafeboxToCount action is executed - Go to the ERP and confirm that the Approval is not saved properly | ||||
Proposed Solution | I would improve UserAction.js to be able to save approval in UserAction without a call to StateAction adding a dummy generic StateAction just to be albe to execute approvals savement. | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2024-10-14 09:19 | migueldejuana | New Issue | |||
2024-10-14 09:19 | migueldejuana | Assigned To | => Triage Platform Base | ||
2024-10-14 09:19 | migueldejuana | Triggers an Emergency Pack | => No |
There are no notes attached to this issue. |