(12C Platinum) Discounts and Grand Total
|
01-30-2019, 04:52 AM
Post: #1
|
|||
|
|||
(12C Platinum) Discounts and Grand Total
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 |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)