Parent Directory
|
Revision Log
|
Patch
revision 37 by wilde, Wed Jul 20 14:18:07 2005 UTC | revision 38 by wilde, Tue Aug 2 13:22:49 2005 UTC | |
---|---|---|
# | Line 300 Dieses Programm verwendet LST2005 %s" % | Line 300 Dieses Programm verwendet LST2005 %s" % |
300 | def GetKV(self): | def GetKV(self): |
301 | lohn = self.GetLohn() | lohn = self.GetLohn() |
302 | if lohn > self.BMG1 : lohn = self.BMG1 | if lohn > self.BMG1 : lohn = self.BMG1 |
303 | return round(self.sozv.get() * self.KVsatz * lohn / 2, 2) | if 1 : |
304 | return round(self.sozv.get() * ((self.KVsatz / 2) + 0.009) * lohn, 2) | |
305 | else : | |
306 | return round(self.sozv.get() * self.KVsatz * lohn / 2, 2) | |
307 | ||
308 | ||
309 | if __name__ == "__main__": | if __name__ == "__main__": |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |