Skip to content

Commit a2b1462

Browse files
author
Valentina Gogoleva
committed
EDI support
1 parent a025fdb commit a2b1462

281 files changed

Lines changed: 30545 additions & 5034 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cf/Catalogs/Companies.xml

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,102 @@
667667
<DataHistory>Use</DataHistory>
668668
</Properties>
669669
</Attribute>
670+
<Attribute uuid="9cf20f70-296f-414f-9deb-67052435a535">
671+
<Properties>
672+
<Name>MersisNumber</Name>
673+
<Synonym>
674+
<v8:item>
675+
<v8:lang>en</v8:lang>
676+
<v8:content>Mersis number</v8:content>
677+
</v8:item>
678+
<v8:item>
679+
<v8:lang>tr</v8:lang>
680+
<v8:content>Mersis numarası</v8:content>
681+
</v8:item>
682+
</Synonym>
683+
<Comment/>
684+
<Type>
685+
<v8:Type>xs:string</v8:Type>
686+
<v8:StringQualifiers>
687+
<v8:Length>16</v8:Length>
688+
<v8:AllowedLength>Variable</v8:AllowedLength>
689+
</v8:StringQualifiers>
690+
</Type>
691+
<PasswordMode>false</PasswordMode>
692+
<Format/>
693+
<EditFormat/>
694+
<ToolTip/>
695+
<MarkNegatives>false</MarkNegatives>
696+
<Mask/>
697+
<MultiLine>false</MultiLine>
698+
<ExtendedEdit>false</ExtendedEdit>
699+
<MinValue xsi:nil="true"/>
700+
<MaxValue xsi:nil="true"/>
701+
<FillFromFillingValue>false</FillFromFillingValue>
702+
<FillValue xsi:type="xs:string"/>
703+
<FillChecking>DontCheck</FillChecking>
704+
<ChoiceFoldersAndItems>Items</ChoiceFoldersAndItems>
705+
<ChoiceParameterLinks/>
706+
<ChoiceParameters/>
707+
<QuickChoice>Auto</QuickChoice>
708+
<CreateOnInput>Auto</CreateOnInput>
709+
<ChoiceForm/>
710+
<LinkByType/>
711+
<ChoiceHistoryOnInput>Auto</ChoiceHistoryOnInput>
712+
<Use>ForItem</Use>
713+
<Indexing>DontIndex</Indexing>
714+
<FullTextSearch>Use</FullTextSearch>
715+
<DataHistory>Use</DataHistory>
716+
</Properties>
717+
</Attribute>
718+
<Attribute uuid="334a8a69-7f18-4408-8c1f-3025c1bc505f">
719+
<Properties>
720+
<Name>TaxOffice</Name>
721+
<Synonym>
722+
<v8:item>
723+
<v8:lang>en</v8:lang>
724+
<v8:content>Tax office</v8:content>
725+
</v8:item>
726+
<v8:item>
727+
<v8:lang>tr</v8:lang>
728+
<v8:content>Vergi dairesi</v8:content>
729+
</v8:item>
730+
</Synonym>
731+
<Comment/>
732+
<Type>
733+
<v8:Type>xs:string</v8:Type>
734+
<v8:StringQualifiers>
735+
<v8:Length>100</v8:Length>
736+
<v8:AllowedLength>Variable</v8:AllowedLength>
737+
</v8:StringQualifiers>
738+
</Type>
739+
<PasswordMode>false</PasswordMode>
740+
<Format/>
741+
<EditFormat/>
742+
<ToolTip/>
743+
<MarkNegatives>false</MarkNegatives>
744+
<Mask/>
745+
<MultiLine>false</MultiLine>
746+
<ExtendedEdit>false</ExtendedEdit>
747+
<MinValue xsi:nil="true"/>
748+
<MaxValue xsi:nil="true"/>
749+
<FillFromFillingValue>false</FillFromFillingValue>
750+
<FillValue xsi:type="xs:string"/>
751+
<FillChecking>DontCheck</FillChecking>
752+
<ChoiceFoldersAndItems>Items</ChoiceFoldersAndItems>
753+
<ChoiceParameterLinks/>
754+
<ChoiceParameters/>
755+
<QuickChoice>Auto</QuickChoice>
756+
<CreateOnInput>Auto</CreateOnInput>
757+
<ChoiceForm/>
758+
<LinkByType/>
759+
<ChoiceHistoryOnInput>Auto</ChoiceHistoryOnInput>
760+
<Use>ForItem</Use>
761+
<Indexing>DontIndex</Indexing>
762+
<FullTextSearch>Use</FullTextSearch>
763+
<DataHistory>Use</DataHistory>
764+
</Properties>
765+
</Attribute>
670766
<TabularSection uuid="0656ceb3-7fdd-46d9-a2b3-126955ab9578">
671767
<InternalInfo>
672768
<xr:GeneratedType name="CatalogTabularSection.Companies.ContactInformation" category="TabularSection">

cf/Catalogs/Companies/Forms/ItemForm/Ext/Form.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,19 @@
101101
<ContextMenu name="RegistrationDateContextMenu" id="32"/>
102102
<ExtendedTooltip name="RegistrationDateExtendedTooltip" id="33"/>
103103
</InputField>
104+
<InputField name="MersisNumber" id="34">
105+
<DataPath>Object.MersisNumber</DataPath>
106+
<HorizontalStretch>false</HorizontalStretch>
107+
<ExtendedEditMultipleValues>true</ExtendedEditMultipleValues>
108+
<ContextMenu name="MersisNumberContextMenu" id="35"/>
109+
<ExtendedTooltip name="MersisNumberExtendedTooltip" id="36"/>
110+
</InputField>
111+
<InputField name="TaxOffice" id="22">
112+
<DataPath>Object.TaxOffice</DataPath>
113+
<ExtendedEditMultipleValues>true</ExtendedEditMultipleValues>
114+
<ContextMenu name="TaxOfficeContextMenu" id="23"/>
115+
<ExtendedTooltip name="TaxOfficeExtendedTooltip" id="24"/>
116+
</InputField>
104117
</ChildItems>
105118
</Page>
106119
<Page name="ContactInformationGroup" id="17">

cf/Catalogs/Counterparties.xml

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,98 @@
660660
<DataHistory>Use</DataHistory>
661661
</Properties>
662662
</Attribute>
663+
<Attribute uuid="da4891a7-0c6f-488f-b9e9-d82f5b81c920">
664+
<Properties>
665+
<Name>TaxOffice</Name>
666+
<Synonym>
667+
<v8:item>
668+
<v8:lang>en</v8:lang>
669+
<v8:content>Tax office</v8:content>
670+
</v8:item>
671+
<v8:item>
672+
<v8:lang>tr</v8:lang>
673+
<v8:content>Vergi dairesi</v8:content>
674+
</v8:item>
675+
</Synonym>
676+
<Comment/>
677+
<Type>
678+
<v8:Type>xs:string</v8:Type>
679+
<v8:StringQualifiers>
680+
<v8:Length>100</v8:Length>
681+
<v8:AllowedLength>Variable</v8:AllowedLength>
682+
</v8:StringQualifiers>
683+
</Type>
684+
<PasswordMode>false</PasswordMode>
685+
<Format/>
686+
<EditFormat/>
687+
<ToolTip/>
688+
<MarkNegatives>false</MarkNegatives>
689+
<Mask/>
690+
<MultiLine>false</MultiLine>
691+
<ExtendedEdit>false</ExtendedEdit>
692+
<MinValue xsi:nil="true"/>
693+
<MaxValue xsi:nil="true"/>
694+
<FillFromFillingValue>false</FillFromFillingValue>
695+
<FillValue xsi:type="xs:string"/>
696+
<FillChecking>DontCheck</FillChecking>
697+
<ChoiceFoldersAndItems>Items</ChoiceFoldersAndItems>
698+
<ChoiceParameterLinks/>
699+
<ChoiceParameters/>
700+
<QuickChoice>Auto</QuickChoice>
701+
<CreateOnInput>Auto</CreateOnInput>
702+
<ChoiceForm/>
703+
<LinkByType/>
704+
<ChoiceHistoryOnInput>Auto</ChoiceHistoryOnInput>
705+
<Use>ForItem</Use>
706+
<Indexing>DontIndex</Indexing>
707+
<FullTextSearch>Use</FullTextSearch>
708+
<DataHistory>Use</DataHistory>
709+
</Properties>
710+
</Attribute>
711+
<Attribute uuid="cd6325e2-1a91-4685-9691-01702dff8c21">
712+
<Properties>
713+
<Name>EDocumentScenario</Name>
714+
<Synonym>
715+
<v8:item>
716+
<v8:lang>en</v8:lang>
717+
<v8:content>E-Document scenario</v8:content>
718+
</v8:item>
719+
<v8:item>
720+
<v8:lang>tr</v8:lang>
721+
<v8:content>E-Belge senaryosu</v8:content>
722+
</v8:item>
723+
</Synonym>
724+
<Comment/>
725+
<Type>
726+
<v8:Type>cfg:EnumRef.EDocumentScenario</v8:Type>
727+
</Type>
728+
<PasswordMode>false</PasswordMode>
729+
<Format/>
730+
<EditFormat/>
731+
<ToolTip/>
732+
<MarkNegatives>false</MarkNegatives>
733+
<Mask/>
734+
<MultiLine>false</MultiLine>
735+
<ExtendedEdit>false</ExtendedEdit>
736+
<MinValue xsi:nil="true"/>
737+
<MaxValue xsi:nil="true"/>
738+
<FillFromFillingValue>false</FillFromFillingValue>
739+
<FillValue xsi:nil="true"/>
740+
<FillChecking>DontCheck</FillChecking>
741+
<ChoiceFoldersAndItems>Items</ChoiceFoldersAndItems>
742+
<ChoiceParameterLinks/>
743+
<ChoiceParameters/>
744+
<QuickChoice>Auto</QuickChoice>
745+
<CreateOnInput>Auto</CreateOnInput>
746+
<ChoiceForm/>
747+
<LinkByType/>
748+
<ChoiceHistoryOnInput>Auto</ChoiceHistoryOnInput>
749+
<Use>ForItem</Use>
750+
<Indexing>DontIndex</Indexing>
751+
<FullTextSearch>Use</FullTextSearch>
752+
<DataHistory>Use</DataHistory>
753+
</Properties>
754+
</Attribute>
663755
<TabularSection uuid="a78c1b58-3bb2-4fb4-a780-b74da13a51f4">
664756
<InternalInfo>
665757
<xr:GeneratedType name="CatalogTabularSection.Counterparties.AdditionalAttributes" category="TabularSection">

0 commit comments

Comments
 (0)