create_sql_file_for_chart_of_accounts
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
create_sql_file_for_chart_of_accounts [2016/08/21 19:44] – created sweitmann | create_sql_file_for_chart_of_accounts [2024/09/25 06:21] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 53: | Line 53: | ||
INSERT INTO curr (rn, curr, prec) VALUES (3,' | INSERT INTO curr (rn, curr, prec) VALUES (3,' | ||
+ | |||
+ | |||
+ | For gifi accounts you just need to run | ||
+ | |||
+ | pg_dump -U postgres --table=gifi --column-inserts ledger28 > gifi-chart.sql | ||
+ | |||
+ | and then remove any unwanted text before first INSERT. | ||
create_sql_file_for_chart_of_accounts.1471808687.txt.gz · Last modified: 2024/09/25 06:19 (external edit)