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 0x7fb4e1291048>, 'is_active': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7fb4e12911a8>, 'name': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7fb4e12910f8>}
id

Primary Key

is_active

whether the rule is enabled or disabled

name

Name of the rule