summaryrefslogtreecommitdiff
path: root/finance/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-03-16formatjnemeth1-2/+2
2017-03-15A Python library for accessing the Quickbooks API.darcy1-1/+2
2017-02-18Import ledger 3.1.1 from wip, with some tweaks as 3.1.1nb1.riastradh1-1/+2
- Fill text in DESCR. - Use lang/python/tool.mk explicitly. - Add options.mk for python option. (Other extensions TBD.) - Patch a misuse of editline.
2016-12-08sortjnemeth1-2/+2
2016-12-05finance: Hook in py-tryond-stock-supply-day (missing)marino1-1/+2
I can only catch the disintegration one entry at a time. They are coming from meta-pkgs/py-tryton-platform
2016-12-05finance: Hook in py-tryond-account-dunning-letter properlymarino1-2/+2
2016-12-04It's time to make Tryton great again. This update is YUGE. There are 71rodent1-1/+33
new packages. Most of which are the remaining modules of the Tryton platform which weren't packaged. The others are dependencies of the new modules. This was tested on FreeBSD and is based in large part on Richard Palo's (richard@) work. This is the most recent release of the Tryton platform, version 4.2. There's a very large list of changes from the 3.8 series we have in pkgsrc. If you're interested, those functional changes can be found here: http://www.tryton.org/posts/new-tryton-release-42.html http://www.tryton.org/posts/new-tryton-release-40.html
2015-12-27Add finance/py-ofxparserichard1-1/+2
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-08-24 Updates and additions to release 3.6richard1-1/+16
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
2014-12-12Add magentofhajny1-1/+2
2014-09-10Add Tryton module analytic_account as finance/py-trytond-analytic-accountrichard1-1/+2
Update by consequence devel/py-trytond/Makefile.common
2014-06-25Update trytond modules using py-trytond/Makefile.common while addingrichard1-1/+6
new leaf modules: py-trytond-account-asset py-trytond-account-payment py-trytond-account-payment-sepa py-trytond-account-statement py-trytond-bank ok wiz@
2014-05-15import finance/py-trytond-account-frrichard1-1/+2
2014-05-08+py-python-bitcoinlibrodent1-1/+2
2014-02-20+py-striperodent1-1/+2
2014-02-01+py-trytond-account-invoicerodent1-1/+2
2014-02-01+py-trytond-account-productrodent1-1/+2
2014-02-01+py-trytond-accountrodent1-1/+2
2014-02-01+py-trytond-currencyrodent1-1/+2
2013-07-20Python module to validate VAT numbers. VAT means "Value Added Tax".richard1-1/+2
2012-10-27+ moneyguru.wiz1-1/+2
2011-06-19Add and enable ruby-braintree.taca1-1/+2
2011-03-04Add tex-euro{,-doc}.minskim1-1/+3
2008-10-25Added finance/p5-Algorithm-LUHN version 1.00abs1-1/+2
2008-06-23+p5-Locale-Currency-Formatabs1-1/+2
2008-06-23+p5-Finance-Currency-Convert-WebserviceXabs1-1/+2
2008-06-23+p5-Data-Currencyabs1-1/+2
2008-04-04Add and enable new ruby-* packages.jlam1-1/+2
2007-08-13Added mk/misc/category.mk, which contains the definitions that are onlyrillig1-2/+2
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is also relevant for the top-level directory. Adjusted the category Makefiles.
2007-07-19Remove gnucash-current -- merged into gnucash.wiz1-2/+1
2007-05-13+ gnucash-current.wiz1-1/+2
2007-05-13Remove some GNOME1 packages that are unmaintained upstream and/or inwiz1-2/+1
pkgsrc, in preparation for gnome1-libs removal(*). There was no feedback for keeping these packages after my HEADS UP mail to pkgsrc-users a week ago. (*) More to come before that can happen, though.
2007-04-01Remove gkrellm1 and its dependencies from pkgsrc.wiz1-2/+1
This has been replaced ages ago with gkrellm version 2. No disagreement on pkgsrc-users.
2006-07-11Remove gnucash-devel, add gnucash-gtk1.wiz1-2/+2
2006-02-10Add and enable gnucash-devel.wiz1-1/+2
2006-02-05Add and enable libofx.wiz1-1/+2
2005-10-19Complete move of p5-finance-quote to p5-Finance-Quote.wiz1-2/+2
2005-07-23Remove some obsolete packages using gnome[1]-libs.wiz1-3/+1
List posted to tech-pkg by jmmv on June 15, no negative comments.
2004-10-23Added gnucash-docs-1.8.4 - documentation for GnuCash, personal double-entryjdolecek1-1/+2
accounting program
2004-02-24Enable gkrellm1-stock.cube1-1/+2
2003-05-08Add & enable kmymoney2.uebayasi1-1/+2
2001-10-30Added gkrellm-stock and p5-finance-quotedamon1-1/+3
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-8/+10
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.)
2000-12-13Move gnofin from misc to finance.wiz1-1/+2
2000-12-12Unify Makefiles -- mostly headers: remove FreeBSD Ids.wiz1-1/+2
Consistent 4 character indentation of SUBDIR entries.
2000-12-11Moved misc/emma, misc/gnucash, misc/tclticker, misc/xfinans, misc/xinvest,wiz1-0/+10
and x11/xquote to new finance category; only change is addition of 'finance' to CATEGORIES in the Makefiles.