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