Project:
View Revisions: Issue #32997 | [ Back to Issue ] | ||
Summary | 0032997: [SERQA 1116] Manual promotions and quantities | ||
Revision | 2016-05-19 11:51 by ebecerra | ||
Steps To Reproduce | Case 1: 1. Add a product to receipt 2. Change line quantity to 6 3. Apply a manual promotion - In Developer Console: OB.MobileApp.model.receipt.get('lines').at(0).get('promotions') * obdiscQtyoffer: 6 * pendingQtyOffer: 6 * qtyOffer: 6 Case 2: 1. Add a product to receipt 2. Apply a manual promotion - In Developer Console: OB.MobileApp.model.receipt.get('lines').at(0).get('promotions') * obdiscQtyoffer: 1 * pendingQtyOffer: 1 * qtyOffer: 1 3. Change line quantity to 6 - In Developer Console: OB.MobileApp.model.receipt.get('lines').at(0).get('promotions') * obdiscQtyoffer: 1 * pendingQtyOffer: 1 * qtyOffer: 1 |
||
Revision | 2016-05-19 11:40 by ebecerra | ||
Steps To Reproduce | - Add a product to receipt - Apply a manual promotion - Change line quantity to 6 |
||
Revision | 2016-05-19 11:40 by ebecerra | ||
Description | When a manual promotion is applied the rule set 'qtyOffer' to line quantity. If the quantity is changed later the 'qtyOffer' not change according the new quantity. | ||
Revision | 2016-05-19 11:32 by ebecerra | ||
Steps To Reproduce | - Add a product to receipt - Apply a manual promotion - Change line quantity to 6 - Split line into 2 lines with 3 units each |
||
Revision | 2016-05-19 11:32 by ebecerra | ||
Description | When a manual promotion is applied the rule set 'qtyOffer' to line quantity. If the quantity is changed later the 'qtyOffer' not change according the new quantity, this produce a error when line is splitted. |
Copyright © 2000 - 2009 MantisBT Group |