C# 클래스 pcAmerica.DesktopPOS.API.Client.TableAPI

TODO: Update summary.
파일 보기 프로젝트 열기: pcAmerica/CRE-RPE-Client-API-Library 1 사용 예제들

공개 메소드들

메소드 설명
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)

메소드 상세

GetAllTablesAndOpenInvoices() 공개 메소드

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.
리턴 List