Re: Printing Checks

2007-04-25 Thread Mike Kear
Which banking system are the checks for? the US banking system? do they have MICR lines on them ? If i recall, the US banks charge quite a lot of money if they have to encode the MICR line after the checks ahve been supplied to the customer. Australian and NZ banks wont do it it all. they

RE: Printing Checks

2007-04-25 Thread Bader, Terrence C CTR MARMC, 231
would prefer something more universally accepted. Thanks... ~Terry -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 8:20 To: CF-Talk Subject: Re: Printing Checks Which banking system are the checks for? the US banking system? do they have MICR

Re: Printing Checks

2007-04-25 Thread Jake Pilgrim
One word - CFReport. Go get the CF Report Builder (I believe its still free) and create a report which fits the format of your checks, then just load and execute it with the CFreport tag. There is tons of documentation out there for CFReport so I'm not going to go too far into the details, but

Re: Printing Checks

2007-04-25 Thread Paul Hastings
Bader, Terrence C CTR MARMC, 231 wrote: Anyone printing checks through a CF app?? we have a municipality doing that. I want to print checks for payments. I currently can do it but I created the print out using css/div and it really only works in a that's how they used to do it but we

RE: Printing Checks

2007-04-25 Thread Peterson, Chris
Terry, I print checks by making a 'blank' check template as a Tiff image. Then I use iText to write text to specific X / Y coordinates on my tiff blank, and spit em out to the printer as a .pdf file (again, using iText to change the tiff to a pdf) I also print invoices like this. You wouldn't

RE: Printing Checks

2007-04-25 Thread Bader, Terrence C CTR MARMC, 231
Thanks Jake, Thanks Paul, Thanks Mike... CFReport it is - I will check this out. -Original Message- From: Jake Pilgrim [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 8:58 To: CF-Talk Subject: Re: Printing Checks One word - CFReport. Go get the CF Report Builder (I believe

RE: Printing Checks

2007-04-25 Thread Bader, Terrence C CTR MARMC, 231
I would be very interested. Thanks! -Original Message- From: Peterson, Chris [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 9:32 To: CF-Talk Subject: RE: Printing Checks Terry, I print checks by making a 'blank' check template as a Tiff image. Then I use iText to write

Re: Printing Checks

2007-04-25 Thread Mike Kear
. -Original Message- From: Jake Pilgrim [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 8:58 To: CF-Talk Subject: Re: Printing Checks One word - CFReport. Go get the CF Report Builder (I believe its still free) and create a report which fits the format of your checks, then just load

RE: Printing Checks

2007-04-25 Thread Bader, Terrence C CTR MARMC, 231
Mike thanks for your insight. I will check on this and make sure my bank isnt balking at our checks. ~Terry -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 11:12 To: CF-Talk Subject: Re: Printing Checks I woudl strongly urge you to go

Re: Printing Checks

2007-04-25 Thread Paul Hastings
one other thing, one of the check writing requirements was spellout for the amount on the check. icuj4's RuleBasedNumberFormat class did a fine job w/that bit (it needed to be written out in thai on very rare occasions, english).