File: Russian-pos_invoice.txt

package info (click to toggle)
sql-ledger 2.8.30-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 34,304 kB
  • ctags: 3,640
  • sloc: perl: 55,210; sql: 27,183; makefile: 129; sh: 38
file content (48 lines) | stat: -rw-r--r-- 1,287 bytes parent folder | download | duplicates (7)
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
<%company align=center width=40%>
<%address align=center width=40%>

 : <%till align=left width=3%>        : <%tel%>

: <%employee%>

<%invtime%><%invnumber align=right width=16%>

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

 : <%totalqty%>
<%if taxincluded%>
                         ---------------
                        : <%invtotal align=right width=9%>
<%end taxincluded%>
<%if not taxincluded%>
                            ------------
                        : <%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%>
<%foreach payment%>
                 : <%payment align=right width=9%> <%currency%>
<%end payment%>
<%if change%>
                 : <%change align=right width=9%>
<%end change%>
<%if total%>
        : <%total align=right width=9%>
<%end total%>
<%if discount%>

<%discount%> % 
<%end discount%>

     !

<%if taxincluded%>
   .
<%end taxincluded%>