brewman/brewman/brewman/models/__init__.py

33 lines
465 B
Python

from .auth import (
Client,
LoginHistory,
Permission,
Role,
User,
role_permission,
user_role,
)
from .master import (
Account,
AccountBase,
AccountType,
AttendanceType,
CostCentre,
Employee,
Product,
ProductGroup,
Recipe,
RecipeItem,
)
from .voucher import (
Attendance,
Batch,
EmployeeBenefit,
Fingerprint,
Inventory,
Journal,
Product,
Voucher,
VoucherType,
)