-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
92 lines (66 loc) · 2.49 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
Version 0.31.0 - 2024-04-26
* Update 303 fields with the new taxes 2% and 7,5% and they surcharges.
* Update 303 with the new "Rectificativa" fields.
Version 0.30.2 - 2024-04-26
* Fix 115 Number fields. Need to align right and add '0' to left
*
Version 0.30.1 - 2024-04-26
* Fix 349 ammendement relation fiscal year and period
Version 0.30.0 - 2023-10-28
* Add 2 new AEAT report models: 111 and 115
Version 0.27.2 - 2022-04-09
* Update model 349 based on documentation from AEAT
Version 0.27.1 - 2021-02-12
* Fix compiled file
Version 0.27 - 2021-02-12
* Update model 303 with news postions on pages 3 and 4
Version 0.25 - 2021-02-12
* Update model 303 with new "pages" and with important postions moves
Version 0.24 - 2018-01-20
* FIX imports and reader of 340 report
Version 0.23 - 2017-03-01
* FIX 303 report
* Replace banknumber with python-stdnum
Version 0.22 - 2016-09-06
* Manage None values on fields
Version 0.21 - 2016-08-09
* Add python 3 support
Version 0.20 - 2016-05-10
* Add support for AEAT 182 Model
Version 0.19 - 2016-03-17
* CSB 43 - Bank office is null + Concept Bank are characters
* Fix intracommunitary record for 340 report
Version 0.18 - 2016-01-21
* Raise RetrofixException instead of BaseException or Exception
* Inherit RetrofixException from Exception to follow documentation guidelines
Version 0.17 - 2016-01-14
* Fix length of 'total' field of Presenter Header record of 340
Version 0.16 - 2015-12-21
* Fix invalid configuration of aeat340 records
Version 0.15 - 2015-12-18
* Add missing fields in aeat340 records
Version 0.14 - 2015-12-10
* Fix amount position of PROPERTY_RECORD of aeat347
* Put a white space in sign position for values in 347 and 340
Version 0.13 - 2015-10-21
* Allow to build doc using 'python setup.py build_sphinx'
Version 0.12 - 2015-10-21
* Add C57
* Add new boolean format with '1' and whitespace
* Allow to run tests with 'python setup.py test'
Version 0.11 - 2015-10-07
* Fill char fields with spaces is it's length is less than the expected
Version 0.10 - 2015-09-28
* Update 303 model
Version 0.9 - 2015-02-12
* Added fields community_vat, cash_vat_operation, tax_person_operation,
related_goods_operation and cash_vat_criteria according with modifications made
by Order HAP/1732/2014, of september 24th, B.O.E. 234 of september 26th of 2014
Version 0.8 - 2014-09-23
* Cut char fields if value is longer than size
* Adapt to new changes in model CSB303
Version 0.7 - 2014-02-27
Version 0.2 - 2013-11-15
* CSB43 fixes
Version 0.1 - 2013-09-24
* Initial release