diff options
Diffstat (limited to 'templates/Norwegian-statement.tex')
-rwxr-xr-x | templates/Norwegian-statement.tex | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/templates/Norwegian-statement.tex b/templates/Norwegian-statement.tex index b3f35648..52ec0a71 100755 --- a/templates/Norwegian-statement.tex +++ b/templates/Norwegian-statement.tex @@ -25,12 +25,12 @@ \parbox{\textwidth}{ \parbox[b]{12cm}{ - <%company%> + <?lsmb company ?> - <%address%>}\hfill + <?lsmb address ?>}\hfill \begin{tabular}[b]{rrr@{}} - Tel. & <%tel%>\\ - Faks & <%fax%> + Tel. & <?lsmb tel ?>\\ + Faks & <?lsmb fax ?> \end{tabular} \rule[1.5ex]{\textwidth}{0.5pt} @@ -39,32 +39,32 @@ \fontfamily{cmss}\fontshape{n}\selectfont -\markboth{<%company%>\hfill <%statementdate%>}{\usebox{\hdr}} +\markboth{<?lsmb company ?>\hfill <?lsmb statementdate ?>}{\usebox{\hdr}} \pagestyle{myheadings} %\thispagestyle{empty} use this with letterhead paper -<%pagebreak 65 27 48%> +<?lsmb pagebreak 65 27 48 ?> \end{tabular*} \rule{\textwidth}{2pt} \hfill \begin{tabularx}{7cm}{Xr@{}} - \textbf{Subtotal} & \textbf{<%sumcarriedforward%>} \\ + \textbf{Subtotal} & \textbf{<?lsmb sumcarriedforward ?>} \\ \end{tabularx} \newpage -\markright{<%company%>\hfill <%statementdate%>} +\markright{<?lsmb company ?>\hfill <?lsmb statementdate ?>} \vspace*{-12pt} \begin{tabular*}{\textwidth}{@{}l@{\extracolsep\fill}ccrrrr@{}} \textbf{Invoice \#} & \textbf{Date} & \textbf{Due} & \textbf{Current} & \textbf{30} & \textbf{60} & \textbf{90+} \\ - carried forward from <%lastpage%> & & & & & & <%sumcarriedforward%> \\ -<%end pagebreak%> + carried forward from <?lsmb lastpage ?> & & & & & & <?lsmb sumcarriedforward ?> \\ +<?lsmb end pagebreak ?> \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont @@ -74,31 +74,31 @@ \parbox[t]{1cm}{\hfill} \parbox[t]{10.5cm}{ -<%name%> +<?lsmb name ?> -<%address1%> +<?lsmb address1 ?> -<%if address2%> -<%address2%> -<%end address2%> +<?lsmb if address2 ?> +<?lsmb address2 ?> +<?lsmb end address2 ?> -<%city%> <%state%> <%zipcode%> +<?lsmb city ?> <?lsmb state ?> <?lsmb zipcode ?> -<%if country%> -<%country%> -<%end country%> +<?lsmb if country ?> +<?lsmb country ?> +<?lsmb end country ?> } \parbox[t]{7.5cm}{ -<%if customerphone%> -Tel: <%customerphone%> -<%end customerphone%> +<?lsmb if customerphone ?> +Tel: <?lsmb customerphone ?> +<?lsmb end customerphone ?> -<%if customerfax%> -Fax: <%customerfax%> -<%end customerfax%> +<?lsmb if customerfax ?> +Fax: <?lsmb customerfax ?> +<?lsmb end customerfax ?> -<%email%> +<?lsmb email ?> } \hfill @@ -106,18 +106,18 @@ Fax: <%customerfax%> \textbf{O V E R S I K T} \hfill -\hfill <%statementdate%> +\hfill <?lsmb statementdate ?> \vspace{2cm} \begin{tabular*}{\textwidth}{@{}l@{\extracolsep\fill}ccrrrr@{}} \textbf{Faktura \#} & \textbf{Dato} & \textbf{Frist} & \textbf{Skyldig} & \textbf{30} & \textbf{60} & \textbf{90+} \\ -<%foreach invnumber%> - <%invnumber%> & <%invdate%> & <%duedate%> & - <%c0%> & <%c30%> & <%c60%> & <%c90%> \\ -<%end invnumber%> -\textbf{Subtotal} & & & <%c0total%> & <%c30total%> & <%c60total%> & <%c90total%> +<?lsmb foreach invnumber ?> + <?lsmb invnumber ?> & <?lsmb invdate ?> & <?lsmb duedate ?> & + <?lsmb c0 ?> & <?lsmb c30 ?> & <?lsmb c60 ?> & <?lsmb c90 ?> \\ +<?lsmb end invnumber ?> +\textbf{Subtotal} & & & <?lsmb c0total ?> & <?lsmb c30total ?> & <?lsmb c60total ?> & <?lsmb c90total ?> \end{tabular*} \rule{\textwidth}{1pt} @@ -125,7 +125,7 @@ Fax: <%customerfax%> \hfill \begin{tabularx}{7cm}{Xr@{}} - \textbf{Totalt skyldig} & <%total%> + \textbf{Totalt skyldig} & <?lsmb total ?> \end{tabularx} \vfill |