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