On Wed, Mar 2, 2011 at 7:08 AM, Ian Durey <[email protected]> wrote: > Hi, > > I just converted from vanilla SQL Ledger to the Ledger123 version and I'm > doing my first invoices. > > I open an old invoice, updated the relevant information, and hit Post as New > and I got this: > > DBD::Pg::db do failed: ERROR: column "transdate" of relation "invoice" does > not exist
You also need to apply sql/Pg-custom_tables.sql using psql or something similar: cd /usr/local/sql-ledger/ psql -U sql-ledger yourdbname < sql/Pg-custom_tables.sql Regards Armaghan _______________________________________________ SQL-Ledger mailing list [email protected] http://lists.ledger123.com/mailman/listinfo/sql-ledger
