Package: grisbi
Version: 0.8.9-1
Severity: normal

Dear Maintainer,

I wanted to move back to gnucash and thus though export from grisbi via
qif is the best option.


Though I faced a localization issue : namely the amount are exported
with a french locale which conflict with what is expected by the
software that import the qif (here gnucash).
That is should be :
comma could be used to separate thousands and dot is the decimal
separtor.
while grisbi does:
comma as decimal separator and space as thousands separator.


I made use of sed and all is fine with the abovementionned fixes.
I cannot tell if grisbi 1.0.0 still suffer this issue (will try asap
though it is medium priority only now that I manage to import the fixes
qif into gnucash).

the sed scripts :
- thousands separator (here removal)
sed -ie 's/\(T[^ ]*\) /\1/' *.qif
- the decimal separator :
 sed -ie 's/\(T[^,]*\),/\1./' *.qif


NB: it also could be that grisbi export with the current used locale
(which here is fr_FR.UTF-8

Best regards
Alban


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages grisbi depends on:
ii  grisbi-common       0.8.9-1
ii  libatk1.0-0         2.11.90-1
ii  libc6               2.18-4
ii  libcairo2           1.12.16-2
ii  libfontconfig1      2.11.0-5
ii  libfreetype6        2.5.2-1
ii  libgdk-pixbuf2.0-0  2.30.6-1
ii  libglib2.0-0        2.39.92-2
ii  libgtk2.0-0         2.24.22-1
ii  libofx4             1:0.9.4-2.1
ii  libpango1.0-0       1.36.3-1
ii  libssl1.0.0         1.0.2~beta1-1
ii  libxml2             2.9.1+dfsg1-3
ii  xdg-utils           1.1.0~rc1+git20111210-7
ii  zlib1g              1:1.2.8.dfsg-1

grisbi recommends no packages.

Versions of packages grisbi suggests:
ii  chromium [www-browser]              33.0.1750.152-1
ii  elinks [www-browser]                0.12~pre6-4
ii  epiphany-browser [www-browser]      3.10.1-1
ii  google-chrome-stable [www-browser]  33.0.1750.152-1
ii  iceweasel [www-browser]             27.0.1-1
ii  konqueror [www-browser]             4:4.11.5-2
ii  links2 [www-browser]                2.8-1+b1
ii  lynx-cur [www-browser]              2.8.8pre5-1
ii  texlive                             2013.20140314-1
ii  w3m [www-browser]                   0.5.3-15

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to