Commit 96234e63 authored by Fabien Morin's avatar Fabien Morin

add warning and todo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18336 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2ee64dca
......@@ -29,16 +29,20 @@
Tests paysheet creation using paysheet model.
TODO:
- review naming of new methods
- in the test test_04_paySheetCalculation, add sub_object (annotation_line,
ratio_line and payment conditioni), and verify that before the script
'PaySheetTransaction_applyModel' is called, subobjects are not in the
paysheet, and after that there are copied in.
- use ratio settings and test it (there is a method getRatioQuantityList, see
the file Document/PaySheetModelLine.py)
the file Document/PaySheetTransaction.py)
- test with bonus which participate on the base_salary and see if the
contribution are applied on the real base_salary or on the base_salary + bonus
(it should).
WARNING:
- current API naming may change although model should be stable.
"""
from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment