Hi All,
if I create a Sales Invoice and Post it I get this:

DBD::Pg::st execute failed: ERROR: insert or update on table "acc_trans"
violates foreign key constraint "acc_trans_chart_id_fkey"
DETAIL: Key (chart_id)=(4000) is not present in table "chart".

Error!

INSERT INTO acc_trans 
(trans_id, chart_id, amount,
transdate, project_id, invoice_id)
VALUES (?, ?, ?, ?, ?, ?)
ERROR: insert or update on table "acc_trans" violates foreign key
constraint "acc_trans_chart_id_fkey"
DETAIL: Key (chart_id)=(4000) is not present in table "chart".


1.2.8/1.2.9 the same.


Any ideas?

Cheers
Richard


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Ledger-smb-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ledger-smb-users

Reply via email to