示例#1
0
 def Get_all_transaction(id_client):
     return Transaction.select().where(Transaction.ID_client == id_client)
示例#2
0
 def get_system_log(self):
     '''
     Retrieves all of the transactions from the system
     '''
     return Transaction.select()
 def get_system_log(self):
     '''
     Retrieves all of the transactions from the system
     '''
     return Transaction.select()