Show last authors
1 (% id="HEditinginvoicecolumns" %)
2 = Introduction =
3
4 (% class="jumbotron" %)
5 (((
6 (% class="container" %)
7 (((
8 You have the possibility to specify the structure and presentation of your invoice columns. This is done in the Invoice Printblock directly in the CUSIN file that you send to PayEx.
9 )))
10 )))
11
12 (% id="HInvoicegeneration" %)
13 == Editing the invoice content ==
14
15 The main element that govern column structure is {{code}}InvoicePrintblock{{/code}} and the subseqent {{code}}SubOrderBlocks{{/code}}. An invoice can have serveral Printblocks.
16
17 {{code language="xml" title="**InvoicePrintBlock**"}}
18 <BasePrintBlock>
19 <SubOrderBlock TableType="A2">
20 <ColumnHeadLine>
21 <Columns>
22 <Column ColumnNo="1">
23 <Text>Services</Text>
24 </Column>
25 <Column ColumnNo="2">
26 <Text>Products</Text>
27 </Column>
28 </ColumnHeadLine>
29 <Rows>
30 <Row>
31 <Columns>
32 <Column ColumnNo="1">
33 <Text>A Service</Text>
34 </Column>
35 <Column ColumnNo="2">
36 <Text>1.00</Text>
37 </Column>
38 </Columns>
39 </Row>
40 </Rows>
41 <SummaryRow>
42 <Columns>
43 <Column ColumnNo="1">
44 <Text>Amount</Text>
45 </Column>
46 <Column ColumnNo="2">
47 <Text>424.00</Text>
48 </Column>
49 </Columns>
50 </SummaryRow>
51
52 <PrintBlockConfig PrecedingPageBreak=”false/true” PrecedingSheetBreak=”false/true”>
53 </PrintBlockConfig>
54
55 {{/code}}
56
57 === Defining column amount ===
58
59 You can display up to 12 columns on your invoice. The maximum witdh for columns is 180mm, which get divided among the total column count. The ##TableType## attribute for the {{code}}SubOrderBlock{{/code}} ranges from A1 (one column) to A12 (twelve columns). The example above use eight columns (A8). Each column is defined with a corresponding text element. Please note that you can leave columns blank.
60
61 (% id="HAddingrows" %)
62 === Adding rows ===
63
64 You can add as many rows a necessary as long as you conform to the specified column amount. The example below displays three rows with 2 columns per row as limited by the table type (in this case i would have been A2).
65
66 {{code language="xml" title="**Adding Rows**"}}
67 <Row>
68 <Columns>
69 <Column ColumnNo="1">
70 <Text>A Service</Text>
71 </Column>
72 <Column ColumnNo="2">
73 <Text>1.00</Text>
74 </Column>
75 </Columns>
76 </Row>
77 <Row>
78 <Columns>
79 <Column ColumnNo="1">
80 <Text>Another Service</Text>
81 </Column>
82 <Column ColumnNo="2">
83 <Text>1.00</Text>
84 </Column>
85 </Row>
86 <Row>
87 <Columns>
88 <Column ColumnNo="1">
89 <Text>Another more exensive service</Text>
90 </Column>
91 <Column ColumnNo="2">
92 <Text>3.00</Text>
93 </Column>
94 </Row>
95 {{/code}}
96
97 You can also add a summary row to your invoice, which give you a distinct row separated from the previous rows as seen in the example and figure below. The {{code}}SummaryRow{{/code}}elemement in this example contains eight columns (table type A8) even though none but the first and last column contain a value. The first column is used to display the string ##belopp## (amount) and the last column contains the actual amount ##424.00##.
98
99 {{code language="xml" title="**Summary row**"}}
100
101 <SummaryRow>
102 <Columns>
103 <Column ColumnNo="1">
104 <Text>Belopp</Text>
105 </Column>
106 <Column ColumnNo="2">
107 <Text></Text>
108 </Column>
109 <Column ColumnNo="3">
110 <Text></Text>
111 </Column>
112 <Column ColumnNo="4">
113 <Text></Text>
114 </Column>
115 <Column ColumnNo="5">
116 <Text></Text>
117 </Column>
118 <Column ColumnNo="6">
119 <Text></Text>
120 </Column>
121 <Column ColumnNo="7">
122 <Text></Text>
123 </Column>
124 <Column ColumnNo="8">
125 <Text>424.00</Text>
126 </Column>
127 </Columns>
128 </SummaryRow>
129
130 {{/code}}
131
132
133 Too see more details of example columns of different length, please visit the [[Invoice columns examples >>doc:Main.Invoicing.invoice-service.Implementation guide.Invoice columns.Invoice layout examples.WebHome]]section.
134
135
136 (% id="HInvoicedocuments" %)
137 == Invoice documents ==
138
139 (% id="HInvoice" %)
140 === Invoice ===
141
142 * Invoice examples:
143 ** [[Invoice SE>>attach:Faktura.pdf]]
144
145 (% id="HReminder" %)
146 === Reminder ===
147
148 * Reminders and Collection claim always refers to the original invoice and a copy of the invoice is attached on the back of the claim document.
149 * Postal distribution
150 * [[Example>>attach:Påminnelse.pdf]]
151 * Dependency to [[LegalEntity>>doc:Main.Invoicing.invoice-service.Implementation guide.Technical reference.Cusin.XML Schema specification.WebHome||queryString="#type_LegalEntity"]] in CustomerInfo element:
152 ** [[Late fee>>doc:Main.Invoicing.invoice-service.Implementation guide.Supplementary features.WebHome||queryString="HLatefee"]] will be added instead of reminder fee or collection claim fee when LegalEntity is set to "Business" (if specially contracted with PayEx and configured in ledger)
153 ** If distributed by e-mail: When LegalEntity is set to "Private" the e-mail message will include a link to PayEx Invoice Portal where the invoice/claim is available, otherwise a copy of the invoice/claim will be attached in the e-mail message as a pdf-file.
154 ** Finland only: Different claim processes will be used depending on "Private" or "Business"
155
156 (% id="HCollectionclaim" %)
157 === Collection claim ===
158
159 * Reminders and Collection claim always refers to the original invoice and a copy of the invoice is attached on the back of the claim document.
160 * Postal distribution
161 * [[Example>>attach:Inkassokrav.pdf]]
162
163 (% id="HLogotype" %)
164 == Logotype ==
165
166 (% id="HLogousedforprint" %)
167 === Logo used for print ===
168
169 To use your own logotype for invoices generated by PayEx Invoice Service you need to send a logotype image to [[setup.invoice@payex.com>>mailto:setup.invoice@payex.com]] together with customer identification.
170
171 |=Property|=Description
172 |Format|.png
173 |Resolution|300 DPI or higher
174 |Max Height|1,7 cm
175 |Max Width|8 cm
176
177 (% id="HLogousedforweb28digitaldistribution29" %)
178 === Logo used for digital distribution ===
179
180 To use your own logotype for digital invoices generated by PayEx Invoice Service you need to send a logotype image to [[setup.invoice@payex.com>>mailto:setup.invoice@payex.com]] together with customer identification.
181
182 |=Property|=Description
183 |Format|.png (compatible to dark mode)
184 |Max Height|100px
185 |Max Width|300px
186
187 (% id="HPaymentinfo" %)
188 == Payment info ==
189
190 * PayEx creates invoice reference number (KID/OCR)
191 * BIC/IBAN is only shown if invoice receiver address is abroad
192 * Admin text is set by PayEx
193 * Supported language for invoice admin text and claims: ledger default country config + english
194
195 (% id="HE-mailinvoice28html29" %)
196 == E-mail invoice (html) ==
197
198 * In general invoice is distributed as an html based e-mail with invoice document attached as a file, if "eDistributionType" is set to EMail.
199 * e-mail layout adapts to receivers device and settings.
200 * Logo for digital distribution is used.
201 * Example of e-mail layout using iPhone 11 Pro Max, iOS 14 is found [[here>>attach:Example email html 210611.png]]
202 * Sweden only:
203 ** The e-mail message will include a link to PayEx Invoice Portal landing page where the user can fetch their invoice/claim as a .pdf, instead of receiving it as an e-mail attachment.
204 ** If certain users / invoice receivers (business / private) needs the .pdf directly in the email message it is mandatory to use [[LegalEntity >>doc:Main.Invoicing.invoice-service.Implementation guide.Technical reference.Cusin.XML Schema specification.WebHome||queryString="#type_LegalEntity"]]to distinguish whether to include a .pdf in the email message or not.
205 ** When LegalEntity is set to "Private" the e-mail message will only include a link to PayEx Invoice Portal where the invoice/claim is available, otherwise a copy of the invoice/claim will be added in the e-mail message as a pdf-file.
206 * Link to PayEx Invoice Portal may also be generated via [[Invoice API>>doc:Main.Invoicing.invoice-service.invoice-service-apis.Technical reference.4\. Invoice.WebHome||queryString="#HGenerate-invoice-portal-link"]] to be used i.e. as a part of My Pages or as an invoice/payment link in a communication channel of your choice.
207
208 (% id="HEDI28B2B29" %)
209 == EDI (B2B) ==
210
211 PayEx Invoice Service is designed to support distribution of invoices business to business (B2B) e.g as Peppol, EHF, EDI or Svefaktura.
212
213 Properties in EDIInfo references need to be set in accordance with the recipient's (your customer) preferences.
214
215 * (((
216 If invoice distribution in cusin is set to EInvoiceB2B, the following information is mandatory in the EDIInfo:
217 - Customer VAN
218 - Buyer ID
219 - Seller ID
220 )))
221 * (((
222 If any of these values is not supplied, an error is created and the invoices will not be distributed B2B. As fallback an invoice copy will be distributed by postal service to the customers Billing Address.
223 )))
224
225 (% id="HInvoiceattachment28enclosure29" %)
226 == Invoice attachment (enclosure) ==
227
228 (% data-placeholder="Översättning" dir="ltr" id="tw-target-text" %)
229 PayEx Invoice Service offers the possibility to add invoice attachments. The attachment will be produced as an extra page following the invoice document. Attachments can be distributed both electronically and by postal service.
230
231 (% dir="ltr" %)
232 To use Invoice attachment a pdf-document is required consisting of one or more pages.
233
234 (% dir="ltr" id="HStandarddistributionorderofpriority" %)
235 == Standard Invoice distribution order of priority ==
236
237 PayEx handles the invoice distribution according to a distribution order of priority meaning no instructions about distribution method needs to be sent to PayEx. If you wish to make certain exceptions from PayEx Default, distribution methods may be set on invoice level or customer which will than overrule the default order. In addition to the distribution method that applies, all invoices, claims and other produced documents are made available as pdf-files in PayEx invoice archive.
238
239 Protected Identity is a special postal distribution type set by updating customer info via address check made in PayEx ledger (exceptional cases only).
240
241 **Important to note!**
242
243 * Email (address) on Customer will result in distribution by Email when using PayEx default (no distribution method set on invoice or customer)
244
245 The following table shows the general distribution priority order for each country. This applies from 2023-01-24. Table showing what applied before 2023-01-24 id found [[here>>attach:Invoice Service Default distribution priority.docx]].
246
247 (% id="HSweden" %)
248 === Sweden ===
249
250 |=Priority|=Distribution Type|=Preferred on Customer|=Preferred on Invoice
251 |1|Archive|-|Yes
252 |2|Email|-|Yes
253 |3|Protected Identity (given Postal)|-|Yes
254 |4|Postal|-|Yes
255 |5|Archive|Yes|-
256 |6|Email|Yes|-
257 |7|Protected Identity (given Postal)|Yes|-
258 |8|Postal|Yes|-
259 |9|E-Invoice B2B|-|-
260 |10|E-Invoice B2C internet bank (given active consent from end customer)|-|-
261 |11|Email|-|-
262 |12|Kivra (given active consent from end customer)|-|-
263 |13|Protected Identity (given Postal)|-|-
264 |14|Postal|-|-
265
266 (% style="color:inherit; font-family:inherit; font-size:23px" %)Norway
267
268 |=Priority|=Distribution Type|=Preferred on Customer|=Preferred on Invoice
269 |1|E-Invoice B2C internet bank (given active consent from end customer)|-|-
270 |2|Archive|-|Yes
271 |3|Email|-|Yes
272 |4|E-Invoice B2B|-|Yes
273 |5|Postal|-|Yes
274 |6|Archive|Yes|-
275 |7|Email|Yes|-
276 |8|E-Invoice B2B|Yes|-
277 |9|Postal|Yes|-
278 |10|Postal|-|-
279
280 === Denmark ===
281
282 |=Priority|=Distribution Type|=Preferred on Customer|=Preferred on Invoice
283 |1|Betalingsservice (given active consent from end customer)|-|-
284 |2|Archive|-|Yes
285 |3|Email|-|Yes
286 |4|E-Invoice B2B|-|Yes
287 |5|Postal|-|Yes
288 |6|Archive|Yes|-
289 |7|Email|Yes|-
290 |8|E-Invoice B2B|Yes|-
291 |9|Postal|Yes|-
292 |10|Postal|-|-
293
294 === Finland ===
295
296 |=Priority|=Distribution Type|=Preferred on Customer|=Preferred on Invoice
297 |1|E-Invoice B2C internet bank (given active consent from end customer)|-|-
298 |2|Archive|-|Yes
299 |3|Email|-|Yes
300 |4|E-Invoice B2B|-|Yes
301 |5|Protected Identity (given Postal)|-|Yes
302 |6|Postal|-|Yes
303 |7|Kivra (given active consent from end customer)|-|-
304 |8|Archive|Yes|-
305 |9|Email|Yes|-
306 |10|E-Invoice B2B|Yes|-
307 |11|Protected Identity (given Postal)|Yes|-
308 |12|Postal|Yes|-
309 |13|Protected Identity (given Postal)|-|-
310 |14|Postal|-|-