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 0x7f8f706c6b30>, 'is_active': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f8f706c6dd0>, 'name': <sqlalchemy.orm.attributes.InstrumentedAttribute object at 0x7f8f706c6d10>}
id

Primary Key

is_active

whether the rule is enabled or disabled

name

Name of the rule