summaryrefslogtreecommitdiff
path: root/finance
AgeCommit message (Collapse)AuthorFilesLines
2016-10-02Updated moneyguru to 2.10.2.wiz2-10/+10
2.10.2 (2016-08-28) Fix crash when opening panels on some versions of PyQt. [qt] #456 Fix misalignment of bold figures in networth/profit sheets. [cocoa] #459
2016-09-18Updated gnucash to 2.6.14.wiz2-8/+7
The GnuCash development team announces GnuCash 2.6.14, the fourteenth maintenance release in the 2.6-stable series. Changes Between 2.6.13 and 2.6.14, the following bugfixes were accomplished: Bug 643025 - RFE: Ability to select and open multiple invoices. Bug 733153 - Ambiguous view of buttons in search dialog Linux version. Bug 742461 - SQL backend doesn't update customer info. Bug 756416 - CSV data with Posted information will always have last invoice not posted Bug 761667 - Crash opening associated location that has no scheme. Bug 762901 - [PATCH] Fix saving Account Treeview sort order. Bug 769730 - Investments: Lots in This Account, Closed column shows date 25/11/1833 instead of Open. Bug 769746 - Zero interest loan formula fails. Bug 770113 - compiling issue with libdbi. Bug 770136 - 'Reverse Order' in 'View'->'Sort by' is not saved. Bug 770181 - gnc-fq-dump incorrectly says "quote cannot be used... Bug 770196 - cppcheck va_list not closed. Bug 770303 - Incorrect commodity match during import OFX and possible solution. Bug 771246 - Set Invoice/Bill items date correctly from imported CSV. Bug 771379 - GnuCash doesn't support Russian Ruble Symbol. Some other fixes not associated with reported bugs: Build improvements with CMake, accomodation for Guile-2.0.12 on Gentoo. Change the date_posted timestamp from midnight local to 11:00 AM GMT, which will be the same date in nearly all timezones. SX - Recalculate all occurrences of all SX if the calendar is updated to start on another month SX Window: correctly show first sx on calendar when it is moved to next weekday. Work around libofx bug which caused OFX imports to have the wrong date_posted when in an eastern-hemisphere timezone and not daylight time. Indicate in the register when a transaction has an associated file or URI. The indicator will appear in the "reconciled" column in the second transaction line (enable double-line view to see it). Translation Updates: Dutch, German, Serbian, Spanish
2016-09-18Updated gnucash-docs to 2.6.14.wiz3-204/+205
Concurrent with the release of Gnucash 2.6.14 we're pleased to also release a new version 2.6.14 of the companion Help and Tutorial and Concepts Guide. Bug 115461 - Highlight need to select Account Type when adding new stock account. Bug 687290 - Add new chapter for expense type accounts. Bug 769457 - Add note to 4.3 of Guide. Bug 769746 - Zero interest loan formula fails. Bug 771230 - Modify Windows portion of 8.6.3 of Guide. Bug 769663 - Link update on Tutorial and concepts guide Updated german translation of the F::Q appendix. Update the list of Finance::Quote methods to 1.38.
2016-09-15Depend on guile-slib now that it's possible again.wiz1-3/+3
It does not seem to be a hard dependency, but other distributions like Debian depend on it as well. Bump PKGREVISION.
2016-09-15After guile's and guile20's installation prefixes have changed, it's timewiz1-2/+2
to bump their dependencies (except those that were bumped in the last 24 hours already).
2016-09-11Drop "55" (php55) from PHP_VERSIONS_ACCEPTED.taca1-2/+2
2016-08-30Add libdbi option and enable it by default. libdbi is similar tojnemeth5-8/+145
p5-DBI in that it provides a database independent interface that can be use to access a variety of different types of database servers. Approved By: wiz
2016-08-28Remove unnecessary PLIST_SUBST and FILES_SUBST that are now providedwiz4-5/+9
by the infrastructure. Mark a couple more packages as not ready for python-3.x.
2016-08-21Updated moneyguru to 2.10.1.wiz2-7/+7
2.10.1 (2016-07-30) Fix crash on exporting. [qt] #461 Fix destination path on “Save as”. [qt] #466 Fix crash when using filters. [qt] #464
2016-08-18update to py-vatnumber-1.2richard2-18/+9
Version 1.2 - 2014-06-25 * Use python-stdnum * Add support for proxy This permits to remove the option 'suds' which prevented py3 support.
2016-08-03Revbump after graphics/gd updateadam2-4/+4
2016-07-29Update to 1.35wen2-8/+8
No upstream changelog found.
2016-07-28Add LICENSEwen1-1/+2
2016-07-28Update to 1.02wen2-9/+8
Upstream changes: 1.02 2014-06-30 NEILB - Updated github repo URL after changing my github username - Added Algorithm::Damm and Math::CheckDigits to SEE ALSO - Fixed errors in pod: using c<...> instead of C<...> and not escaping the > character. - Added [MetaJSON] to dist.ini so META.json is included in releases 1.01 2014-06-30 NEILB - Added SEE ALSO section with links to other LUHN modules. - Renamed CHANGES to Changes and reformatted as per CPAN::Changes::Spec - Moved LUHN.pm to lib/Algorithm/LUHN.pm, as per convention - Switched to Dist::Zilla and set min perl version to 5.006 - Improved doc for is_valid(), in response to RT#43842
2016-07-09Remove python33: adapt all packages that refer to it.wiz4-12/+7
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz3-5/+6
2016-07-03Updated moneyguru to 2.10.0.wiz3-55/+41
2.10.0 (2016-03-13) From now on, the changelog is going to be a bit more developer-oriented. Drop Windows support, maybe temporarily. Details Add plugin management view. #451 Refuse to load moneyguru files with unsupported currencies. #451 Add “inactive” flag to accounts. #412 Fix transaction duplication bug on undo. #438 Fix crash on CSV import [qt]. #440 Fix debit/credit preference so it’s properly restored on startup. #421 Fix “Show Account” for transactions having multiple splits to the same account. Make all panels instantiate on-the-fly rather than on startup. #434 Various minor refactorings. See git log. Improve build process, notably on OS X. See git log. Convert to Qt5. Remove dependency on sgmllib3k. Bump Python requirement to 3.4+.
2016-06-30Updated gnucash-docs to 2.6.13.wiz3-8/+9
Concurrent with the release of Gnucash 2.6.13 we're pleased to also release a new version 2.6.13 of the companion Help and Tutorial and Concepts Guide. Fix the very stale Release Schedule link in the Guide. Bug 637004 - Document Payable/Receivable Aging Rpts and new options for allowing customer and vendor address info to display. Fix unclear statement re docbook stylesheets in README. Bug 712764 - Clarify Account type designations in the Tutorial. Bug 751686 - Explain how to use Find Transaction to report per-employee. Bug 754239 - Fix order of Report menu items. Bug 754239 - Update Report menu item names to Save Report Configuration. Bug 765131 - Document Investment Return of Capital in the Guide.
2016-06-30Updated gnucash to 2.6.13.wiz3-11/+12
Between 2.6.12 and 2.6.13, the following bugfixes were accomplished: Bug 637004 - Optionally allow customer and vendor address info to display. Bug 736352 - Expense Voucher adds tax automatically. Bug 748983 - Crash after opening money transfer dialog twice. Bug 760021 - File "Save As" to an existing file...overwrites without warning. Bug 761672 - Transfer made to placeholder account. Bug 764248 - saved-reports-2.4-backup line endings unconventional. Bug 764871 - Crash starting gnu cash. Bug 765859 - The budget reports missing in Hungarian edition Bug 766028 - crash on manual addition of price entry in Price Editor. Bug 766200 - Three-up printing does not position the third check properly. A few bugs in the calculation of check positions while printing checks have been corrected. If you manually edited the check formats to compensate for these positioning errors in previous versions of gnucash, you may have to undo these changes. Please check this before printing your next check. Bug 766688 - Minimal fraction of BYN should be 1/100. Bug 766960 - gnucash-make-guids fails to run due to hardcoded paths. Bug 767824 - Some UTC timezones incorrectly recognized on Windows 7 Some other fixes not associated with reported bugs: The gnc_gui_refresh_all statement in gnc_book_options_dialog_apply_cb causes the 'apply' and 'OK' buttons to be set to sensitive on the open Book Options dialog in some circumstances; this commit causes them to be reset to insensitive, as they should be. Check printing: make logic easier to follow. Fix adjust_sql_option_string test on Windows. Don't try to compile test_adjust_sql_options on windows, it won't link. Fix the CMake build by linking gnc-backend-dbi for test-backend-dbi. Improved adjust_sql_options_string, added tests. Improve quickfill performance on huge registers. Mac Localization: Prefer the country to the language for fall-back locales, on the theory that in countries where multiple languages are in use similar date and number formats will apply regardless of language, and especially that the default currency will be the same regardless of language. Also ensure that the specified language is in the list passed to gettext; the net effect of which is that the user will effectively get the requested localization behavior. Update README to refer to wiki Submitting_Patches and regarding pull request policy. Translation Updates: Dutch, Russian, Serbian Standard Chart-of-Accounts Localizations Updates: Finnish, Sweden_Finnish, and Åland Islands Finnish.
2016-06-08Bump PKGREVISION for perl-5.24.wiz5-9/+10
2016-06-08Switch to MASTER_SITES_PYPI.wiz2-4/+4
2016-05-03revbump for libsoup's ABI issueprlw11-2/+2
2016-04-11Recursive revbump from textproc/icu 57.1ryoon2-3/+4
2016-04-09Update gnucash-docs to 2.6.12.wiz3-8/+245
Concurrent with the release of Gnucash 2.6.12 we're pleased to also release a new version 2.6.12 of the companion Help and Tutorial and Concepts Guide. New Portuguese Translations from Pedro Albuquerque! Bug 639776 - Update instructions for updating quote prices by cron. Bug 649283 - Add links to where common report preferences are set. Bug 728722 - Setting number format details appear wrong in Help, section 10.3.4. Counters Book Options Tab Bug 729265 - Update documentation for Invoice and Bill payments to reflect the new features. Bug 761025 - Add missing sect Guide ch2.8: New book options in New Acct Hierarchy. Bug 762088 - Remove Section 9.4.3 From Guide that offered simplistic advice about money and life that does nothing to explain GnuCash functionality or use. Bug 762656 - Add note to Guide section 2.3.3 For Column Widths
2016-04-08Update gnucash to 2.6.12.wiz3-10/+9
GnuCash 2.6.12 released The GnuCash development team announces GnuCash 2.6.12, the twelfth maintenance release in the 2.6-stable series. Please take the tour of all the new features. Changes Between 2.6.11 and 2.6.12, the following bugfixes were accomplished: Bug 482186 - Customer and vendor report for partners who get invoiced/paid in foreign currency show total labeled with the symbol of the default currency Bug 620281 - Adding reversing transaction to bill transactions creates undeleteable transactions Bug 642292 - General Ledger report - 'Primary Sort Key' value is not persistent Bug 687504 - Not possible to reset an invoice/bill counter format Bug 693342 - Print (bottom) prints to middle for 3-check pages Bug 719904 - Decide payment type only based on the account type involved Bug 720934 - Barcharts with many data points have overlapping x-axis labels Bug 722996 - Cannot add stock price on Price Editor Bug 723689 - Splash screen doesn't set the floating hint. Bug 728074 - Posting bill converts currency to itself using 0 rate Bug 728722 - Setting number format details appear wrong in Help, section 10.3.4. Counters Book Options Tab Bug 733164 - [MacOSX] Command-H Invokes Help->Help Contents Bug 742352 - Budget Summary section does not show expense totals Bug 744157 - Tip about subaccount is confusing Bug 754209 - Bills can be posted from "find bill" search results even if bill is already posted and results in extra $ posted to A/P Bug 754856 - scheduled transaction fails without warning Bug 756469 - CSV Invoice Import - Items with double quote escape not imported. Bug 760015 - guile support is automagic Bug 760529 - Get Quotes updates value just once per day Bug 760711 - Non-ASCII characters not shown in Report Name when a report is created with 2.6.12 Bug 762971 - Duplicating multiple invoices results in invoices without an ID number Bug 763111 - commodities prices editor creates hidden db entries Bug 763146 - Invalid exchange rate is recorded when entering multi-currency transaction Bug 763279 - GnuCash has empty reports in recent Gentoo builds. Some other fixes not associated with reported bugs: Various memory leaks. More multi-currency fixes related to bug 763146. Be more liberal in accepting business counter custom formats: li, lli, I64i, and whatever is defined to G_GINT_64 or PRIx64 on the system on which GnuCash is compiled. Correctly re-value splits when the transaction currency is changed. Reset the transaction currency to match the currently open account when auto-completing. Refine the MacOS X localization when the system-generated POSIX locale isn't a supported locale: Prefer the country to language when selecting an alternate locale, but still pass the original language to gettext. Check printing: extract address from invoice/bill for payment transactions. Robert Fewell has contributed changes needed to allow the 2.6 series to read files from future major versions which use GUIDs instead of names to identify matched accounts with the Bayesian import matcher. Translations Updated:Azeri, Basque, Catalan, Chinese (Simplified), Czech, Danish, Dutch, Farsi, Japanese, Kinyarwandan, Portuguese, Slovak, Serbian, Swedish, Turkish, Ukrainian. Important update notification
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin3-5/+6
2016-02-01Fix default-on libofx option.wiz2-3/+5
Bump PKGREVISION.
2016-02-01Update moneyguru to 2.9.4:wiz3-18/+48
2.9.4 (2015-12-24) Fix crash on loading files with inconsistent currencies. (#442) Fix Account Lookup up/down keys. [Linux, Windows] (#444) Fix crash on saving file to non-existing folder. (#445) 2.9.3 (2015-07-14) Fix crash on startup. [Mac] (#437) 2.9.2 (2015-07-09) Fix broken currency rates fetching. (#435) Fix broken date editing widget [Linux, Windows] (#436) 2.9.1 (2015-07-06) Fix import regression introduced in v2.9.0 (#432) Fix visual glitch in schedule panel [Linux, Windows] (#430) Fix keyboard bindings in all panels [Linux, Windows] (#433) 2.9.0 (2015-07-01) Add “+” button in the tab bar [Linux, Windows] (#424) Add API for import plugins (#420) Add Russian localization (with documentation!) (Igor Fokusov) Improve plugin system by introducing a “core plugins” concept (#429) Improve currency rates fetching by diversifying sources (#415) Improve reliability of automated tests [Windows] (#417) Optimize amount column sizes in single-currency cases [Linux, Windows] (#414) Remember panels position and size [Linux, Windows] (#364) Make Schedule Panel’s stop date field clearable (#400) Fix various UI glitches [Linux, Windows] (#418, #413, #411) Fix crash when importing empty files (#416)
2016-01-17Add two files installed with latest py-sphinx, and depend on it.wiz2-49/+52
Bump PKGREVISION.
2016-01-12Update gnucash-docs to 2.6.11:wiz3-9/+166
More German Translation work from Mechtilde Stehmann. New German illustrations from Mechtilde Stehmann. Use letter size paper only in US or C locales. The rest of the world uses metric A4 paper. The locale detection is done at configure. Clarify that creating a postponed SX will use the original date. Bug 759859 - Reconcilation does not convert transactions' currency to the main one making reconcilation impossible. Bug 760016 - 2.6.10 and master dump script error while running configure. Bug 760407 - Note account separator isn't always a colon.
2016-01-12Update gnucash to 2.6.11:wiz3-9/+12
Between 2.6.10 and 2.6.11, the following bugfixes were accomplished: Bug 680104 - Scheduled Tranaction formula not calculated when variables are mixed with constants. Bug 756335 - When importing, date selection causes exit crash. Bug 759570 - Postponing a repeating SX skips over the instance. Bug 759674 - GNUCash crashes when importing invoices or bills with delimited import. Bug 759859 - Reconcilation does not convert transactions' currency to the main one making reconcilation impossible. Bug 760052 - missing flag translatable in Custom Report. Bug 760079 - Translations comments: Remove translatable flag from placeholder labels in dialog date-close. Bug 760398 - Cancelling the creation of a duplicate bill or invoice doesn't reset the invoice number counter Some other fixes not associated with reported bugs: Add Account.AssignLots to python bindings. Allow panel that provides information about TXF categories to be adjusted by the user in the Income Tax Information dialog under Edit->Tax Report Options. Minor improvement to information provided about TXF categories in the Income Tax Information dialog under Edit->Tax Report Options. Translations Updated: German.
2016-01-06Revbump after updating graphics/libwebpadam1-1/+2
2015-12-27Update gnucash to 2.6.10:wiz3-8/+10
2.6.10 - 20 December 2015 Announcement: GnuCash 2.6.10 Release 2015-12-20 GnuCash 2.6.10 released The GnuCash development team proudly announces GnuCash 2.6.10, the tenth maintenance release in the 2.6-stable series. The following bugs are fixed: Bug 627692 - Report options, Account Selection, "select all" => not all accounts selected, only visible ones Bug 646129 - Account selection in reports: 'Select Children' doesn't actually select children if they are collapsed. Bug 662126 - Cannot create scheduled transaction for dividend reinvestment Bug 742321 - Reset temporary prefs on application startup Bug 745101 - No warning when quitting with unsaved file. When the file was first created without the New File Assistant. Bug 746155 - Reports: html-acct-table prepend-row! & prepend-col! unknown variables Fixed following the suggestions by Tony Kerns. Bug 754192 - Since Last Run Dialog asks for security price even if not needed. Bug 754533 - No Account Templates Error Patch Bug 755781 - Files with copyright but no grant of license. Bug 756335 - When importing, date selection causes exit crash Bug 756339 - Prices table not updated Bug 756720 - configure fails to find libgoffice 0.10-10 (0.10.18-1) While we can't support libgoffice 0.10 because that would require gtk3 we can improve the error message if no libgoffice 0.8.x version is found. Bug 757378 - Display the user-defined display symbol for non-currency commodities. Bug 759224 - illegal dates in stock transactions cause corrupt file. Bug 759294 - New the billing term are not saved during invoice editing. Prevent editing the terms from the invoice view. Other repairs that weren't marked as bugs in git: Revert the automatic inversion of prices whose value is less than 1.0. This corrects several regressions from 2.6.8 and 2.6.9; it proved to be to big a change for a maintenance branch and will re-appear in the next major release. Fix test failure due to trying to parse nanoseconds, which we don't actually use. Use @SHELL@ instead of hardcode /bin/sh in test shell scripts. This is a workaround for MacOS X 10.11's System Integrity Protection. Improve the revert action: Ask user confirmation and don't ask to save before reverting Have a more generic mechanism to set Save action's sensitivity and use it for Revert action as well Avoid assert in gnc_split_register_balance_trans if default_account is null. Performance improvements in the Cash Flow report. Add new account chart for Duch small businesses. Add some developer documentation. New Translations: Portugal Portuguese Updated Translations: Arabic, German
2015-12-27Add finance/py-ofxparserichard5-1/+55
ofxparse is a parser for Open Financial Exchange (.ofx) format files. OFX files are available from almost any online banking site, so they work well if you want to pull together your finances from multiple sources. Online trading accounts also provide account statements in OFX files.
2015-12-06* Restrict PHP_VERSIONS_ACCEPTED to 55 and 56 since this package usetaca1-15/+17
php-mysql. * Clean up tab/space usage.
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam2-4/+4
2015-11-22New Tryton release 3.8richard52-192/+426
http://www.tryton.org/news/index.html Major changes for the developer The progress bar widget works with float between 0 and 1 to ease usage as percentage. The rich text widget uses now a subset of HTML to allow its implementation in sao. The Many2One has a new option target_search which define the kind of query to use for dereferenced search. The options are subquery and the new join (which is the default). The join method generate a faster query in most cases. The SQL constraints use a similar syntax to python-sql. This gives more flexibility to implement backend for other databases. Trying to create/write/delete on a Model based on a table_query raises an exception instead of a silent error. The table name of a ModelSQL can be overridden with a configuration file. This allows to work around database limitations on the length of table names. The new StateReport has been added to wizards, to simplify the code of wizards that run a report. The style on reports has been removed, experience show that this feature was not used. The PostgreSQL backend manages now schema. This allows different instances of Tryton sharing the same database. The generic foreign key to create/write user on all ModelSQL has been replaced by a rule that prevent to delete users. This greatly improves scalability in some circumstances. The Property field supports now float and integer values. A subdirectory locale/override is supported for modules that override translations of other modules. Accounting The charts of account are no longer translatable. Instead we provide translated charts via a template using XSLT. The invoice doesn't set a unit price on the line. For this feature the purchase or sale module must be used. Some fields of the invoice like the note and the origin are editable after posting the invoice. Product Conversion between units no longer results in silent failures but an explicit error is risen. The volume property has been added to the products. Project The tree structure of the project and the time sheet have been separated, each object has its own one. The price list uses the same decimal precision as the product. The cost price of the employee is stored on the time sheet line for the date of the line. This allows to sum the costs of time sheet faster Purchase The state of the purchase request is now searchable. The purchase requests are generated even if the rounded quantity is zero to allow the user to still decide to purchase more. Stock Many unnecessary restrictions on the edition of move fields have been removed. The expected quantity of the inventory lines is always computed even if they are added manually. It is possible to create staging and draft moves using view locations. Those locations will have to be changed to really do the move. The inventory uses the grouping feature to create the moves. This allows to easily support the lot (or any other extra field).
2015-11-06Update finance/magento to 1.9.2.2.fhajny3-176/+76
This release fixes several vulnerabilities and security issues. See release notes for details: http://merch.docs.magento.com/ce/user_guide/magento/release-notes-ce-1.9.2.2.html The patch bundle technical notes explain how the patches affect existing installations: http://magento.com/security/patches/supee-6788-technical-details
2015-11-03Add SHA512 digests for distfiles for finance categoryagc49-49/+98
Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail.
2015-10-14Update to 2.6.9:wiz2-7/+6
Announcement: GnuCash 2.6.9 Release 2015-09-27 The GnuCash development team humbly announces GnuCash 2.6.9, the eighth maintenance release in the 2.6-stable series, a snap release to repair a serious bug on Microsoft Windows. Please take the tour of all the new features. Changes Between 2.6.8 and 2.6.9, the following bugfixes were accomplished: Bug #755920 - Crash (Freeze) when using File Save As.. in Windows OS Fix termination of the loop so that it's not dependent upon Linux paths Bug #755778 - Test failure: test-engine: duplicate test case paths. Bug #755781 - Files with copyright but no grant of license. Translations Updated: German.
2015-10-10Recursive revbump from textproc/icuryoon2-3/+4
2015-09-30Update to 2.6.8:wiz3-9/+8
2.6.8 - 27 September 2015 Announcement: GnuCash 2.6.8 Release 2015-09-27 GnuCash 2.6.8 released The GnuCash development team proudly announces GnuCash 2.6.8, the eighth maintenance release in the 2.6-stable series. The following bugs are fixed: Bug 724738 - Value in "Display Symbol" field not saved. Bug 746998 - "Months Remaining" spinbox in Loan Assistant is non-obvious. Provide a tool tip explaining what it's for. Bug 747795 - Attached file not found. MSWin only. ShellExecuteW("open") doesn't decode http escapes on file: IRIs. Bug 749077 - wrongfully invalidating any account save location/path starting with ".gnucash" Bug 752035 - Transaction Report "Filter By" Not Always Working. Bug 752204 - .gml2 files are modified during build. Since there's no real benefit to saving the files most of the time, don't, but leave the save line in, commented out, to make it easy to write new files if necessary. Bug 752879 - Finance::Quote TZ Date::Manip config variable is deprecated. Bug 753146 - free(): invalid pointer on duplicate transaction when Use Split Action Field for Number is set. Bug 754617 - Gnucash should use PKG_PROG_PKG_CONFIG Bug 754764 Budget Doxygen documentation - gnc-budget-view.c. Other repairs that weren't marked as bugs in git: Clean up deprecated Gtk functions to make eventual migration to Gtk3 easier. Improve storage of prices in the price db so that there is only one per day and a preference list determines what sources can overwrite existing prices. Prices are stored in the direction that the price is greater than one to preserve precision for large prices that would be small in the other direction. Correct the Stock, Bond, Market Index, and Mutual Fund account types to ASSET in the template accounts. STOCK and MUTUAL are not compatible with currency. Clean up some non-fatal asserts. Developer documentation improvements. Fix backend Sync errors not being reported. Restore Date::Manip as an explicit dependency in gnc-fq-update; it's required for gnc-fq-helper, not Finance::Quote. Updated Translations: Danish, Dutch, French, German
2015-08-24py-trytond-stock-supply missing from meta-pkg, as well as needed updated PLIST.richard1-1/+2
ride update
2015-08-24 Updates and additions to release 3.6richard86-72/+1214
details found here (http://www.tryton.org/posts/new-tryton-release-36.html) Major changes for the developer It is now allowed to have many times the same field in list/tree view. There is no more a datetime widget for list/tree, two columns with one widget date and one widget time should be used instead. A new field TimeDelta appears in this release to represent a duration. It replace the float_time widget which had some rounding issue. This new field is already used in the timesheet and project modules. The One2Many widget can be configured to use a Cartesian product with the selections of many values for Many2One or Reference fields. A method restore_history_before is added to ModelSQL which behaves like the existing restore_history but restore the records just before the datetime. The on_change methods have been migrated to a behaviour more consistent with the Active Record Pattern used in Tryton. Instead of returning a dictionary with the values to change, now the instance is directly changed. This allow to chain easily the on_change methods or reuse them in other methods reducing the duplication. The method save on ModelStorage is now a dualmethod which means that it can be called as usual as an instance method but also as a class method with a list of records. Saving many records at once this way improves the performance as the method will minimize the number of queries to the database and will validate the result by bunch. The Dict field received a translated method to create descriptors which translate the values or the keys like the same method on Selection field. It is now allowed to use the dotted notation in the order clause of a search. The ORM will automatically generate the needed joins. The API of the Report class has been reworked to improve the customization of the engine. The formatting methods are now more strict to prevent silent failure. The safe_eval (which was not sure to be safe) has been completely removed. In the places where the evaluated code was any way safe, the standard eval is used. For evaluated code from outside, a JSON notation is now used. Some utilities have been developed to ease the creation of JSON from XMl or in the views. A new kind of button has been added which works on non-saved record. They are quite similar to on_change but they are triggered by a click on a button instead of a change of field. Accounting A new method reverse_compute has been added to Tax which allow to compute the base amount from the taxed amount. The sign of the second currency amount is enforced to be the same as debit - credit. The analytic account management has been reworked to use a really One2Many instead of the pseudo-field. This simplification was possible thanks to the recent new features like the usage of Reference field on One2Many. Party The vat number is now stored in its compact format. Product The number of decimal for internal price calculations is now a configuration parameter price_decimal. This parameter is used everywhere to ensure consistency between all modules. Purchase/Sale Their lines support both mixed invoice type (Invoice vs Credit Note) per line when computing the invoiced quantity. Stock A new state staging is added to the move. Such state doesn't impact at all the computation of the stock level. It is used for supply on sale, to create moves in advance. Inactive products are still computed for the stock level. The computation of assigned move has been improved to take only in consideration outgoing move assigned not the incoming. This result in a less optimistic for the stock level and thus prevent to assign a move with an incoming one that is just assigned but not yet done. Forecasts are now automatically deactivated when their period is in the past. pkgsrc related updates: update to tryton-3.6.0 update to trytond-3.6.0 including UTC check patch for SunOS update trytond modules to latest 3.6 add meta-pkgs/py-tryton-platform add misc/py-trytond-party-relationship add misc/py-trytond-product-attribute add misc/py-trytond-production add misc/py-trytond-stock-inventory-location add misc/py-trytond-stock-product-location add finance/py-trytond-account-invoice-line-standalone add finance/py-trytond-account-invoice-history add finance/py-trytond-account-invoice-stock add finance/py-trytond-account-payment-clearing add finance/py-trytond-account-stock-continental add finance/py-trytond-analytic-invoice add finance/py-trytond-analytic-purchase add finance/py-trytond-analytic-sale add finance/py-trytond-product-price-list add finance/py-trytond-product-cost-fifo add finance/py-trytond-product-cost-history add finance/py-trytond-purchase add finance/py-trytond-purchase-invoice-line-standalone add finance/py-trytond-sale add finance/py-trytond-stock-supply add time/py-trytond-company-work-time
2015-08-23Update to 1.38:wiz2-7/+6
1.38 2015-08-22 13:22:56+02:00 Europe/Brussels * module updates: tiaacref, yahooJSON, FTfunds, MStaruk, USFedBonds, GoldMoney * new modules: fidelityfixed (Peter Ratzlaff), yahooYQL * removed modules: MTGox * more tests: yahoo_speed.t, tiaacref.t
2015-08-20Updated finance/magento to 1.9.2.1.fhajny3-21/+1626
1.9.2.1 - SUPEE-6482 patch bundle integrated 1.9.2 - Automated testing framework with nearly 170 automated functional tests - Addressed performance degradation with downloadable products. - Numerous performance enhancements - USPS Canadian international shipping rates are returned correctly - SUPEE-6285, SUPEE-5994, SUPEE-5344 patch bundles integrated - Additional Security Enhancements See release notes for more details: http://merch.docs.magento.com/ce/user_guide/Magento_Community_Edition_User_Guide.html#magento/release-notes-ce-1.9.2.1.html%3FTocPath%3DAppendices%7C%2520Release%2520Notes%7C_____0
2015-07-12Comment out dependencies of the stylewiz1-3/+3
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS since pkgsrc enforces the newest perl version anyway, so they should always pick perl, but sometimes (pkg_add) don't due to the design of the {,} syntax. No effective change for the above reason. Ok joerg
2015-07-12Switch from www/webkit-gtk to www/webkit24-gtk. Bump PKGREVISION.wiz1-2/+3
2015-07-01Update to 2.6.7:wiz3-8/+8
2.6.7 - 28 June 2015 GnuCash 2.6.7 released The GnuCash development team proudly announces GnuCash 2.6.7, the seventh maintenance release in the 2.6-stable series. The following bugs are fixed: 681225 - income statement displays blank base currency entries when trading account transactions are present during the report period 739271 - pt_BR translation wrong word "limpesa". Should be "limpeza" 744858 - Update exchange rate on bill only possible once per session (after unpost/repost) 746792 - process payment in foreign currency leads to broken equation 734183 - Set value to zero before calling gnc_exp_parser_parse. 746163 - Custom register colors (table rows) not recognized from .gtkrc-2.0.gnucash file 746873 - Gnucash asks sql passwords before wallet password 747812 - unset LDFLAGS when unsetting CFLAGS 747377 - Fix overly restrictive input validation for IBAN of SEPA transfer. 740955 - Correct general journal and general ledger reports to properly handle Use-Split-Action-For-Num option in File->Properties. 747300 - SQL backend missing from most recent DMG? 746977 - scm ccache files should be in pkglibdir not pkgdatadir Other repairs that weren't marked with bugs in git: Fix hidden panes in lot viewer Fix some abs() errors from new clang and gcc versions. Fix dbi driver detection on linux and similar Improve "Auto pay on posting" message Enable travis continuous integration tests on the gnucash repository Updated Translations: Azerbaijani, Basque, Catalan, Chinese (Simplified), Czech, Danish, Dutch, German, Kinyarwanda, Persian (Farsi), Portuguese, Slovak, Swedish, Turkish, Ukrainian. New Translations: Serbian
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz8-15/+16
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.