This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // -------------------------------------------------------------------------------------------------------------------- | |
| // <copyright company="" file="TicketsCollectionViewModel.cs"> | |
| // | |
| // </copyright> | |
| // <summary> | |
| // The tickets collection view model. | |
| // </summary> | |
| // | |
| // -------------------------------------------------------------------------------------------------------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // -------------------------------------------------------------------------------------------------------------------- | |
| // <copyright company="" file="Employee.cs"> | |
| // | |
| // </copyright> | |
| // <summary> | |
| // The ticket. | |
| // </summary> | |
| // | |
| // -------------------------------------------------------------------------------------------------------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <!-- | |
| For more information on how to configure your ASP.NET application, please visit | |
| http://go.microsoft.com/fwlink/?LinkId=301880 | |
| --> | |
| <configuration> | |
| <configSections> | |
| <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --> | |
| <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> | |
| </configSections> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <!-- | |
| For more information on how to configure your ASP.NET application, please visit | |
| http://go.microsoft.com/fwlink/?LinkId=301880 | |
| --> | |
| <configuration> | |
| <configSections> | |
| <section name="paypal" type="PayPal.SDKConfigHandler, PayPal" /> | |
| <section name="nlog" type="NLog.Config.ConfigSectionHandler, NLog" /> | |
| </configSections> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ex_noerror = 0; | |
| ex_openport1 = -1; | |
| ex_openport2 = -2; | |
| ex_show = -3; | |
| ex_closeport = -4; | |
| ex_runcommand = -5; | |
| ex_timeout = -6; | |
| ex_opendoc = -7; | |
| ex_closedoc = -8; | |
| ex_cashin = -9; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ex_noerror = 0; | |
| ex_openport1 = -1; | |
| ex_openport2 = -2; | |
| ex_show = -3; | |
| ex_closeport = -4; | |
| ex_getkkmdatetime = -5; | |
| ex_runcommand = -6; | |
| ex_timeout = -7; | |
| ex_opendoc = -8; | |
| ex_closedoc = -9; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ex_noerror = 0; | |
| ex_noconnect = -1; | |
| ex_openport1 = -2; | |
| ex_openport2 = -3; | |
| ex_writetoport1 = -4; | |
| ex_writetoport2 = -5; | |
| ex_getasyncstatus = -6; | |
| ex_show = -7; | |
| ex_showpromitog = -8; | |
| ex_showsum = -9; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 21: | |
| FiscalPrinter.Open(PrinterType,PrinterPort,OperatorNum); | |
| FiscalPrinter.GetOperationsLog(СтрокуВЦелое(КомбоРедактор1.Содержание),0,0); | |
| FiscalPrinter.Close(); | |
| КонецПункта; | |
| 22: | |
| FiscalPrinter.Open(PrinterType,PrinterPort,OperatorNum); | |
| И_Сообщение(FiscalPrinter.SKNOState); | |
| FiscalPrinter.Close(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="properties"> | |
| <table class="table-striped"> | |
| <tr> | |
| <td> | |
| <strong>Отправитель</strong> | |
| </td> | |
| <td>Евсеев Роман</td> | |
| </tr> | |
| <tr> | |
| <td> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // -------------------------------------------------------------------------------------------------------------------- | |
| // <copyright company="" file="Ticket.cs"> | |
| // | |
| // </copyright> | |
| // <summary> | |
| // The ticket. | |
| // </summary> | |
| // | |
| // -------------------------------------------------------------------------------------------------------------------- |