Re: [Ledger-smb-users] Print sales order

2012-10-18 Thread Erik Huelsmann
Hi Brian, Perl is missing Template::Plugin::LaTeX. It's the template processor's interface to LaTeX which is the engine used to produce PDFs. There were same instructions how to install the missing plugin from Robert (Jame) to Kevin a few days ago. You need to (assuming Debian Squeeze): $ aptitu

[Ledger-smb-users] Print sales order

2012-10-18 Thread Brian Wolf
After saving a sales order, a print button is displayed.  Clicking it produces an error: Can't locate LaTeX/Encode.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.12.4 /usr/local/share/perl/5.12.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.12 /usr

[Ledger-smb-users] Add tax to sales order

2012-10-18 Thread Brian Wolf
One of our clients using LedgerSMB has customers both local and out of state.   1. Basic: How do we configure LedgerSMB so that retail sales tax is added to a sales order (and a subsequent invoice)? 2. More advanced: How do we configure LedgerSMB so that retail

[Ledger-smb-users] Bug adding items to assembly

2012-10-18 Thread Brian Wolf
If I understand it correctly, an assembly is a group of products that are sold as a unit.  For example, a computer which is made of a main board, disk drive, CPU, memory sticks, etc I've encountered a bug when adding items to an assembly.  When I click on Save bu

Re: [Ledger-smb-users] How to get PDF printing working on squeeze?

2012-10-18 Thread Robert James Clay
On Thu, 2012-10-18 at 16:13 -0400, Kevin Bailey wrote: > I'm not a perl expert. Is there any chance this will be looked at at > some point. I may do so at some point but I don't know when. In the mean time, I do plan to test both the deb from wheezy as well as a test build of the package I did t

Re: [Ledger-smb-users] How to get PDF printing working on squeeze?

2012-10-18 Thread Kevin Bailey
Thanks for that. I'm not a perl expert. Is there any chance this will be looked at at some point. Thanks, Kevin Sent from my HTC - Reply message - From: "Robert James Clay" Date: Thu, Oct 18, 2012 20:51 Subject: [Ledger-smb-users] How to get PDF printing working on squeeze? To: On

Re: [Ledger-smb-users] How to get PDF printing working on squeeze?

2012-10-18 Thread Robert James Clay
On Thu, 2012-10-18 at 06:57 -0400, Kevin Bailey wrote: > So PDF printing seems to need the perl modules Template::Latex or > possibly Template::Plugin::Latex. I was apparently able to get it installed on a test system as part of running the make after running 'perl Makefile.PL' and enabling the

Re: [Ledger-smb-users] Near Done With Recovery (famous last words..... )

2012-10-18 Thread Kevin Bailey
contrib_dir is set in ledgersmb.conf and needs to point to the contrib directory which is installed when you install postgresql. Use 'locate' to find it Sent from my HTC - Reply message - From: "Richard" Date: Thu, Oct 18, 2012 18:50 Subject: [Ledger-smb-users] Near Done With Recovery

[Ledger-smb-users] Near Done With Recovery (famous last words..... )

2012-10-18 Thread Richard
Hi All, I've got the backup to load (messing about with pg_restore, I forget to note which worked unfortunately). I've gone through duplicate customers, suppliers and invoices ok, and it's now asking for contrib_dir Default AP Default AR I've googled for contrib_dir and there seems to be some

Re: [Ledger-smb-users] Restoring from backup

2012-10-18 Thread Kevin Bailey
You may need to check the format of the dump file. Pg uses either sql or some binary formats. Then you need to reload with the correct switches etc. Sent from my HTC - Reply message - From: lrspare...@aol.com Date: Thu, Oct 18, 2012 16:02 Subject: [Ledger-smb-users] Restoring from backup

Re: [Ledger-smb-users] Restoring from backup

2012-10-18 Thread Kevin Bailey
Install phppgadmin so you can see what you are getting. Sent from my HTC - Reply message - From: lrspare...@aol.com Date: Thu, Oct 18, 2012 15:26 Subject: [Ledger-smb-users] Restoring from backup To: -Original Message- From: lrspares45 To: ledger-smb-users Sent: Thu,

Re: [Ledger-smb-users] Error when trying to print to PDF

2012-10-18 Thread Robert James Clay
On Wed, 2012-10-17 at 18:21 -0400, Kevin Bailey wrote: > Do I need to have the package build-essential installed? Only if you are going to do program and/or package development... Jame -- Everyone hates slow websi

Re: [Ledger-smb-users] Receipts screen marking all as paid - SOLVED

2012-10-18 Thread Kevin Bailey
On 18/10/12 12:15, Kevin Bailey wrote: > Hi, > > When we're using the receipts screen it is showing all invoices as paid > even when we just select one item. > > Could someone explain how the receipts screen should be used? > > Thanks, > > Kevin Bailey > > --

[Ledger-smb-users] Receipts screen marking all as paid

2012-10-18 Thread Kevin Bailey
Hi, When we're using the receipts screen it is showing all invoices as paid even when we just select one item. Could someone explain how the receipts screen should be used? Thanks, Kevin Bailey -- Everyone hates slow

[Ledger-smb-users] How to get PDF printing working on squeeze? This is probably a critical bug

2012-10-18 Thread Kevin Bailey
OK, So PDF printing seems to need the perl modules Template::Latex or possibly Template::Plugin::Latex. This is provided by the Debian package libtemplate-plugin-latex-perl - but this is not available in squeeze - only wheezy. Also, unfortunately, it is not available in Debian backports eithe

Re: [Ledger-smb-users] Install fails at a basic first step when installing perl modules - INSTALL needs changing

2012-10-18 Thread Chris Travers
On Wed, Oct 17, 2012 at 8:09 AM, Kevin Bailey wrote: > On 17/10/12 15:25, Chris Travers wrote: > > Adding to the requirements section of the INSTALL: > > To build using the Makefile.PL you will also need: > >Module::Install > > > > Unfortunately that means nothing to anyone who does not have

Re: [Ledger-smb-users] Is this output from perl Makefile.PL OK?

2012-10-18 Thread Chris Travers
On Wed, Oct 17, 2012 at 8:12 AM, Kevin Bailey wrote: > On 17/10/12 15:22, Chris Travers wrote: > > > > On Wed, Oct 17, 2012 at 7:05 AM, Kevin Bailey > wrote: > >> Are the warnings in the output correct? >> >> The warnings just tell you what it is currently missing (and if > selected will instal