revision in progress:
ist <reservation> ein String? ist es der "guest" oder revervierung?



EN- English: 

ASQL commands operating the opened table.


DE - Deutsch:

ASQL Befehle, die am aktuellen Tisch durchgeführt werden können.



TOC /INHALTSVERZEICHNIS


Table of commands for open table


ASQL commandparameter [param]result

Finance


pay on open table
FINANCE <financenumber>
[AMOUNT <amount>]
[ID <id>];
<financenumber> optional
.. Finance-number


[AMOUNT <amount>] optional, 
all if not given


[ID <id>]  optional
<id> ... Voucher-ID

FINANCE 20 AMOUNT 100;examplepay 100€ with finance 20
SUBTOTAL;
list of items and saldo

TOTAL;


pay all by cash

CLOSETABLES ALL;


close all tables cash
CLOSETABLES ALL PRINT 1;"1"close all tables cash and print on "1"

transfer to room in a hotel

.Transfer the full table saldo to the hotel room if a hotel is configured
ROOM;--list all interfaces
ROOM HOTEL <hotel interface id>;<hotel interface id> ... interface id
only needed if more than one interface
list all rooms



ROOM HOTEL <hotel interface id> <room>;<room> ... room numberlist all guests available for this room.
ROOM HOTEL <hotel interface id> <room> <reservation>;<reservation>  ... guesttransfer the table saldo to the hotel room.
ROOM  246 guest_miller;example, only one hotel interfacetransfer full to room 246 guest_miller



EN- commands

  • FINANCE
  • SUBTOTAL
    Prints a list of items on this table, the table saldo and displays the subtotal on the customer display, if available.
  • TOTAL
    Close current slip, pay by cash.
  • CLOSETABLES ALL
    Close all tables of all waitors of the day and transfer to cash payed.
    PRINT 1 adds automatic printing
  • ROOM
    Only available, if a hotel interface is configured. Query hotel interface, rooms, guests
    Transfer the table saldo to the hotel room.


DE- Kommandos

  • FINANCE
    Die Bezahlung mit diesem Finanzweg und diesem Betrag wird durchgeführt und verspeichert. Ein Rückgeld wird berechnet, angezeigt und verspeichert.
    "FINANCE 20 AMOUNT 100;" löst die Zahlung mit einem 100EUR Schein aus
  • SUBTOTAL
    Eine Zwischensumme "Lieferschein" für den Tisch wird zurück gegeben und verspeichert. Bei mehreren Zwischensummen wird immer die Gesamtsumme für den Tisch zurück gegeben und verspeichert. Eine Zwischensumme schließt die Aufrechnung ab.
    "Zwischensumme" ist eine Zahlungsart für statistische Zwecke und gehört zur Finanzkategorie "Statistik".
    Es kann für Mitarbeiter einen Zwischensummenzwang geben bevor eine Zahlung akzeptiert wird.
    Es kann für Mitarbeiter eine Einschränkung auf Stornierungen nur von Eingaben nach der letzten Zwischensumme geben.
  • TOTAL
    Total liefert eine Barzahlung für die Gesamtsumme des Tisches. Die Aufrechnung wird abgeschlossen.
  • CLOSETABLES ALL
    Alle offenen von allen Kellnern des aktuellen Buchungstages auf Bargeld abschließen.
    Die Funktion „CLOSETABLES ALL PRINT 1;“ ermöglicht alle offenen Tische von allen Kellnern des aktuellen Buchungstages auf Bargeld abzuschließen und automatisch auszudrucken.
  • ROOM
    Only available, if a hotel interface is configured. Query hotel interface, rooms, guests
    Transfer the table saldo to the hotel room.