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

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



Revision: 3523
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3523&view=rev
Author:   einhverfr
Date:     2011-07-15 16:32:43 +0000 (Fri, 15 Jul 2011)

Log Message:
-----------
Document types on templates are now all caps, bold, no extra spacing:

Modified Paths:
--------------
    trunk/templates/demo/ap_transaction.html
    trunk/templates/demo/ap_transaction.tex
    trunk/templates/demo/ar_transaction.html
    trunk/templates/demo/ar_transaction.tex
    trunk/templates/demo/bin_list.html
    trunk/templates/demo/bin_list.tex
    trunk/templates/demo/invoice.html
    trunk/templates/demo/invoice.tex
    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

Modified: trunk/templates/demo/ap_transaction.html
===================================================================
--- trunk/templates/demo/ap_transaction.html	2011-07-15 08:38:40 UTC (rev 3522)
+++ trunk/templates/demo/ap_transaction.html	2011-07-15 16:32:43 UTC (rev 3523)
@@ -9,7 +9,7 @@
     <td width=10>&nbsp;</td>
 
     <th colspan=3>
-      <h4 style="text-transform:uppercase; letter-spacing:0.5em">
+      <h4 style="text-transform:uppercase">
              <?lsmb text('AP Transaction') ?>
       </h4>
     </th>

Modified: trunk/templates/demo/ap_transaction.tex
===================================================================
--- trunk/templates/demo/ap_transaction.tex	2011-07-15 08:38:40 UTC (rev 3522)
+++ trunk/templates/demo/ap_transaction.tex	2011-07-15 16:32:43 UTC (rev 3523)
@@ -15,7 +15,7 @@
 
 <?lsmb INCLUDE letterhead.tex ?>
 
-\centerline{\textbf{A P} \hspace{0.3cm} \textbf{<?lsmb text('Transaction') ?>}}
+\centerline{\MakeUppercase{\textbf{<?lsmb text('AP Transaction') ?>}}}
 
 \vspace*{0.5cm}
 

Modified: trunk/templates/demo/ar_transaction.html
===================================================================
--- trunk/templates/demo/ar_transaction.html	2011-07-15 08:38:40 UTC (rev 3522)
+++ trunk/templates/demo/ar_transaction.html	2011-07-15 16:32:43 UTC (rev 3523)
@@ -9,7 +9,7 @@
     <td width=10>&nbsp;</td>
 
     <th colspan=3>
-      <h4 style="text-transform:uppercase; letter-spacing:0.5em">
+      <h4 style="text-transform:uppercase">
           <?lsmb text('AR Transaction') ?></h4>
     </th>
   </tr>

Modified: trunk/templates/demo/ar_transaction.tex
===================================================================
--- trunk/templates/demo/ar_transaction.tex	2011-07-15 08:38:40 UTC (rev 3522)
+++ trunk/templates/demo/ar_transaction.tex	2011-07-15 16:32:43 UTC (rev 3523)
@@ -30,7 +30,7 @@
   \rule[1.5em]{\textwidth}{0.5pt}
 }
 
-\centerline{\textbf{A R} \hspace{0.3cm} \textbf{<?lsmb text('Transaction') ?>}}
+\centerline{\MakeUppercase{<?lsmb text('AR Transaction') ?>}}
 
 \vspace*{0.5cm}
 

Modified: trunk/templates/demo/bin_list.html
===================================================================
--- trunk/templates/demo/bin_list.html	2011-07-15 08:38:40 UTC (rev 3522)
+++ trunk/templates/demo/bin_list.html	2011-07-15 16:32:43 UTC (rev 3523)
@@ -9,7 +9,7 @@
     <td width=10>&nbsp;</td>
     
     <th colspan=3>
-      <h4 style="text-transform:uppercase; letter-spacing:0.5em">
+      <h4 style="text-transform:uppercase">
          <?lsmb text('Bin List') ?></h4>
     </th>
   </tr>

Modified: trunk/templates/demo/bin_list.tex
===================================================================
--- trunk/templates/demo/bin_list.tex	2011-07-15 08:38:40 UTC (rev 3522)
+++ trunk/templates/demo/bin_list.tex	2011-07-15 16:32:43 UTC (rev 3523)
@@ -70,7 +70,7 @@
 
 \vspace{1cm}
 
-\textbf{<?lsmb text('Bin List') ?>}
+\textbf{\MakeUppercase{<?lsmb text('Bin List') ?>}}
 \hfill
 
 \vspace{1cm}

Modified: trunk/templates/demo/invoice.html
===================================================================
--- trunk/templates/demo/invoice.html	2011-07-15 08:38:40 UTC (rev 3522)
+++ trunk/templates/demo/invoice.html	2011-07-15 16:32:43 UTC (rev 3523)
@@ -9,7 +9,7 @@
     <td width=10>&nbsp;</td>
 
     <th colspan=3>
-      <h4 style="text-transform:uppercase; letter-spacing:0.5em">
+      <h4 style="text-transform:uppercase">
           <?lsmb text('Invoice') ?></h4>
     </th>
   </tr>

Modified: trunk/templates/demo/invoice.tex
===================================================================
--- trunk/templates/demo/invoice.tex	2011-07-15 08:38:40 UTC (rev 3522)
+++ trunk/templates/demo/invoice.tex	2011-07-15 16:32:43 UTC (rev 3523)
@@ -125,7 +125,7 @@
 
 \vspace{1cm}
 
-\textbf{<?lsmb text('Invoice') ?>}
+\textbf{\MakeUppercase{<?lsmb text('Invoice') ?>}}
 \hfill
 
 \vspace{1cm}

Modified: trunk/templates/demo/packing_list.html
===================================================================
--- trunk/templates/demo/packing_list.html	2011-07-15 08:38:40 UTC (rev 3522)
+++ trunk/templates/demo/packing_list.html	2011-07-15 16:32:43 UTC (rev 3523)
@@ -9,7 +9,7 @@
     <td width=10>&nbsp;</td> 
     
     <th colspan=3>
-      <h4 style="text-transform:uppercase; letter-spacing:0.5em">
+      <h4 style="text-transform:uppercase">
            <?lsmb text('Packing List') ?></h4>
     </th>
   </tr>

Modified: trunk/templates/demo/packing_list.tex
===================================================================
--- trunk/templates/demo/packing_list.tex	2011-07-15 08:38:40 UTC (rev 3522)
+++ trunk/templates/demo/packing_list.tex	2011-07-15 16:32:43 UTC (rev 3523)
@@ -77,7 +77,7 @@
 
 \vspace{1cm}
 
-\textbf{<?lsmb text('Packing List') ?>}
+\textbf{\MakeUppercase{<?lsmb text('Packing List') ?>}}
 \hfill
 
 \vspace{1cm}

Modified: trunk/templates/demo/pick_list.html
===================================================================
--- trunk/templates/demo/pick_list.html	2011-07-15 08:38:40 UTC (rev 3522)
+++ trunk/templates/demo/pick_list.html	2011-07-15 16:32:43 UTC (rev 3523)
@@ -9,7 +9,7 @@
     <td width=10>&nbsp;</td>
     
     <th colspan=3>
-      <h4 style="text-transform:uppercase; letter-spacing:0.5em">
+      <h4 style="text-transform:uppercase">
           <?lsmb text('Pick List') ?>
     </th>
   </tr>

Modified: trunk/templates/demo/pick_list.tex
===================================================================
--- trunk/templates/demo/pick_list.tex	2011-07-15 08:38:40 UTC (rev 3522)
+++ trunk/templates/demo/pick_list.tex	2011-07-15 16:32:43 UTC (rev 3523)
@@ -70,7 +70,7 @@
 
 \vspace{1cm}
 
-\textbf{<?lsmb text('Pick List') ?>}
+\textbf{\MakeUppercase{<?lsmb text('Pick List') ?>}}
 \hfill
 
 \vspace{1cm}

Modified: trunk/templates/demo/purchase_order.html
===================================================================
--- trunk/templates/demo/purchase_order.html	2011-07-15 08:38:40 UTC (rev 3522)
+++ trunk/templates/demo/purchase_order.html	2011-07-15 16:32:43 UTC (rev 3523)
@@ -9,7 +9,7 @@
     <td width=10>&nbsp;</td>
   
     <th colspan=3>
-      <h4 style="text-transform:uppercase; letter-spacing:0.5em">
+      <h4 style="text-transform:uppercase">
              <?lsmb text('Purchase Order') ?>
       </h4>
     </th>

Modified: trunk/templates/demo/purchase_order.tex
===================================================================
--- trunk/templates/demo/purchase_order.tex	2011-07-15 08:38:40 UTC (rev 3522)
+++ trunk/templates/demo/purchase_order.tex	2011-07-15 16:32:43 UTC (rev 3523)
@@ -114,7 +114,7 @@
 
 \vspace{1cm}
 
-\textbf{<?lsmb text('Purchase Order') ?>}
+\textbf{\MakeUppercase{<?lsmb text('Purchase Order') ?>}}
 \hfill
 
 \vspace{1cm}

Modified: trunk/templates/demo/request_quotation.html
===================================================================
--- trunk/templates/demo/request_quotation.html	2011-07-15 08:38:40 UTC (rev 3522)
+++ trunk/templates/demo/request_quotation.html	2011-07-15 16:32:43 UTC (rev 3523)
@@ -9,7 +9,7 @@
     <td width=10>&nbsp;</td>
   
     <th colspan=3>
-      <h4 style="text-transform:uppercase; letter-spacing:0.5em">
+      <h4 style="text-transform:uppercase">
         <?lsmb text('Request for Quotation') ?><h4>
     </th>
   </tr>

Modified: trunk/templates/demo/request_quotation.tex
===================================================================
--- trunk/templates/demo/request_quotation.tex	2011-07-15 08:38:40 UTC (rev 3522)
+++ trunk/templates/demo/request_quotation.tex	2011-07-15 16:32:43 UTC (rev 3523)
@@ -113,7 +113,7 @@
 
 \vspace{1cm}
 
-\textbf{<?lsmb text('Request for Quotation')}
+\textbf{\MakeUppercase{<?lsmb text('Request for Quotation')}}
 \hfill
 
 \vspace{1cm}

Modified: trunk/templates/demo/sales_order.html
===================================================================
--- trunk/templates/demo/sales_order.html	2011-07-15 08:38:40 UTC (rev 3522)
+++ trunk/templates/demo/sales_order.html	2011-07-15 16:32:43 UTC (rev 3523)
@@ -9,7 +9,7 @@
     <td width=10>&nbsp;</td>
     
     <th colspan=3>
-      <h4 style="text-transform:uppercase; letter-spacing:0.5em">
+      <h4 style="text-transform:uppercase">
           <?lsmb text('Sales Order') ?></h4>
     </th>
   </tr>

Modified: trunk/templates/demo/sales_order.tex
===================================================================
--- trunk/templates/demo/sales_order.tex	2011-07-15 08:38:40 UTC (rev 3522)
+++ trunk/templates/demo/sales_order.tex	2011-07-15 16:32:43 UTC (rev 3523)
@@ -114,7 +114,7 @@
 
 \vspace{1cm}
 
-\textbf{<?lsmb text('Sales Order') ?>}
+\textbf{\MakeUppercase{<?lsmb text('Sales Order') ?>}}
 \hfill
 
 \vspace{1cm}

Modified: trunk/templates/demo/sales_quotation.html
===================================================================
--- trunk/templates/demo/sales_quotation.html	2011-07-15 08:38:40 UTC (rev 3522)
+++ trunk/templates/demo/sales_quotation.html	2011-07-15 16:32:43 UTC (rev 3523)
@@ -8,7 +8,7 @@
   <tr>
     <td width=10>&nbsp;</td>
   
-    <th colspan=3 style="text-transform:uppercase; letter-spacing:0.5em">
+    <th colspan=3 style="text-transform:uppercase">
       <h4><?lsmb text('Quotation') ?></h4>
     </th>
   </tr>

Modified: trunk/templates/demo/sales_quotation.tex
===================================================================
--- trunk/templates/demo/sales_quotation.tex	2011-07-15 08:38:40 UTC (rev 3522)
+++ trunk/templates/demo/sales_quotation.tex	2011-07-15 16:32:43 UTC (rev 3523)
@@ -84,7 +84,7 @@
 
 \vspace{1cm}
 
-\textbf{<?lsmb text('Quotation') ?>}
+\textbf{\MakeUppercase{<?lsmb text('Quotation') ?>}}
 \hfill
 
 \vspace{1cm}

Modified: trunk/templates/demo/statement.html
===================================================================
--- trunk/templates/demo/statement.html	2011-07-15 08:38:40 UTC (rev 3522)
+++ trunk/templates/demo/statement.html	2011-07-15 16:32:43 UTC (rev 3523)
@@ -11,7 +11,7 @@
   <tr>
     <td width=10>&nbsp;</td>
     
-    <th colspan=3><h4 style="text-transform:uppercase; letter-spacing:0.5em">
+    <th colspan=3><h4 style="text-transform:uppercase">
          <?lsmb text('Statement') ?></h4></th>
     
   </tr>

Modified: trunk/templates/demo/statement.tex
===================================================================
--- trunk/templates/demo/statement.tex	2011-07-15 08:38:40 UTC (rev 3522)
+++ trunk/templates/demo/statement.tex	2011-07-15 16:32:43 UTC (rev 3523)
@@ -46,7 +46,8 @@
 
 \vspace{1cm}
 
-\textbf{<?lsmb text('Statement') ?>} \hfill \textbf{<?lsmb statementdate ?>}
+\textbf{\MakeUppercase{<?lsmb text('Statement') ?>}} \hfill 
+\textbf{<?lsmb statementdate ?>}
 
 \vspace{2cm}
 

Modified: trunk/templates/demo/timecard.html
===================================================================
--- trunk/templates/demo/timecard.html	2011-07-15 08:38:40 UTC (rev 3522)
+++ trunk/templates/demo/timecard.html	2011-07-15 16:32:43 UTC (rev 3523)
@@ -8,7 +8,7 @@
     <td width=10>&nbsp;</td>
 
     <th colspan=3>
-      <h4 style="text-transform:uppercase; letter-spacing:0.5em">
+      <h4 style="text-transform:uppercase">
         <?lsmb text('Time Card') ?></h4>
     </th>
   </tr>

Modified: trunk/templates/demo/timecard.tex
===================================================================
--- trunk/templates/demo/timecard.tex	2011-07-15 08:38:40 UTC (rev 3522)
+++ trunk/templates/demo/timecard.tex	2011-07-15 16:32:43 UTC (rev 3523)
@@ -14,7 +14,7 @@
 
 <?lsmb INCLUDE letterhead.tex ?>
 
-\centerline{\textbf{<?lsmb text('Time Card') ?>}}
+\centerline{\textbf{\MakeUppercase{<?lsmb text('Time Card') ?>}}}
 
 \vspace*{0.5cm}
 

Modified: trunk/templates/demo/work_order.html
===================================================================
--- trunk/templates/demo/work_order.html	2011-07-15 08:38:40 UTC (rev 3522)
+++ trunk/templates/demo/work_order.html	2011-07-15 16:32:43 UTC (rev 3523)
@@ -9,7 +9,7 @@
     <td width=10>&nbsp;</td>
     
     <th colspan=3>
-      <h4 style="text-transform:uppercase; letter-spacing:0.5em">
+      <h4 style="text-transform:uppercase">
 	<?lsmb text('Work Order') ?></h4>
     </th>
   </tr>

Modified: trunk/templates/demo/work_order.tex
===================================================================
--- trunk/templates/demo/work_order.tex	2011-07-15 08:38:40 UTC (rev 3522)
+++ trunk/templates/demo/work_order.tex	2011-07-15 16:32:43 UTC (rev 3523)
@@ -105,7 +105,7 @@
 
 \vspace{1cm}
 
-\textbf{<?lsmb text('Work Order') ?>}
+\textbf{\MakeUppercase{<?lsmb text('Work Order') ?>}}
 \hfill
 
 \vspace{1cm}


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