[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[6852] trunk/templates



Revision: 6852
          http://sourceforge.net/p/ledger-smb/code/6852
Author:   einhverfr
Date:     2014-02-12 08:13:36 +0000 (Wed, 12 Feb 2014)
Log Message:
-----------
Changing templates to use db letterhead

Modified Paths:
--------------
    trunk/templates/demo/ap_transaction.html
    trunk/templates/demo/ap_transaction.tex
    trunk/templates/demo/ar_transaction.html
    trunk/templates/demo/bin_list.html
    trunk/templates/demo/bin_list.tex
    trunk/templates/demo/invoice.html
    trunk/templates/demo/packing_list.html
    trunk/templates/demo/packing_list.tex
    trunk/templates/demo/pick_list.html
    trunk/templates/demo/pick_list.tex
    trunk/templates/demo/purchase_order.html
    trunk/templates/demo/purchase_order.tex
    trunk/templates/demo/request_quotation.html
    trunk/templates/demo/request_quotation.tex
    trunk/templates/demo/sales_order.html
    trunk/templates/demo/sales_order.tex
    trunk/templates/demo/sales_quotation.html
    trunk/templates/demo/sales_quotation.tex
    trunk/templates/demo/statement.html
    trunk/templates/demo/statement.tex
    trunk/templates/demo/timecard.html
    trunk/templates/demo/timecard.tex
    trunk/templates/demo/work_order.html
    trunk/templates/demo/work_order.tex
    trunk/templates/demo_with_images/ap_transaction.html
    trunk/templates/demo_with_images/ap_transaction.tex
    trunk/templates/demo_with_images/ar_transaction.html
    trunk/templates/demo_with_images/bin_list.html
    trunk/templates/demo_with_images/bin_list.tex
    trunk/templates/demo_with_images/invoice.html
    trunk/templates/demo_with_images/packing_list.html
    trunk/templates/demo_with_images/packing_list.tex
    trunk/templates/demo_with_images/pick_list.html
    trunk/templates/demo_with_images/pick_list.tex
    trunk/templates/demo_with_images/purchase_order.html
    trunk/templates/demo_with_images/purchase_order.tex
    trunk/templates/demo_with_images/request_quotation.html
    trunk/templates/demo_with_images/request_quotation.tex
    trunk/templates/demo_with_images/sales_order.html
    trunk/templates/demo_with_images/sales_order.tex
    trunk/templates/demo_with_images/sales_quotation.html
    trunk/templates/demo_with_images/sales_quotation.tex
    trunk/templates/demo_with_images/statement.html
    trunk/templates/demo_with_images/statement.tex
    trunk/templates/demo_with_images/timecard.html
    trunk/templates/demo_with_images/timecard.tex
    trunk/templates/demo_with_images/work_order.html
    trunk/templates/demo_with_images/work_order.tex
    trunk/templates/xedemo/ap_transaction.html
    trunk/templates/xedemo/ap_transaction.tex
    trunk/templates/xedemo/ar_transaction.html
    trunk/templates/xedemo/bin_list.html
    trunk/templates/xedemo/bin_list.tex
    trunk/templates/xedemo/invoice.html
    trunk/templates/xedemo/packing_list.html
    trunk/templates/xedemo/packing_list.tex
    trunk/templates/xedemo/pick_list.html
    trunk/templates/xedemo/pick_list.tex
    trunk/templates/xedemo/purchase_order.html
    trunk/templates/xedemo/purchase_order.tex
    trunk/templates/xedemo/request_quotation.html
    trunk/templates/xedemo/request_quotation.tex
    trunk/templates/xedemo/sales_order.html
    trunk/templates/xedemo/sales_order.tex
    trunk/templates/xedemo/sales_quotation.html
    trunk/templates/xedemo/sales_quotation.tex
    trunk/templates/xedemo/statement.html
    trunk/templates/xedemo/statement.tex
    trunk/templates/xedemo/timecard.html
    trunk/templates/xedemo/timecard.tex
    trunk/templates/xedemo/work_order.html
    trunk/templates/xedemo/work_order.tex

Modified: trunk/templates/demo/ap_transaction.html
===================================================================
--- trunk/templates/demo/ap_transaction.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo/ap_transaction.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
   
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/demo/ap_transaction.tex
===================================================================
--- trunk/templates/demo/ap_transaction.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo/ap_transaction.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -13,7 +13,7 @@
 
 \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 \centerline{\MakeUppercase{\textbf{<?lsmb text('AP Transaction') ?>}}}
 

Modified: trunk/templates/demo/ar_transaction.html
===================================================================
--- trunk/templates/demo/ar_transaction.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo/ar_transaction.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
 
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/demo/bin_list.html
===================================================================
--- trunk/templates/demo/bin_list.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo/bin_list.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
 
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/demo/bin_list.tex
===================================================================
--- trunk/templates/demo/bin_list.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo/bin_list.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -13,7 +13,7 @@
 
 \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 
 % Breaking old pagebreak directives

Modified: trunk/templates/demo/invoice.html
===================================================================
--- trunk/templates/demo/invoice.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo/invoice.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -2,7 +2,7 @@
 <body>
 <table width="100%">
 
-  <?lsmb INCLUDE "letterhead.html" ?>
+  <?lsmb LETTERHEAD ?>
   
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/demo/packing_list.html
===================================================================
--- trunk/templates/demo/packing_list.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo/packing_list.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
   
   <tr>
     <td width=10>&nbsp;</td> 

Modified: trunk/templates/demo/packing_list.tex
===================================================================
--- trunk/templates/demo/packing_list.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo/packing_list.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -23,7 +23,7 @@
   }
 }
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 % Breaking old pagebreak directive
 %<?xlsmb pagebreak 65 27 37 ?>

Modified: trunk/templates/demo/pick_list.html
===================================================================
--- trunk/templates/demo/pick_list.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo/pick_list.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
 
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/demo/pick_list.tex
===================================================================
--- trunk/templates/demo/pick_list.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo/pick_list.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -13,7 +13,7 @@
 
 \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 
 % Breaking old pagebreak directive

Modified: trunk/templates/demo/purchase_order.html
===================================================================
--- trunk/templates/demo/purchase_order.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo/purchase_order.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
   
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/demo/purchase_order.tex
===================================================================
--- trunk/templates/demo/purchase_order.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo/purchase_order.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -16,7 +16,7 @@
 
 \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 
 \markboth{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}

Modified: trunk/templates/demo/request_quotation.html
===================================================================
--- trunk/templates/demo/request_quotation.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo/request_quotation.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
   
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/demo/request_quotation.tex
===================================================================
--- trunk/templates/demo/request_quotation.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo/request_quotation.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -15,7 +15,7 @@
 
 \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 
 \markboth{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}

Modified: trunk/templates/demo/sales_order.html
===================================================================
--- trunk/templates/demo/sales_order.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo/sales_order.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
   
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/demo/sales_order.tex
===================================================================
--- trunk/templates/demo/sales_order.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo/sales_order.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -15,7 +15,7 @@
 
 \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 
 \markboth{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}

Modified: trunk/templates/demo/sales_quotation.html
===================================================================
--- trunk/templates/demo/sales_quotation.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo/sales_quotation.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
   
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/demo/sales_quotation.tex
===================================================================
--- trunk/templates/demo/sales_quotation.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo/sales_quotation.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -24,7 +24,7 @@
   }
 }
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 
 \markboth{<?lsmb company ?>\hfill <?lsmb quonumber ?>}{<?lsmb company ?>\hfill <?lsmb quonumber ?>}

Modified: trunk/templates/demo/statement.html
===================================================================
--- trunk/templates/demo/statement.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo/statement.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -11,7 +11,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
   
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/demo/statement.tex
===================================================================
--- trunk/templates/demo/statement.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo/statement.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -14,7 +14,7 @@
 
 \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 \parbox[t]{.5\textwidth}{
 <?lsmb name ?>

Modified: trunk/templates/demo/timecard.html
===================================================================
--- trunk/templates/demo/timecard.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo/timecard.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
   
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/demo/timecard.tex
===================================================================
--- trunk/templates/demo/timecard.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo/timecard.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -12,7 +12,7 @@
 
 \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 \centerline{\textbf{\MakeUppercase{<?lsmb text('Time Card') ?>}}}
 

Modified: trunk/templates/demo/work_order.html
===================================================================
--- trunk/templates/demo/work_order.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo/work_order.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
   
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/demo/work_order.tex
===================================================================
--- trunk/templates/demo/work_order.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo/work_order.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -13,7 +13,7 @@
 
 \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 
 % Break old pagebreak directive

Modified: trunk/templates/demo_with_images/ap_transaction.html
===================================================================
--- trunk/templates/demo_with_images/ap_transaction.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo_with_images/ap_transaction.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
   
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/demo_with_images/ap_transaction.tex
===================================================================
--- trunk/templates/demo_with_images/ap_transaction.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo_with_images/ap_transaction.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -13,7 +13,7 @@
 
 \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 \centerline{\MakeUppercase{\textbf{<?lsmb text('AP Transaction') ?>}}}
 

Modified: trunk/templates/demo_with_images/ar_transaction.html
===================================================================
--- trunk/templates/demo_with_images/ar_transaction.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo_with_images/ar_transaction.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
 
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/demo_with_images/bin_list.html
===================================================================
--- trunk/templates/demo_with_images/bin_list.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo_with_images/bin_list.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
 
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/demo_with_images/bin_list.tex
===================================================================
--- trunk/templates/demo_with_images/bin_list.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo_with_images/bin_list.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -13,7 +13,7 @@
 
 \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 
 % Breaking old pagebreak directives

Modified: trunk/templates/demo_with_images/invoice.html
===================================================================
--- trunk/templates/demo_with_images/invoice.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo_with_images/invoice.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -2,7 +2,7 @@
 <body>
 <table width="100%">
 
-  <?lsmb INCLUDE "letterhead.html" ?>
+  <?lsmb LETTERHEAD ?>
   
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/demo_with_images/packing_list.html
===================================================================
--- trunk/templates/demo_with_images/packing_list.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo_with_images/packing_list.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
   
   <tr>
     <td width=10>&nbsp;</td> 

Modified: trunk/templates/demo_with_images/packing_list.tex
===================================================================
--- trunk/templates/demo_with_images/packing_list.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo_with_images/packing_list.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -23,7 +23,7 @@
   }
 }
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 % Breaking old pagebreak directive
 %<?xlsmb pagebreak 65 27 37 ?>

Modified: trunk/templates/demo_with_images/pick_list.html
===================================================================
--- trunk/templates/demo_with_images/pick_list.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo_with_images/pick_list.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
 
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/demo_with_images/pick_list.tex
===================================================================
--- trunk/templates/demo_with_images/pick_list.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo_with_images/pick_list.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -13,7 +13,7 @@
 
 \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 
 % Breaking old pagebreak directive

Modified: trunk/templates/demo_with_images/purchase_order.html
===================================================================
--- trunk/templates/demo_with_images/purchase_order.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo_with_images/purchase_order.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
   
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/demo_with_images/purchase_order.tex
===================================================================
--- trunk/templates/demo_with_images/purchase_order.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo_with_images/purchase_order.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -16,7 +16,7 @@
 
 \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 
 \markboth{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}

Modified: trunk/templates/demo_with_images/request_quotation.html
===================================================================
--- trunk/templates/demo_with_images/request_quotation.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo_with_images/request_quotation.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
   
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/demo_with_images/request_quotation.tex
===================================================================
--- trunk/templates/demo_with_images/request_quotation.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo_with_images/request_quotation.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -15,7 +15,7 @@
 
 \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 
 \markboth{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}

Modified: trunk/templates/demo_with_images/sales_order.html
===================================================================
--- trunk/templates/demo_with_images/sales_order.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo_with_images/sales_order.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
   
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/demo_with_images/sales_order.tex
===================================================================
--- trunk/templates/demo_with_images/sales_order.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo_with_images/sales_order.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -15,7 +15,7 @@
 
 \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 
 \markboth{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}

Modified: trunk/templates/demo_with_images/sales_quotation.html
===================================================================
--- trunk/templates/demo_with_images/sales_quotation.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo_with_images/sales_quotation.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
   
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/demo_with_images/sales_quotation.tex
===================================================================
--- trunk/templates/demo_with_images/sales_quotation.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo_with_images/sales_quotation.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -24,7 +24,7 @@
   }
 }
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 
 \markboth{<?lsmb company ?>\hfill <?lsmb quonumber ?>}{<?lsmb company ?>\hfill <?lsmb quonumber ?>}

Modified: trunk/templates/demo_with_images/statement.html
===================================================================
--- trunk/templates/demo_with_images/statement.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo_with_images/statement.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -11,7 +11,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
   
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/demo_with_images/statement.tex
===================================================================
--- trunk/templates/demo_with_images/statement.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo_with_images/statement.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -14,7 +14,7 @@
 
 \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 \parbox[t]{.5\textwidth}{
 <?lsmb name ?>

Modified: trunk/templates/demo_with_images/timecard.html
===================================================================
--- trunk/templates/demo_with_images/timecard.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo_with_images/timecard.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
   
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/demo_with_images/timecard.tex
===================================================================
--- trunk/templates/demo_with_images/timecard.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo_with_images/timecard.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -12,7 +12,7 @@
 
 \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 \centerline{\textbf{\MakeUppercase{<?lsmb text('Time Card') ?>}}}
 

Modified: trunk/templates/demo_with_images/work_order.html
===================================================================
--- trunk/templates/demo_with_images/work_order.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo_with_images/work_order.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
   
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/demo_with_images/work_order.tex
===================================================================
--- trunk/templates/demo_with_images/work_order.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/demo_with_images/work_order.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -13,7 +13,7 @@
 
 \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 
 % Break old pagebreak directive

Modified: trunk/templates/xedemo/ap_transaction.html
===================================================================
--- trunk/templates/xedemo/ap_transaction.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/xedemo/ap_transaction.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
   
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/xedemo/ap_transaction.tex
===================================================================
--- trunk/templates/xedemo/ap_transaction.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/xedemo/ap_transaction.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -13,7 +13,7 @@
 \pagestyle{myheadings}
 \thispagestyle{empty}
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 \centerline{\MakeUppercase{\textbf{<?lsmb text('AP Transaction') ?>}}}
 

Modified: trunk/templates/xedemo/ar_transaction.html
===================================================================
--- trunk/templates/xedemo/ar_transaction.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/xedemo/ar_transaction.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
 
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/xedemo/bin_list.html
===================================================================
--- trunk/templates/xedemo/bin_list.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/xedemo/bin_list.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
 
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/xedemo/bin_list.tex
===================================================================
--- trunk/templates/xedemo/bin_list.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/xedemo/bin_list.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -13,7 +13,7 @@
 \pagestyle{myheadings}
 \thispagestyle{empty}
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 
 % Breaking old pagebreak directives

Modified: trunk/templates/xedemo/invoice.html
===================================================================
--- trunk/templates/xedemo/invoice.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/xedemo/invoice.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -2,7 +2,7 @@
 <body>
 <table width="100%">
 
-  <?lsmb INCLUDE "letterhead.html" ?>
+  <?lsmb LETTERHEAD ?>
   
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/xedemo/packing_list.html
===================================================================
--- trunk/templates/xedemo/packing_list.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/xedemo/packing_list.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
   
   <tr>
     <td width=10>&nbsp;</td> 

Modified: trunk/templates/xedemo/packing_list.tex
===================================================================
--- trunk/templates/xedemo/packing_list.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/xedemo/packing_list.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -23,7 +23,7 @@
   }
 }
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 % Breaking old pagebreak directive
 %<?xlsmb pagebreak 65 27 37 ?>

Modified: trunk/templates/xedemo/pick_list.html
===================================================================
--- trunk/templates/xedemo/pick_list.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/xedemo/pick_list.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
 
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/xedemo/pick_list.tex
===================================================================
--- trunk/templates/xedemo/pick_list.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/xedemo/pick_list.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -13,7 +13,7 @@
 \pagestyle{myheadings}
 \thispagestyle{empty}
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 
 % Breaking old pagebreak directive

Modified: trunk/templates/xedemo/purchase_order.html
===================================================================
--- trunk/templates/xedemo/purchase_order.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/xedemo/purchase_order.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
   
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/xedemo/purchase_order.tex
===================================================================
--- trunk/templates/xedemo/purchase_order.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/xedemo/purchase_order.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -16,7 +16,7 @@
 \pagestyle{myheadings}
 \thispagestyle{empty}
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 
 \markboth{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}

Modified: trunk/templates/xedemo/request_quotation.html
===================================================================
--- trunk/templates/xedemo/request_quotation.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/xedemo/request_quotation.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
   
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/xedemo/request_quotation.tex
===================================================================
--- trunk/templates/xedemo/request_quotation.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/xedemo/request_quotation.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -15,7 +15,7 @@
 \pagestyle{myheadings}
 \thispagestyle{empty}
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 
 \markboth{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}

Modified: trunk/templates/xedemo/sales_order.html
===================================================================
--- trunk/templates/xedemo/sales_order.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/xedemo/sales_order.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
   
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/xedemo/sales_order.tex
===================================================================
--- trunk/templates/xedemo/sales_order.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/xedemo/sales_order.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -15,7 +15,7 @@
 \pagestyle{myheadings}
 \thispagestyle{empty}
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 
 \markboth{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}

Modified: trunk/templates/xedemo/sales_quotation.html
===================================================================
--- trunk/templates/xedemo/sales_quotation.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/xedemo/sales_quotation.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
   
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/xedemo/sales_quotation.tex
===================================================================
--- trunk/templates/xedemo/sales_quotation.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/xedemo/sales_quotation.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -24,7 +24,7 @@
   }
 }
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 
 \markboth{<?lsmb company ?>\hfill <?lsmb quonumber ?>}{<?lsmb company ?>\hfill <?lsmb quonumber ?>}

Modified: trunk/templates/xedemo/statement.html
===================================================================
--- trunk/templates/xedemo/statement.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/xedemo/statement.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -11,7 +11,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
   
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/xedemo/statement.tex
===================================================================
--- trunk/templates/xedemo/statement.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/xedemo/statement.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -14,7 +14,7 @@
 \pagestyle{myheadings}
 \thispagestyle{empty}
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 \parbox[t]{.5\textwidth}{
 <?lsmb name ?>

Modified: trunk/templates/xedemo/timecard.html
===================================================================
--- trunk/templates/xedemo/timecard.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/xedemo/timecard.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
   
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/xedemo/timecard.tex
===================================================================
--- trunk/templates/xedemo/timecard.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/xedemo/timecard.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -12,7 +12,7 @@
 \pagestyle{myheadings}
 \thispagestyle{empty}
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 \centerline{\textbf{\MakeUppercase{<?lsmb text('Time Card') ?>}}}
 

Modified: trunk/templates/xedemo/work_order.html
===================================================================
--- trunk/templates/xedemo/work_order.html	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/xedemo/work_order.html	2014-02-12 08:13:36 UTC (rev 6852)
@@ -8,7 +8,7 @@
 
 <table width="100%">
 
-  <?lsmb INCLUDE letterhead.html ?>
+  <?lsmb LETTERHEAD ?>
   
   <tr>
     <td width=10>&nbsp;</td>

Modified: trunk/templates/xedemo/work_order.tex
===================================================================
--- trunk/templates/xedemo/work_order.tex	2014-02-12 08:01:45 UTC (rev 6851)
+++ trunk/templates/xedemo/work_order.tex	2014-02-12 08:13:36 UTC (rev 6852)
@@ -13,7 +13,7 @@
 \pagestyle{myheadings}
 \thispagestyle{empty}
 
-<?lsmb INCLUDE letterhead.tex ?>
+<?lsmb LETTERHEAD ?>
 
 
 % Break old pagebreak directive

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits