forked from champix56/2023-05-15-xmlcv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFacture3.xml
134 lines (134 loc) · 3.85 KB
/
Facture3.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet href="genDOCX-Monolithique.xslt" type="text/xsl"?>
<factures rsets="eCO-nome" adr1ets="AV PIERRE GEORGES" adr2ets="" logourl="1.jpg" cpets="75015" villeets="Paris" dateeditionXML="2012-12-15" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="factures.xsd">
<facture numfacture="f12" datefacture="2023-12-01" type="devis" idclient="123">
<client>
<destinataire>
<nom>DeSORBAIX</nom>
<pnom>alexandre</pnom>
<pnom>dominique</pnom>
<pnom>joël</pnom>
</destinataire>
<adr1>chemin de l'homme dormant</adr1>
<adr2/>
<cp>54230</cp>
<ville>Nancy Lest</ville>
</client>
<lignes>
<ligne>
<ref>REF-2134</ref>
<designation>Lavage SOL </designation>
<phtByUnit>5.95</phtByUnit>
<nbUnit typeUnit="HOUR">1.5</nbUnit>
<stotligne>8.922</stotligne>
</ligne>
<ligne>
<info>Ligne d'info de faturation</info>
</ligne>
<ligne>
<ref>REF-2135</ref>
<designation>Peinture SOL forfait <20m² </designation>
<phtByUnit>8.95</phtByUnit>
<nbUnit typeUnit="UNIT">1.5</nbUnit>
<stotligne>13.425</stotligne>
</ligne>
<ligne>
<ref>REF-1934</ref>
<designation>Peinture Blanc pot 5L</designation>
<phtByUnit>9.95</phtByUnit>
<nbUnit typeUnit="UNIT">2</nbUnit>
<stotligne>19.90</stotligne>
</ligne>
</lignes>
</facture>
<facture numfacture="f23" datefacture="2012-09-04" type="facture" idclient="234">
<client>
<destinataire>text</destinataire>
<adr1>String</adr1>
<adr2>String</adr2>
<cp>10000</cp>
<ville>String</ville>
</client>
<lignes>
<ligne>
<ref>REF-2234</ref>
<designation>Pose BA13 (forfait plaque +MO) au m2 </designation>
<surface unite="m2">15</surface>
<phtByUnit>9.95</phtByUnit>
<nbUnit typeUnit="HOURBYMETER2">0.5</nbUnit>
<stotligne>74.625</stotligne>
</ligne>
</lignes>
</facture>
<facture numfacture="f11" refdevis="f08" datefacture="2012-07-05" type="facture" idclient="234">
<client>
<destinataire>text</destinataire>
<adr1>String</adr1>
<adr2>String</adr2>
<cp>10000</cp>
<ville>String</ville>
</client>
<lignes>
<ligne>
<ref>REF-2234</ref>
<designation>Pose BA13 (forfait plaque +MO) au m2 </designation>
<surface unite="m2">5</surface>
<phtByUnit>9.95</phtByUnit>
<nbUnit typeUnit="HOURBYMETER2">0.5</nbUnit>
<stotligne>24.873</stotligne>
</ligne>
</lignes>
</facture>
<facture numfacture="f08" datefacture="2013-07-04" type="devis" idclient="234">
<client>
<destinataire>text</destinataire>
<adr1>String</adr1>
<adr2>String</adr2>
<cp>10000</cp>
<ville>String</ville>
</client>
<lignes>
<ligne>
<ref>REF-2234</ref>
<designation>Pose BA13 (forfait plaque +MO) au m2 </designation>
<surface unite="m2">15</surface>
<phtByUnit>9.95</phtByUnit>
<nbUnit typeUnit="HOURBYMETER2">0.5</nbUnit>
<stotligne>69.65</stotligne>
</ligne>
</lignes>
</facture>
<facture numfacture="f05" datefacture="2012-06-21" type="facture" idclient="132">
<client>
<destinataire>text</destinataire>
<adr1>String</adr1>
<adr2>String</adr2>
<cp>10000</cp>
<ville>String</ville>
</client>
<lignes>
<ligne>
<ref>REF-2234</ref>
<designation>Pose BA13 (forfait plaque +MO) au m2 </designation>
<surface unite="m2">15</surface>
<phtByUnit>9.95</phtByUnit>
<nbUnit typeUnit="HOURBYMETER2">0.5</nbUnit>
<stotligne>69.65</stotligne>
</ligne>
<ligne>
<ref>REF-2134</ref>
<designation>Lavage SOL </designation>
<phtByUnit>5.95</phtByUnit>
<nbUnit typeUnit="HOUR">2</nbUnit>
<stotligne>11.90</stotligne>
</ligne>
<ligne>
<ref>REF-2135-2</ref>
<designation>Peinture SOL forfait >20m² </designation>
<phtByUnit>6.95</phtByUnit>
<nbUnit typeUnit="UNIT">2.5</nbUnit>
<stotligne>17.375</stotligne>
</ligne>
</lignes>
</facture>
</factures>