update
This commit is contained in:
@ -172,7 +172,7 @@ public:
|
||||
MyError CutPaper(); ///<Отрезать бумагу
|
||||
MyError DisplayUpper(std::string Text); ///<Вывод текста в верхнюю строку дисплея
|
||||
MyError OpenFiscalInv(int OpCode, std::string OpPwd, int TillNmb, char ReceiptType, int& ShiftNumber, int& SlipNumber, int& DocNumber); ///<Открытие фискального (клиентского) чека
|
||||
MyError RegisterSale(std::string PluName, char TaxCode,double Price,double Quantity,char DiscountType,double DiscountValue,int Department, std::string MarkStamp,double RoundPrice,int UnitCode, std::string ProductID, std::string BarCode, int& SlipNumber, int& DocNumber);
|
||||
MyError RegisterSale(std::string PluName, char TaxCode,double Price,double Quantity,char DiscountType,double DiscountValue,int Department, std::string MarkStamp,double RoundPrice,int UnitCode, std::string ProductID, std::string BarCode,int MarkType, std::string NTIN, int& SlipNumber, int& DocNumber);
|
||||
MyError ReportOnTaxRates(int& NZreport,double& TaxA,double& TaxB,double& TaxC,std::string& EntryDate); ///<Отчет по налоговым ставкам и положению десятичной точки за период
|
||||
int ReadingError(int Code, int& ECode, std::string& ErrorMessage);
|
||||
MyError Subtotal(char Print,char Display,char DiscountType,double DiscountValue,int& SlipNumber,double& Subtotal,double& TaxA,double& TaxB,double& TaxC); ///<Подитог
|
||||
|
||||
Reference in New Issue
Block a user