Example #1
0
 def __init__(self, parent, remote_indicators_service, mini=0, maxi=0):
     self._remote_indicators_service = remote_indicators_service
     s = BarsChart(None)
     s.set_mini_maxi(0, 2)
     super(DoneVsPlannedHoursOnCompletedParts,
           self).__init__(parent, s,
                          _("Done / Planned Hours On Completed Parts"))
Example #2
0
    def __init__(self, parent, remote_indicators_service):
        self._remote_indicators_service = remote_indicators_service

        #s = StackedLinesChart(None)
        s = BarsChart(None)
        s.x_axis_as_months = True
        s.set_mini_maxi(0, 100000)
        super(PreOrderPartsValue, self).__init__(parent, s,
                                                 _("Preorder parts value"))
Example #3
0
    def __init__(self, parent, remote_indicators_service):
        self._remote_indicators_service = remote_indicators_service

        #s = StackedLinesChart(None)
        s = BarsChart(None)
        s.x_axis_as_months = True
        s.set_mini_maxi(0, 50)
        super(NumberOfCreatedOrderParts,
              self).__init__(parent, s, _("Number of created order parts"))
Example #4
0
    def __init__(self, parent, remote_indicators_service):
        self._remote_indicators_service = remote_indicators_service

        #s = StackedLinesChart(None)
        s = BarsChart(None)
        s.x_axis_as_months = True
        s.set_mini_maxi(0, 50)
        super(NumberOfCustomerWhoOrdered,
              self).__init__(parent, s, _("Number of customers who ordered"))
Example #5
0
 def __init__(self, parent, remote_indicators_service):
     self._remote_indicators_service = remote_indicators_service
     s = BarsChart(None)
     s.set_mini_maxi(0, 100)
     super(OQDChart, self).__init__(parent, s, _("OQD"))
Example #6
0
 def __init__(self, parent, remote_indicators_service):
     self._remote_indicators_service = remote_indicators_service
     s = BarsChart(None)
     s.set_mini_maxi(0, 100)
     super(DeadlinDeliveryChartOTD,
           self).__init__(parent, s, _("% completed parts on time (OTD)"))
Example #7
0
 def __init__(self, parent, remote_indicators_service):
     self._remote_indicators_service = remote_indicators_service
     s = BarsChart(None)
     s.set_mini_maxi(0, 10)
     super(NonConformityInternal,
           self).__init__(parent, s, _("Internal non conformities"))
Example #8
0
 def __init__(self, parent, remote_indicators_service):
     self._remote_indicators_service = remote_indicators_service
     s = BarsChart(None)
     s.set_mini_maxi(0, 10)
     super(NonConformityCustomer,
           self).__init__(parent, s, _("Custsomer non-conformities"))
Example #9
0
 def __init__(self, parent, remote_indicators_service):
     self._remote_indicators_service = remote_indicators_service
     s = BarsChart(None)
     super(EvolutionEncours, self).__init__(parent, s,
                                            _("Valuation over time"))