File: Russian-sales_quotation.html

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 (99 lines) | stat: -rw-r--r-- 1,768 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
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

<body bgcolor=ffffff>

<body bgcolor=ffffff>

<table width=640>
       <tr>
           <td>  </td>
          <td colspan=3>
<br>
            <h3>  N 000<%quonumber%>    <%quodate%></h3>
<hr>
          </th>
        </tr>
  <tr>
    <td width=10> </td>

    <td>
      <table width=100%>
        <tr>
          <td>
            : <b><%company%></b>
        <br>:<b> <%name%></b>
             </td>
        </tr>

       </table>
    </td>
  </tr>

  <tr>
    <td> </td>
  
    <td>
      <table border=1  width=100% cellpadding=2 cellspacing=0>
        <tr>
          <th>No.</th>
          <th width=90%></th>
          <th>-</th>
          <th>.</th>
          <th></th>
          <th></th>
        </tr>

         <%foreach number%>
        <tr valign=top>
           <td align=right><%runningnumber%></td>
           <td><%description%></td>
          <td align=right><%qty%></td>
          <td align=center>.</td>
          <td align=right><%sellprice%></td>
          <td align=right><%linetotal%></td>
         </tr>
        <%end number%>

        <tr>
          <th colspan=5 align=right>:</th>
          <th align=right><%subtotal%></th>
        </tr>

      </table>
    </td>
  </tr>

        </tr>
         <tr>
        <td>  </td>
        <td>
        </tr>

         <tr>
        <td>  </td>
        <td>

       <table width=100%>
          <tr>
        <th colspan=2>
<hr height=1>
 </th>
        </tr>
          <tr>
        <th width=50% align=left>
<nobr> ______________________________
 </th>
        <th align=right>
<nobr> ______________________________
        </th>
        </tr>
        </table>
  
  </td>
  </tr>
      </table>

</table>

</body>
</html>