From: Jeff R. <je...@jr...> - 2007-05-16 15:44:52
|
Hi Roger I mucked around with the check.tex file and got it to conform with the new standards. If you copy this code into a file and name it check.tex (rename your old cheque.tex file first!!) it will give you a starting point. You may also want to play around a little to suit your particular brand of pre-printed cheque. This one is for Nebs 9039 and it prints the info on the bottom third. Jeff \documentclass{scrartcl} \usepackage[latin1]{inputenc} \usepackage{tabularx} \usepackage[letterpaper,top=2cm,bottom=-3cm,left=2.25cm,right=2cm]{geometry} \usepackage{graphicx} \begin{document} \pagestyle{myheadings} \thispagestyle{empty} \fontfamily{cmss}\fontsize{12pt}{12pt}\selectfont \vspace*{7cm} \hfill <%source%> \vspace*{.75cm} \hfill <%datepaid%> \vspace*{2cm} \textbf{ } <%text_amount%> \dotfill <%decimal%>/100 \hspace{1cm} <%amount%> \makebox[1cm]{\hfill} % \hfill <%datepaid%> \makebox[2cm]{\hfill} <%amount%> % \hfill <%amount%> \makebox[1cm]{\hfill} % different date format for datepaid % <%DD%><%MM%><%YYYY%> \vspace{0.25cm} \textbf{ } <%name%> \textbf{ }<%address1%> <%address2%> \textbf{ }<%city%> <%if state%> \hspace{-0.1cm}, <%state%> <%end state%> <%zipcode%> \textbf{ }<%country%> \vspace{0.25cm} \textbf{ } Memo: <%memo%> \vspace*{4cm} %<%company%> %\vspace{0.5cm} <%name%> \hfill <%datepaid%> \hfill <%source%> \vspace{0.5cm} \begin{tabularx}{\textwidth}{lXrr@{}} \textbf{Invoice \#} & \textbf{Invoice Date} & \textbf{Amount Due} & \textbf{Applied} \\ <%foreach invnumber%> <%invnumber%> & <%invdate%> \dotfill & <%due%> & <%paid%> \\ <%end invnumber%> \end{tabularx} \vspace{1cm} \text{Memo: } \ <%memo%> \vfill \end{document} HTH :-) Roger Miranda wrote: > Good Day Everyone, > > I need to get a new cheques that conform with CPA (Canadian Payments > Association). Is there a standard in the sql-ledger already that I can use > for this? Is there some commercial support to create a latex report for us? > > Thanks in advance > Roger > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > > > |