biweeklybudget.models.reconcile_rule module

class biweeklybudget.models.reconcile_rule.ReconcileRule(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base, biweeklybudget.models.base.ModelAsDict

_sa_class_manager = {'id': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f8004a038f0>, 'is_active': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f8004a03b90>, 'name': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f8004a03ad0>}
id

Primary Key

is_active

whether the rule is enabled or disabled

name

Name of the rule