Skip to content

Instantly share code, notes, and snippets.

// --------------------------------------------------------------------------------------------------------------------
// <copyright company="" file="TicketsCollectionViewModel.cs">
//
// </copyright>
// <summary>
// The tickets collection view model.
// </summary>
//
// --------------------------------------------------------------------------------------------------------------------
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="" file="Employee.cs">
//
// </copyright>
// <summary>
// The ticket.
// </summary>
//
// --------------------------------------------------------------------------------------------------------------------
<?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>
<?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>
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;
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;
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;
21:
FiscalPrinter.Open(PrinterType,PrinterPort,OperatorNum);
FiscalPrinter.GetOperationsLog(СтрокуВЦелое(КомбоРедактор1.Содержание),0,0);
FiscalPrinter.Close();
КонецПункта;
22:
FiscalPrinter.Open(PrinterType,PrinterPort,OperatorNum);
И_Сообщение(FiscalPrinter.SKNOState);
FiscalPrinter.Close();
<div class="properties">
<table class="table-striped">
<tr>
<td>
<strong>Отправитель</strong>
</td>
<td>Евсеев Роман</td>
</tr>
<tr>
<td>
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="" file="Ticket.cs">
//
// </copyright>
// <summary>
// The ticket.
// </summary>
//
// --------------------------------------------------------------------------------------------------------------------