Метод | Описание | |
---|---|---|
AddProduct ( string ProductName, string ProductPrice, string Quantity = "1.000", byte TaxCategory = 192 ) : void | ||
AddProductStorno ( string ProductName, string ProductPrice, string Quantity = "1.000", byte TaxCategory = 192 ) : void | ||
CheckError ( ) : bool | ||
CloseInterface ( ) : void | ||
ConvertDateTimeToSynergyDate ( DateTime value, bool dash = true ) : string | ||
DailyFiscalClose ( ) : byte[] | ||
DetailedReport ( string timeStart, string timeEnd ) : byte[] | ||
FiscalCash ( string ComPort = "COM1" ) : System | ||
GetTimeDate ( ) : byte[] | ||
InitInterface ( ) : void | ||
IssueBill ( ) : byte[] | ||
IssueStorno ( ) : byte[] | ||
SetTimeDate ( string time ) : byte[] | ||
ShortReport ( string timeStart, string timeEnd ) : byte[] |
Метод | Описание | |
---|---|---|
AppendStringToOpcodes ( string opcode ) : void | ||
CheckInterfaceInit ( ) : void | ||
GetShortPathName ( [ path, [ shortPath, int shortPathLength ) : int | ||
InitRawCommand ( string command ) : byte[] | ||
ParseProductName ( string ProductName ) : string | ||
StartProcessAndWait ( ) : byte[] |
public AddProduct ( string ProductName, string ProductPrice, string Quantity = "1.000", byte TaxCategory = 192 ) : void | ||
ProductName | string | |
ProductPrice | string | |
Quantity | string | |
TaxCategory | byte | |
Результат | void |
public AddProductStorno ( string ProductName, string ProductPrice, string Quantity = "1.000", byte TaxCategory = 192 ) : void | ||
ProductName | string | |
ProductPrice | string | |
Quantity | string | |
TaxCategory | byte | |
Результат | void |
public ConvertDateTimeToSynergyDate ( DateTime value, bool dash = true ) : string | ||
value | DateTime | |
dash | bool | |
Результат | string |
public DetailedReport ( string timeStart, string timeEnd ) : byte[] | ||
timeStart | string | |
timeEnd | string | |
Результат | byte[] |
public FiscalCash ( string ComPort = "COM1" ) : System | ||
ComPort | string | |
Результат | System |
public SetTimeDate ( string time ) : byte[] | ||
time | string | |
Результат | byte[] |
public ShortReport ( string timeStart, string timeEnd ) : byte[] | ||
timeStart | string | |
timeEnd | string | |
Результат | byte[] |