Summary: | *** Teams meeting with Vineet and Sanjay Requirement: - There are two products codes, VP001 $4.50, VP002 $7.00
- When the cashier sells these two items separately, the prices need to be based on the individual prices
- When these two products are sold on the same receipt, we want to be able to have a combine price
Setup: - We have setup kit items that contain the combinations. Example VKIT001 $8.95. This kit has products VP001 and VP002
Workaround: - To achieve the Kit price, the cashier has to remember the two items, remove the individual items and scan the Kit item when a customer has these two items on the receipt.
Change Request: This is same as the workaround with the exception that this will happen automatically when the system recognises the two items are on the receipt - When scanning a product, we check if there is a KIT item wit the same Products and (Quantity * Conversion). If this exists, we do the following:
- Mark the two items as "Deleted"
- Insert the kit item with the KIT price
- Add a note on the "Deleted" items saying "Replaced with VPKIT001"
- This will not apply to Custom Kit Items as custom kits are configurable
Environment details: - https://www.linktechnologies.com.au/DEMO-LinkSOFT-LBS/
- POS configured on LinkQA7
Test Plan 1: - VPKIT001 contains 1xVP001 and 1xVP002
- Scan these two items
- Expected result: VP001 and VP002 should be marked as DELETED and VPKIT001 should be inserted
Test Plan 2: - Scan VP001 twice, then scan VP002
- Expected result: VP001 reduced to 1, VP002 should be marked as DELETED and VPKIT001 should be inserted
- VP001 should have a note: "Reduced by 1 and replaced by VPKIT001
- VP002 should have a note: "Reduced by 1 and replaced by VPKIT001
- Scan VP002
- Expected result: VP001 reduced to 1, the second VP002 should be marked as DELETED and VPKIT001 should be increased by 1
- VP001 should have a note: "Reduced by 1 and replaced by VPKIT001
- The second VP002 should have a note: "Reduced by 1 and replaced by VPKIT001
|