Exemplo n.º 1
0
 def Get_all_transaction(id_client):
     return Transaction.select().where(Transaction.ID_client == id_client)
Exemplo n.º 2
0
 def get_system_log(self):
     '''
     Retrieves all of the transactions from the system
     '''
     return Transaction.select()
Exemplo n.º 3
0
 def get_system_log(self):
     '''
     Retrieves all of the transactions from the system
     '''
     return Transaction.select()