Christian Stimming
4e99e09e5f
Aqbanking online SEPA transfer: Allow transfers without BIC, only IBAN. Also add IBAN checking.
2014-10-13 21:46:45 +02:00
Christian Stimming
fbb5291ac3
Aqbanking transfer: Make IBAN and BIC text entry fields filter digits or alphas correctly as needed.
2014-10-13 21:45:46 +02:00
Geert Janssens
6879818158
Some minor cosmetics in the barchart code
2014-10-13 20:46:30 +02:00
Geert Janssens
00b827dbf2
Redo the highlighter in barcharts.
...
The formatting code was removed with the introduction
of the zoom cursor. It continued to display
poorly formatted information though which is now fixed again
2014-10-13 20:46:29 +02:00
Geert Janssens
6d0a3707e1
Bug 737815 - Graphs cannot be generated correctly
...
Revert x axis renderer from DateAxis to CategoryAxis.
It looks like the DateAxis renderer wasn't meant to be
used for a bar chart.
2014-10-13 20:46:29 +02:00
Carsten Rinke
96289823e5
Bug737815 - Graphs Cannot Be Generated Correctly
...
Fix in html-barchart.scm, change loop condition
2014-10-13 20:46:29 +02:00
Frank H. Ellenberger
8cd6c0e1c4
Add report forms T-Account/Vertical and account types Active/Passive to
...
glossary.
Some european countries prefer reports in T-Account form and group
'equity & liability' in Passive.
Merged in glossary/*.po files.
2014-10-13 01:41:19 +02:00
John Ralls
62b8815235
Bug 736359 - Date of 0000-00-00 in MySQL backend crashes GnuCash
...
Unanswered is why the invalid GDate* passed to g_object_set gets turned
into a NULL at the other end.
2014-10-06 12:19:58 -07:00
John Ralls
4c77e73f5d
Update Farsi translation from the Translation Project.
2014-10-06 11:53:30 -07:00
Ralf Habacker
d64446ed7d
Adapt german SKR03 account template to updated tax rate.
...
In DE the VAT (MWSt) changed per 2007-01-01 from 16% to 19%
2014-10-02 20:21:25 +02:00
Frank H. Ellenberger
77a2f3fef4
Allow GUILE1_PROGS as m4 name
...
Patch by dimstar@opensuse.org
2014-10-02 00:24:18 +02:00
John Ralls
2666779bf6
Fix a bunch of non-literal-null-conversion warnings.
2014-09-30 17:18:40 -07:00
John Ralls
1583ce3159
Add sv_AX, sv_FI, zh_HK, and zh_TW to Makefiles & configure.
2014-09-30 09:44:47 -07:00
John Ralls
79bdcf1996
Release 2.6.4
2014-09-27 17:54:22 -07:00
John Ralls
c61366b82e
Ensure that the root account is saved to the SQL backend.
...
The root account is created during DB load if it doesn't already exist.
The DB wasn't saving it because it wasn't marked dirty and because
the loading flag was set, so temprarily unset the loading flag when
creating the book.
2014-09-27 14:02:03 -07:00
Robert Fewell
2a7ad6867c
This patch allows the ability to skip rows when importing transactions.
2014-09-27 14:19:38 +02:00
valdis
bef9860028
Updated resource files for Latvian: po/lv.po and accounts/lv/acctchrt_business.gnucash-xea
2014-09-27 12:12:47 +02:00
Chenxiong Qi
7edf2c8f7f
Bug 701052 - cannot click on 'cancel' or 'ok' button on dialogue box
2014-09-27 11:38:47 +02:00
Jeff Earickson
70e041fd25
Repaired version of Marathi Language translation file
2014-09-27 10:06:31 +02:00
Jeff Earickson
cbc7f29892
Repaired version of latest Konkani language translation.
2014-09-27 10:06:30 +02:00
Jeff Earickson
d5f7343c2f
Tamil Language Translation
2014-09-27 10:06:29 +02:00
Jeff Earickson
8625dfaef6
Deleted Raman language version of Konkani in favor of updated Devangari version.
2014-09-27 10:06:29 +02:00
Jeff Earickson
d0327c07c8
Updated translation of the Konkani Language.
2014-09-27 10:06:28 +02:00
Jeff Earickson
013ad95e40
Updated Translation of the Bodo Language
2014-09-27 10:06:27 +02:00
Jeff Earickson
870c5e36b5
Added or updated the following Indic Language Translation Files:
...
Bodo, Konkani, Hindi, Kashmiri, Marathi, Tamil, Telugu, Urdu
All Translations supplied to Gnucash by the Centre for Development
of Advanced Computing (C-DAC), Pune, India. Translation Team Leader:
Chandrakant Dhutadmal, translators noted in the po files.
2014-09-27 10:06:26 +02:00
Jeff Earickson
2c3f9ca518
Urdu Language Translation file.
2014-09-27 10:06:26 +02:00
Jeff Earickson
be6debe690
Telugu Language Translation file.
2014-09-27 10:06:25 +02:00
Jeff Earickson
a1e83181cc
Marathi Language Translation File.
2014-09-26 17:46:31 +02:00
Jeff Earickson
11b53fb5bb
Kashmiri Language translation file.
2014-09-26 17:46:30 +02:00
Jeff Earickson
ccb0dacd2e
Hindi Language Translation file
2014-09-26 17:46:30 +02:00
Geert Janssens
c652455ebb
Rework assistant csv import regex code to eliminate the mandatory dummy field (#eol).
...
This consists of a couple of changes that are heavily interdependent:
- read the csv file entirely in one string
- tweak the regex so it knows the difference between the end of line and a newline in one of the fields
- leverage the g_regex code to iterate over the full string directly
2014-09-26 16:52:50 +02:00
Geert Janssens
595e359301
CSV Import transform macro into function
...
A complex macro is difficult to debug, particularly if it uses
variables that were defined outside of the macro.
2014-09-26 16:52:50 +02:00
Geert Janssens
32193a4713
CSV Export: factor out function to generate regular expression
2014-09-26 16:52:49 +02:00
Geert Janssens
0c31c62753
Refactor OS-specific ifdef to reduce code duplication
...
Which results in reduced risk on typos in either branch
2014-09-26 16:52:49 +02:00
Robert Fewell
ea03301651
This patch just changes the white space to be of a consistent format.
2014-09-26 16:52:48 +02:00
Robert Fewell
ba1f8cb1c6
Part Bug fix for 729476, this changes the line endings to \r\n to make it more compatible with CSV format.
2014-09-26 16:52:47 +02:00
Robert Fewell
2b6a6d896c
Part Bug fix for 729476, this fixes the quoting of quotes, newlines and separator to make it more compatible with CSV format.
2014-09-26 16:52:47 +02:00
Robert Fewell
b13f3dab2f
This patch fixes bug 731519. The fix sets the upper limit before it sets the value of the end row spin button.
2014-09-26 16:52:46 +02:00
John Ralls
32105585d4
Bug 736703 - Scheduled transaction are registered without credit/debit
...
Use a default exchange rate of 1 instead of 0.
2014-09-25 16:59:58 -07:00
Geert Janssens
e693a68972
Bug 630638 - 'Process payment' should allow to select equity accounts for payment
2014-09-23 10:26:00 +02:00
Geert Janssens
97d6bffa0c
Use same test for payment dialog transfer accounts and assign as payment checks
2014-09-23 10:24:42 +02:00
Geert Janssens
345f576bf7
Avoid undocumented dependency on progress page type in assistant to skip page
...
Instead, simply delete page when not needed
2014-09-22 23:30:16 +02:00
Robert Fewell
48f2e8bb7e
This patch fixes bug 726888, cancel button is available on all pages of assistant.
2014-09-22 23:28:25 +02:00
Robert Fewell
7d7d201498
Use same default setting for quotes in csv import and export
2014-09-22 23:27:54 +02:00
Geert Janssens
5c207daebc
Set default currency for French account chart templates
2014-09-22 16:06:03 +02:00
Geert Janssens
ef41cb6f32
Convert ISO-8859-1 account chart templates to UTF-8
2014-09-22 16:00:39 +02:00
Geert Janssens
fc874eadc2
Add context to generic translatable string
...
This was suggested in bug 671615 by Jérôme Rapinat.
2014-09-22 15:16:30 +02:00
Geert Janssens
c913013508
Bug 671615 - French: 'New Customer' button in Find Customer dialog is translated to 'Nouvel onglet'
...
This bug affected all translations, not only french
2014-09-22 15:16:29 +02:00
Geert Janssens
547b4d436f
Bug 720427 - Review of french account templates
...
Fix gender issues
2014-09-22 15:16:29 +02:00
John Ralls
42013538df
Bug 732545 - gnucash-2.6.3 segfaults when started
...
Check all strings before calling g_strsplit.
2014-09-21 17:56:54 -07:00