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