[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Command Line Interface -- AP Transactions



Brian;

What is happening is that you are trying to insert transactions into
the acc_trans table without defining an account.  The problem occurs
where the account number is not filled in.  Presumably you need to
point it at your Accounts Payable account (or maybe another one-- I
can't tell where you are running into problems from your current
problem decription).

In short, LedgerSMB won't let you define transactions until you
specify exactly where the money is going.  In this way, we are
different from SQL-Ledger (which will probably happily let you insert
the information only to find out later that your books don't balance).

Best Wishes,
Chris Travers