All zeroes in reports
Reinke Bonte
reinke.bonte@web.de
Wed Jan 15 12:53:13 CST 2003
Sorry, of course it should be
#!/bin/sh
echo DEFANGED.102
exit
#!/bin/bash
export LC_MONETARY=fr_BE
gnucash
On Wed, 15 Jan 2003 21:50:52 +0900
Reinke Bonte <reinke.bonte@web.de> wrote:
> Patrick, the easiest way would be to set the environment variable
> LC_MONETARY to your favourite value (e.g. be_FR), and then start
> gnucash. You could write a small wrapper shell script which would be
> called from the menu instead of gnucash: e.g.
>
> #!/bin/sh
> echo DEFANGED.240
> exit
> #!/bin/sh
> echo DEFANGED.33
> exit
> #!/bin/bash
> export LC_MONETARY=be_FR
> gnucash
>
>
> Good luck
>
>
> Reinke
>
>
> On Wed, 15 Jan 2003 12:46:59 +0100
> Patrick Van der Veken <Patrick.VanderVeken@pandora.be> wrote:
>
> > On Wednesday 15 January 2003 11:35, Nigel Titley wrote:
> > > On Wed, 2003-01-15 at 10:15, Patrick Van der Veken wrote:
> > > > On Wednesday 15 January 2003 11:07, Nigel Titley wrote:
> > > > > On Tue, 2003-01-14 at 22:47, Patrick Van der Veken wrote:
> > > > > > Hi all,
> > > > > >
> > > > > > I am running the latest CVS version (2003-01-03) of GnuCash
> > > > > > on my RH 8.0 system and all seems to work fine except the
> > > > > > reporting functionality. All reports - whether it's the
> > > > > > Account Summary or Profit & Loss sheet - show zero balances
> > > > > > for *any* account I have. Yet I have plenty of transactions
> > > > > > in each account (and non-zero balances). All the data
> > > > > > originates from imported QIF files, I am not sure whether
> > > > > > this would be of any significance.
> > > > > >
> > > > > > Anybody else with the same problem?
> > > > >
> > > > > Make sure your LOCALE is set correctly. Gnucash uses the
> > > > > LOCALE to set the currency for reports, and will default to
> > > > > USD. If your accounts are in any other currency, you'll get
> > > > > zeroes throughout.
> > > > >
> > > > > Best regards
> > > > >
> > > > > Nigel
> > > >
> > > > Hi Nigel,
> > > >
> > > > I am not sure how I have to fix this. I am using EURO as my only
> > > > currency and I have no language specific settings other than
> > > > LANG=en_us. How do I set my LOCALE to use EURO's?
> > >
> > > Well, you can set your LANG to be something appropriate (I guess
> > > fr_BE) or you can use the options in the report to set the
> > > currency to EURO, for that report.
> > >
> > > Unfortunately, the reports use the LOCALE/LANG to set the default
> > > currency. However, you can override this, on a per-report basis,
> > > using the report options.
> > >
> > > I believe this to be a bit of a downer, but its the way it works
> > > at the moment.
> > >
> > > Nigel
> >
> > Hi Nigel,
> >
> > Canging the options for each report did the trick. Not the handiest
> > indeed but I can live with that. Thanks!
> >
> > Regards,
> >
> > --
> > Patrick Van der Veken
> > KUDOS BVBA - Baan/UNIX/Web Consultancy
> > patrick@kudos.cx - patrick.vanderveken@pandora.be
> > http://www.ux-core.com - http://www.baanboard.com
> > Tel: +32.477.63.52.55 - Fax: +32.15.43.69.78
> > _______________________________________________
> > gnucash-user mailing list
> > gnucash-user@lists.gnucash.org
> > https://lists.gnucash.org/mailman/listinfo/gnucash-user
>
>
> --
> Reinke Bonte
> +81-90-9341-9682
>
> --
> This message has been 'sanitized'. This means that potentially
> dangerous content has been rewritten or removed. The following
> log describes which actions were taken.
>
> Sanitizer (start="1042635101"):
> SanitizeFile (filename="unnamed.txt", mimetype="text/plain"):
> Match (rule="2"):
> Enforced policy: accept
>
> Defanged UNIX shell script(s).
> Total modifications so far: 1
>
>
> Anomy 0.0.0 : Sanitizer.pm
> $Id: Sanitizer.pm,v 1.54 2002/02/15 16:59:07 bre Exp $
>
> _______________________________________________
> gnucash-user mailing list
> gnucash-user@lists.gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>
> --
> This message has been 'sanitized'. This means that potentially
> dangerous content has been rewritten or removed. The following
> log describes which actions were taken.
>
> Sanitizer (start="1042635130"):
> SanitizeFile (filename="unnamed.txt", mimetype="text/plain"):
> Match (rule="2"):
> Enforced policy: accept
>
> Defanged UNIX shell script(s).
> Total modifications so far: 1
>
>
> Anomy 0.0.0 : Sanitizer.pm
> $Id: Sanitizer.pm,v 1.54 2002/02/15 16:59:07 bre Exp $
>
--
Reinke Bonte
+81-90-9341-9682
--
This message has been 'sanitized'. This means that potentially
dangerous content has been rewritten or removed. The following
log describes which actions were taken.
Sanitizer (start="1042635237"):
SanitizeFile (filename="unnamed.txt", mimetype="text/plain"):
Match (rule="2"):
Enforced policy: accept
Defanged UNIX shell script(s).
Total modifications so far: 1
Anomy 0.0.0 : Sanitizer.pm
$Id: Sanitizer.pm,v 1.54 2002/02/15 16:59:07 bre Exp $
More information about the gnucash-user
mailing list