Rich: Thank you for your prompt response. I check the templates, but only a field "name" is in them, no last or first. As a mater of fact, the tables customer and vendor only have a column for name, not first and last. When looking into reports for AR or AP, the customer/vendor is also listed as lastname firstname.
Any other thoughts? Walter -----Original Message----- From: Rich Shepard <[email protected]> Reply-to: SQL-Ledger Users <[email protected]> To: SQL-Ledger Users <[email protected]> Subject: [SQL-Ledger] Re: name order in check or invoice printing Date: Tue, 25 May 2010 10:55:46 -0700 (PDT) On Tue, 25 May 2010, Walter Zamora wrote: > I am trying to start using the print function for checks but SL writes > lastname firstname, I need it to write firstname lastname. In the tables > vendor and customer, it shows lastname firstname as customer or vendor, > but it shows firstname lastname as contact. Could someone please tell me > where this is configured? Walter, Take a look at the LaTeX code in your templates directory (check.tex). Switch the sequence of the two fields in the template and you'll get the printing the way you want. You can also use \hspace and \vspace to adjust the position of text on the check. Rich _______________________________________________ SQL-Ledger mailing list [email protected] http://lists.ledger123.com/mailman/listinfo/sql-ledger
_______________________________________________ SQL-Ledger mailing list [email protected] http://lists.ledger123.com/mailman/listinfo/sql-ledger
