Project:
View Revisions: Issue #48352 | [ Back to Issue ] | ||
Summary | 0048352: JIRA 2580 - Verified Return - Its popup should set the line quantity to return and update remaining quantity | ||
Revision | 2022-01-28 13:23 by javierRodriguez | ||
Steps To Reproduce | Do an order and add a product with a quantity > 1 Complete the order Look for the order and do a verified return Select the product and a quantity of 1 => OK; 1 line with qty 1 to return Without closing the opened return, do a verified return of the same order and update the qty to 2. => KO; in the verified returns popup, the remaining line qty should be the initial quantity - 1 => KO; 1 line with qtr 3, should be 3 |
||
Revision | 2022-01-28 13:23 by javierRodriguez | ||
Description | Current behaviour en POS2: - Verify returns popup works as a wizard, in terms of the user can select lines and quantities to return. These lines are added to the receipt. This flow DOES NOT override the previous value. This behaviour is not correct. The application should override the quantity to return if there is a previous line with return any quantity of that product. Apart from that, in the popup, for each line there is a remaining quantity. This value should be updated if some subset of the line was added before. |
||
Revision | 2022-01-27 16:14 by javierRodriguez | ||
Steps To Reproduce | Do an order and add a product with a quantity > 1 Select a discount that applies to this product. (for example, qty=4 and discount = 2€) Complete the order Look for the order and do a verified return Select the product with discount and a quantity of 1 => OK; discount is 0,5€ Without closing the opened return, do a verified return of the same order and update the qty to 2. => KO; discount is 0,5€ but should be 1€ The discount amount that applies to the product should be 2/n (n is the total qty). Instead you have 1/n |
||
Revision | 2022-01-27 16:14 by javierRodriguez | ||
Description | If you open the same order twice and change the quantity, the discount applied is calculated over the difference instead of the final quantity to return. |
Copyright © 2000 - 2009 MantisBT Group |