Added accounts to allow for assinging income account to items, and selecting default income account. Also added item type selection

This commit is contained in:
2026-03-16 22:59:54 -04:00
parent 7088550184
commit f81fe0ef87
13 changed files with 283 additions and 70 deletions

View File

@@ -13,4 +13,10 @@ resources :items do
get :autocomplete
get :sync
end
end
resources :accounts do
collection do
patch :set_default
end
end