Commit graph

153 commits

Author SHA1 Message Date
taca
33493b403b Add and enable ruby-tzinfo-data. 2016-01-03 10:04:17 +00:00
taca
b46afb923b Add and enable ruby-tzinfo03. 2016-01-03 05:09:28 +00:00
fhajny
995371eb3c Add time/py-rfc3339 2015-12-01 08:38:11 +00:00
jnemeth
fdc57c6fda sort 2015-08-27 09:49:43 +00:00
richard
b86d646729 Updates and additions to release 3.6
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-24 14:49:41 +00:00
asau
d17baa6485 + projectlibre 2015-07-21 23:35:41 +00:00
rodent
447d3eaaf5 +py-isodate - packaged originally in pkgsrc-wip by kamelderouiche@yahoo.com 2015-04-19 21:29:17 +00:00
taca
b3a612cf1a Add and enable ruby-hitimes and ruby-timers. 2015-03-13 13:29:00 +00:00
wiz
7343afad9e + py-tzlocal. 2015-02-04 11:43:46 +00:00
bouyer
e126b659da Add php-mrbs 2015-01-31 12:23:40 +00:00
obache
ab30ebb61b Remove time/py-dateutil2, time/dateutil is newer than this package
and support both py2x and py3x.
2014-12-14 02:39:36 +00:00
mef
bed5171678 Removing p5-Net-Google-Calendar
https://rt.cpan.org/Public/Bug/Display.html?id=100421 tells
  this library no longer works as it uses the Calendar v2 API which
  Google discontinued today.
Thanks wiz@ for the information.
2014-12-04 10:40:06 +00:00
szptvlfn
ded435ae8b + hs-timezone-olson
+ hs-timezone-series
2014-11-24 21:25:36 +00:00
wen
a4825b17dd Add p5-Test-Time 2014-11-03 02:13:22 +00:00
cheusov
4b2f0c9d12 += py-jdcal 2014-10-25 22:33:33 +00:00
wiz
69cfb3fcff + py-vdirsyncer 2014-08-18 09:49:00 +00:00
wiz
b920afaafb + fet. 2014-08-07 21:59:22 +00:00
wiz
6b06e20c8f + khal. 2014-07-22 17:09:02 +00:00
rodent
97ba9623c4 +py-arrow - packaged originally in -wip by kamelderouiche@yahoo.com. 2014-06-14 14:14:51 +00:00
wiz
0fa417db30 + py-iso8601. 2014-03-31 08:10:17 +00:00
rodent
5d5590edaa +py-trytond-calendar 2014-02-01 20:13:28 +00:00
rodent
64fbe05d9d +py-goocalendar 2014-01-30 03:38:12 +00:00
wiz
a628341772 + py-dateutil2 2014-01-16 10:26:16 +00:00
jnemeth
49db1ff5b1 sort 2014-01-09 22:10:48 +00:00
ryoon
18db6237d5 Add p5-Date-Extract 2014-01-01 03:20:20 +00:00
khorben
85fdc1d9a7 Added time/wmitime 2013-11-06 00:35:53 +00:00
wiz
0a91ef18a0 + dateutils 2013-10-21 15:05:33 +00:00
rodent
691fd50466 +libgcal; Set MAINTAINER=me. 2013-07-02 11:39:17 +00:00
rodent
40a6031639 +oclock +xclock (moved from x11/) 2013-05-27 10:52:14 +00:00
jakllsch
ebfdfb843c obliterate addition of time/py-radicale, it already existed as net/Radicale 2013-01-22 15:02:44 +00:00
jakllsch
8b87e0b95b +py-radicale 2013-01-22 04:10:04 +00:00
khorben
992e488d55 Added time/deforaos-todo (version 0.1.2) 2012-12-17 02:05:48 +00:00
markd
7dc65faa0e add ktimer 2012-03-20 06:18:32 +00:00
ryoon
c2985ab136 Add abclock 2011-11-08 10:50:35 +00:00
cheusov
9c40f8af2a add heirloom packages, oked by sponsors 2011-05-28 08:23:36 +00:00
obache
6c15ae016b + p5-Date-ICal 2011-05-19 04:19:36 +00:00
dmcmahill
ddc807553a add and enable several perl modules needed to support databases/koha. PR pkg/43929 2011-05-18 02:23:22 +00:00
wiz
812580e19a + p5-Net-Google-Calendar. 2010-10-19 12:06:43 +00:00
sno
52586bff47 Added time/p5-Convert-NLS_DATE_FORMAT and time/p5-DateTime-Format-Oracle 2010-09-07 05:52:36 +00:00
abs
bacb0bb9dc +p5-Time-Elapsed 2010-05-16 12:27:19 +00:00
tnn
42be402c29 sunbird is deprecated by thunderbird w/ lightning extension. 2010-04-21 16:52:27 +00:00
markd
5e47af325e Add rsibreak-kde3 2010-04-10 22:11:33 +00:00
taca
f2373b0fa5 Add and enable php-calendar. 2010-03-16 15:18:01 +00:00
wiz
dff724c1e5 + xtide. 2010-03-14 16:39:53 +00:00
sno
50fd25aa22 Added time/p5-DateTime-TimeZone-HPUX version 1.04 2010-03-08 16:29:14 +00:00
sborrill
6f81997ca9 Add wmzcalock 2010-01-16 14:41:03 +00:00
wiz
eee6c37173 + rem2ics. 2009-12-07 01:29:42 +00:00
sno
d2fc404c05 Added time/p5-MooseX-Types-DateTimeX version 0.06 2009-09-20 10:47:19 +00:00
sno
99774f0804 Added time/p5-MooseX-Types-DateTime-ButMaintained version 0.09 2009-09-20 10:36:34 +00:00
sno
73ef9df901 Added time/p5-Olson-Abbreviations version 0.02 2009-09-20 10:27:49 +00:00