Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #32997 All Revisions ] 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: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


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker