changeset 6f3b13706b41 in modules/commission:default
details:
https://hg.tryton.org/modules/commission?cmd=changeset&node=6f3b13706b41
description:
Publish changelog in the documentation
issue11805
review431781003
diffstat:
CHANGELOG | 15 +++++++++++++++
doc/index.rst | 1 +
doc/releases.rst | 7 +++++++
3 files changed, 23 insertions(+), 0 deletions(-)
diffs (100 lines):
diff -r 6efe854cf930 -r 6f3b13706b41 CHANGELOG
--- a/CHANGELOG Sun Oct 16 14:14:10 2022 +0200
+++ b/CHANGELOG Thu Oct 27 13:24:21 2022 +0200
@@ -2,62 +2,77 @@
* Include commission to stock margin report
Version 6.4.0 - 2022-05-02
+--------------------------
* Bug fixes (see mercurial logs for details)
* Add support for Python 3.10
* Remove support for Python 3.6
Version 6.2.0 - 2021-11-01
+--------------------------
* Bug fixes (see mercurial logs for details)
* Allow creating commission invoices for specific agents
* Add reporting
Version 6.0.0 - 2021-05-03
+--------------------------
* Bug fixes (see mercurial logs for details)
* Use the invoice date or payment date for commission date
Version 5.8.0 - 2020-11-02
+--------------------------
* Bug fixes (see mercurial logs for details)
* Remove support for Python 3.5
* Add with agent option to credit invoice
* Add employee on agent selection
Version 5.6.0 - 2020-05-04
+--------------------------
* Bug fixes (see mercurial logs for details)
* Add Agent selection
Version 5.4.0 - 2019-11-04
+--------------------------
* Bug fixes (see mercurial logs for details)
Version 5.2.0 - 2019-05-06
+--------------------------
* Bug fixes (see mercurial logs for details)
Version 5.0.0 - 2018-10-01
+--------------------------
* Bug fixes (see mercurial logs for details)
* Remove support for Python 2.7
Version 4.8.0 - 2018-04-23
+--------------------------
* Bug fixes (see mercurial logs for details)
* Check pending commission to erase party
* Match also with parent categories
Version 4.6.0 - 2017-10-30
+--------------------------
* Bug fixes (see mercurial logs for details)
* Don't match product and category lines when product is empty
Version 4.4.0 - 2017-05-01
+--------------------------
* Bug fixes (see mercurial logs for details)
* Add category as plan matching criteria
Version 4.2.0 - 2016-11-28
+--------------------------
* Bug fixes (see mercurial logs for details)
Version 4.0.0 - 2016-05-02
+--------------------------
* Bug fixes (see mercurial logs for details)
* Add Python3 support
Version 3.8.0 - 2015-11-02
+--------------------------
* Bug fixes (see mercurial logs for details)
* Rename default_principal property into principal
Version 3.6.0 - 2015-04-20
+--------------------------
* Initial release
diff -r 6efe854cf930 -r 6f3b13706b41 doc/index.rst
--- a/doc/index.rst Sun Oct 16 14:14:10 2022 +0200
+++ b/doc/index.rst Thu Oct 27 13:24:21 2022 +0200
@@ -11,3 +11,4 @@
usage
design
+ releases
diff -r 6efe854cf930 -r 6f3b13706b41 doc/releases.rst
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/releases.rst Thu Oct 27 13:24:21 2022 +0200
@@ -0,0 +1,7 @@
+.. _releases-index:
+
+=============
+Release notes
+=============
+
+.. include:: ../CHANGELOG