Openbravo Issue Tracking System - Retail Modules
View Issue Details
0054984Retail ModulesTax Exemptpublic2024-03-18 17:572024-04-09 11:07
avicente 
Triage Omni OMS 
highmajoralways
closedfixed 
5
 
 
No
0054984: The User Input defined for the user action Tax Check shouldn't be raised for returns
The User Input defined for the user action Tax Check shouldn't be raised for returns
Backoffice:
1. In the 'User Input' window, define a User Input of type 'List' and create one value in the 'Input Value' tab.
2. In the 'User Action Input' window, link the new User Input to the 'Tax Check' user action.
3. In the 'Tax Rate' window select tax rate 'Entregas IVA 21%' and in the tab 'Tax User Input Value' create a record for the value defined in step 1.

POS2:
4. Add product 'Avalanche transceiver'. There should be a popup requesting a user input, close the window without selecting a value.
5. Return the ticket and proceed to checkout -> the user input is raised again erroneously.
Modify the Tax Check user action executability rule so that the user input value isn't requested for returns (i.e. qty < 0).
No tags attached.
Issue History
2024-03-18 17:57avicenteNew Issue
2024-03-18 17:57avicenteAssigned To => Retail
2024-03-18 17:57avicenteTriggers an Emergency Pack => No
2024-03-18 19:19aferrazAssigned ToRetail => Triage Omni OMS
2024-03-20 10:19frank_gonzalezNote Added: 0162403
2024-04-04 10:30frank_gonzalezSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=27764#r27764
2024-04-04 10:51frank_gonzalezProposed Solution updated
2024-04-05 09:23hgbotNote Added: 0162866
2024-04-09 11:07hgbotResolutionopen => fixed
2024-04-09 11:07hgbotStatusnew => closed
2024-04-09 11:07hgbotNote Added: 0162972
2024-04-09 11:07hgbotFixed in Version => 24Q3
2024-04-09 11:07hgbotNote Added: 0162973

Notes
(0162403)
frank_gonzalez   
2024-03-20 10:19   
Jira: https://openbravo.atlassian.net/browse/RM-12510 [^]
(0162866)
hgbot   
2024-04-05 09:23   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2547 [^]
(0162972)
hgbot   
2024-04-09 11:07   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2547 [^]
(0162973)
hgbot   
2024-04-09 11:07   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: aa022120d4bb03d3c53b356974b323c274cd0817
Author: Ram Prakash <ram.prakash@openbravo.com>
Date: 09-04-2024 09:07:31
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/aa022120d4bb03d3c53b356974b323c274cd0817 [^]

Fixes ISSUE-54984: Useraction popup should appear only if line qty greater than 0

---
M web-jspack/org.openbravo.pos2/src/model/ticket/user-actions/TaxCheck.js
---