Changes for page Invoice Service

Last modified by Fredrik Köhler on 2018/12/07 12:59
From version 32.1
edited by Tore Aasebo
on 2018/04/13 10:06
To version 33.1
edited by Tore Aasebo
on 2018/04/13 10:07
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -114,22 +114,10 @@
114 114  
115 115  == Step 5 Customer info ==
116 116  
117 -
118 -{{tabs idsToLabels="Step5_Description=Description, Step5_Example=Example"/}}
119 -
120 -(% id="Step5_Description" %)
121 -(((
122 122  In order to define the CustomerInfo per customer you need to do add the following child elements:
123 123  Add {{code}}Name{{/code}}, {{code}}RegNo{{/code}}, {{code}}DistributionAddressInfo{{/code}}, {{code}}PaymentInfo{{/code}} and {{code}}DistributionInfo{{/code}} to the {{code}}CustomerInfo{{/code}} parent.
124 124  
125 -
126 -You can read more about this [[here>>Main.Invoicing.Invoice Service.File Reference.WebHome]].
127 -)))
128 -
129 -(% id="Step5_Example" %)
130 -(((
131 131  {{code language="xml"}}
132 -
133 133  <︖xml version="1.0" encoding="utf-8"︖>
134 134  <CUSIN Version="2.0" CreatedDateTime="2017-12-07T14:54:55" CompanyName="Test Company" CompanyNo="9999">
135 135   <DistributionDate>
... ... @@ -183,10 +183,10 @@
183 183   <Invoices/>
184 184   </CUSINInfo>
185 185  </CUSIN>
186 -
187 187  {{/code}}
188 -)))
189 189  
176 +You can read more about this [[here>>Main.Invoicing.Invoice Service.File Reference.WebHome]].
177 +
190 190  == Step 6 Invoices ==
191 191  
192 192  {{tabs idsToLabels="Step6_Description=Description, Step6_Example=Example"/}}