Changes for page Invoice Service

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

Summary

Details

Page properties
Content
... ... @@ -37,21 +37,16 @@
37 37  
38 38  == Step 1 Create file and add XML declaration ==
39 39  
40 -{{tabs idsToLabels="Step1_Description=Description, Step1_Example=Example"/}}
41 -
42 -(% id="Step1_Description" %)
43 -(((
44 44  Create a file with extension .XML and UTF-8 encoding. Name it according to the filename convention.
45 45  Add a row on root level with XML declaration, with XML-version 1.0 and UTF-8 encoding.
46 46  \\You can read more about this [[here>>Main.Invoicing.Invoice Service.File Reference.WebHome]].
47 -)))
48 48  
49 -(% id="Step1_Example" %)
50 -(((
51 -Filename: ##CUSIN_<CompanyNumber>_<DateTime>_<SerialNumber>.XML##
52 -\\{{code language="xml"}} <︖xml version="1.0" encoding="utf-8"︖> (xwiki eats the declaration while using default question mark){{/code}}
53 -)))
44 +{{code language="xml"}}
45 + <︖xml version="1.0" encoding="utf-8"︖> (xwiki eats the declaration while using default question mark)
46 +{{/code}}
54 54  
48 +
49 +
55 55  == Step 2 Add CUSIN Header ==
56 56  
57 57  {{tabs idsToLabels="Step2_Description=Description, Step2_Example=Example"/}}