Abacre Limited We will free your brain by making our smart software

Pole (Line Display)

Pole displays information on the following events:

New Order – upon pressing New Order button.
Print Bill - upon pressing New Order button.
Show Take Payment window – right after pressing Close Order button.
Close Take Payment window – after closing Take Payment window.
Add Payment – upon entering payment method: pressing Add button or OK button on Take Payment window.
Add Item to Order - upon adding an item to order.

Pole messages may be customized using the following variables:

{$date} - current date. 
{$time} - current time. 
{$total} - Order's total. 
{$totalpaid} - total paid in Take Payment window. 
{$totalchange} - total change in Take Payment window. 
{$totalnet} - total net in Take Payment window. 
{$paid} - current payment. 
{$change} - current change. 
{$net} - current net. 
{$amountdue}- amount due. 
{$itemprice}- item's price when adding to an order. 
{$itemname}- item's name when adding to an order. 
{$itemonhqty}- item's on hand quantity. 
{$itemonhcost}- item's on hand cost. 
{$greeting} - getting message (Good morning!, Good afternoon!, Good evening!) depending on current time.

Normally you should use {$paid}, {$change}, {$net} for Add Payment event and use {$totalpaid}, {$totalchange}, {$totalnet} for Close Take Payment window window.

See also: