C# Class pcAmerica.DesktopPOS.API.Client.TableAPI

TODO: Update summary.
Exibir arquivo Open project: pcAmerica/CRE-RPE-Client-API-Library Class Usage Examples

Public Methods

Method Description
GetAllTablesAndOpenInvoices ( Context context ) : List

Returns a list of all tables and on hold invoices in the store/restaurant delivery invoices will have a sectionID of XXDELIVERY takeout invoices will have a sectionID of XXTAKEOUT tabs not associated with tables will have a section ID of XXOPEN TABS invoices that are at table will have the section ID of the resturant section that the table diagram screen lists them in(i.e. Bar, Dining Room, ext)

Method Details

GetAllTablesAndOpenInvoices() public method

Returns a list of all tables and on hold invoices in the store/restaurant delivery invoices will have a sectionID of XXDELIVERY takeout invoices will have a sectionID of XXTAKEOUT tabs not associated with tables will have a section ID of XXOPEN TABS invoices that are at table will have the section ID of the resturant section that the table diagram screen lists them in(i.e. Bar, Dining Room, ext)
public GetAllTablesAndOpenInvoices ( Context context ) : List
context Context The store id, station id, and cashier id the information should be restricted to.
return List