Openbravo Issue Tracking System - Retail Modules
View Issue Details
0036372Retail ModulesGift cards and gift voucherspublic2017-04-22 02:222017-08-02 16:25
letcharren 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
RR17Q1 
RR17Q2.2 
migueldejuana
Production - Confirmed Stable
No
0036372: Voucher is not grouped
When redeeming a voucher it splits into the number number of lines of the quantity of the stocked product linked to the voucher
product.

This worked fine on RR16Q2.1 and on RR16Q4.2 and RR17Q1 did not work
1- Enter to backoffice
2- Enter to product window and create a Gift Voucher, in Gift Voucher Summary create a record for a product for quantity=10
3- Enter to WebPos
4- Sell a voucher and pay it
5- Sell the product that was added to the voucher in Gift voucher summary, Put an quantity greater than 1
 and pay it with the voucher
6- See that the payments made by the voucher are not grouped
No tags attached.
blocks defect 0035816 closed ranjith_qualiantech_com Voucher is not grouped 
Issue History
2017-06-29 10:22ngarciaTypedefect => backport
2017-06-29 10:22ngarciaTarget Version => RR17Q2.2
2017-07-05 10:27hgbotCheckin
2017-07-05 10:27hgbotNote Added: 0097868
2017-07-05 10:27hgbotStatusscheduled => resolved
2017-07-05 10:27hgbotResolutionopen => fixed
2017-07-05 10:27hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/57a03874aff66ce5c4e59c55e3fee578e9a1f310 [^] => http://code.openbravo.com/retail/backports/3.0RR17Q2.2/org.openbravo.retail.posterminal/rev/057f6b7183568452317880f9e4c49ef1f5faceea [^]
2017-08-02 16:25migueldejuanaReview Assigned Tomarvintm => migueldejuana
2017-08-02 16:25migueldejuanaNote Added: 0098348
2017-08-02 16:25migueldejuanaStatusresolved => closed

Notes
(0097868)
hgbot   
2017-07-05 10:27   
Repository: retail/backports/3.0RR17Q2.2/org.openbravo.retail.posterminal
Changeset: 057f6b7183568452317880f9e4c49ef1f5faceea
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Jul 05 13:56:44 2017 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR17Q2.2/org.openbravo.retail.posterminal/rev/057f6b7183568452317880f9e4c49ef1f5faceea [^]

Fixed issue 36372 : Added Validation for Non Grouped Product

* New attributes "avoidSplitProduct" added to product model
* if "avoidSplitProduct" is true, then single line will created for all qty, else line will be created for each qty

---
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0098348)
migueldejuana   
2017-08-02 16:25   
tested and reviewed