Excel export functionality for yields

This commit is contained in:
2024-05-18 23:00:40 +03:00
parent 94c2da00ac
commit 34f6d44b98
7 changed files with 80 additions and 2 deletions

View File

@@ -58,6 +58,7 @@ defmodule OsuuspuutarhaWeb.Router do
scope "/lataukset", as: :exports, alias: OsuuspuutarhaWeb.Exports do
pipe_through :admin_browser
resources "/tilaukset", OrderController, only: [:index]
resources "/korjuut", YieldController, only: [:index]
end
# Other scopes may use custom stacks.