[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[3521] trunk/templates/demo
- Subject: SF.net SVN: ledger-smb:[3521] trunk/templates/demo
- From: ..hidden..
- Date: Fri, 15 Jul 2011 08:29:48 +0000
Revision: 3521
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3521&view=rev
Author: einhverfr
Date: 2011-07-15 08:29:48 +0000 (Fri, 15 Jul 2011)
Log Message:
-----------
Localization work completed on templates
Modified Paths:
--------------
trunk/templates/demo/purchase_order.tex
trunk/templates/demo/receipt.tex
trunk/templates/demo/request_quotation.tex
trunk/templates/demo/sales_order.tex
trunk/templates/demo/sales_quotation.tex
trunk/templates/demo/statement.tex
trunk/templates/demo/timecard.tex
trunk/templates/demo/work_order.tex
Modified: trunk/templates/demo/purchase_order.tex
===================================================================
--- trunk/templates/demo/purchase_order.tex 2011-07-15 07:29:02 UTC (rev 3520)
+++ trunk/templates/demo/purchase_order.tex 2011-07-15 08:29:48 UTC (rev 3521)
@@ -61,16 +61,16 @@
\vspace{0.3cm}
<?lsmb IF contact ?>
-Attn: <?lsmb contact ?>
+<?lsmb text('Attn: [_1]', contact) ?>
\vspace{0.2cm}
<?lsmb END ?>
<?lsmb IF vendorphone ?>
-Tel: <?lsmb vendorphone ?>
+<?lsmb text('Tel: [_1]', vendorphone) ?>
<?lsmb END ?>
<?lsmb IF vendorfax ?>
-Fax: <?lsmb vendorfax ?>
+<?lsmb text('Fax: [_1]', vendorfax) ?>
<?lsmb END ?>
<?lsmb email ?>
@@ -96,16 +96,16 @@
\vspace{0.3cm}
<?lsmb IF shiptocontact ?>
-Attn: <?lsmb shiptocontact ?>
+<?lsmb text('Attn: [_1]', shiptocontact) ?>
\vspace{0.2cm}
<?lsmb END ?>
<?lsmb IF shiptophone ?>
-Tel: <?lsmb shiptophone ?>
+<lsmb text('Tel: [_1]', shiptophone) ?>
<?lsmb END ?>
<?lsmb IF shiptofax ?>
-Fax: <?lsmb shiptofax ?>
+<?lsmb text('Fax: [_1]', shiptofax) ?>
<?lsmb END ?>
<?lsmb shiptoemail ?>
@@ -114,12 +114,15 @@
\vspace{1cm}
-\textbf{P U R C H A S E} \parbox{0.3cm}{\hfill} \textbf{O R D E R}
+\textbf{<?lsmb text('Purchase Order') ?>}
\hfill
\vspace{1cm}
\begin{tabularx}{\textwidth}{*{6}{|X}|} \hline
- \textbf{Order \#} & \textbf{Date} & \textbf{Required by} & \textbf{Contact} & \textbf{Shipping Point} & \textbf{Ship via} \\ [0.5ex]
+ \textbf{<?lsmb text('Order #') ?>} & \textbf{text('Date') ?>}
+ & \textbf{<?lsmb text('Required by') ?>} & \textbf{<?lsmb('Contact' ?>}
+ & \textbf{<?lsmb text('Shipping Point') ?>}
+ & \textbf{<lsmb text('Ship via') ?>} \\ [0.5ex]
\hline
<?lsmb ordnumber ?> & <?lsmb orddate ?> & <?lsmb reqdate ?> & <?lsmb employee ?> & <?lsmb shippingpoint ?> & <?lsmb shipvia ?> \\
\hline
@@ -128,8 +131,10 @@
\vspace{1cm}
..hidden..@{}}
- \textbf{Number} & \textbf{Description} & \textbf{Qt'y} &
- \textbf{Unit} & \textbf{Price} & \textbf{Amount} \\
+ \textbf{<?lsmb text('Number') ?>} & \textbf{<?lsmb text('Description') ?>}
+ & \textbf{<?lsmb text('Qty') ?>} &
+ \textbf{<?lsmb text('Unit') ?>} & \textbf{<?lsmb text('Price') ?>}
+ & \textbf{<?lsmb text('Amount') ?>} \\
<?lsmb FOREACH number ?>
<?lsmb lc = loop.count - 1 ?>
<?lsmb number.${lc} ?> &
@@ -161,7 +166,7 @@
\vspace{0.3cm}
\hfill
- All prices in \textbf{<?lsmb currency ?>}.
+ <?lsmb text('All prices in [_1].', currency) ?>
\vspace{12pt}
Modified: trunk/templates/demo/receipt.tex
===================================================================
--- trunk/templates/demo/receipt.tex 2011-07-15 07:29:02 UTC (rev 3520)
+++ trunk/templates/demo/receipt.tex 2011-07-15 08:29:48 UTC (rev 3521)
@@ -60,8 +60,8 @@
\vspace{0.5cm}
..hidden..
-\textbf{Invoice No.} & \textbf{Invoice Date}
- & \textbf{Due} & \textbf{Applied} \\
+\textbf{<?lsmb text('Invoice No.') ?>} & \textbf{<?lsmb text('Invoice Date') ?>}
+ & \textbf{<?lsmb text('Due') ?>} & \textbf{<?lsmb text('Applied') ?>} \\
<?lsmb FOREACH invnumber ?>
<?lsmb lc = loop.count - 1 ?>
<?lsmb invnumber.${lc} ?> & <?lsmb invdate.${lc} ?> \dotfill
Modified: trunk/templates/demo/request_quotation.tex
===================================================================
--- trunk/templates/demo/request_quotation.tex 2011-07-15 07:29:02 UTC (rev 3520)
+++ trunk/templates/demo/request_quotation.tex 2011-07-15 08:29:48 UTC (rev 3521)
@@ -40,7 +40,7 @@
\vspace*{0.5cm}
\parbox[t]{.5\textwidth}{
-\textbf{To}
+\textbf{<?lsmb text('To') ?>}
\vspace{0.3cm}
<?lsmb name ?>
@@ -65,11 +65,11 @@
<?lsmb END ?>
<?lsmb IF vendorphone ?>
-Tel: <?lsmb vendorphone ?>
+<?lsmb text('Tel: [_1]', vendorphone) ?>
<?lsmb END ?>
<?lsmb IF vendorfax ?>
-Fax: <?lsmb vendorfax ?>
+<?lsmb text('Fax: [_1]', vendorfax) ?>
<?lsmb END ?>
<?lsmb email ?>
@@ -100,11 +100,11 @@
<?lsmb END ?>
<?lsmb IF shiptophone ?>
-Tel: <?lsmb shiptophone ?>
+<?lsmb text(Tel: [_1]', shiptophone) ?>
<?lsmb END ?>
<?lsmb IF shiptofax ?>
-Fax: <?lsmb shiptofax ?>
+<?lsmb text('Fax: [_1]', shiptofax) ?>
<?lsmb END ?>
<?lsmb shiptoemail ?>
@@ -113,13 +113,16 @@
\vspace{1cm}
-\textbf{R E Q U E S T for Q U O T A T I O N}
+\textbf{<?lsmb text('Request for Quotation')}
\hfill
\vspace{1cm}
\begin{tabularx}{\textwidth}{*{6}{|X}|} \hline
- \textbf{RFQ \#} & \textbf{Date} & \textbf{Required by} & \textbf{Contact} & \textbf{Shipping Point} & \textbf{Ship via} \\ [0.5ex]
+ \textbf{<?lsmb text('RFQ #') ?>} & \textbf{<?lsmb text('Date') ?>}
+ & \textbf{<?lsmb text('Required by') ?>} & \textbf{<?lsmb text('Contact') ?>}
+ & \textbf{<?lsmb text('Shipping Point') ?>}
+ & \textbf{<?lsmb text('Ship via') ?>} \\ [0.5ex]
\hline
<?lsmb quonumber ?> & <?lsmb quodate ?> & <?lsmb reqdate ?> & <?lsmb employee ?> & <?lsmb shippingpoint ?> & <?lsmb shipvia ?> \\
\hline
@@ -127,13 +130,14 @@
\vspace{1cm}
-Please provide price and delivery time for the following items:
+<?lsmb text('Please provide price and delivery time for the following items:') ?>
\vspace{1cm}
..hidden..@{}}
- \textbf{Number} & \textbf{Description} & \textbf{Qt'y} & &
- \textbf{Delivery} & \textbf{Unit Price} & \textbf{Extended} \\
+ \textbf{<?lsmb text('Number') ?>} & \textbf{<?lsmb text('Description') ?>}
+ & \textbf{<?lsmb text('Qty') ?>} & & \textbf{<?lsmb text('Delivery') ?>}
+ & \textbf{<?lsmb text('Unit Price') ?>} & \textbf{<?lsmb text('Extended') ?>} \\
<?lsmb FOREACH number ?>
<?lsmb lc = loop.count - 1 ?>
<?lsmb number.${lc} ?> &
Modified: trunk/templates/demo/sales_order.tex
===================================================================
--- trunk/templates/demo/sales_order.tex 2011-07-15 07:29:02 UTC (rev 3520)
+++ trunk/templates/demo/sales_order.tex 2011-07-15 08:29:48 UTC (rev 3521)
@@ -66,11 +66,11 @@
<?lsmb END ?>
<?lsmb IF customerphone ?>
-Tel: <?lsmb customerphone ?>
+<?lsmb text('Tel: [_1]', customerphone) ?>
<?lsmb END ?>
<?lsmb IF customerfax ?>
-Fax: <?lsmb customerfax ?>
+<?lsmb text('Fax: [_1]', customerfax) ?>
<?lsmb END ?>
<?lsmb email ?>
@@ -101,11 +101,11 @@
<?lsmb END ?>
<?lsmb IF shiptophone ?>
-Tel: <?lsmb shiptophone ?>
+<?lsmb text('Tel: [_1]', shiptophone) ?>
<?lsmb END ?>
<?lsmb IF shiptofax ?>
-Fax: <?lsmb shiptofax ?>
+<lsmb text('Fax: [_1] shiptofax) ?>
<?lsmb END ?>
<?lsmb shiptoemail ?>
@@ -114,13 +114,17 @@
\vspace{1cm}
-\textbf{S A L E S} \parbox{0.3cm}{\hfill} \textbf{O R D E R}
+\textbf{<?lsmb text('Sales Order') ?>}
\hfill
\vspace{1cm}
\begin{tabularx}{\textwidth}{*{6}{|X}|} \hline
- \textbf{Order \#} & \textbf{Order Date} & \textbf{Required by} & \textbf{Salesperson} & \textbf{Shipping Point} & \textbf{Ship Via} \\ [0.5em]
+ \textbf{<?lsmb text('Order #') ?>} & \textbf{<?lsmb text('Order Date') ?>}
+ & \textbf{<?lsmb text('Required by') ?>}
+ & \textbf{<?lsmb text('Salesperson') ?>}
+ & \textbf{<?lsmb text('Shipping Point') ?>}
+ & \textbf{<?lsmb text('Ship Via') ?>} \\ [0.5em]
\hline
<?lsmb ordnumber ?> & <?lsmb orddate ?> & <?lsmb reqdate ?> & <?lsmb employee ?> & <?lsmb shippingpoint ?> & <?lsmb shipvia ?> \\
\hline
@@ -129,8 +133,11 @@
\vspace{1cm}
..hidden..@{}}
- \textbf{Item} & \textbf{Number} & \textbf{Description} & \textbf{Qt'y} &
- \textbf{Unit} & \textbf{Price} & \textbf{Disc \%} & \textbf{Amount} \\
+ \textbf{<?lsmb text('Item') ?>} & \textbf{<?lsmb text('Number') ?>}
+ & \textbf{<?lsmb text('Description') ?>} & \textbf{<?lsmb text('Qty') ?>} &
+ \textbf{<?lsmb text('Unit') ?>} & \textbf{<?lsmb text('Price') ?>}
+ & \textbf{<?lsmb text('Disc %') ?>}
+ & \textbf{<?lsmb text('Amount') ?>} \\
<?lsmb FOREACH number ?>
<?lsmb lc = loop.count - 1 ?>
<?lsmb runningnumber.${lc} ?> &
@@ -165,10 +172,10 @@
<?lsmb text_amount ?> ***** <?lsmb decimal ?>/100
\hfill
-All prices in \textbf{<?lsmb currency ?>}.
+<lsmb text('All prices in [_1].', currency) ?>
<?lsmb IF terms ?>
-Terms: <?lsmb terms ?> days
+<?lsmb text('Terms: Net [_1] days', terms) ?>
<?lsmb END ?>
\vspace{12pt}
@@ -179,7 +186,7 @@
\vfill
-\centerline{\textbf{Thank You for your valued business!}}
+\centerline{\textbf{<?lsmb text('Thank You for your valued business!') ?>}}
\rule{\textwidth}{0.5pt}
Modified: trunk/templates/demo/sales_quotation.tex
===================================================================
--- trunk/templates/demo/sales_quotation.tex 2011-07-15 07:29:02 UTC (rev 3520)
+++ trunk/templates/demo/sales_quotation.tex 2011-07-15 08:29:48 UTC (rev 3521)
@@ -17,7 +17,7 @@
\parbox{\textwidth}{
\tiny
\rule[1.5em]{\textwidth}{0.5pt}
-Special order items are subject to a 10\% cancellation fee.
+<?lsmb text('Special order items are subject to a 10\% cancellation fee.') ?>
}
}
@@ -72,11 +72,11 @@
<?lsmb END ?>
<?lsmb IF customerphone ?>
-Tel: <?lsmb customerphone ?>
+<?lsmb text('Tel: [_1]', customerphone) ?> ?>
<?lsmb END ?>
<?lsmb IF customerfax ?>
-Fax: <?lsmb customerfax ?>
+<?lsmb text('Fax: [_1]', customerfax) ?>
<?lsmb END ?>
<?lsmb email ?>
@@ -84,13 +84,16 @@
\vspace{1cm}
-\textbf{Q U O T A T I O N}
+\textbf{<?lsmb text('Quotation') ?>}
\hfill
\vspace{1cm}
\begin{tabularx}{\textwidth}{*{6}{|X}|} \hline
- \textbf{Quotation \#} & \textbf{Date} & \textbf{Valid until} & \textbf{Contact} & \textbf{Shipping Point} & \textbf{Ship via} \\ [0.5ex]
+ \textbf{<?lsmb text('Quotation #') ?>} & \textbf{<?lsmb text('Date') ?>}
+ & \textbf{<?lsmb text('Valid until') ?>} & \textbf{<?lsmb text('Contact') ?>}
+ & \textbf{<?lsmb text('Shipping Point') ?>}
+ & \textbf{<?lsmb text('Ship via') ?>} \\ [0.5ex]
\hline
<?lsmb quonumber ?> & <?lsmb quodate ?> & <?lsmb reqdate ?> & <?lsmb employee ?> & <?lsmb shippingpoint ?> & <?lsmb shipvia ?> \\
\hline
@@ -99,8 +102,10 @@
\vspace{1cm}
..hidden..@{}}
- \textbf{Number} & \textbf{Description} & \textbf{Qt'y} &
- \textbf{Unit} & \textbf{Price} & \textbf{Disc \%} & \textbf{Amount} \\
+ \textbf{<?lsmb text('Number') ?>} & \textbf{<?lsmb text('Description') ?>}
+ & \textbf{<?lsmb text('Qty') ?>} & \textbf{<?lsmb text('Unit') ?>}
+ & \textbf{<?lsmb text('Price') ?>} & \textbf{<?lsmb text('Disc %') ?>}
+ & \textbf{<?lsmb text('Amount') ?>} \\
<?lsmb FOREACH number ?>
<?lsmb lc = loop.count - 1 ?>
<?lsmb number.${lc} ?> &
@@ -133,10 +138,10 @@
\vspace{0.3cm}
\hfill
-All prices in \textbf{<?lsmb currency ?>}.
+<?lsmb text('All prices in [_1].', currency) ?>
<?lsmb IF terms ?>
-Terms: <?lsmb terms ?> days
+<?lsmb text('Terms: [_1] days', terms) ?>
<?lsmb END ?>
\vspace{12pt}
Modified: trunk/templates/demo/statement.tex
===================================================================
--- trunk/templates/demo/statement.tex 2011-07-15 07:29:02 UTC (rev 3520)
+++ trunk/templates/demo/statement.tex 2011-07-15 08:29:48 UTC (rev 3521)
@@ -33,11 +33,11 @@
}
\parbox[t]{.5\textwidth}{
<?lsmb IF customerphone ?>
-Tel: <?lsmb customerphone ?>
+<?lsmb text('Tel: [_1]', customerphone) ?>
<?lsmb END ?>
<?lsmb IF customerfax ?>
-Fax: <?lsmb customerfax ?>
+<?lsmb text('Fax: [_1]', customerfax) ?>
<?lsmb END ?>
<?lsmb email ?>
@@ -46,14 +46,15 @@
\vspace{1cm}
-\textbf{S T A T E M E N T} \hfill \textbf{<?lsmb statementdate ?>}
+\textbf{<?lsmb text('Statement') ?>} \hfill \textbf{<?lsmb statementdate ?>}
\vspace{2cm}
\begin{tabular*}{\textwidth}{|..hidden..|}
\hline
- \textbf{Invoice \#} & \textbf{Order \#} & \textbf{Date} & \textbf{Due} &
- \textbf{Current} & \textbf{30} & \textbf{60} & \textbf{90} \\
+ \textbf{<?lsmb text('Invoice #') ?>} & \textbf{<?lsmb text('Order #') ?>}
+ & \textbf{<?lsmb text('Date') ?>} & \textbf{<?lsmb text('Due') ?>} &
+ \textbf<?lsmb text('Current') ?>} & \textbf{30} & \textbf{60} & \textbf{90} \\
\hline
<?lsmb FOREACH invnumber ?>
<?lsmb lc = loop.count - 1 ?>
@@ -68,7 +69,7 @@
<?lsmb END ?>
\multicolumn{8}{|l|}{\mbox{}} \\
\hline
- \textbf{Subtotal} & & & & <?lsmb c0total ?> & <?lsmb c30total ?> & <?lsmb c60total ?> & <?lsmb c90total ?> \\
+ \textbf{<?lsmb text('Subtotal') ?>} & & & & <?lsmb c0total ?> & <?lsmb c30total ?> & <?lsmb c60total ?> & <?lsmb c90total ?> \\
\hline
\end{tabular*}
@@ -76,13 +77,13 @@
\hfill
..hidden..@{}}
- & \textbf{Total outstanding} & \textbf{<?lsmb total ?>}
+ & \textbf{<?lsmb text('Total outstanding') ?>} & \textbf{<?lsmb total ?>}
\end{tabularx}
\vfill
-All amounts in \textbf{<?lsmb currency ?>} funds.
+<lsmb text('All amounts in [_1] funds.', currency) ?>
-Please make check payable to \textbf{<?lsmb company ?>}
+<?lsmb text('Please make check payable to [_1]', company) ?>
<?lsmb IF NOT loop.last ?>
\pagebreak
Modified: trunk/templates/demo/timecard.tex
===================================================================
--- trunk/templates/demo/timecard.tex 2011-07-15 07:29:02 UTC (rev 3520)
+++ trunk/templates/demo/timecard.tex 2011-07-15 08:29:48 UTC (rev 3521)
@@ -14,35 +14,35 @@
<?lsmb INCLUDE letterhead.tex ?>
-\centerline{\textbf{T I M E}\hspace{0.5cm}\textbf{C A R D}}
+\centerline{\textbf{<?lsmb text('Time Card') ?>}}
\vspace*{0.5cm}
\begin{tabular}[t]{ll}
- \textbf{Employee} & <?lsmb employee ?> \\
- \textbf{ID} & <?lsmb employee_id ?> \\
+ \textbf<?lsmb text('Employee') ?>} & <?lsmb employee ?> \\
+ \textbf{<?lsmb text('ID') ?>} & <?lsmb employee_id ?> \\
\end{tabular}
\hfill
\begin{tabular}[t]{ll}
- \textbf{Card ID} & <?lsmb id ?> \\
- \textbf{Date} & <?lsmb transdate ?> \\
- \textbf{In} & <?lsmb checkedin ?> \\
- \textbf{Out} & <?lsmb checkedout ?> \\
- \textbf{Hours} & <?lsmb qty ?> \\
+ \textbf{<?lsmb text('Card ID') ?>} & <?lsmb id ?> \\
+ \textbf{<?lsmb text('Date') ?>} & <?lsmb transdate ?> \\
+ \textbf{<?lsmb text('In') ?>} & <?lsmb checkedin ?> \\
+ \textbf{<?lsmb text('Out') ?>} & <?lsmb checkedout ?> \\
+ \textbf{<?lsmb text('Hours') ?>} & <?lsmb qty ?> \\
\end{tabular}
\vspace{1cm}
\begin{tabular}[b]{ll}
- \textbf{Job/Project \#} & <?lsmb projectnumber ?> \\
- \textbf{Description} & <?lsmb projectdescription ?> \\
- \textbf{Labor/Service Code} & <?lsmb partnumber ?> \\
- \textbf{Description} & <?lsmb description ?> \\
+ \textbf{<?lsmb text('Job/Project #') ?>} & <?lsmb projectnumber ?> \\
+ \textbf{<?lsmb text('Description') ?>} & <?lsmb projectdescription ?> \\
+ \textbf{<?lsmb text('Labor/Service Code') ?>} & <?lsmb partnumber ?> \\
+ \textbf{<?lsmb text('Description') ?>} & <?lsmb description ?> \\
\end{tabular}
\hfill
\begin{tabular}[b]{lr}
- \textbf{Rate} & <?lsmb sellprice ?> \\
- \textbf{Total} & <?lsmb total ?> \\
+ \textbf{<?lsmb text('Rate') ?>} & <?lsmb sellprice ?> \\
+ \textbf{<?lsmb text('Total') ?>} & <?lsmb total ?> \\
\end{tabular}
\vspace{0.3cm}
Modified: trunk/templates/demo/work_order.tex
===================================================================
--- trunk/templates/demo/work_order.tex 2011-07-15 07:29:02 UTC (rev 3520)
+++ trunk/templates/demo/work_order.tex 2011-07-15 08:29:48 UTC (rev 3521)
@@ -57,11 +57,11 @@
<?lsmb END ?>
<?lsmb IF customerphone ?>
-Tel: <?lsmb customerphone ?>
+<lsmb text('Tel: [_1]', customerphone) ?>
<?lsmb END ?>
<?lsmb IF customerfax ?>
-Fax: <?lsmb customerfax ?>
+<?lsmb text('Fax: [_1]', customerfax) ?>
<?lsmb END ?>
<?lsmb email ?>
@@ -92,11 +92,11 @@
<?lsmb END ?>
<?lsmb IF shiptophone ?>
-Tel: <?lsmb shiptophone ?>
+<lsmb text('Tel: [_1]', shiptophone) ?>
<?lsmb END ?>
<?lsmb IF shiptofax ?>
-Fax: <?lsmb shiptofax ?>
+<?lsmb text('Fax:[_1]', shiptofax) ?>
<?lsmb END ?>
<?lsmb shiptoemail ?>
@@ -105,7 +105,7 @@
\vspace{1cm}
-\textbf{W O R K} \parbox{0.3cm}{\hfill} \textbf{O R D E R}
+\textbf{<?lsmb text('Work Order') ?>}
\hfill
\vspace{1cm}
@@ -120,8 +120,9 @@
\vspace{1cm}
..hidden..@{}}
- \textbf{Item} & \textbf{Number} & \textbf{Description} & \textbf{Qt'y} &
- & \textbf{Serial Number} \\
+ \textbf{<?lsmb text('Item') ?>} & \textbf{<?lsmb text('Number') ?>}
+ & \textbf{<?lsmb text('Description') ?>} & \textbf{<?lsmb text('Qty') ?>} &
+ & \textbf{<?lsmb text('Serial Number')} \\
<?lsmb FOREACH number ?>
<?lsmb lc = loop.count - 1 ?>
<?lsmb runningnumber.${lc} ?> &
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.