-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathinvoice.html
210 lines (208 loc) · 11.3 KB
/
invoice.html
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<html>
<head>
<title>Test</title>
</head>
<body>
<table style="width: 100%;" border="0" cellspacing="0" cellpadding="2">
<tr>
<td align="left" width="100%">
<table style="width: 100%;" border="0" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td width="100%">
<table style="width: 100%;" border="0" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td align="left" valign="top" width="50%">
<p style="font-size: 12pt; font-family: arial, helvetica, sans-serif; font-weight: bold;">Your Company Name</p>
<p style="font-family: arial, helvetica, sans-serif;">
Someplace Drive 123,<br/>
12345 Somewhere,<br/>
Country
</p>
<p style="font-family: arial, helvetica, sans-serif;">
VAT Number: XX012345678<br/>
Tel: +00 123 456 7890
</p>
</td>
<td align="center" valign="middle" width="50%">
Your logo goes here
</td>
</tr>
<tr>
<td colspan="2" align="left" width="100%">
<table style="width: 100%;" border="0" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td align="left" valign="top" width="50%">
<table style="width: 100%;" border="0" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td style="background-color: #d6d6d6;" colspan="2" align="left">
<h4 style="margin: 0px;"><span style="font-family: arial, helvetica, sans-serif;">Customer Information</span></h4>
</td>
</tr>
<tr>
<td align="left" width="50%"><strong><span style="font-family: arial, helvetica, sans-serif;">Business name</span></strong></td>
<td align="left"><span style="font-family: arial, helvetica, sans-serif;">[USER:BUSINESSNAME]</span></td>
</tr>
<tr>
<td align="left" width="50%"><strong><span style="font-family: arial, helvetica, sans-serif;">Business activity</span></strong></td>
<td align="left"><span style="font-family: arial, helvetica, sans-serif;">[USER:OCCUPATION]</span></td>
</tr>
<tr>
<td align="left" width="50%"><strong><span style="font-family: arial, helvetica, sans-serif;">VAT Number</span></strong></td>
<td align="left"><span style="font-family: arial, helvetica, sans-serif;">[USER:VATNUMBER]</span></td>
</tr>
<tr>
<td align="left" width="50%"><strong><span style="font-family: arial, helvetica, sans-serif;">Contact Name</span></strong></td>
<td align="left"><span style="font-family: arial, helvetica, sans-serif;">[USER:NAME]</span></td>
</tr>
<tr>
<td align="left" width="50%"><strong><span style="font-family: arial, helvetica, sans-serif;">Email</span></strong></td>
<td align="left"><span style="font-family: arial, helvetica, sans-serif;">[USER:EMAIL]</span></td>
</tr>
<tr>
<td align="left" width="50%"><strong><span style="font-family: arial, helvetica, sans-serif;">Address</span></strong></td>
<td align="left"><span style="font-family: arial, helvetica, sans-serif;">[USER:ADDRESS1]</span></td>
</tr>
<tr>
<td align="left" width="50%"><strong> </strong></td>
<td align="left"><span style="font-family: arial, helvetica, sans-serif;">[USER:ADDRESS2]</span></td>
</tr>
<tr>
<td align="left" width="50%"><strong><span style="font-family: arial, helvetica, sans-serif;">City / State</span></strong></td>
<td align="left"><span style="font-family: arial, helvetica, sans-serif;">[USER:CITY] [USER:STATE_FORMATTED]</span></td>
</tr>
<tr>
<td align="left" width="50%"><strong><span style="font-family: arial, helvetica, sans-serif;">Postal Code</span></strong></td>
<td align="left"><span style="font-family: arial, helvetica, sans-serif;">[USER:ZIP]</span></td>
</tr>
<tr>
<td align="left" width="50%"><strong><span style="font-family: arial, helvetica, sans-serif;">Country</span></strong></td>
<td align="left"><span style="font-family: arial, helvetica, sans-serif;">[USER:COUNTRY]</span></td>
</tr>
</tbody>
</table>
</td>
<td align="left" valign="top" width="50%">
<table style="width: 100%;" border="0" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td style="background-color: #d6d6d6;" colspan="2" align="left">
<h4 style="margin: 0px;"><span style="font-family: arial, helvetica, sans-serif;">Invoice Information</span></h4>
</td>
</tr>
<tr>
<td align="left" width="50%"><strong><span style="font-family: arial, helvetica, sans-serif;">Invoice Number</span></strong></td>
<td align="left"><span style="font-family: arial, helvetica, sans-serif;">[INV:NUMBER]</span></td>
</tr>
<tr>
<td align="left" width="50%"><strong><span style="font-family: arial, helvetica, sans-serif;">Invoice Date</span></strong></td>
<td align="left"><span style="font-family: arial, helvetica, sans-serif;">[INV:INVOICE_DATE_EU]</span></td>
</tr>
<tr>
<td align="left" width="50%"><strong><span style="font-family: arial, helvetica, sans-serif;"> </span></strong></td>
<td align="left"><span style="font-family: arial, helvetica, sans-serif;"> </span></td>
</tr>
<tr>
<td align="left" width="50%"><strong><span style="font-family: arial, helvetica, sans-serif;">This invoice is <span style="color: #008000;">PAID</span></span></strong></td>
<td align="left"> </td>
</tr>
<tr>
<td align="left" width="50%"><strong> </strong></td>
<td align="left"> </td>
</tr>
<tr>
<td align="left" width="50%"><strong><span style="font-family: arial, helvetica, sans-serif;">Payment method</span></strong></td>
<td align="left"><span style="font-family: arial, helvetica, sans-serif;">[SUB:PROCESSOR]</span></td>
</tr>
<tr>
<td align="left" width="50%"><strong><span style="font-family: arial, helvetica, sans-serif;">Payment ID</span></strong></td>
<td align="left"><span style="font-family: arial, helvetica, sans-serif;">[SUB:PROCESSOR_KEY]</span></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="background-color: #d6d6d6;" colspan="2" align="left">
<h4 style="margin: 0px;"><span style="font-family: arial, helvetica, sans-serif;">Order Items</span></h4>
</td>
</tr>
<tr>
<td colspan="2" align="left" width="100%">
<table style="width: 100%;" border="0" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td style="text-align: left;" align="left" valign="top" width="15%"><strong><span style="font-family: arial, helvetica, sans-serif;">Item ID</span></strong></td>
<td style="text-align: left;" align="left" valign="top" width="60%"><strong><span style="font-family: arial, helvetica, sans-serif;">Description</span></strong></td>
<td style="text-align: left;" align="right" valign="top" width="25%"><strong><span style="font-family: arial, helvetica, sans-serif;">Price</span></strong></td>
</tr>
<tr>
<td style="text-align: left;" align="left" valign="top" width="15%"><span style="font-family: arial, helvetica, sans-serif;">[LEVEL:ID]</span></td>
<td style="text-align: left;" align="left" valign="top" width="60%">
<span style="font-family: arial, helvetica, sans-serif;">#[SUB:ID] – "[LEVEL:TITLE]" subscription</span>
</td>
<td style="text-align: right;" align="right" valign="top" width="25%"><span style="font-family: arial, helvetica, sans-serif;">[$] [SUB:PREDISCOUNT_AMOUNT] </span></td>
</tr>
<tr>
<td style="text-align: left;" align="left" valign="top" width="15%"> </td>
<td style="text-align: left;" align="left" valign="top" width="60%">
<span style="font-family: arial, helvetica, sans-serif;">Username: [USER:USERNAME] • Your Download ID: [DLID]</span>
</td>
<td style="text-align: right;" align="right" valign="top" width="25%"> </td>
</tr>
<tr>
<td colspan="2" align="right" valign="top" width="75%"><strong><span style="font-family: arial, helvetica, sans-serif;">Discount :</span></strong></td>
<td style="text-align: right;" align="right" valign="top" width="25%"><span style="font-family: arial, helvetica, sans-serif;">[$] [SUB:DISCOUNT_AMOUNT]</span></td>
</tr>
<tr>
<td colspan="2" align="right" valign="top" width="75%"><strong><span style="font-family: arial, helvetica, sans-serif;">Subtotal :</span></strong></td>
<td style="text-align: right;" align="right" valign="top" width="25%"><span style="font-family: arial, helvetica, sans-serif;">[$] [SUB:NET_AMOUNT]</span></td>
</tr>
<tr>
<td colspan="2" align="right" valign="top" width="75%"><strong><span style="font-family: arial, helvetica, sans-serif;">VAT [SUB:TAX_PERCENT]% :</span></strong></td>
<td style="text-align: right;" align="right" valign="top" width="25%"><span style="font-family: arial, helvetica, sans-serif;">[$] [SUB:TAX_AMOUNT]</span></td>
</tr>
<tr>
<td style="background-color: #f5f5f5; text-align: right;" colspan="2"><strong><span style="font-family: arial, helvetica, sans-serif;">Total Payable Amount :</span></strong></td>
<td style="background-color: #f5f5f5; text-align: right;"><strong><span style="font-family: arial, helvetica, sans-serif;">[$] [SUB:GROSS_AMOUNT] </span></strong></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="background-color: #d6d6d6;" colspan="2" align="left">
<h4 style="margin: 0px;"><span style="font-family: arial, helvetica, sans-serif;">Invoice Notes</span></h4>
</td>
</tr>
<tr>
<td colspan="2" align="left" width="100%">
<table style="width: 100%;" border="0" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td>
<p><span><span style="font-family: arial, helvetica, sans-serif;">[VAT_NOTICE]</span></span><span style="font-family: arial, helvetica, sans-serif;"><br /></span></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</body>
</html>