Beispiel #1
0
 def __init__(self):
     factory.__init__(self, ["popups.emprunt", "CheckEmpruntPopup"])
Beispiel #2
0
 def __init__(self):
     factory.__init__(self, ["popups.members", "AddMemberPopup"])
Beispiel #3
0
 def __init__(self):
     factory.__init__(self, ["popups.members", "ShowMembersPopup"])
Beispiel #4
0
 def __init__(self):
     factory.__init__(self, ["popups.credit", "CreditPopup"], merchandise("Credit", taxable=0) )
Beispiel #5
0
 def __init__(self):
     factory.__init__(self, ["popups.consignment", "ConsignmentPopup"])
Beispiel #6
0
 def __init__(self):
     factory.__init__(self, ["popups.inventory", "InventoryPopup"])
Beispiel #7
0
 def __init__(self):
     factory.__init__(self, ["popups.genpdf", "GenPdfPopup"])
 def __init__(self):
     factory.__init__(self, ["popups.consignment", "ConsignmentPopup"] )
Beispiel #9
0
 def __init__(self):
     factory.__init__(self, ["popups.cashout", "CashPayoutPopup"])
Beispiel #10
0
 def __init__(self):
     factory.__init__(self, ["popups.members", "ShowMembersPopup"])
Beispiel #11
0
 def __init__(self):
     factory.__init__(self, ["popups.emprunt", "CheckEmpruntPopup"])
Beispiel #12
0
 def __init__(self):
     factory.__init__(self, ["popups.members", "AddMemberPopup"])
Beispiel #13
0
 def __init__(self):
     factory.__init__(self, ["popups.cashout", "CashPayoutPopup"])
Beispiel #14
0
 def __init__(self):
     factory.__init__(self, ["popups.cashout", "CashPitchInPopup"])
Beispiel #15
0
 def __init__(self):
     factory.__init__(self, ["popups.searchinventory", "SearchInventoryPopup"])
Beispiel #16
0
 def __init__(self):
     factory.__init__(self, ["popups.cashout", "CashDepositPopup"])
Beispiel #17
0
 def __init__(self):
     factory.__init__(self, ["popups.inventory", "InventoryPopup"])
Beispiel #18
0
 def __init__(self):
     factory.__init__(self, ["popups.credit", "CreditPopup"],
                      merchandise("Credit", taxable=0))
Beispiel #19
0
 def __init__(self):
     factory.__init__(self,
                      ["popups.searchinventory", "SearchInventoryPopup"])
Beispiel #20
0
 def __init__(self):
     factory.__init__(self, ["popups.cashout", "CashPitchInPopup"])
Beispiel #21
0
 def __init__(self):
     factory.__init__(self, ["popups.genpdf", "GenPdfPopup"])
Beispiel #22
0
 def __init__(self):
     factory.__init__(self, ["popups.cashout", "CashDepositPopup"])