Chris Beggy wrote:

 >On 4 Jun 2002, John Proctor <[EMAIL PROTECTED]> wrote:
 >
 >>Also, we write about 20 checks per day and quick books has the check 
writing
 >>ability.  Any expected date when this functionality would be 
available in
 >>sql-ledger.
 >>
 >
 >tedp/Ted Petit posted about check writing.  He made some changes
 >to oe.pl, wrote a write_check.pl and had a latex template for
 >QuickBooks and Peachtree style checks (check on top, notes in two
 >sections below):
 >
 >  http://www.geocrawler.com/lists/3/SourceForge/7966/0/8549707/
 >
 >I'm working with this template now, trying to adapt it to the
 >QuickBooks three-to-a-page style checks as well.
 >
 >I'm also trying to migrate from QuickBooks to multiplatform
 >and/or libre accounting.
 >
 >Chris
 >
Chris,

I put the write_checks routine in ap.pl so that you can write the checks
after displaying payables. This also required a change in AP.pm to sort
the vendors by name. In my business, a 'vendor' can be a 1099 contractor
with several invoices per week.
I have to total these to write one check per vendor per week.
Additionally, the stubs list the invoice/stock number /vin/amount for
each invoice so that the vendor can verify each job.

The routine still needs a little clean-up and the latex template needs
to be changed a bit so that multiple lines on stub #1 won't shift stub
#2 down. (The business _really_  takes time away from clean up activity.)

BTW, my problem in the posted example was that I didn't set
$form->{media} = "printer".

If you are interested in these patches, please post. Note that my
SQL-Ledger implementation is quite different from the standard, but I
think I can remove my business specific changes to be of use to you.

Regards,
Ted P



_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Listinfo https://lists.sourceforge.net/lists/listinfo/sql-ledger-users
Archive http://www.geocrawler.com/redir-sf.php3?list=sql-ledger-users

Reply via email to