change_log 2.45 KB
Newer Older
Kevin Deldycke's avatar
Kevin Deldycke committed
1 2 3
2006-10-18 Kevin
* Add new french payroll services.

4
2006-10-17 Kevin
5 6 7
* 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'.
8

9 10 11 12
2006-09-07 Kevin
* Add "Réduction Fillon" service and line.
* Include unit/time/month category to describe social contributions.

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

16 17 18
2006-08-23 Kevin
* Fix bad comparison on pre_calculation.

19 20 21
2006-08-18 Kevin
* French payroll rate updated.

22 23 24
2006-07-25 jerome
* put services in a dedicated module, payroll_service_module

25 26 27
2006-07-06 Kevin
* Fix Organisation_getEmployeeList to handle non-defined grade on employees.

28 29 30
2006-06-29 jerome
* fix matrix box in PaySheetLine_viewQuantity

Kevin Deldycke's avatar
Kevin Deldycke committed
31 32 33
2006-06-19 Kevin
* Fix wrong paysheet month.

34 35 36
2006-06-15 Kevin
* Add a new fast input to create a bunch of paysheets.

37 38 39 40
2006-06-14 Kevin
* Payroll report system is now fully translatable.
* Update version number.

41 42 43
2006-06-13 Kevin
* Add a very alpha version of the Payroll report.

Kevin Deldycke's avatar
Kevin Deldycke committed
44 45 46 47
2006-06-12 Kevin
* Update maintainer list.
* Re-order tabs thanks to priorities.

Kevin Deldycke's avatar
Kevin Deldycke committed
48 49
2006-04-18 Kevin
* Respect Naming Conventions.
Kevin Deldycke's avatar
Kevin Deldycke committed
50
* Fix the applied rule.
Kevin Deldycke's avatar
Kevin Deldycke committed
51

Kevin Deldycke's avatar
Kevin Deldycke committed
52 53 54
2006-04-14 Kevin
* Update with 2006-stuff.

55 56 57 58
2006-04-05 Kevin
* Add some python scripts that are helpfull when debugging payroll.
* Update PaySheetTransaction_viewAccountingLineList.

Kevin Deldycke's avatar
Kevin Deldycke committed
59 60 61 62 63 64 65
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.

66 67 68 69 70
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
71

72 73
2006-02-06 Kevin
* Update license and copyright metadata.
Aurel's avatar
Aurel committed
74

75 76 77 78 79 80 81
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
82
* Rename service to service_module.