Duplicating hierarchy of accounts

Frank H. Ellenberger frank.h.ellenberger at gmail.com
Mon Dec 17 14:16:28 EST 2012


Am 15.12.2012 19:12, schrieb Lincoln A Baxter:
> On Sat, 2012-12-15 at 08:32 -0800, gnucash_rob wrote:
:
> Try doing what you did, but generating new UUIDs for the new accounts...
> to reference.  If you are running on a debian linux derived OS, the uuid
> package will give you the uuid command which will print out uuids.
>         
>         $ uuid
>         9e895d86-46e2-11e2-a71f-6cf04904c409
> 
> You can also generate them online: http://www.guidgenerator.com/

>From http://wiki.gnucash.org/wiki/Translation#Localize_the_Account_Charts :

If you wish to add new accounts, you will need some additional guids,
this funny random numbers. To get them you can use:

gnucash-make-guids

or, if that command does not exist,

uuidgen | sed -e 's/-//g'


HTH
Frank



More information about the gnucash-user mailing list