change_log 2.65 KB
Newer Older
Fabien Morin's avatar
Fabien Morin committed
1 2 3
2009-06-10 fabien
* Payroll Service is now replaced by Service

Yusei Tahara's avatar
Yusei Tahara committed
4 5 6
2009-05-18 yusei
* Fix some proxy fields. count_method should not be inherited from template field and proxy_listbox_ids had to be copied to new proxified fields but it was not copied.

Yusei Tahara's avatar
Yusei Tahara committed
7 8 9 10 11
2009-05-11 yusei
* Bump up the version.
* Simplify field libraries and proxy fields. Old field libraries are kept for backward compatibility.
* Update dependencies.

Fabien Morin's avatar
Fabien Morin committed
12 13 14 15
2009-03-16 fabien
* add a field version on Pay Sheet Model
* use new methods from PaySheetModel class

Fabien Morin's avatar
Fabien Morin committed
16 17 18 19 20 21
2009-03-10 fabien
* fix some minor problems
* add a default action on Pay Sheet Transaction portal type to be able to print a Payslip
* add AsODT and AsODTStyles files
* increment version number because of the new style of the payslip

Fabien Morin's avatar
Fabien Morin committed
22 23 24
2009-02-26 fabien
* update PaySheetTransaction_view and PaySheetModel_view to display payment_condition_payment_date only if cutom payment_condition_trade_date is selected.

Fabien Morin's avatar
Fabien Morin committed
25 26 27
2009-02-04 fabien
* when a specialise model is defined on a paysheet, apply it automatically
* rewrite the apply model script
Fabien Morin's avatar
Fabien Morin committed
28
* add some proxy listbox ids
Fabien Morin's avatar
Fabien Morin committed
29

Fabien Morin's avatar
Fabien Morin committed
30 31 32
2009-01-28 fabien
* remove some unused script and refeactor some very similar scripts in a generic one

Fabien Morin's avatar
Fabien Morin committed
33 34 35 36 37
2009-01-21 fabien
* remove unused field base_amount_list
* change error messages in PaySheetTransaction_checkParameters to be consistant with other translations
* translate a message in PaySheetModelLine_asCellRange

38 39 40
2009-01-16 fabien
* add a checkbox on Pay Sheet Model Line to create or not the related Pay Sheet Line

Fabien Morin's avatar
Fabien Morin committed
41 42
2009-01-15 fabien
* update bt format
43
* change the related key because of the changes of uses of base_amount
44
* Add base_application_list and base_contribution_list fields on PaySheetModelLine_view and remove base_amount on PaySheetModelLine and Payroll services
Fabien Morin's avatar
Fabien Morin committed
45

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
46 47 48 49
2008-09-16 Kazuhiko
* revise pay_sheet_transaction_builder using new API.
* use  delivery_causality_workflow instead of invoice_causality_workflow in Pay Sheet Transaction.

Yusei Tahara's avatar
Yusei Tahara committed
50 51 52
2008-09-04 yusei
* Update English messages.

Yusei Tahara's avatar
Yusei Tahara committed
53 54 55
2008-08-28 yusei
* Use Base_translateString or translateString instead of N_ for translation message.

56 57 58
2008-06-10 jerome
* Add Payroll Taxes Report

Jérome Perrin's avatar
Jérome Perrin committed
59 60 61
2008-06-06 jerome
* Merge skin folders to have only erp5_payroll

Jérome Perrin's avatar
Jérome Perrin committed
62 63 64
2008-03-06 jerome
* API change: PaySheetTransaction_getMovementList was returning the total price as "xxx_quantity" on brains. It now returns quantity, price and total_price respectivly.

Fabien Morin's avatar
Fabien Morin committed
65 66 67
2008-02-14 fabien
* correct some script : context was used instead paysheet, so results were wrong

Fabien Morin's avatar
Fabien Morin committed
68 69 70
2008-01-24 fabien
* set version number to 2.1 : this bt is the second version of payroll.

71 72 73 74 75
2007-10-16 fabien
* add Pay Sheet Model | Pay Sheet Model Ratio Line in allowed content type

2007-10-12 fabien
* Initial revision