Számla API 2.0 OK.

This commit is contained in:
2020-07-06 09:04:26 +02:00
parent 2bc250db9b
commit 8a700d7162
25 changed files with 3242 additions and 17 deletions
@@ -5,7 +5,7 @@
<Action Id="aOpenWindowsExplorer" ImageName="console" Index="0" />
<Action Id="aCreateNAVInvoiceReportXML" ImageName="Action_Export_ToXML" />
<Action Id="aCustomer_SyncBusinessDirectory" ImageName="server_document" />
<Action Id="aNAV_manageInvoice" Caption="NAV számlabeküldés" TargetObjectsCriteria="[TotalVATHUF] &gt;= 100000.0 Or [TotalVATHUF] &lt;= -100000.0" ImageName="BO_Skull" />
<Action Id="aNAV_manageInvoice" Caption="NAV számlabeküldés" TargetObjectsCriteria="" ImageName="BO_Skull" />
<Action Id="aNAV_queryInvoiceData" Caption="NAV számla lekérdezés" ImageName="BO_Skull" />
<Action Id="aNAV_queryInvoiceStatus" Caption="NAV számla státusz" ImageName="BO_Skull" />
<Action Id="aNAV_queryTaxpayer" Caption="NAV adószám ellenőrzés" ImageName="BO_Skull" />
@@ -388,7 +388,7 @@
</Columns>
<SplitLayout Direction="Vertical" IsNewNode="True" />
</ListView>
<ListView Id="InvoiceHeader_ListView_NAV" ClassName="SISBusiness.Module.InvoiceHeader" IsGroupPanelVisible="True" AutoExpandAllGroups="True" Criteria="[IsEditable] = False And [IsProforma] = False And ([TotalVATHUF] &gt;= 100000 Or [TotalVATHUF] &lt;= -100000) And Not IsNullOrEmpty([DocumentNumber]) And [DateCreated] &gt;= #2018-07-01#" AllowDelete="False" AllowLink="False" AllowNew="False" IsListViewProcess="False" MasterDetailMode="ListViewAndDetailView" MasterDetailView="InvoiceHeader_DetailView_NAV" DetailViewID="InvoiceHeader_DetailView_NAV" IsNewNode="True">
<ListView Id="InvoiceHeader_ListView_NAV" ClassName="SISBusiness.Module.InvoiceHeader" IsGroupPanelVisible="True" AutoExpandAllGroups="True" Criteria="[IsEditable] = False And [IsProforma] = False And [DateCreated] &gt;= #2018-07-01#" AllowDelete="False" AllowLink="False" AllowNew="False" IsListViewProcess="False" MasterDetailMode="ListViewAndDetailView" MasterDetailView="InvoiceHeader_DetailView_NAV" DetailViewID="InvoiceHeader_DetailView_NAV" IsNewNode="True">
<Columns IsNewNode="True">
<ColumnInfo Id="Customers" PropertyName="Customers" Index="0" Width="101" GroupIndex="-1" IsNewNode="True" />
<ColumnInfo Id="CustomersFrom" PropertyName="CustomersFrom" Index="1" Width="125" GroupIndex="0" SortOrder="Ascending" IsNewNode="True" />