Openbravo Issue Tracking System - POS2
View Issue Details
0047417POS2POSpublic2021-07-20 17:492021-07-27 17:37
jarmendariz 
jarmendariz 
normalminorhave not tried
closedfixed 
5
 
 
No
0047417: When returning a line in a ticket, 'Return line' menu option button should be labeled as 'Unreturn line'
See attached screenshot. The label should be changed only when returning a line in a standard order. When the order is a return, this button should be disabled.
See above
No tags attached.
png image_2021_06_25T17_49_30_205Z.png (66,000) 2021-07-20 17:49
https://issues.openbravo.com/file_download.php?file_id=16023&type=bug
png
Issue History
2021-07-20 17:49jarmendarizNew Issue
2021-07-20 17:49jarmendarizAssigned To => jarmendariz
2021-07-20 17:49jarmendarizFile Added: image_2021_06_25T17_49_30_205Z.png
2021-07-20 17:49jarmendarizTriggers an Emergency Pack => No
2021-07-20 17:49jarmendarizStatusnew => scheduled
2021-07-20 18:33hgbotNote Added: 0130619
2021-07-27 13:24hgbotResolutionopen => fixed
2021-07-27 13:24hgbotStatusscheduled => closed
2021-07-27 13:24hgbotNote Added: 0130797
2021-07-27 13:24hgbotNote Added: 0130798
2021-07-27 17:37hgbotNote Added: 0130811

Notes
(0130619)
hgbot   
2021-07-20 18:33   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/616 [^]
(0130797)
hgbot   
2021-07-27 13:24   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 775a49ae7507534a9db059323a8187dd63f2bd79
Author: Javier Armendáriz <javier.armendariz@openbravo.com>
Date: 2021-07-27T11:24:19+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/775a49ae7507534a9db059323a8187dd63f2bd79 [^]

Fixed ISSUE-47417: Created custom return line button to show 'unreturn line' when ticket line has a negative quantity

---
A web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLinePopover/ReturnLineButton.jsx
M src-db/database/sourcedata/AD_MESSAGE.xml
M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLinePopover/TicketLinePopover.config.json
M web-jspack/org.openbravo.pos2/src/ob-init.js
---
(0130798)
hgbot   
2021-07-27 13:24   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/616 [^]
(0130811)
hgbot   
2021-07-27 17:37   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: c959fce0e5a615a365d1462fe03faa64578928f4
Author: Javier Armendáriz <javier.armendariz@openbravo.com>
Date: 2021-07-27T17:36:56+02:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/c959fce0e5a615a365d1462fe03faa64578928f4 [^]

Related to ISSUE-47417: Adding missing new button in test

---
M web-jspack/org.openbravo.pos2/src/components/Ticket/TicketLinePopover/__test__/TicketLinePopover.test.jsx
---