Commands
Commands (AppCommands) are used to trigger, or start, function in the application.
A command can be assigned to a button in the menu, a key on the keyboard (i.e. F5 or Shift-F2), or to a barcode. Use Ctrl + F6 to manually enter a command.
Some commands may have an optional or mandatory parameter. Keep in mind that commands can be specific for a particular mode, for example AppDiscount won’t work in the payment screen or main menu, but only in the sales screen.
Parameter | Description |
---|---|
AppCalculator |
Shows the calculator |
AppCleanScreen |
Locks the screen to clean it with a wipe |
AppCurrencyList |
Shows the currency list, depending on the parameter AllowPrintCurrencyRates the rates can be changed. |
AppDeposit |
Deposit screen |
AppFinancialDrawerCheck |
Count the drawer without closing, only available when caschcount is used |
AppGassanStockInfo |
Based on the connection it loads the data from table GassanStockInfo .The query can be changed in parameter GassanStockQuery (default: SELECT * FROM GassanStockInfo WHERE ItemRef LIKE ‘%{0}%’) and sorting using parameter GassanStockQueryOrder (default: ORDER BY LocationId). |
AppPanelLeft |
Sets the navigation panel on the left (left handed mode) |
AppPanelRight |
Sets the navigation panel on the right (right handed mode / default) |
AppPosLock |
Locks the point of salve buttons, can be unlocked by code or barcode scan |
AppPrintInvoiceCopy |
Prints an A4 copy of the last receipt, only when laser printer is configured |
AppPrintLastSalesTicket |
Prints the last sales receipt, this button is normally shown by default with receipt printing is off |
AppPrintReceiptCopy |
Prints a copy of the last sales receipt |
AppSelfCheckout |
Starts the self checkout |