Choosing Order, Table, and Tariffication

Sorting Operations

Table Reservation

Tariffication

Filtering Receipt List

Navigation

Debugging

Special Authorities

Dish Rests

User Operations

Accommodating Guests

Personnel Registration

Order Editing

Cook Later

Transfer Dialog

Payments

Seats

Split

References

Delete Lines

HTTP Protocol Support

A request is made in the scripter using an address. If there is a need to make a short request you can use httpGet. If a request contains a large number of symbols, then use HttpPost.

Example: HttpGet ('http://localhost:9876?id=5'), myVar); or HttpGet ('http://localhost:9876','?id=5', myVar);