Пример #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()
Пример #3
0
 def get_system_log(self):
     '''
     Retrieves all of the transactions from the system
     '''
     return Transaction.select()