HP Forums
(12C Platinum) Discounts and Grand Total - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Software Libraries (/forum-10.html)
+--- Forum: General Software Library (/forum-13.html)
+--- Thread: (12C Platinum) Discounts and Grand Total (/thread-12300.html)



(12C Platinum) Discounts and Grand Total - Gamo - 01-30-2019 04:52 AM

ALG mode solution program to calculate Discount and Grand Total

Procedure:

Each new calculation f [REG] [CLx]

Original Price [=] Discount %
[R/S] discount amount [R/S] Discount Price [X<>Y] Grand Total

---------------------------------------------------

Example:

f [REG] [CLx]

$100 with 10% discount
$80 with 15% discount

100 [=] 10 [R/S] 10 [R/S] 90 // $10 discount price, $90 total
80 [=] 15 [R/S] 12 [R/S] 68 [X<>Y] 158 // $12 discount price, $68 total,

$158 Grand Total // (90+68)
--------------------------------------------------
Program: ALG Mode
Quote:[X<>Y] [-] [X<>Y] [%] [R/S] [=] [STO]+0 [RCL] 0 [X<>Y]

Gamo