Configuring the POS Store

From Opentaps Wiki
Revision as of 22:34, 28 September 2007 by Sichen (talk | contribs) (New page: ==Modifying the Receipt== The POS store's receipt is in specialpurpose/pos/config/storereceipt.txt. It is generated by the Receipt.java class, which reads the storeceipt.txt as a templat...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Modifying the Receipt

The POS store's receipt is in specialpurpose/pos/config/storereceipt.txt. It is generated by the Receipt.java class, which reads the storeceipt.txt as a template and then uses PosTransaction to retrieve values to render into it.

Setting Payment Settings

Using Offline Credit Card Processor

See setting up offline credit card processing.