summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/output/test02.html
blob: 8d081fc74a1ee693b140b68c58eaae35c857a37a (plain)
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
<biztalk_1 xmlns="urn:schemas-biztalk-org:biztalk:biztalk_1">

<foo:header xmlns:foo="whomping-willow" plain="guido" quote="&quot;" apostrophe="'" both="&quot;'" lt="&lt;" gt="&gt;" amp="&amp;" foo="">
	<manifest>
		<document>
			<name>sample1</name>
			<description>a simple invoice</description>
		</document>
	</manifest>
</foo:header>

<body>

<!-- sample1.xml is an example of a simple invoice for a small restaurant supplies order -->

<invoice xmlns="urn:http://schemas.biztalk.org/united_rest_com/yw7sg15x.xml">
	<header>
		<invoicenumber>01786</invoicenumber>
		<invoicedate>2000-03-17</invoicedate>	<!-- March 17th, 2000 -->
		<orderno>55377</orderno>
		<orderdate>2000-03-15</orderdate>	<!-- March 15th, 2000 -->
		<customerpo>GJ03405</customerpo>
		<shipmethod>DAVE 1</shipmethod>
		<shipdate>2000-03-17</shipdate>	<!-- March 17th, 2000 -->
		<customerid>K5211(34)</customerid>
		<salespersoncode>23</salespersoncode>
		<taxid>23</taxid>
	</header>
	<invoiceto>
		<name>SHIPWRIGHT RESTAURANTS LIMITED</name>
		<addressline>125 NORTH SERVICE ROAD W</addressline>
		<addressline>WESTLAKE ACCESS</addressline>
		<city>NORTH BAY</city>
		<postcode>L8B1O5</postcode>
		<state>ONTARIO</state>
		<country>CANADA</country>
	</invoiceto>
	<shipto>
		<name />
		<addressline>ATTN: PAULINE DEGRASSI</addressline>		
		<city />
		<postcode />
		<state />
		<country />
	</shipto>
	<detaillines>
		<detailline>
			<quantityshipped>1</quantityshipped>
			<unitofmeasure>CS</unitofmeasure>
			<partnumber>DM 5309</partnumber>
			<partdescription>#1013 12 OZ.MUNICH STEIN</partdescription>
			<unitprice>37.72</unitprice>
			<linetotal>37.72</linetotal>
		</detailline>
		<detailline>
			<quantityshipped>6</quantityshipped>
			<unitofmeasure>DZ</unitofmeasure>
			<partnumber>ON 6420</partnumber>
			<partdescription>PROVINCIAL DINNER FORK</partdescription>
			<unitprice>17.98</unitprice>
			<linetotal>107.88</linetotal>
		</detailline>
		<detailline>
			<quantityshipped>72</quantityshipped>
			<unitofmeasure>EA</unitofmeasure>
			<partnumber>JR20643</partnumber>
			<partdescription>PLASTIC HANDLED STEAK KNIFE</partdescription>
			<unitprice>.81</unitprice>
			<linetotal>58.32</linetotal>
		</detailline>
		<detailline>
			<quantityshipped>6</quantityshipped>
			<unitofmeasure>DZ</unitofmeasure>
			<partnumber>ON 6410</partnumber>
			<partdescription>PROVINCIAL TEASPOONS</partdescription>
			<unitprice>12.16</unitprice>
			<linetotal>72.96</linetotal>
		</detailline>
		<detailline>
			<quantityshipped>0</quantityshipped>
			<unitofmeasure>DZ</unitofmeasure>
			<partnumber>ON 6411</partnumber>
			<partdescription>PROVINCIAL RD BOWL SPOON</partdescription>
			<quantitybackordered>6</quantitybackordered>
			<unitprice>17.98</unitprice>
			<linetotal>0.00</linetotal>
		</detailline>
		<detailline>
			<quantityshipped>1</quantityshipped>
			<unitofmeasure>EA</unitofmeasure>
			<partnumber>DO 3218</partnumber>
			<partdescription>34 OZ DUAL DIAL SCALE AM3218</partdescription>
			<unitprice>70.00</unitprice>
			<discountpercentage>5.0</discountpercentage>
			<linetotal>66.50</linetotal>
		</detailline>
		<detailline>
			<quantityshipped>1</quantityshipped>
			<unitofmeasure>CS</unitofmeasure>
			<partnumber>DM 195</partnumber>
			<partdescription>20 OZ.BEER PUB GLASS</partdescription>
			<unitprice>55.90</unitprice>
			<linetotal>55.90</linetotal>
		</detailline>
	</detaillines>
	<totals>
		<subtotal>399.28</subtotal>
		<discounttotal>3.50</discounttotal>
		<freighttotal>23.75</freighttotal>
		<gsttotal>29.61</gsttotal>
		<provtaxtotal>33.84</provtaxtotal>
		<othertotal>33.84</othertotal>
		<invoicetotal>486.48</invoicetotal>
	</totals>
</invoice>

</body>
</biztalk_1>