POS Command Code, POS Data Table Columns

Contains the code of a POS command that will be executed when the table column is pressed. The data grid line selected is the base for the execution of the POS command.

If the data table is used as a journal, the data grid control must be marked with Notify Marked Count Changed.

Note: Adding a command to a column must be tested. Not all commands are suitable for this.

In a journal grid, the following commands are known to work:

  • POPUP - pop-up the menu specified as parameter
  • QTYCH - change quantity
  • GUEST_CHG - change guest no.
  • MTYPE_CHG - change menu type

In the split bill grid, the following commands are known to work:

  • POPUP
  • GUEST_CHG - move line to selected guest
  • GUEST_CHG, parameter BACK - move line back to table (guest 0)
  • SPLIT_ITEM, parameter -1 - move quantity 1 of the line to guest

In the transfer grid, the following commands are known to work:

  • POPUP
  • MARK_GUEST - mark lines marked with the guest number on the line
  • TRANSF_LINE, parameters GUEST+ and GUEST-, increase/decrease the guest number of the line by one
  • TRANSF_LINE - transfer line to grid 2
  • TRANSF_LINE, parameter BACK - transfer line back to grid 1
  • SPLIT_ITEM, parameter -1 - move quantity 1 of the line to guest

In the dining allocation grid, the following commands are known to work:

  • POPUP
  • TR-A-SHOW_RESERV - show in reservation grid the reservation associated with the selected dining table
  • TR-A-SHOW_SEAT_MENU

In the dining reservation grid, the following commands are known to work:

  • POPUP
  • TR-R-CHANGE_GUESTNO - change number of guests
  • TR-R-ALLOC_OR_SEAT - allocate or seat at dining table
  • TR-R-SHOW_CSTAT_MENU - show the change status menu