projets
/
auf_rh_dae.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
#2761 rémunération en cours : calculé avec régime de travail
[auf_rh_dae.git]
/
project
/
rh
/
models.py
diff --git
a/project/rh/models.py
b/project/rh/models.py
index
3437b87
..
33b6b61
100644
(file)
--- a/
project/rh/models.py
+++ b/
project/rh/models.py
@@
-763,6
+763,9
@@
class Remuneration_(RemunerationMixin):
def montant_mois(self):
return round(self.montant / 12, 2)
def montant_mois(self):
return round(self.montant / 12, 2)
+ def montant_avec_regime(self):
+ return round(self.montant * (self.dossier.regime_travail/100), 2)
+
def taux_devise(self):
if self.devise.code == "EUR":
return 1
def taux_devise(self):
if self.devise.code == "EUR":
return 1