Default account structure for different locales

2014-01-29 Thread Ngewi Fet
Hello everyone, I am working on generating the default GnuCash account structure in the Android app without having to export from desktop and then import. For this to happen, I need the account structure file for different locales. I need your help to get localized default account structure files

Re: Default account structure for different locales

2014-01-29 Thread Derek Atkins
Hi, Why don't you just load the files from Gnucash's accounts/*/ directories? -derek On Wed, January 29, 2014 8:05 am, Ngewi Fet wrote: > Hello everyone, > I am working on generating the default GnuCash account structure in the > Android app without having to export from desktop and then import.

Re: Default account structure for different locales

2014-01-29 Thread Ngewi Fet
Oh true!!! I will get the files from there. Thank you for pointing that out! @everyone, please ignore my email. On Wed, Jan 29, 2014 at 2:13 PM, Derek Atkins wrote: > Hi, > > Why don't you just load the files from Gnucash's accounts/*/ directories? > > -derek > > On Wed, January 29, 2014 8:05

Creating Non-US Tax Reports

2014-01-29 Thread Clint Redwood
Hi!  Apologies if this has been done to death but googling found nothing relevant. Is there any way of setting up custom tax codes against accounts, and to use the tax reports to do UK personal and corporation tax. It doesn't appear to be able to be done inside the application but I wondered if

Re: Default account structure for different locales

2014-01-29 Thread Ngewi Fet
I can't find the folder for en_US locale here: https://github.com/Gnucash/gnucash/tree/trunk/accounts Am I missing something? On Wed, Jan 29, 2014 at 2:37 PM, Ngewi Fet wrote: > Oh true!!! I will get the files from there. > Thank you for pointing that out! > > @everyone, please ignore my email.

Re: Default account structure for different locales

2014-01-29 Thread Geert Janssens
On Wednesday 29 January 2014 17:39:34 Ngewi Fet wrote: > I can't find the folder for en_US locale here: > https://github.com/Gnucash/gnucash/tree/trunk/accounts > Am I missing something? > You will want the "C" directory. C is the technical equivalent of en_US. Geert > On Wed, Jan 29, 2014 at 2:

Re: Default account structure for different locales

2014-01-29 Thread Derek Atkins
On Wed, January 29, 2014 11:39 am, Ngewi Fet wrote: > I can't find the folder for en_US locale here: > https://github.com/Gnucash/gnucash/tree/trunk/accounts > Am I missing something? Yes, it is spelled "C". :) -derek -- Derek Atkins 617-623-3745 de...@ihtfp.com

Re: Default account structure for different locales

2014-01-29 Thread Ngewi Fet
Ok thanks :) > On 29.01.2014, at 18:16, "Derek Atkins" wrote: > > >> On Wed, January 29, 2014 11:39 am, Ngewi Fet wrote: >> I can't find the folder for en_US locale here: >> https://github.com/Gnucash/gnucash/tree/trunk/accounts >> Am I missing something? > > Yes, it is spelled "C". :) >

Re: Creating Non-US Tax Reports

2014-01-29 Thread Alex Aycinena
> > -- Forwarded message -- > From: "Clint Redwood" > To: "gnucash-devel@gnucash.org" > Cc: > Date: Wed, 29 Jan 2014 16:29:03 + > Subject: Creating Non-US Tax Reports > Hi! > > Apologies if this has been done to death but googling found nothing > relevant. > > Is there any way

Re: Default account structure for different locales

2014-01-29 Thread Frank H. Ellenberger
Hi Ngewi, Am 29.01.2014 14:05, schrieb Ngewi Fet: > Hello everyone, > I am working on generating the default GnuCash account structure in the > Android app without having to export from desktop and then import. For this > to happen, I need the account structure file for different locales. : I am

Re: Default account structure for different locales

2014-01-29 Thread Ngewi Fet
Thanks for the input Frank. It's not really much effort for me since the functionality for importing the files is already there. I just need to copy the account structure files over. Also, upon first launch of the app, users have the option to create some default accounts. I might as well just

Re: Default account structure for different locales

2014-01-29 Thread Derek Atkins
Note that you won't get GUIDs from the xea files. GnuCash, when it sees the "new" keyword generates a new GUID for the accounts. This way every account tree is unique. The only way to get the GnuCash account GUIDs is to read in the actual data file. -derek Sent from my HTC smartphone -