Admin: voce Fatturazione nel menu e elenco società.

Rende raggiungibili pagamenti e fatture PDF senza passare solo dal dettaglio squadra.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-02 17:27:09 +02:00
parent ef805984ee
commit b073ded6c1
5 changed files with 49 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ Rails.application.routes.draw do
root to: "dashboard#index"
get "metrics", to: "dashboard#metrics"
get "billing", to: "billing#index", as: :billing
resources :teams, only: %i[index show]
resources :clubs, only: [] do
resources :billing_invoices, only: %i[index new create edit update], controller: "billing_invoices"