Openbravo Issue Tracking System - Retail Modules
View Issue Details
0029874Retail ModulesWeb POSpublic2015-05-13 17:502016-02-02 19:20
guillermogil 
guillermogil 
normalmajorN/A
closedfixed 
5
 
RR16Q2 
marvintm
No
0029874: Group the products of the receipt by its qty (positive with positive and negative with negative)
Group the products of the receipt by its qty (positive with positive and negative with negative)
It could be a solution for tickets which implement product return plus same product reselling
N/A
See diffs attached
No tags attached.
diff posterminal.diff (697) 2015-05-14 16:39
https://issues.openbravo.com/file_download.php?file_id=8085&type=bug
diff returns.diff (1,626) 2015-05-14 16:40
https://issues.openbravo.com/file_download.php?file_id=8086&type=bug
diff automatedTest.diff (2,247) 2015-05-19 15:18
https://issues.openbravo.com/file_download.php?file_id=8101&type=bug
Issue History
2015-05-13 17:50guillermogilNew Issue
2015-05-13 17:50guillermogilAssigned To => guillermogil
2015-05-13 17:50guillermogilTriggers an Emergency Pack => No
2015-05-14 16:39guillermogilFile Added: posterminal.diff
2015-05-14 16:40guillermogilFile Added: returns.diff
2015-05-19 15:18guillermogilFile Added: automatedTest.diff
2016-01-20 08:43guillermogilReview Assigned To => marvintm
2016-01-20 08:44guillermogilSummaryIt could be nice to group the products of the receipt by its qty (positive with positive and negative with negative) => Group the products of the receipt by its qty (positive with positive and negative with negative)
2016-01-20 08:44guillermogilDescription Updatedbug_revision_view_page.php?rev_id=10711#r10711
2016-01-20 08:44guillermogilProposed Solution updated
2016-02-01 13:43hgbotCheckin
2016-02-01 13:43hgbotNote Added: 0083783
2016-02-01 13:44hgbotCheckin
2016-02-01 13:44hgbotNote Added: 0083785
2016-02-01 13:44hgbotStatusnew => resolved
2016-02-01 13:44hgbotResolutionopen => fixed
2016-02-01 13:44hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/16d32148fed0455832ce874126f4537bfafe4f8e [^]
2016-02-01 13:45hgbotCheckin
2016-02-01 13:45hgbotNote Added: 0083786
2016-02-01 13:45hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/16d32148fed0455832ce874126f4537bfafe4f8e [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/c4afdb932aa877a968e1a902ccee3b6ca31b0f7b [^]
2016-02-02 19:20marvintmStatusresolved => closed
2016-02-02 19:20marvintmFixed in Version => RR16Q2

Notes
(0083783)
hgbot   
2016-02-01 13:43   
Repository: tools/automation/pi-mobile
Changeset: 08df98abe7585cee75d0efd9ad4c68fa87f7e6f2
Author: Alberto Santos <alberto.santos <at> openbravo.com>
Date: Mon Feb 01 13:42:46 2016 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/08df98abe7585cee75d0efd9ad4c68fa87f7e6f2 [^]

Related to issue 29874. Added LinesPositiveAndNegative test that checks lines quantity with plus and minus buttons

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/LinesPositiveAndNegative.java
---
(0083785)
hgbot   
2016-02-01 13:44   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 16d32148fed0455832ce874126f4537bfafe4f8e
Author: Alberto Santos <alberto.santos <at> openbravo.com>
Date: Mon Feb 01 10:49:48 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/16d32148fed0455832ce874126f4537bfafe4f8e [^]

Fixed issue 0029874: Group the products of the receipt by its qty (positive with positive and negative with negative)

---
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0083786)
hgbot   
2016-02-01 13:45   
Repository: erp/pmods/org.openbravo.retail.returns
Changeset: c4afdb932aa877a968e1a902ccee3b6ca31b0f7b
Author: Alberto Santos <alberto.santos <at> openbravo.com>
Date: Mon Feb 01 10:48:35 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/c4afdb932aa877a968e1a902ccee3b6ca31b0f7b [^]

Fixed issue 0029874: Group the products of the receipt by its qty (positive with positive and negative with negative)

---
M web/org.openbravo.retail.returns/js/hookGroupedProductPreCreateLine.js
---