File: French-pos_invoice.txt

package info (click to toggle)
sql-ledger 2.6.22-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 28,380 kB
  • ctags: 2,890
  • sloc: perl: 40,796; sql: 25,666; sh: 302; makefile: 61
file content (50 lines) | stat: -rw-r--r-- 1,439 bytes parent folder | download | duplicates (55)
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
<%company align=center width=40%>
<%address align=center width=40%>

Till: <%till align=left width=3%>         Phone#: <%tel%>
Cashier: <%employee%>
Inv No/Date: <%invnumber%> / <%invdate%>
Printed: <%dateprinted%>

  Qty Description                 Amount
<%foreach number%>
<%qty align=right width=5%> <%description align=left width=24 offset=6%> <%linetotal align=right width=9%>
      <%number%> @ <%sellprice%>/<%unit%>
<%end number%>

Number of items: <%rowcount%>
<%if taxincluded%>
                         ---------------
                   Amount Due: <%invtotal align=right width=9%>
<%end taxincluded%>
<%if not taxincluded%>
                            ------------
                     Subtotal: <%subtotal align=right width=9%>
<%end taxincluded%>
<%foreach tax%>
<%taxdescription align=right width=23%> @ <%taxrate align=right width=2%>%: <%tax align=right width=9%>
<%end tax%>
                   Amount Due: <%invtotal align=right width=9%>
<%foreach payment%>
<%paymentaccount align=right width=29%>: <%payment align=right width=9%> <%currency%>
<%end payment%>
<%if change%>
                       Change: <%change align=right width=9%>
<%end change%>
<%if total%>
                  Balance Due: <%total align=right width=9%>
<%end total%>
<%if discount%>

<%discount%> % Discount applied
<%end discount%>

   Thank you for your valued business!

<%if taxincluded%>
Taxes are included in price.
<%end taxincluded%>