forked from coopengo/account_statement
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
126 lines (99 loc) · 3.76 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
Version 6.4.0 - 2022-05-02
* Bug fixes (see mercurial logs for details)
* Use reference field for statement line relation
* Create default statement journal
* 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 statement journals to be deactivated
Version 6.0.0 - 2021-05-03
* Bug fixes (see mercurial logs for details)
* Warn user when posting a statement with cancelled or paid invoices
* Fill move line's origin with statement line
Version 5.8.0 - 2020-11-02
* Bug fixes (see mercurial logs for details)
* Remove support for Python 3.5
* Rename statement state from cancel to cancelled
Version 5.6.0 - 2020-05-04
* Bug fixes (see mercurial logs for details)
* Prevent posting move from statement that is not posted
Version 5.4.0 - 2019-11-04
* Bug fixes (see mercurial logs for details)
* Require fresh session to post a statement
Version 5.2.0 - 2019-05-06
* Bug fixes (see mercurial logs for details)
* Use invoice amount to pay as line amount when creating lines from origins
* Rename Origin field informations to information
Version 5.0.0 - 2018-10-01
* Bug fixes (see mercurial logs for details)
* Use single account for statement journal
* Remove support for Python 2.7
Version 4.8.0 - 2018-04-23
* Bug fixes (see mercurial logs for details)
* Do not check amount to pay when reconcile move lines
* Remove line split by invoice in non company currency
* Use new API for Line.reconcile
* Add button to reconcile statement
Version 4.6.0 - 2017-10-30
* Bug fixes (see mercurial logs for details)
* Add generic wizard to import statement from files
* Add statement origins
* Unreconcile lines when cancelling statement
Version 4.4.0 - 2017-05-01
* Bug fixes (see mercurial logs for details)
* Add statement line number as move description
* Set description on statement account line if unique
Version 4.2.0 - 2016-11-28
* Bug fixes (see mercurial logs for details)
* Manage readonly state on Statement Line
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)
* Remove states on statement's date
Version 3.6.0 - 2015-04-20
* Bug fixes (see mercurial logs for details)
* Add support for PyPy
* Add line group model
* Create Move by grouped lines (number, date, party)
Version 3.4.0 - 2014-10-20
* Bug fixes (see mercurial logs for details)
* Add different validation type on journal
* Add explicit name on statement
* Add report to statement
* Add number and sequence on statement line
* Switch journal debit/credit account usage
Version 3.2.0 - 2014-04-21
* Bug fixes (see mercurial logs for details)
* Append new line under the original one
* Prevent usage of paid invoice in draft statements
Version 3.0.0 - 2013-10-21
* Bug fixes (see mercurial logs for details)
* Allow to use invoice to fill party and account on statement line
* Replace move_lines by a relate
Version 2.8.0 - 2013-04-22
* Bug fixes (see mercurial logs for details)
Version 2.6.0 - 2012-10-22
* Bug fixes (see mercurial logs for details)
* Allow to use credit note on statement line
Version 2.4.0 - 2012-04-23
* Bug fixes (see mercurial logs for details)
* Don't deactivate payment wizard on invoice
Version 2.2.0 - 2011-10-24
* Bug fixes (see mercurial logs for details)
Version 2.0.0 - 2011-04-27
* Bug fixes (see mercurial logs for details)
* Add company on statement
Version 1.8.0 - 2010-11-01
* Bug fixes (see mercurial logs for details)
Version 1.6.0 - 2010-05-13
* Bug fixes (see mercurial logs for details)
Version 1.4.0 - 2009-10-19
* Bug fixes (see mercurial logs for details)
* Fix digits of start and end balance
Version 1.2.0 - 2009-04-20
* Bug fixes (see mercurial logs for details)
Version 1.0.0 - 2009-05-01
* Initial release