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

View Revisions: Issue #25467 All Revisions ] Back to Issue ]
Summary 0025467: Packs with products in common should work correctly using the button "Add pack" (ERP) or adding them with product browser (POS)
Revision 2014-01-13 12:04 by guilleaer
Description Buttons "Add pack" and "Product browser" should add the correct distribution of lines and the discount mechanism should detect this situation being able to apply different packs if the line distribution is correct (same product quantity as defined in the pack of multiplies)

If button (product browser in web POS) is used to add lines, the value of priority, shouldn't be taken into account.
If button (product browser in web POS) is used to add lines, the value of Apply next Discount, shouldn't be taken into account.

EXAMPLE OF DESIRED BEHAVIOR working with price NOT including taxes:
Pack 1:
Name: Camping pack (present in sample data)
price: 385
products:
 - 2 units of "Down sleeping bag 500"
 - 1 unit of "Expedition tent 4 season 2 person"

Pack 2:
Name: Individual Camping pack
price: 200
products:
 - 1 units of "Down sleeping bag 500"
 - 1 unit of "Expedition tent 4 season 2 person"

FOR POS & ERP
1. Add using button (product browser in web POS) a "Camping Pack"
2. Add using button (product browser in web POS) a "Individual Camping Pack"
The status of the ticket should be:
  2 Down sleeping bag 500
  1 Expedition tent 4 season 2 person
  1 Down sleeping bag 500
  1 Expedition tent 4 season 2 person
4. The net amount of this ticket should be 585 (385 + 200)
5. Add using button (product browser in Web POS) a "Camping pack"
6. The status of the ticket should be
  4 Down sleeping bag 500
  2 Expedition tent 4 season 2 person
  1 Down sleeping bag 500
  1 Expedition tent 4 season 2 person
7. The net amount of this ticket should be 970 ((385 x 2) + 200)
8. Add using button (product browser in Web POS) a "Individual Camping pack"
9. The status of the ticket should be
  4 Down sleeping bag 500
  2 Expedition tent 4 season 2 person
  2 Down sleeping bag 500
  2 Expedition tent 4 season 2 person
10. The net amount of this ticket should be 1170 ((385 x 2) + (200 x 2))
Revision 2014-01-13 12:02 by guilleaer
Description Buttons "Add pack" and "Product browser" should add the correct distribution of lines and the discount mechanism should detect this situation being able to apply different packs if the line distribution is correct (same product quantity as defined in the pack of multiplies)

If button (product browser in web POS) is used to add lines, the value of priority, shouldn't be taken into account.
If button (product browser in web POS) is used to add lines, the value of Apply next Discount, shouldn't be taken into account.

EXAMPLE OF DESIRED BEHAVIOR:
Pack 1:
Name: Camping pack (present in sample data)
price: 385
products:
 - 2 units of "Down sleeping bag 500"
 - 1 unit of "Expedition tent 4 season 2 person"

Pack 2:
Name: Individual Camping pack
price: 200
products:
 - 1 units of "Down sleeping bag 500"
 - 1 unit of "Expedition tent 4 season 2 person"

FOR POS & ERP
1. Add using button (product browser in web POS) a "Camping Pack"
2. Add using button (product browser in web POS) a "Individual Camping Pack"
The status of the ticket should be:
  2 Down sleeping bag 500
  1 Expedition tent 4 season 2 person
  1 Down sleeping bag 500
  1 Expedition tent 4 season 2 person
4. The net amount of this ticket should be 585 (385 + 200)
5. Add using button (product browser in Web POS) a "Camping pack"
6. The status of the ticket should be
  4 Down sleeping bag 500
  2 Expedition tent 4 season 2 person
  1 Down sleeping bag 500
  1 Expedition tent 4 season 2 person
7. The net amount of this ticket should be 970 ((385 x 2) + 200)
8. Add using button (product browser in Web POS) a "Individual Camping pack"
9. The status of the ticket should be
  4 Down sleeping bag 500
  2 Expedition tent 4 season 2 person
  2 Down sleeping bag 500
  2 Expedition tent 4 season 2 person
10. The net amount of this ticket should be 1170 ((385 x 2) + (200 x 2))


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker