Commit Graph

22147 Commits

Author SHA1 Message Date
John Ralls
58354c7854 Remove obsolete documentation files.
guile-hackers.txt has been copied into https://wiki.gnucash.org/wiki/Scheme.
2020-05-25 17:18:45 -07:00
John Ralls
1433792a82 Move the Windows README files to gnucash-on-windows where they belong. 2020-05-25 17:18:45 -07:00
Christopher Lam
40b504ec89 Bug 797761 - Customer report beta: opening balance tax column shows garbage string
tax column in the balance row was printing garbage
2020-05-18 21:34:18 +08:00
John Ralls
659f785cb8 Bug 797750 - SIGSEV in swig-engine.c 2020-05-15 12:37:24 -07:00
John Ralls
4e9990ddb5 Bug 797748 - missing header "algorithm"
include what you use!
2020-05-13 12:52:16 -07:00
Geert Janssens
0c633866fd Bug 797717 - Summary bar changes height when opening a menu or scrolling over an option
Apparently something changed in gtk which now calculates
layout differently for a status bar for an empty string message.
Setting a single space message doesn't trigger this different
behaviour so we use that as workaround
2020-05-12 14:49:49 +02:00
Frank H. Ellenberger
0b0e4c7630 HIG, I18N: Improve Budget menu entries 2020-05-10 04:02:08 +02:00
John Ralls
e92cd20d78 Merge Jean Laroches '797737_match_previously_matched_trans' into maint. 2020-05-09 15:41:06 -07:00
Frank H. Ellenberger
f7a85161cd I18N: fix translator comments in window-reconcile.c 2020-05-10 00:10:42 +02:00
Frank H. Ellenberger
e84e680603 I18N: Fix several issuse with 'Help not found' strings
Unify and modularize the strings
Add an unmarked string
2020-05-09 23:51:44 +02:00
jean
a143d59b7c Bug 797737 - Import matching can match an imported transaction to an existing, previously matched transaction
A simple fix that skips transactions that have an online_id in the matching process.
This fixes the issue, and also speeds up the import.
2020-05-08 08:46:35 -07:00
Christopher Lam
79286d92d5 Bug 797659 - Liabilities in budget report no longer calculate correctly
Restores budget-3.7 behaviour for current budgets.
Fixes future budget behaviour.
Restore budget-3.7 headings "Income/Expense/Transfer"
Renamed budget-3.7 heading Total to "Remaining"
2020-05-08 19:19:57 +08:00
John Ralls
601aec8ca0 Fix LIBDBI_DRIVERS_DIR generation.
Reusing the variable in a get_filename_component call caused the
function to recurse to /, not very useful.

Also re-do GNC_DBD_DIR with no default but to take its value from the
command line or environment.
2020-05-07 13:02:54 -07:00
Frank H. Ellenberger
dc8f1057ce Use more precise strings in gnc-split-reg.c
You can edit the account very well, but not its transactions.
2020-05-06 17:48:25 +02:00
Thomas Schärli
404357a81c L10N🇩🇪 "Für" klein in "Ergebnisrechnung für Periode" etc. 2020-05-05 23:23:46 +02:00
Frank H. Ellenberger
fb18e457b4 I18N: Msgmerge recent changes 2020-05-05 23:12:21 +02:00
Frank H. Ellenberger
e447af04e3 I18N: Hotfix for bug 797725
Add a translator comment
2020-05-05 21:55:48 +02:00
Thomas Schärli
79910e8439 L10N:de_CH: Ein weiterer Tippfehler im Kontenrahmen KMU 2020-05-05 20:23:30 +02:00
Robert Fewell
2fae14c3ba Merge Chris Good's branch 'bug797648Rec-2', PR #713 into maint 2020-05-03 11:52:07 +01:00
Robert Fewell
5ed6b424dd Merge Jean Laroche's branch 'fix_seg_fault_in_matcher' into maint 2020-05-03 11:12:58 +01:00
jean
92e9e60cd0 Fix the crash that occurs when opening a new book when the transaction-matching dialog has been opened then closed. 2020-05-02 21:20:55 -07:00
Christopher Lam
2f0639235a Bug 797707 - CSV Transaction Export: custom dates should be insensitive by default
By default the absolute date selector needs to be made
insensitive. Selecting 'Custom Start/End date' will enable
sensitivity.
2020-05-03 11:47:57 +08:00
John Ralls
6a3fabc30d Fix test failure for timezones west of the prime meridian.
The previous fix didn't calculate the comparison time correctly and
ended up in the wrong day because the GMT time is before the local time.

In the course of checking the corner-case timezones (Midway and
Kiritimati) I found an error in the GncDateTime calculation of the
neutral time, so fixed that too.
2020-05-02 15:35:13 -07:00
Geert Janssens
ca9d58b278 Display report zoom factor with one decimal space.
The code actually allowed fractional scaling, but the display of the option didn't.
As a result the spin button was acting oddly.
This was discovered while looking into bug
https://bugs.gnucash.org/show_bug.cgi?id=797712 but this commit is not a fix for that bug.
2020-05-02 18:11:12 +02:00
goodvibes2
f1c2e339fc Bug 797648 Redo - Reconciliation - Treat each split independently
The previous change under this bug which propagated the status
change (reconcile or unreconcile) of any split for the account to
be reconciled (and its subaccounts) in a transaction, to all
splits for the account to be reconciled (and its subaccounts) in
the transaction, is incorrect. Each split needs to be able to be
checked or unchecked independently of any other split in the
transaction.
2020-05-02 16:43:49 +10:00
goodvibes2
327544e6c0 Revert "Bug 797648 - Fix problem reconciling multiple splits in a transaction"
This reverts commit dd589060a3.
2020-05-02 16:11:50 +10:00
goodvibes2
4759453356 Revert "Use Doxygen format for function comment"
This reverts commit d2986559de.
2020-05-02 16:10:19 +10:00
John Ralls
b4177bc60a Fix transaction post_date being set to midnight local.
Reported for Invoices on gnucash-user. Checked all other uses of
xaccTransSetPostDateSecs(), fixed the ones that weren't passing an
already normalized time64. For Invoices change the post_date to also be
normalized so that it stays the same as the transaction post_date. That
also protects it from the displayed date changing depending on timezone.

The python binding invoice post_time test had to be changed to match.
2020-04-30 12:09:22 -07:00
John Ralls
1e59819176 Respect the environment LD_LIBRARY_PATH for loading Scheme modules and tests. 2020-04-29 17:11:52 -07:00
Frank H. Ellenberger
5cabbbc998 Add a tip about announcements and other mailing lists 2020-04-28 00:58:57 +02:00
John Ralls
790eb3b465 Update Ukrainian translation fro the translation project. 2020-04-26 15:23:52 -07:00
John Ralls
18a4824bb4 Merge Jean Laroche's '797351_zombie_transaction' into maint.
https://github.com/Gnucash/gnucash/pull/705
2020-04-25 15:42:26 -07:00
John Ralls
63232f388f Merge Jean Laroche's 'Fix-3-SX-Problems' into maint
https://github.com/Gnucash/gnucash/pull/690
2020-04-25 14:40:57 -07:00
jean
e0e7cf7dfb Fix 3 problems with the scheduled transactions calculations
This fixes 3 bugs:
- Set a monthly recurrence on the 10th with a start date on the 20th of this month.
The editor correctly shows the next occurrence to be on the 10th of the following month.
The schedule transaction summary dialog incorrectly shows the next occurrence to be on the 10th of this month
(before the start date!)
- Set a monthly recurrence on the 19th, with a start date on the 20th of this month. The editor's
calendar marks incorrectly show the next occurrence to be on the 19th of this month (before the start date).
- Set a monthly recurrence on the 18th, with a start date on the 20th and an end date on the 17 of the following
month. The calendar should show no mark, but fails to erase the marks that were present.
2020-04-25 14:39:41 -07:00
John Ralls
31daba151c Merge Jean Laroche's '797670_Xtran_editor_crash' into maint.
https://github.com/Gnucash/gnucash/pull/686
2020-04-25 14:17:28 -07:00
John Ralls
fee8bb3b2d Merge Christoph Holtermann's 'python-shell-output-improved' into maint.
https://github.com/Gnucash/gnucash/pull/702
2020-04-25 14:13:52 -07:00
John Ralls
d7a2fa72e7 Merge Christoph Holtermann's 'python-app-utils-2' into maint.
https://github.com/Gnucash/gnucash/pull/701
2020-04-25 13:43:54 -07:00
jean
62f157d238 Added same code to transaction matcher 2020-04-24 22:26:27 -07:00
jean
4cca84bb32 Bug 797670 - scheduled transaction editor can remain open when switching file, which causes seg fault when later closed 2020-04-24 22:10:14 -07:00
jean
087b38591e Bug 797351 - General ledger register transaction becomes "zombie" after deletion
This issue arises every time a pending transaction is deleted (it does not arise if blank splits are deleted)
This PR fixes the issue by calling gnc_split_register_redraw once the pending transaction has be deleted.
2020-04-24 22:05:46 -07:00
Christopher Lam
8f5094f990 Revert "Bug 797605 - RFE: Customer/Vendor/Employee Overview should also have "Process Payment" toolbar"
This reverts commit 695d8b820e.
2020-04-25 00:15:03 +08:00
Frank H. Ellenberger
88f276e291 Merge 'Update Croatian po and glossary files' by Milo Ivir 2020-04-24 01:32:25 +02:00
c-holtermann
00cc578511 improve output and explain code for python shell 2020-04-23 19:19:32 +02:00
John Ralls
d7c05a90a0 Bug 797697 - Enable DEP and ASLR for the Windows build
Added hardening flags.
2020-04-22 11:34:45 -07:00
milotype
e83a24c704
Update Croatian hr.po file
Update with "gnucash-3.10.pot" file
2020-04-21 23:55:55 +02:00
milotype
96f77adb4d
Update Croatian glossary file 2020-04-21 23:53:59 +02:00
Christopher Lam
8023065030 [fin.scm] return #f instead of -1 if n is out of range 2020-04-21 11:39:40 +08:00
Christopher Lam
96a6e1b0d5 Merge branch 'patch-1' of git://github.com/thetedmunds/gnucash into maint 2020-04-21 11:39:28 +08:00
Frank H. Ellenberger
6939945fc0 Merge PR #693 into maint 2020-04-20 20:09:49 +02:00
c-holtermann
0553576c81 restructure info so that python help will display it 2020-04-20 16:07:50 +02:00