Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
erp5
Commits
3a5fe122
Commit
3a5fe122
authored
Jun 06, 2018
by
Nicolas Wavrant
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_payroll_l10n_fr: declare dates on trainee's invidual contributions
parent
92bfec97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
bt5/erp5_payroll_l10n_fr/SkinTemplateItem/portal_skins/erp5_payroll_l10n_fr/PaySheetTransaction_getSocialContributionDict.py
..._l10n_fr/PaySheetTransaction_getSocialContributionDict.py
+4
-4
No files found.
bt5/erp5_payroll_l10n_fr/SkinTemplateItem/portal_skins/erp5_payroll_l10n_fr/PaySheetTransaction_getSocialContributionDict.py
View file @
3a5fe122
...
@@ -215,15 +215,15 @@ for movement in context.PaySheetTransaction_getMovementList():
...
@@ -215,15 +215,15 @@ for movement in context.PaySheetTransaction_getMovementList():
trainee_bonus
=
movement
.
base
trainee_bonus
=
movement
.
base
result
[
'taxable_base'
][(
'02'
,
''
)]
=
{
result
[
'taxable_base'
][(
'02'
,
''
)]
=
{
'code'
:
'02'
,
'code'
:
'02'
,
'start_date'
:
''
,
'start_date'
:
movement
.
getStartDate
()
,
'stop_date'
:
''
,
'stop_date'
:
movement
.
getStopDate
()
,
'base'
:
0.
,
'base'
:
0.
,
'contract_id'
:
''
'contract_id'
:
''
}
}
result
[
'taxable_base'
][(
'03'
,
''
)]
=
{
result
[
'taxable_base'
][(
'03'
,
''
)]
=
{
'code'
:
'03'
,
'code'
:
'03'
,
'start_date'
:
''
,
'start_date'
:
movement
.
getStartDate
()
,
'stop_date'
:
''
,
'stop_date'
:
movement
.
getStopDate
()
,
'base'
:
0.
,
'base'
:
0.
,
'contract_id'
:
''
'contract_id'
:
''
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment