Project:
| View Revisions: Issue #44210 | [ Back to Issue ] | ||
| Summary | 0044210: Redefine Ticket price properties | ||
| Revision | 2020-06-04 19:29 by aferraz | ||
| Description | Replace price property in org.openbravo.api.ticket.BaseLine by following properties: - grossListPrice: price of the product in the price list (in case price list includes taxes) - netListPrice: price of the product in the price list (in case price list doesn't include taxes) - baseGrossUnitPrice: price of the line, after price modifications and before discounts applicationĀ (in case price list includes taxes) - baseNetUnitPrice: price of the line, after price modifications and before discounts application (in case price list doesn't include taxes) - grossUnitPrice: final gross price of the line, after price modifications and discounts application - netUnitPrice: final net price of the line, after price modifications and discounts application - grossUnitAmount: final gross amount of the line, after price modifications and discounts application - netUnitAmount: final net amount of the line, after price modifications and discounts application. |
||
| Revision | 2020-05-29 11:14 by aferraz | ||
| Steps To Reproduce | |||
| Revision | 2020-05-29 11:14 by aferraz | ||
| Description | Replace price property in org.openbravo.api.ticket.BaseLine by following properties: - grossListPrice: gross price of the product in the price list. - netListPrice: net price of the product in the price list. - baseGrossUnitPrice: gross price of the line, after price modifications and before discounts application. - baseNetUnitPrice: net price of the line, after price modifications and before discounts application. - grossUnitPrice: final gross price of the line, after price modifications and discounts application. - netUnitPrice: final net price of the line, after price modifications and discounts application. - grossUnitAmount: final gross amount of the line, after price modifications and discounts application. - netUnitAmount: final net amount of the line, after price modifications and discounts application. |
||
| Revision | 2020-05-27 12:18 by aferraz | ||
| Steps To Reproduce | * | ||
| Revision | 2020-05-27 12:18 by aferraz | ||
| Description | Receipt model price properties cleanup in Web POS | ||
| Copyright © 2000 - 2009 MantisBT Group |