[Lohnrechner-commits] r62 - trunk
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Apr 25 17:34:07 CEST 2006
Author: wilde
Date: 2006-04-25 17:34:07 +0200 (Tue, 25 Apr 2006)
New Revision: 62
Modified:
trunk/lohnrechner.py
Log:
Fix: Neue Beitragsbemessungsgrenzen f?\195?\188r 2006.
Modified: trunk/lohnrechner.py
===================================================================
--- trunk/lohnrechner.py 2006-03-24 11:31:44 UTC (rev 61)
+++ trunk/lohnrechner.py 2006-04-25 15:34:07 UTC (rev 62)
@@ -293,8 +293,8 @@
self.RVsatz = 0.195 / 2
# PVsatz ist in self.laender definiert!
self.PVkinderlose = 0.0025
- self.BMG1 = 3525
- self.BMG2 = 5200
+ self.BMG1 = 3562.5
+ self.BMG2 = 5250
def SetKV(self, value):
assert value >= 0.0 and value <= 100.0, \
More information about the Lohnrechner-commits
mailing list