From 52072fcd26f2faf57923f598c358e7f47c4e2643 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 13 Nov 2004 12:52:45 +0000 Subject: import sql-ledger 2.4.4 --- .../sql-ledger/templates/Default-work_order.html | 177 +++++++++++++++++++++ 1 file changed, 177 insertions(+) create mode 100644 sql-ledger/sql-ledger/templates/Default-work_order.html (limited to 'sql-ledger/sql-ledger/templates/Default-work_order.html') diff --git a/sql-ledger/sql-ledger/templates/Default-work_order.html b/sql-ledger/sql-ledger/templates/Default-work_order.html new file mode 100644 index 000000000..64674cdb6 --- /dev/null +++ b/sql-ledger/sql-ledger/templates/Default-work_order.html @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <%if notes%> + + <%end notes%> + +
  + + + + + + + + + + + + +
+

+ <%company%> +
<%address%> +

+
+

+ Tel: <%tel%> +
Fax: <%fax%> +

+
+

W O R K    O R D E R

+
+
  + + + + + + + + + + + +
ToShip To
<%name%> +
<%address1%> + <%if address2%> +
<%address2%> + <%end address2%> +
<%city%> <%state%> +
<%zipcode%> + <%if country%> +
<%country%> + <%end country%> +
+ <%if contact%> +
Attn: <%contact%> + <%end contact%> + <%if customerphone%> +
Tel: <%customerphone%> + <%end customerphone%> + <%if customerfax%> +
Fax: <%customerfax%> + <%end customerfax%> + <%if email%> +
<%email%> + <%end email%> +
<%shiptoname%> +
<%shiptoaddress1%> + <%if shiptoaddress2%> +
<%shiptoaddress2%> + <%end shiptoaddress2%> +
<%shiptocity%> <%shiptostate%> +
<%shiptozipcode%> + <%if shiptocountry%> +
<%shiptocountry%> + <%end shiptocountry%> +
+ <%if shiptocontact%> +
<%shiptocontact%> + <%end shiptocontact%> + <%if shiptophone%> +
Tel: <%shiptophone%> + <%end shiptophone%> + <%if shiptofax%> +
Fax: <%shiptofax%> + <%end shiptofax%> + <%if shiptoemail%> +
<%shiptoemail%> + <%end shiptoemail%> +
+
  + + + + + + + + + + + + + + + + + + +
Order NumberOrder DateRequired bySalespersonShipping PointShip Via
<%ordnumber%><%orddate%><%reqdate%><%employee%><%shippingpoint%> <%shipvia%> 
+
  + + + + + + + + + + + + <%foreach number%> + + + + + + + + + + <%end number%> + + + + + +
No.NumberDescriptionQt'y BinSerial No.
<%runningnumber%>.<%number%><%description%><%qty%><%unit%><%bin%><%serialnumber%>

+
 <%notes%>
+ + + + + -- cgit v1.2.1