two children account may have the same name

2015-03-14 Thread Sébastien de Menten
There is no constraint in gnucash to avoid creating two top-level accounts with the same name while there is such a constraint for two sub-accounts. Should the first be allowed ? Is there some reason to allow this ? regards sebastien ___ gnucash-devel mai

Re: two children account may have the same name

2015-03-14 Thread John Ralls
> On Mar 14, 2015, at 7:24 PM, Sébastien de Menten wrote: > > There is no constraint in gnucash to avoid creating two top-level accounts > with the same name while there is such a constraint for two sub-accounts. > Should the first be allowed ? Is there some reason to allow this ? I'd say that'

Guile path for scm files

2015-03-14 Thread David Christopher
I have edited my .profile file by adding this line to the very end. PATH="$PATH:$HOME/Documents" Now with that in there I can in terminal type "echo $PATH and get this return: david@david-Aspire-XC-605G ~ $ echo $PATH /home/david/Documents:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:

Re: Guile path for scm files

2015-03-14 Thread John Ralls
> On Mar 15, 2015, at 4:46 AM, David Christopher wrote: > > I have edited my .profile file by adding this line to the very end. > > PATH="$PATH:$HOME/Documents" > > Now with that in there I can in terminal type "echo $PATH and get this > return: > > david@david-Aspire-XC-605G ~ $ echo $PATH >