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