mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-08 22:05:11 +02:00
feat: add Transaction Entity
This commit is contained in:
@@ -7,6 +7,7 @@ router = routers.DefaultRouter()
|
||||
router.register(r"transactions", views.TransactionViewSet)
|
||||
router.register(r"categories", views.TransactionCategoryViewSet)
|
||||
router.register(r"tags", views.TransactionTagViewSet)
|
||||
router.register(r"entities", views.TransactionEntityViewSet)
|
||||
router.register(r"installment-plans", views.InstallmentPlanViewSet)
|
||||
router.register(r"account-groups", views.AccountGroupViewSet)
|
||||
router.register(r"accounts", views.AccountViewSet)
|
||||
|
||||
Reference in New Issue
Block a user