change_log 5.23 KB
Newer Older
1 2 3
2006-11-30 Kevin
* Add new ceiling salary for 2007.

4 5
2006-11-28 Kevin
* Fix "prevoyance" calculation.
6
* Add free text zone (based on description property) to add more detailled info on PaySheets.
7
* Fix new gross salary calculation on update.
8

9 10
2006-11-27 Kevin
* Make "prevoyance" payroll service accountable.
11
* Add working duration property on pay sheets.
12

13 14 15
2006-11-24 Kevin
* Add "prevoyance" payroll service and related organisation.

Kevin Deldycke's avatar
Kevin Deldycke committed
16 17 18
2006-10-27 Kevin
* Calculate yearly sums.

Kevin Deldycke's avatar
Kevin Deldycke committed
19
2006-10-26 Kevin
20
* Accounting of paysheets addendum.
21
* Show pay sheet line comments on PDF.
22
* Calculate taxable grand total on printing.
Kevin Deldycke's avatar
Kevin Deldycke committed
23
* Fix french employer rate.
24
* Fix some UI and fields name.
Kevin Deldycke's avatar
Kevin Deldycke committed
25 26 27
* Print total payment on PDF.
* Format PDF values according currency.

28 29
2006-10-25 Kevin
* Do not define base category twice.
30
* New portal types and forms dedicated to Payroll Service.
31 32
* Migration of all old service to the new Payroll Service type.
* Take care of description on preview update.
33
* Generate stable UID on listbox to prevent lines mix.
34

35
2006-10-24 Kevin
36
* So much things changed since the 0.1 version. Bump version to 0.2.
37
* Support dynamic update of gross salary calculation on pay sheet preview.
38 39
* Support addendum on paysheets.
* Update Pay Sheet PDF rendering to show addendum.
40
* Update automatic accounting of Pay Sheets to support multi gross salary lines and addendum.
41

Kevin Deldycke's avatar
Kevin Deldycke committed
42 43
2006-10-23 Kevin
* Change category structure to support additional lines beside base salary to constitute the gross salary. Now the gross salary can be composed of several lines, variable or fixed.
44
* Use Paysheet currency for precision rounding.
Kevin Deldycke's avatar
Kevin Deldycke committed
45

Kevin Deldycke's avatar
Kevin Deldycke committed
46 47 48 49
2006-10-20 Kevin
* Change matrix box rendering dynamically depending of the type of the contribution.
* Use LinesField instead of StringField to handle tax_category value, which is a list of categories.
* Do not call initializePreview anylonger. Use data from the listbox instead (much more flexible way to analyze data).
50 51 52 53 54
* Add new solidarity_day service.
* Reactivate lodging helps contribution.
* De-activate transportation contibution and add comments about how subtile is it to calculate it.
* Executive contributions (APEC) are due to march only.
* Support comments on Pay Sheet Lines (usefull for the accountant to add details about why he altered one contribution).
Kevin Deldycke's avatar
Kevin Deldycke committed
55

56
2006-10-19 Kevin
Kevin Deldycke's avatar
Kevin Deldycke committed
57 58 59 60 61 62
* Better dynamic display of PaySheet fast input.
* Pass preview line details within the line and don't try to guess the line service according its order.
* Change naming convention to make naming consistent.
* Move PaySheetTransaction_preCalculation code to PaySheetTransaction_initializePreview script.
* Move generic code of _preCalculation_l10n_fr to PaySheetTransaction_initializePreview.
* Normalize "Fixed/forfait" datas.
63
* Update french paysheet rates.
Kevin Deldycke's avatar
Kevin Deldycke committed
64
* Add comments and TODOs in scripts.
65

Kevin Deldycke's avatar
Kevin Deldycke committed
66 67
2006-10-18 Kevin
* Add new french payroll services.
68
* Do not display base and rate for "forfait" services.
Kevin Deldycke's avatar
Kevin Deldycke committed
69

70
2006-10-17 Kevin
71 72 73
* Add Pay Sheet Transaction as default sub type in Accounting Module.
* Use new InvoiceTransaction_something scripts instead of SaleInvoiceTransaction_something.
* Don't show pay sheet calculation fast input action in states other than 'draft'.
74

75 76 77 78
2006-09-07 Kevin
* Add "Réduction Fillon" service and line.
* Include unit/time/month category to describe social contributions.

79 80 81
2006-09-01 Kevin
* Allow people who started to work within the current year to appear in the employee list returned by Organisation_getEmployeeList.

82 83 84
2006-08-23 Kevin
* Fix bad comparison on pre_calculation.

85 86 87
2006-08-18 Kevin
* French payroll rate updated.

88 89 90
2006-07-25 jerome
* put services in a dedicated module, payroll_service_module

91 92 93
2006-07-06 Kevin
* Fix Organisation_getEmployeeList to handle non-defined grade on employees.

94 95 96
2006-06-29 jerome
* fix matrix box in PaySheetLine_viewQuantity

Kevin Deldycke's avatar
Kevin Deldycke committed
97 98 99
2006-06-19 Kevin
* Fix wrong paysheet month.

100 101 102
2006-06-15 Kevin
* Add a new fast input to create a bunch of paysheets.

103 104 105 106
2006-06-14 Kevin
* Payroll report system is now fully translatable.
* Update version number.

107 108 109
2006-06-13 Kevin
* Add a very alpha version of the Payroll report.

Kevin Deldycke's avatar
Kevin Deldycke committed
110 111 112 113
2006-06-12 Kevin
* Update maintainer list.
* Re-order tabs thanks to priorities.

Kevin Deldycke's avatar
Kevin Deldycke committed
114 115
2006-04-18 Kevin
* Respect Naming Conventions.
Kevin Deldycke's avatar
Kevin Deldycke committed
116
* Fix the applied rule.
Kevin Deldycke's avatar
Kevin Deldycke committed
117

Kevin Deldycke's avatar
Kevin Deldycke committed
118 119 120
2006-04-14 Kevin
* Update with 2006-stuff.

121 122 123 124
2006-04-05 Kevin
* Add some python scripts that are helpfull when debugging payroll.
* Update PaySheetTransaction_viewAccountingLineList.

Kevin Deldycke's avatar
Kevin Deldycke committed
125 126 127 128 129 130 131
2006-02-27 Kevin
* Update AccountingTransactionModule_viewAnnualSalaryReport to show more paysheet conflicts by default.
* Add AccountingModule_checkPaySheetConsistency, a usefull, but dirty, script to track bad destination and destination_section on Pay Sheet Lines.

2006-02-24 Kevin
* Update PaySheetTransaction_viewAccountingLineList form.

132 133 134 135 136
2006-02-15 Kevin
* Add an Annual Report generator (must be refactored and cleaned up).
* Update dependencies.
* Update description to reflect the actual status of this business template.
* Assign Paysheet Transaction portal type to 'accounting_transaction' group (thanks to Bartek).
Aurel's avatar
Aurel committed
137

138 139
2006-02-06 Kevin
* Update license and copyright metadata.
Aurel's avatar
Aurel committed
140

141 142 143 144 145 146 147
2005-09-15 Kevin
* Little update of career-related accessor calls to follow changes on Person module.

2005-07-23 Kevin
* PaySheetTransaction_preCalculation() now handle ceiling salary year safely.

2005-07-07 Jérome
148
* Rename service to service_module.