Currency Symbol & Phone Number Formatting

User-to-User general discussions regarding POS Pizza
Post Reply
User avatar
Scott
Site Admin
Site Admin
Posts: 2564
Joined: Wed Apr 16, 2003 5:35 pm
Location: Western PA

Currency Symbol & Phone Number Formatting

Post by Scott »

To change the currency symbol in POS Pizza, change the currency symbol in the Control Pannel in Windows (under regional settings). If you would like to omit the currency symbol from showing at all, replace it with a space. POS Pizza gets its currency as defined by the Windows regional settings.

To change the formatting (or remove the formatting) of the phone numbers, go into the Management Utility program and then select File -> System Config, and select the Customer Handling tab. Uncheck the box that says Use US / Canada Phone Format, and save the settings.

To change the currencies on the included cash drawer counter, open notepad in windows and create the data as shown below.

Code: Select all

[Settings]
CurrencySymbol=$
CurrencyName01=Pennys
CurrencyValue01=0.01
CurrencyName02=Nickles
CurrencyValue02=0.05
CurrencyName03=Dimes
CurrencyValue03=0.10
CurrencyName04=Quarters
CurrencyValue04=0.25
CurrencyName05=$1
CurrencyValue05=1
CurrencyName06=$5
CurrencyValue06=5
CurrencyName07=$10
CurrencyValue07=10
CurrencyName08=$20
CurrencyValue08=20
CurrencyName09=$50
CurrencyValue09=50
*Edit the above contents to match your needs. The CurrencyName0x is the name of the currency that you would like shown. The corresponding CurrencyValue0x is the amount that a single piece of this currency is worth. CurrencyValuexx can only be numeric! Do not include the currency symbol here. The CurrencyNamexx can be any "string" value that you wish to use.

SAVE the above contents as dcount.ini and place it in the same folder as dcount.exe (the default POS Pizza folder).

Scott


also see: http://forums.summitcn.com/viewtopic.php?f=3&t=445
Post Reply