paranzchoy / rapidpos

POS Awesome is an open-source Point of Sale for Erpnext using Vue.js and Vuteify
GNU General Public License v3.0
0 stars 5 forks source link

Display original rate of items even if its discounted in Sales Invoice (Discount POS) #197

Open elliegoldstein8 opened 3 years ago

elliegoldstein8 commented 3 years ago

Notes:

paranzchoy commented 3 years ago

Add discount column in invoice items in POS

RaineCostelo commented 3 years ago

image

The displayed Discount Amount is not changing when adding more quantities to the item.

RaineCostelo commented 3 years ago

Display Discount Amount (total_items_discount_amount) on Payments

elliegoldstein8 commented 3 years ago

SUGGESTION since this field will be required once Discount Account is activated: We can use the Default Payment Discount Account from Company details to insert to Additional Discount Account in Sales Invoice. From Company details: image To Sales Invoice: image