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
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
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
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
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
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
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
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
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 (