Revisions of gnucash
buildservice-autocommit
accepted
request 1205727
from
Christophe Marin (krop)
(revision 49)
baserev update by copy to link target
Christophe Marin (krop)
accepted
request 1204597
from
R N (RN)
(revision 48)
- Update to 5.9 * Added new transaction during reconcile, didn't show up in reconcile window * Improve error reporting for bad credentials with MySQL backend ("bad or corrupt data" => "access denied") * Transaction Copy/Paste problem * sqlite backend: Example Python script prints error when creating new file * Transaction Journal view cursor placement after commit to transaction change * Reconciled date cannot be parsed * Crash when removing an account * Transaction Cut/Paste doesn't move the transaction to the target account * relative date offset quarters occasionally wrong * Windows Keypad decimal locale error * Post invoice: post to account dropdown listbox too small * Intermittent quote price issue * Add YH Finance (FINANCEAPI) API Key to Quotes infrastructure with a preference in the Online Quotes page and add financeapi to known sources * Move copied_class and copied_leader_guid - Move static copied_class and static copied_leader_guid to be part of the copied_item structure. This makes it more evident that calling clear_copied_item needs to be called before copied_item is used * [gnc-datetime] improve CSV date parser with ICU and Boost - Add dateformat "Locale" with ICU; uses current locale for date parsing. ICU's locale date parser may parse "3 May 2023" or "2024年9月13日" (LC_TIME=zh_TW.utf8) and maybe others - Augment d-m-y m-d-y and y-m-d with boost UK/US/ISO parsers. This allows CSV import of dates with months as words as "30 Sep 2023" or "May 4, 1978" or "2023-Dec-25". Note boost parser cannot recognise 2-digit years, therefore "30 Sep 24" is invalid * Csv Import - improve assisant's introduction page * Correctly handle uncommitted edits when opening a file from history * Don't use gnc_difftime and deprecate it because it casts time64 to doubles * [gnc-pricedb.h] remove unused gnc_pricedb_substitute_commodity * [gnc-pricedb.h] remove unused gnc_pricedb_lookup_at_time64 - New and Updated Translations: Assamese, Chinese (Simplified), Chinese (Traditional), Croatian, Dutch, English (United Kingdom), Hebrew, Hungarian, Macedonian, Norwegian Bokmål, Portuguese (Brazil), Russian, Spanish, Swedish, Turkish
buildservice-autocommit
accepted
request 1189904
from
Johannes Engel (j-engel)
(revision 47)
baserev update by copy to link target
Johannes Engel (j-engel)
accepted
request 1189852
from
Jaime Marquínez Ferrándiz (jaimeMF)
(revision 46)
- Update to 5.8 + Edit account to make it sub account under other account - Update to 5.7 + Bugfixes + Save the Scheduled Transactions number of months + Save the Scheduled Transaction divider position + Move to blank transaction + AutoComplete Only Considers Visible Transactions + Reports calculating net worth incorrectly after stock split + Failed import QIF investment + option account selector fails to include appropriate hidden accounts. + Cannot write a check over $1000 + Crashes when pasting a copied transaction + Import Matcher (CSV) does not compute correctly the share amount based on security price + Deleting a transaction may trigger a crash + Invoice register context menu issue + Shortcut Ctrl-G does not work in the General Journal register for the default date value + Nullpointer exception in gnc_quote_source_s + Crash when there is more than one unknown quote source for commodities + Import Multi-split CSV can duplicate 'Notes' field from one transaction to next + GNUCash Immediately Exits on Startup + Invalid free in gvalue_from_kvp_value() + GnuCash re-opens to incorrect account window if there are transient tabs present when closed. + Stock Assistant closes with its New Account dialog + RFE: Add Document Link for Payments to Owner Report - Drop gnucash-fix-qif-import.patch: merged upstream
buildservice-autocommit
accepted
request 1176918
from
Christophe Marin (krop)
(revision 45)
baserev update by copy to link target
Christophe Marin (krop)
committed
(revision 44)
Christophe Marin (krop)
committed
(revision 43)
Christophe Marin (krop)
accepted
request 1175488
from
Peter Conrad (p_conrad)
(revision 42)
- Included upstream fix for broken qif import
buildservice-autocommit
accepted
request 1171808
from
Christophe Marin (krop)
(revision 41)
baserev update by copy to link target
Christophe Marin (krop)
accepted
request 1170752
from
Jaime Marquínez Ferrándiz (jaimeMF)
(revision 40)
- Update to 5.6 + Bugfixes + Numeric parsing and string handling improvements in the Engine and XML backend. + [gnc-dense-cal.c] sx popup: show date in preference (cf.locale) format because the date format preference is user-facing and customisable. it's jarring if the preference is dd/mm/yyyy and the display shows mm/dd/yyyy in accordance to the locale. + Correct misleading description about creating Scheduled Transaction. + Date parsing efficiency improvements. + Update minumum Python version to 3.8, made necessary by updating the C API in the Python bindings. + Replace deprecated distutils.sysconfig with sysconfig. distutils is not present in Python 3.12.2. + Query user via dialog for date when creating a reverse transaction. + More C++ conversions + Avoid deprecation warning for -py3 in swig >= 4.1 + [gnc-commodities.cpp] gnc_new_iso_codes is a std::unordered_map + Replace some naked for loops with C++ algorithms + Convert gnc-commodity to C++ and make GncQuoteSources a C++ class. + [test-commodities.cpp] add some tests for gnc_quote_sources + Remove the SLR status sort as it is too confusing + Allow sorting of the transaction column in the Since Last Run dialog by schedule name or occurrence date. To sort by schedule name, a schedule name is first selected and then the column header is pressed to change order. To sort by occurrence date, a date is selected and then the column header is pressed to change order based on the date of the first occurrence. A tool tip has been added to indicate the sort order being used. + [gtest-gnc-numeric] add operator comparisons with example int64 numbers + [assistant-stock-transaction] store & retrieve associated account as metadata + Update Form/Schedule line references for 2023 for the US Income Tax Report + Update another gnucash-help to gnucash-manual + [invoice.scm] centralize layout components into layout-key-list instead of maintaining 2 assoc lists. + [invoice.scm] normalize header section generators, changing the functions to require 1 options argument only + Update invoice.scm: Add spacing for long Invoice ID's (Displayed as "Reference" on the Invoice)
buildservice-autocommit
accepted
request 1139403
from
Christophe Marin (krop)
(revision 39)
baserev update by copy to link target
Christophe Marin (krop)
accepted
request 1139402
from
Christophe Marin (krop)
(revision 38)
- Update to 5.5 + Bugfixes + [import-main-matcher.cpp] After clicking/toggling A/U+C/C checkbox, reselect the row because it'll be much faster to use keyboard navigation -- use up/down/left/right to target desired checkbox, hit <down> <space> repeatedly to repeat the same action over several consecutive rows. + Implement support for !Type:Prices records in the QIF importer. + Modernize construction of GObjects using G_DECLARE_DERIVABLE, G_DECLARE_FINAL, etc. + Fix yet more leaks. + [DBI backend] Change DBI test URLs to environment variables from cmake configuration definitions. + Restore the Stock Transaction Assistant to full operation. + Fix the Fancy Date file property so that it saves. + Fix formatting error in po files project-id line. + [simple-business-create.py] Overwrite an existing file instead of crashing. + Update github action package versions. + Add parsing mixed number and fraction (e.g. 10 1/2) to the gnc_numeric string constructor. + Bump minimum cmake version to 3.14 and drop some conditionals for older versions + Major speedup in the SQLBackend by replacing C++ exceptions with std::optional for null values. + Refresh the GUI on completion of the import matcher so that the imports are immediately reflected in the register. + Improve online quote retrieval error reporting. + Test loading and saving XML files with and without compression + [import-main-matcher] always defer_bal_computation during import to speed up both importing new transactions, and destroying existing ones. + GncGtkListUIItem::set_option_from_ui_item: Iterate over selected items
buildservice-autocommit
accepted
request 1115688
from
Johannes Engel (j-engel)
(revision 37)
baserev update by copy to link target
Johannes Engel (j-engel)
accepted
request 1115687
from
Johannes Engel (j-engel)
(revision 36)
Bump cmake requirement to 3.14
Johannes Engel (j-engel)
accepted
request 1114568
from
Johannes Engel (j-engel)
(revision 35)
Update to 5.4
buildservice-autocommit
accepted
request 1097747
from
Johannes Engel (j-engel)
(revision 34)
baserev update by copy to link target
Johannes Engel (j-engel)
accepted
request 1097746
from
Johannes Engel (j-engel)
(revision 33)
Update to 5.3
buildservice-autocommit
accepted
request 1076738
from
Johannes Engel (j-engel)
(revision 32)
baserev update by copy to link target
Johannes Engel (j-engel)
committed
(revision 31)
Johannes Engel (j-engel)
accepted
request 1076737
from
Johannes Engel (j-engel)
(revision 30)
- Update to 4.14 + Bugfixes o Bug 797477 - Manual foreign transaction from APAR to another doesn't trigger price input o Bug 797725 - Untranslatable string "For Period Covering ~a to ~a" o Bug 797903 - Transaction window: The 'blue line' is always (erroneously) topmost when t. sorting order is inverted. o Bug 798570 - Totals for the income, expenses and remaining to budget incorrect for one specific date. o Bug 798625 - "Last up through report date" changed in 4.12 Don't adjust report dates with time64CanonicalDayTime. They're set to 23:59:59 local which is always >= neutral time at which prices and transactions are timestamped. Local noon is before neutral time for all time zones east of UTC+2. o Bug 798679 - Unicode normalization should be used for comparison but not stored. Change to NFC normalization for all comparisons because the Unicode meaning of compatible might collide with the user's intent. o Bug 798702 - Crash in gnc_plugin_page_focus_idle_destroy() closing a report before it completes. o Bug 798705 - ] New: UI string mismatch: OK vs. Next o Bug 798712 - Regional Decimal Point not recognized in budgets o Bug 798717 - Reports > Business > Fancy Invoice duplicates company details o Bug 798732 - : Type of balance carry forward accounts for German skr49 account template fixed o Bug 798734 - Aging Reports don't handle mixed currency payments and invoices without Trading Accounts o Bug 798734 - Aging Reports don't handle mixed currency payments and invoices without Trading Accounts o Bug 798737 - Minor grammatical error - 'for' missing in 'You will be asked a conversion rate for each.' o Bug 798740 - Build fails with gcc 13 o Bug 798747 - Crash in Investment Portfolio report o Bug 798748 - Transaction Notes field's value does not appear in reverse transaction. o Bug 798754 - Build fails with gcc 13 and glib > 2.76 o Bug 798759 - Register widths for 'with sub-account' not saved o Bug 798765 - Increase the limit for Maximum Slices in the Expense Piechart
Displaying revisions 1 - 20 of 49