Moving accounts !!
Neil Jerram
neil@ossau.uklinux.net
16 Apr 2002 21:22:51 +0100
>>>>> "raptor" == raptor <raptor@unacs.bg> writes:
raptor> hi, I was wondering is there a way to move Account in
raptor> heararcy and of cource all txn change
raptor> accordignaly.... i.e.
There certainly is.
raptor> move Asset.blah -> Asset.cash.blah
First Asset.cash must exist. So if it doesn't already exist, create
it in the usual way.
Then,
- select Asset.blah and click the Edit button (at which point the Edit
Account dialog should appear)
- in the Parent Account area of this dialog, click the + to expand the
Account tree until you can see Asset.cash, and then select
Asset.cash
- click the OK button.
That's it.
Neil