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