biweeklybudget.models.txn_reconcile module¶
-
class
biweeklybudget.models.txn_reconcile.TxnReconcile(**kwargs)[source]¶ Bases:
sqlalchemy.ext.declarative.api.Base,biweeklybudget.models.base.ModelAsDict-
_sa_class_manager= {'id': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'note': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'ofx_account_id': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'ofx_fitid': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'ofx_trans': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'reconciled_at': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'rule': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'rule_id': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'transaction': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'txn_id': <sqlalchemy.orm.attributes.InstrumentedAttribute object>}¶
-
id¶ Primary Key
-
note¶ Notes
-
ofx_account_id¶ OFX Transaction Account ID
-
ofx_fitid¶ OFX Transaction FITID
-
ofx_trans¶ Relationship -
OFXTransaction
-
reconciled_at¶ time when this reconcile was made
-
rule¶ Relationship -
ReconcileRulethat created this reconcile, if any.
-
rule_id¶ ReconcileRule ID; set if this reconcile was created by a rule
-
transaction¶ Relationship -
Transaction
-
txn_id¶ Transaction ID
-