Good day everyone,
I am trying to modify the receipts that EPOS prints to include line discounts(discounts on individual items rather than overall discounts). I then want my extended price to be reflected with discount already applied.
When I took a closer look at the value of recDetail.Price I noticed that ePos already displays it net of discount. So I calculated the discount percentage as (recDetail.Discount)/ (recDetail.Price + recDetail.Discount). I also modified the price field to recDetail.Price + recDetail.Discount so that it would show the original price of the item. This gave me satisfactory results for a while but I soon found out that not all recDetail.Price values are saved already net of discount.
My issue is that in the [recDetail.Price] field ePos sometimes gives the price of the item with the discount already applied and other times it saves the price without the line discount applied. This affects the report because I have already modified the price field to show {recDetail.Price + recDetail.discount} Is it possible to make ePos save the price of the item as is diplayed in I/C of ACCPAC for all items(i.e. without discount applied)?
Any input would be appreciated.
Liam
I am trying to modify the receipts that EPOS prints to include line discounts(discounts on individual items rather than overall discounts). I then want my extended price to be reflected with discount already applied.
When I took a closer look at the value of recDetail.Price I noticed that ePos already displays it net of discount. So I calculated the discount percentage as (recDetail.Discount)/ (recDetail.Price + recDetail.Discount). I also modified the price field to recDetail.Price + recDetail.Discount so that it would show the original price of the item. This gave me satisfactory results for a while but I soon found out that not all recDetail.Price values are saved already net of discount.
My issue is that in the [recDetail.Price] field ePos sometimes gives the price of the item with the discount already applied and other times it saves the price without the line discount applied. This affects the report because I have already modified the price field to show {recDetail.Price + recDetail.discount} Is it possible to make ePos save the price of the item as is diplayed in I/C of ACCPAC for all items(i.e. without discount applied)?
Any input would be appreciated.
Liam