From: John L. <ma...@fr...> - 2007-02-06 00:31:54
|
What's the best way to print a check to make a payment to another account? I just recently set up check printing for AP and Vendor invoices on voucher checks, and that much works great. But I'm not seeing how to do this to pay off my credit card... What am I missing? Thanks, -- John Locke "Open Source Solutions for Small Business Problems" published by Charles River Media, June 2004 http://www.freelock.com |
From: syahrianto <sya...@ci...> - 2007-02-06 06:56:28
|
Salam (Indonesian Greeting's :-) ) Dear all, Sory Friends, if my english not so good. I'm still confused how to use latex to create pdf report. Any body can help me.... Thanks soo for any suggestions... latex, n pdf perl already has installed using cpan. How "perl -> pdf" syntax to create pdf documents: create table, line, alignment ...etc. Thanks so much.... Rian |
From: Jeff R. <je...@jr...> - 2007-02-06 07:03:36
|
Hello Rian Your question is not clear. Are you having trouble printing a pdf document with latex? Can you print in postscript? Jeff syahrianto wrote: > Salam (Indonesian Greeting's :-) ) > Dear all, > > Sory Friends, if my english not so good. > > I'm still confused how to use latex to create pdf report. Any body can > help me.... Thanks soo for any suggestions... > > latex, n pdf perl already has installed using cpan. > > How "perl -> pdf" syntax to create pdf documents: create table, line, > alignment ...etc. > > Thanks so much.... > > Rian > > > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier. > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > > > |
From: syahrianto <sya...@ci...> - 2007-02-06 07:13:14
|
Jeff Roberts wrote: >Hello Rian > >Your question is not clear. > >Are you having trouble printing a pdf document with latex? > >Can you print in postscript? > >Jeff > > Sory, if my question not so clear... I'm using sql-ledger-269.... I want to add new reports. But I don't know how to prreview report in pdf format. I read that latex can be used as template which can be converted to many format such as pdf, csv, postscript. I still confuse which module I should use. I've read Form.pm, but still confused. It using system("pdflatex --interaction=nonstopmode $self->{tmpfile} > $self->{errfile}"); Help me.. Rian |
From: Jeff R. <je...@jr...> - 2007-02-06 07:38:53
|
Hello Rian Add new reports under your login name directory /usr/local/sql-ledger/templates/Rian. There are html and latex reports, if you edit the latex report then both pdf and postscript will be changed. To preview the new report print it as a pdf report to "screen" then Acrobat or whatever you are using for .pdf should open and display what you've chosen. Jeff syahrianto wrote: > Jeff Roberts wrote: > > >> Hello Rian >> >> Your question is not clear. >> >> Are you having trouble printing a pdf document with latex? >> >> Can you print in postscript? >> >> Jeff >> >> >> > Sory, if my question not so clear... > > I'm using sql-ledger-269.... I want to add new reports. But I don't know > how to prreview report in pdf format. > I read that latex can be used as template which can be converted to > many format such as pdf, csv, postscript. > > I still confuse which module I should use. > I've read Form.pm, but still confused. It using system("pdflatex > --interaction=nonstopmode $self->{tmpfile} > $self->{errfile}"); > > Help me.. > > Rian > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier. > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > > > |
From: syahrianto <sya...@ci...> - 2007-02-06 08:03:43
|
Jeff Roberts wrote: >Hello Rian > >Add new reports under your login name directory >/usr/local/sql-ledger/templates/Rian. There are html and latex reports, >if you edit the latex report then both pdf and postscript will be changed. > >To preview the new report print it as a pdf report to "screen" then >Acrobat or whatever you are using for .pdf should open and display what >you've chosen. > >Jeff > > > > Thanks ........ :-) but I've try to print as pdf to "screen", and save result to my computer. I'm using pdf reader 7.0 But can't display result.The error message "File damaged could not be repaired" ... Thanks Jeff Rian |