(41CX, DM41X): Cash Register
|
01-29-2023, 05:37 PM
Post: #1
|
|||
|
|||
(41CX, DM41X): Cash Register
Download the program here (raw file): https://drive.google.com/file/d/102ekvHr...share_link
This program simulates a cash register. If you have an HP infrared printer like the HP 82240B (from the 1980s and 1990s), the program is set to print the results. The printer is enabled by setting flag 21. When a printer is present, flag 55 is set internally. When the printer flag is turned on (21): AVIEW: print what ever is in the alpha register VIEW: print the contents of a numeric register ADV: advances the paper A printer is not required to run the program, unplug the Infrared Printer Module. This way the program stops when an AVIEW, VIEW, and ADV instruction displays. Press [ R/S ] to continue. This program assumes every item entered is subject to a sales tax, which is set within the program, line 03. When you are done entering the costs for items checked out, enter zero. Code: 01 LBL^T CASHREG Example Checkout: $19.99 $27.95 $28.94 Sales Tax Rate: 8.75% Paid: $100.00 XEQ CASHREG THE STORE 01/29/2023 ← the current date is shown here COST? 19.99 R/S COST? 27.95 R/S COST? 28.94 R/S COST? 0 SUBTOTAL: 76.88 8.75% TAX: 6.73 TOTAL: 83.61 PAID: 100 R/S PAID: 100.00 CHANGE: 16.39 |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)