change_log 1.91 KB
Newer Older
Fabien Morin's avatar
Fabien Morin committed
1 2 3
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
4 5 6
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
7
* add some proxy listbox ids
Fabien Morin's avatar
Fabien Morin committed
8

Fabien Morin's avatar
Fabien Morin committed
9 10 11
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
12 13 14 15 16
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

17 18 19
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
20 21
2009-01-15 fabien
* update bt format
22
* change the related key because of the changes of uses of base_amount
23
* 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
24

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
25 26 27 28
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
29 30 31
2008-09-04 yusei
* Update English messages.

Yusei Tahara's avatar
Yusei Tahara committed
32 33 34
2008-08-28 yusei
* Use Base_translateString or translateString instead of N_ for translation message.

35 36 37
2008-06-10 jerome
* Add Payroll Taxes Report

Jérome Perrin's avatar
Jérome Perrin committed
38 39 40
2008-06-06 jerome
* Merge skin folders to have only erp5_payroll

Jérome Perrin's avatar
Jérome Perrin committed
41 42 43
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
44 45 46
2008-02-14 fabien
* correct some script : context was used instead paysheet, so results were wrong

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

50 51 52 53 54
2007-10-16 fabien
* add Pay Sheet Model | Pay Sheet Model Ratio Line in allowed content type

2007-10-12 fabien
* Initial revision