Luke wrote:
> Or the .deb for that matter?
The debian package is maintained by a team of volunteers and we're
working on getting the latest version packaged and uploaded to Debian
and Ubuntu.
-
This SF.net email is sponsored
Chris Travers wrote:
> I think I just helped someone with a similar problem today. Have you
> ever closed the books in the base (either with SQL-Ledger or
> LedgerSMB)?
I don't recall.
> If so, you can either grab the latest Form from svn branches/1.2 or
> clear the closed to flag.
>
> If these
I've been using LedgerSMB 1.2.5 for a while and just noticed an issues
with AR.
I just posted payments to two invoices via the Cash Receipt menu. Now,
when I run an AR Outstanding report, those invoices are still listed,
even though they were paid in full. For those invoices, their amounts
in th
Chris Travers wrote:
> This bug was corrected in an earlier version. However, it was caused
> by problems in the database creation script. If you are getting this
> error, please contact me for a hotfix sql script to fix your db.
>
> Of if you are familiar with PostgreSQL, run the following comm
What's the proper way to add labor to an invoice? In the past, I've
used a Service but today while trying to post an invoice with fractional
labor (10.5 hours), I got an error (10.5 is an invalid integer). While
drafting this message, I notices the "Add Labor/Overhead" section in
"Goods & Service
3worldimports wrote:
> Wouldn't it be easier to just write a script that uses cpan to check
> and install all modules?
Once the debian packages have been uploaded to Debian and Ubuntu it
should be as simple as installing the package.
---
Seneca Cunningham wrote:
> svn has a working backup function in branches/1.2/LedgerSMB/AM.pm. An
> earlier commit used the wrong connection information.
Thanks - updating to that AM.pm seems to have fixed my backup issues.
-
Seneca Cunningham wrote:
> Have you tried changing your config from /usr/bin/sendmail to
> /usr/lib/sendmail or /usr/sbin/sendmail? Those are the sendmail
> symlinks on the Debian system I'm logged into.
Ah - /usr/sbin/sendmail is correct on my system.
I've also tried commenting out sendmail a
Chris Travers wrote:
> I expect that the problem is that you are editing the wrong file. If
> you are using the .deb release, the file ledgersmb.conf is somewhere
> in /etc/. /etc/ledgersmb/ledgersmb.conf (I think).
As I've stated earlier, I'm not using the Debian release. This was the
1.2.0 ta
Joshua D. Drake wrote:
> O.k. I think I have this pretty much nailed in the branch. If you want
> to do a checkout, you will be able to do backups again.
>
> Let me know how it goes for you, and I will close the ticket.
I checked out the 1.2 branch and it's still a no go:
Send by E-Mail still g
Chris Travers wrote:
> More specifically, look in LedgerSMB/Sysconfig.pm for the
> read_config('...') line. It should read:
> read_config('ledgersmb.conf');
$ grep read_config Sysconfig.pm
read_config('ledgersmb.conf' => %config) or die;
I don't know why it would pick up the pipe for sendmail f
Chris Travers wrote:
> Michael;
>
> It has occurred to me-- you are running the debian version, right?
Not yet.
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the ch
Chris Travers wrote:
> Which version are you running?
1.2.0 - I downloaded it and set it up yesterday.
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to sh
Michael Schultheiss wrote:
> Seneca Cunningham wrote:
> > The mailer module was rewritten in 1.2.0 and, unlike 1.1, does not take
> > a pipe as part of sendmail's path.
>
> I'll fix my configuration - that part was migrated from my 1.1 install I
> imagine.
le
Seneca Cunningham wrote:
> The mailer module was rewritten in 1.2.0 and, unlike 1.1, does not take
> a pipe as part of sendmail's path.
I'll fix my configuration - that part was migrated from my 1.1 install I
imagine.
-
Take
Joshua D. Drake wrote:
> Please file a bug report, it looks like we missed one of the users
> dependencies. We need to look at the code that calls pg_dump and have it
> use something else.
Done (#1695797)
-
Take Surveys. Ea
Joshua D. Drake wrote:
>
> > Recreating the users directory fixes that error, but I still get empty
> > files:
> >
> > $ gunzip amellus-1.2.0-20070406.sql.gz
> > $ file amellus-1.2.0-20070406.sql
> > amellus-1.2.0-20070406.sql: empty
> > $
> >
> > I can run pg_dump fine from the command line
Michael Schultheiss wrote:
> Chris Travers wrote:
> > You are using LedgerSMB 1.1.x and this is expected behavior.
>
> I never got valid backups out of 1.0.x or 1.1.x (always got a zero byte
> file that was then gzipped).
>
> > In 1.2.0, we changed the numbering sche
Chris Travers wrote:
> You are using LedgerSMB 1.1.x and this is expected behavior.
I never got valid backups out of 1.0.x or 1.1.x (always got a zero byte
file that was then gzipped).
> In 1.2.0, we changed the numbering scheme.
I just upgraded to 1.2.0 yesterday and now the backup feature tell
Chris Travers wrote:
> Hi all;
>
> As discussed some time ago, we have decided to move the mailing lists
> off Sourceforge and to the same servers as host our web sites. These
> lists will be moved shortly. If anyone has any concerns, please feel
> free to contact me on or off list.
Do we know
Robert Fraser wrote:
> I have just upgraded to 1.1.10 from 1.1.9. I stupidly didn't backup
> up my ledgersmb directories (although I did make a database backup).
> Sigh. Anyway, the upgrade wiped out my admin password, and all the
> user records that were previously in the Administration screen.
Chris Travers wrote:
> On 2/12/07, Michael Borck <[EMAIL PROTECTED]> wrote:
> > 2. Install from .deb packages both 1.20 Beta 3 & 4, and 1.1.99b3.
> > Neither work, get to "login screen (admin.pl) and "Access denied"
>
> I will let the debian package developers comment more on exactly what
> is req
Chris Travers wrote:
> On 1/20/07, GOvvin <[EMAIL PROTECTED]> wrote:
> > Hi everyone. I just found out about sql-ledger, and eventually, this
> > project. Judging from what I read, I think I'll take this route
> > instead.
> >
> > I would like to try out this application but my problem is that the
Seneca Cunningham wrote:
> Change line 731 of LedgerSMB/User.pm from
> if ($filename =~ /^(.:)*?|\.\./) {
> to
> if ($filename =~ /^(.:)+?|\.\./) {
Thanks - that fixed it.
-
Take Surveys. Earn Cash. Influence the Future o
Chris Travers wrote:
> Hi Mike;
>
> Try the patch to upgrade to 1.1.6 from sourceforge.
I've patched my 1.1.5 install to 1.1.6 and still get:
Error!
Access Denied!
both on logging in or trying to edit the password from the admin
interface.
No errors from patch either:
# patch -p0 < ../dl/led
Chris Travers wrote:
> Looking into this...
>
> And this is on Linux, right?
Yes
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on
Chris Travers wrote:
> What is the username you are using?
schultmc
I'm using the same password that worked fine with 1.1.1d.
The schultmc user is listed in users/members
-
Take Surveys. Earn Cash. Influence the Future of I
Michael Schultheiss wrote:
> I was able to login and use LedgerSMB 1.1.1d fine. Upon upgrading to
> 1.1.5, I get:
>
> Error!
>
> Access Denied!
>
> when trying to login.
I can login to admin.pl fine. Attempting to change the password of an
existing user also gives me
Chris Travers wrote:
> LedgerSMB 1.1.5 has been released. It contains a large number of
> security fixes backported to the 1.1 branch. All users are encouraged
> to upgrade as soon as possible.
I was able to login and use LedgerSMB 1.1.1d fine. Upon upgrading to
1.1.5, I get:
Error!
Access De
29 matches
Mail list logo