summaryrefslogtreecommitdiff
path: root/finance
AgeCommit message (Collapse)AuthorFilesLines
2022-05-21bitcoin: wants C++17nia1-2/+11
2022-05-01*: fix usage of versioned_dependencieswiz4-8/+4
Remove unused includes, fix dependencies where it's not included.
2022-04-24py-stripe: updated to 2.74.0adam2-6/+6
2.74.0 * API Updates * Add support for `expire` test helper method on resource `Refund`
2022-04-21py-stripe: updated to 2.73.0adam3-7/+13
2.73.0 - 2022-04-18 * API Updates * Add support for new resources `FundingInstructions` and `Terminal.Configuration`
2022-04-18revbump for textproc/icu updateadam4-7/+8
2022-04-18py-stripe: updated to 2.72.0adam2-6/+6
2.72.0 API Updates - Add support for increment_authorization method on resource PaymentIntent
2022-04-13py-braintree: updated to 4.15.2adam2-6/+6
4.15.2 Add retried to Transaction
2022-04-11py-stripe: updated to 2.71.0adam2-6/+6
2.71.0 - 2022-04-08 * API Updates * Add support for `apply_customer_balance` method on resource `PaymentIntent`
2022-04-10Paper over tree breakage caused by unresolvable Python deps fromnia2-4/+4
scikit/pandas/numpy.
2022-04-10Fix build breakage from py-scipy now being Python >= 3.8gutteridge2-4/+4
2022-04-03revbump for devel/protobufadam1-2/+2
2022-04-02Update to 3062.100wen2-6/+6
Upstream changes: 2020-01-24 Martin Maechler <maechler@stat.math.ethz.ch> * DESCRIPTION (Version): 3062.100 ; using Authors@R * R/utils-head.R: tail.matrix() in R-devel uses 'keepnums'. * R/timeSeries-readSeries.R (et all): do *NOT* use `if(class(.) == "timeSeries")` but use `inherits(*, "...")` !! * R/methods-plot.R (.plotTimeSeries): fix wrong logic in `if(.. && at == "auto")` when `at` can be a vector (!) * R/aaa-utils.R (`%||%`): utility, to be used extensively in * R/methods-plot2.R (.xtplot.timeSeries).
2022-03-31py-stripe: updated to 2.70.0adam2-6/+6
2.70.0 - 2022-03-30 * API Updates * Add support for `cancel_action`, `process_payment_intent`, `process_setup_intent`, and `set_reader_display` methods on resource `Terminal.Reader`
2022-03-30gnucash-docs: update to 4.10.1.wiz3-8/+9
4.10.1- 28 March 2022 o Re-release 4.10 because a CMakeLists.txt error included only the Portuguese version of the Tutorial and Concepts Guide. 4.10 - 27 March 2022 o Update Preferences documentation to match current state o Fix 2 "[WARN] FOUserAgent - Destination: Unresolved ID reference" o Updates to Gen Imp Tran Matcher other than for new Append checkbox o Adjusted entity for image width in gnc-docbookx.dtd and removed a duplicate entry. o Improve the documentation of the Find dialog. o Memo isn't a transaction field, Notes is. o F::Q Link to IRC channel inserted as entity o F::Q insert note on NAV, insert Entity for Data file o Remove country codes from lang attribute and other minor formalities
2022-03-30gnucash: update to 4.10.wiz3-10/+11
4.10 - 27 March 2022 The eleventh release of the 4.x Stable Series Between 4.9 and 4.10, the following bugfixes were accomplished: Bug 684507 - commodity namespace should be localized Bug 741674 - Newly created Scheduled Transactions appear in existing search windows Bug 797501 - Currency symbols in Hebrew (RTL) language Bug 797772 - Allow reconciliation report to double filter by both posting and reconciliation date Bug 798164 - Import transaction window does not allow changing the transaction description. Bug 798272 - up/down arrow keys do not work in account selection pop-up Bug 798375 - Transfer Account Selection not editable after typing error Bug 798386 - Cannot increment date by 1 day with Japanese keyboard.Allow ';' to increment the date because on those keyboards + is shift-;. Bug 798391 -OFX import routine keeps prompting for accepted (and reconciled) transactions when imported again Bug 797610 - Scrolling is too fast to follow Bug 798392 - Reports do not display when Reports JavaScript dependencies are located at a filepath that includes special characters like hash ("#") Bug 798395 - ofxdirectconnect downloads crash gnucash 4.9 Bug 798408 - The calculation in budgets UI and reports are wrong. Bug 798411 - Untranslated/Unused string [pt only] Bug 798415 - Due Bills Reminder Dialog - Right align 'amount'This was a right-to-left language (e.g. Hebrew) problem. Bug 798435 - Crash on print after printing checks Bug 798438 - on reconcile window, click on the last column 'R' does not order the entries according with the status Bug 798448 - Column 'num' cannot be null Bug 798458 - Build failure with gcc 12 Bug 798474 - Windows 10: Mouse scroll wheel on register only scrolls 1 pixel at a time (instead of 1 line at a time) The following fixes and improvements were not associated with bug reports: Added a BETA Stock Transaction Assistant to help create a variety of securities transactions. To try it out start GnuCash with the --extra option, open a stock-type register, and select Actions>Stock Assistant. Please note any issues on Bug 798004. Remove the hard-coded default namespaces"AMEX", "NASDAQ", "NYSE", "EUREX", and "FUND" from the New Security dialog. These namespaces were added to the list of existing namespaces; it was necessary to create a commodity that used one of them to make that one an actual namespace, so users who have commodities in e.g. the namespace NYSE will still see that namespace in the selection list. Reasoning: The list was necessarily incomplete and confused new users. Fixed the Income Statement report table formating so that all sections get laid out to the same width. [Python Bindings]Implement some comparison and arithmetic operators for GncNumeric Budgets are sensitive to readonly status Disable some budget features if book is readonly Fix suppression of "cut split/transaction" warnings for the current session These were not working because they were missing from the temporary warnings settings schema. The warnings could only be dismissed permanently. Add them to the temporary warnings section of the settings schema. Currencies in several locations not displayed correctly for Hebrew [category-barchart] Added option to show ratios [html-chart] Add format style option for numbers Better wording for tax table changed info message. [register] Checkbox any value other than 0x20 (ASCII space) is true. Because it can be X or U+2716 now and could be something else in future. Fixes in particular the disappearing tax-included and tax-table in the Invoice/Bill entry register. [gnc-budget-view.c] modify GList in reverse because the GList modification in gnc_budget_view_refresh works on the tail end (see g_list_last being chopped off successively, followed by g_list_append successively), wherease it's much faster to work on the head end. Therefore: reverse, modify, and re-reverse. [Python Bindings]Provide the complete set of QOF enums in gnucash [Pyton Bindings]Provide wrapper for qof numeric predicate Python bindings already have some wrapping objects for qof predicates. This adds the one missing for GncNumeric comparisons. Additionally fixes a wrong number for QOF_NUMERIC_MATCH_ANY in example file. Remove commodity-table.scm, no longer required after adjusting qif-dialog-utils Preferences, Import: UPDATE AND RECONCILE should be UPDATE AND CLEAR on preference "Enable update match action" tooltip text. [register] Enable horizontal scrolling with a touchpad. [business]Add diagnostic messages to GncEntry and GncInvoice. Replace code style guidance with reference to the wiki Coding Standard page. Update Form/Schedule line references for 2021 for the US Income Tax Report Update the register help label when cell read only Change AR/AP Type cell to be read only The Type cell in AR/AP registers should not be changeable from the register so make the cell read only. Tip-of-the-Day, new tip: the full file path is shown in the status bar. [assistant-qif-import] Prevent ambiguous mnemonic Mnemonic N clashes with GtkAssistant "Next". Change to D which does not clash. Numerous performance and code-clarity improvements.
2022-03-30py-stripe: updated to 2.69.0adam3-7/+16
2.69.0 - 2022-03-29 * API Updates * Add support for Search API * Add support for `search` method on resources `Charge`, `Customer`, `Invoice`, `PaymentIntent`, `Price`, `Product`, and `Subscription` * Pin click dependency to 8.0.4 to avoid breakage in black * Add infrastructure for test-helper methods * Revert Orders to use qualified name for upload_api_base 2.68.0 - 2022-03-23 * API Updates * Add support for `cancel` method on resource `Refund` * Add support for SearchResult.
2022-03-28{f,h,l,n,p}*/*: revbump(1) for libsndfiletnn1-2/+2
2022-03-15gnucash: switch to guile30wiz2-409/+409
XXX: needs paxctl +m now for guile30's JIT Bump PKGREVISION. Clean up a bit while here.
2022-03-15py-stripe: updated to 2.67.0adam3-7/+13
2.67.0 * Add support for new resource `TestHelpers.TestClock`
2022-03-06finance/ruby-braintree: update to 4.6.0taca3-7/+13
4.6.0 (2022-02-17) * Add PaymentMethodCustomerDataUpdated webhook notification support
2022-03-05py-ofxparse: fix packaging with python 3.xwiz1-2/+2
Empty entry_points.txt are not created any longer
2022-02-27py-stripe: updated to 2.66.0adam2-6/+6
2.66.0: Add support for `verify_microdeposits` method on resources `PaymentIntent` and `SetupIntent`
2022-02-26Bump all Haskell packages after enabling "split sections" in mk/haskell.mkpho5-10/+10
2022-02-25finance/rates: update to 0.7.0pin2-8/+9
-fix: update trimming logic
2022-02-21py-braintree: updated to 4.14.0adam3-8/+16
4.14.0 Add PaymentMethodCustomerDataUpdated webhook
2022-02-14finance/rates: update to 0.6.0pin2-6/+6
-Remove unused files -Fix a number of issues with rate calculation -Add --force flag
2022-02-12finance/ruby-activemerchant: update to 1.125.0taca3-7/+11
1.125.0 (2022-01-20) What's Changed * Wompi: add gateway by @therufs in #4173 * Stripe Payment Intents: Add setup_purchase by @aenand in #4178 * IPG: Add Gateway by @ajawadmirza in #4171 * Safe Charge: Add sg_NotUseCVV field by @ajawadmirza in #4177 * PayU Latam: send correct card types for maestro and condensa by @dsmcclain in #4182 * Stripe Payment Intents: refactor response by @aenand in #4183 * Safe Charge: Support string for Add sg_NotUseCVV field by @ajawadmirza in #4185 * Wompi: cast error messages to JSON by @therufs in #4186 * NMI: omit initial_transaction_id for CIT by @aenand in #4189 * Adding Priority gateway by @jessiagee in #4166 * GlobalCollect: Support for Lodging Data by @naashton in #4190 * Wompi: option for installments by @therufs in #4192 * Stripe Payment Intents: Add support for fulfillment_date and event_type by @dsmcclain in #4193 * Paysafe: Adjust logic for sending 3DS field by @meagabeth in #4194 * DLocal: Implement $0 Verify by @dsmcclain in #4184 * EBANX: Added processing_type Gateway Specific Field by @kledoux-spreedly in #4198 * Wompi: do not pass CVV if not provided by @therufs in #4199 * Paysafe: Concatenate credentials for headers by @meagabeth in #4201 * Stripe PI: add_metadata to setup_purchase by @aenand in #4202 * Element (Vantiv Express): Add support for CreditCardCredit action by @dsmcclain in #4203 * Orbital: Add googlepay payment tests by @ajawadmirza in #4205 * Mundipagg: Update success method by @ajawadmirza in #4210 * Worldpay: Add support for Visa Direct Fast Funds Credit by @dsmcclain in #4212 * Paysafe: Add support for stored credentials by @meagabeth in #4214 * Add Canadian institution number for check by @therufs in #4216 * Worldpay: Set default eCommerce indicator for EMVCO network tokens by @shasum in #4215 * Update Canadian institution number handling by @therufs in #4217 * Mercado Pago: Update verify for custom amount by @ajawadmirza in #4219 * Wompi: Add support for Auth and Capture by @rachelkirk in #4218 * Priority: update source and billing address checks by @jessiagee in #4220 * Revert "Remove YAML warning on load_fixtures_method" by @dsmcclain in #4229 * USAePay: Add store test, update authorize param by @jessiagee in #4232 * Orbital: Update google pay validations by @ajawadmirza in #4230 * Priority: Remove bank account tender type by @jessiagee in #4228 * Pin Payments: add void support by @montdidier in #4144 * Wompi: update authorization in capture by @rachelkirk in #4238 * IPG: Update authorization for store by @ajawadmirza in #4233 * Paymentez: Update card mappings by @ajawadmirza in #4237 * Orbital: Quick fix for brand correction by @ajawadmirza in #4242 * Priority: Cleaning up refund method by @jessiagee in #4240 * Priority: update parsing for error messages by @jessiagee in #4245 * GlobalCollect: Support Airline Data by @naashton in #4187 * IPG: Add store error response by @ajawadmirza in #4241 * Adds Multiple Item Codes and Amounts to Cashnet Gateway by @peteroas in #4243 * IPG: verify method bug fixes for core by @ajawadmirza in #4244 * Stripe: Add support for skip_radar_rules by @dsmcclain in #4250 * CyberSource: Add tax fields by @ajawadmirza in #4251 * Kushki: Add support for metadata by @rachelkirk in #4253 * Wompi: Update sandbox and production endpoints by @rachelkirk in #4255 * Orbital: Add SCA Merchant Initiated field by @ajawadmirza in #4256 * GlobalCollect: Update Production Endpoint by @naashton in #4196 * Decidir Plus: Add Gateway Adapter by @naashton in #4264 * Decidir Plus: Update payment reference by @naashton in #4271 * Paysafe: Update redact method by @meagabeth in #4269 * Elavon: third_party_token bug fix by @rachelkirk in #4273 * Add metadata to network_tokenization_credit_card by @mark-sim in #4270 * Decidir Plus: Sub Payment Fields by @naashton in #4274 * PayWay: Update endpoints and response code by @jessiagee in #4281 New Contributors * @kledoux-spreedly made their first contribution in #4198 * @peteroas made their first contribution in #4243 * @mark-sim made their first contribution in #4270
2022-02-12revbump after changing the default Haskell compilerpho5-8/+10
2022-02-12Update to hledger-1.24.1pho5-40/+31
The list of changes since 1.21 is too long to paste here: https://hackage.haskell.org/package/hledger-1.24.1/changelog
2022-02-12Update to hledger-lib-1.24.1pho6-118/+167
The list of changes since 1.21 is too long to paste here: https://hackage.haskell.org/package/hledger-lib-1.24.1/changelog
2022-02-05py-alphalens: updated to 0.4.0adam3-10/+10
v0.4.0 This is a minor release from 0.3.6 that includes bugfixes, performance improvements, and build changes.
2022-02-05py-pyfolio: not for Python 3.7adam1-2/+2
2022-01-23py-stripe: updated to 2.65.0adam3-8/+10
2.65.0 * API Updates * Add support for new resource `PaymentLink` * Start testing Python 3.10
2022-01-22py-bitcoinrpc: fix PLIST for python 2.7wiz1-1/+2
2022-01-18Bump packages that depends on GHCpho5-10/+10
2022-01-14*: remove workaround patches for python 3.6wiz6-74/+3
2022-01-10py-bitcoinrpc: fix for python 2.7wiz1-5/+5
2022-01-10py-bitcoinrpc: convert to egg.mkwiz2-4/+8
2022-01-10*: Recursive revbump from boost 1.78.0ryoon4-7/+8
2022-01-05python: egg.mk: add USE_PKG_RESOURCES flagwiz4-8/+16
This flag should be set for packages that import pkg_resources and thus need setuptools after the build step. Set this flag for packages that need it and bump PKGREVISION.
2022-01-04*: bump PKGREVISION for egg.mk userswiz81-83/+162
They now have a tool dependency on py-setuptools instead of a DEPENDS
2021-12-30py-stripe: updated to 2.64.0adam2-6/+6
2.64.0 Update class custom methods to save list object parameters. Introduce custom listing methods on objects. Clarify metadata deletion message.
2021-12-30py-eth-rlp: patch for Python 3.6 is no longer neededadam2-25/+1
2021-12-30Forget about Python 3.6adam8-16/+16
2021-12-26(finance/bitcoin) Fix build by +patch-configre.ac, == issuemef2-1/+19
2021-12-23({finance,misc}/py-trytond-*) more regen for PLIST, distinfomef4-17/+51
2021-12-23(*/py-trytond-*) more regen for PLIST, distinfomef1-5/+10
2021-12-23(*/py-trytond-*) more regen for PLIST, distinfomef35-186/+504
2021-12-22(*/py-trytond-*) regen distinfo and PLIST, I'll adjust other fallout latermef78-353/+666
2021-12-20gnucash-docs: update to 4.9.wiz3-7/+9
4.9 - 19 December 2021 o Bug 797950 - Reconcilation docs don't mention automatic credit card payment feature. o Guide:C: Add a directory with datafiles for faster regeneration of images o Chapter "Online-Quotes" created. Description of the installation and configuration of F::Q (moved from Help_ch_Account-Actions-xml). o Remove several Autotools remains o Drop TravisCI as we are using Github Workflows now. o Removed the information of HACKING file from README. o Add ghelp to the default target At some point in the past ghelp didn't have to be built, as one could develop and test simply from the source directory. That is no longer the case so perform a build by default if ghelp is enabled.