2010/4/24 Armaghan Saqib <[email protected]>
> On Fri, Apr 23, 2010 at 10:27 PM, steve jobs <[email protected]>
> wrote:
> >> Let me know if there is still any issue. If you still get any error
> >> messages, include them in your reply.
> >
> > Thanks. First problem that Backup is not working. When I make an backup
> > am.pl has an error:
> >
> > DBD::Pg::db selectrow_array failed: ERROR: relation "entry_id" does not
> > exist
> > LINE 1: SELECT last_value FROM entry_id
> > ^ at SL/AM.pm line 1638.
>
> This is certainly due to missing entry_id sequence and related missing
> column in acc_trans table. This was pointed out by other users in
> response to your email. I shall copy the copy below again which need
> to run in psql after you restore your backup.
>
> CREATE SEQUENCE entry_id;
> SELECT nextval ('entry_id');
> ALTER TABLE acc_trans ADD COLUMN entry_id INTEGER DEFAULT
> nextval('entry_id');
>
> I shall look at other issues and try to reproduce issue at my end.
>
Hello,
I saved my dataset with Webmin PostgreSQL server and delete it and ledger.
Than I get ledger from github last weekend and reinstall psql and ledger and
load my saved dataset and ledger System backup works correctly.
But More Reports AR/AP Customer/Vendor Balances or Customer/Vendor Activity
has an error continue:
ERROR!
Undefined subroutine &main::edit called at /srv/www/htdocs/ledger123/
reports.pl line 113.
What is it?
I modified rp.pl in 2964 row that Reports/Taxes some string hasn't
localize. Here is this original row
<th> </th><th>Account</th><th>Description</th><th>Amount</th><th>Tax</th>
and modified
<th>|.$locale->text('AR/AP').qq|</th><th>|.$locale->text('Account').qq|</th><th>|.$locale->text('Description').qq|</th><th>|.$locale->text('Amount').qq|</th><th>|.$locale->text('Tax').qq|</th><th>|.$locale->text('Total').qq|</th>
I use a column header in first column (AR/AP) and localize all column
headers.
Is it include in the repo (github)?
Thanks
steve
_______________________________________________
SQL-Ledger mailing list
[email protected]
http://lists.ledger123.com/mailman/listinfo/sql-ledger