/[lohnrechner]/trunk/LST2008.py
ViewVC logotype

Diff of /trunk/LST2008.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 76 by wilde, Tue Jan 15 17:43:20 2008 UTC revision 77 by frank, Tue Jan 29 19:00:16 2008 UTC
# Line 658  class LST: Line 658  class LST:
658              self.BKS = 0              self.BKS = 0
659          else:          else:
660              self._MOSONST()              self._MOSONST()
661              self._ZRE4J = (self._ZRE4 + self.SONSTB) / 100              self._ZRE4J = (self.JRE4 + self.SONSTB) / 100
662              self._ZVBEZJ = (self._ZVBEZ + self.VBS) / 100              self._ZVBEZJ = (self.JVBEZ + self.VBS) / 100
663              self._MRE4SONST()              self._MRE4SONST()
664              self._MLSTJAHR()              self._MLSTJAHR()
665              self._LSTSO = self._ST * 100              self._LSTSO = self._ST * 100
# Line 722  class LST: Line 722  class LST:
722              self.SOLZV = 0              self.SOLZV = 0
723              self.BKV = 0              self.BKV = 0
724    
725      def _MOSONST():      def _MOSONST(self):
726          self._ZRE4J = self._ZRE4 / 100          self._ZRE4J = self.JRE4 / 100
727          self._ZVBEZJ = self._ZVBEZ / 100          self._ZVBEZJ = self.JVBEZ / 100
728          self._JLFREIB = self.JFREIB / 100          self._JLFREIB = self.JFREIB / 100
729          self._JLHINZU = self.JHINZU / 100          self._JLHINZU = self.JHINZU / 100
730          self._MRE4()          self._MRE4()
# Line 733  class LST: Line 733  class LST:
733          self._MLSTJAHR()          self._MLSTJAHR()
734          self._LSTOSO = self._ST * 100          self._LSTOSO = self._ST * 100
735    
736      def _MRE4SONST():      def _MRE4SONST(self):
737          self._MRE4()          self._MRE4()
738          self._FVBSO = self._FVB          self._FVBSO = self._FVB
739          self._MRE4ABZ()          self._MRE4ABZ()

Legend:
Removed from v.76  
changed lines
  Added in v.77

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26