Re: [Ledger-smb-users] Serial numbers and notes on invoice

2007-10-12 Thread Richard Hernandez
Thanks for your input. Actually, if I can at least get the note part to print on the invoices, that should suffice. Thanks again. Richard On 10/12/07, Chris Travers <[EMAIL PROTECTED]> wrote: > On 10/12/07, Richard Hernandez <[EMAIL PROTECTED]> wrote: > > Hello, > > > > Is there any way to get

Re: [Ledger-smb-users] Reverse Invoice bug in 1.2.8-1

2007-10-12 Thread Chris Travers
This is a known issue. It has been fixed in SVN. You can download the latest IR.pm to correct the problem with the one caveat that the bug actually corrupts some of the invoice data on repost, so, you may get an error when reposting it a second time. The better option if you have to go this way

[Ledger-smb-users] Reverse Invoice bug in 1.2.8-1

2007-10-12 Thread Paul Bente
Steps to reproduce: Install LedgerSMB 1.2.8 and apply Hotfix 1.2.8-1 Create a fresh database and user and import the standard US_Manufacturing-chart.sql Log in System > Audit Control > Enforce transaction reversal? NO Activate Audit trail? NO Set up a Vendor: Vendor1 Set up a part, part1 Add a

Re: [Ledger-smb-users] Serial numbers and notes on invoice

2007-10-12 Thread Chris Travers
On 10/12/07, Richard Hernandez <[EMAIL PROTECTED]> wrote: > Hello, > > Is there any way to get the serial numbers and notes on the line items > to print on the invoice? Wow, that is some code to wade through to get the answer. Yes, in 1.2.x, it looks like a tag inside the lineitem area should wo

[Ledger-smb-users] Serial numbers and notes on invoice

2007-10-12 Thread Richard Hernandez
Hello, Is there any way to get the serial numbers and notes on the line items to print on the invoice? I couldn't see how to do this on SQL-Ledger and it doesn't seem to make much sense to me to have these fields if they don't show on the invoice. I've had a little problem on my accounting serve

[Ledger-smb-users] New developments in the LedgerSMB Team's approach to Security

2007-10-12 Thread Chris Travers
The LedgerSMB team is adopting a process by which older security tickets will be "declassified" and moved from a private Sourceforge tracker to a public one. This is being done as part of our continued efforts to better the security of our software. These reports may include sensitive security in

Re: [Ledger-smb-users] admin.pl access denied!

2007-10-12 Thread Seneca Cunningham
On Fri, Oct 12, 2007 at 11:09:36AM -0700, JT wrote: > I hope there is something basic that I missed! > I got an error during the installation process ( following > http://www.howtoforge.com/ledgersmb_debian_etch ) > > psql -U ledgersmb -d ledgersmb > > ledgersmb=> UPDATE users_conf SET password

[Ledger-smb-users] admin.pl access denied!

2007-10-12 Thread JT
I just installed the software, and I am having problems. When I try to login with the ledgersmb password I created I get 'Access Denied!' If I keep the password field blank then click 'Login', Firefox asks to save admin.pl or MSIE returns a 'HTTP 500 Internal Server Error'. If I try to load the

Re: [Ledger-smb-users] Windows XP Installation Blues - 2nd Try

2007-10-12 Thread kgendrich
Resolution: in ledgersmb\trunk\ledgerSMB\sysconfig.pm there is a comment # For win32: change $pathsep to ';'; $pathsep = ':'; I changed this to $pathsep = ';' and I am now on my way. I presume this is becuase there is parsing of the Path done in Dynaloader.pm for the loader to look for dll's (