Transactions Python Module

Transactions model.

class pacifica.metadata.orm.transactions.Transactions(*args, **kwargs)[source]

Transactions model class.

Attributes:
Name Description
description Description of the transaction
suspense_date date the transaction is available
DoesNotExist

alias of TransactionsDoesNotExist

_meta = <peewee.Metadata object>
_schema = <peewee.SchemaManager object>
classmethod _where_date_clause(where_clause, kwargs)[source]
atools
created = <ExtendDateTimeField: Transactions.created>
deleted = <ExtendDateTimeField: Transactions.deleted>
description = <TextField: Transactions.description>
files
from_hash(obj)[source]

Convert the hash into the object.

id = <AutoField: Transactions.id>
metadata
suspense_date = <ExtendDateField: Transactions.suspense_date>
to_hash(**flags)[source]

Convert the object to a hash.

transsap
transsip
updated = <ExtendDateTimeField: Transactions.updated>
users
classmethod where_clause(kwargs)[source]

Where clause for the various elements.