Compare commits

..

14 commits

Author SHA1 Message Date
f47bc19121
chore(migrations): merge after rebase 2025-05-27 16:27:53 +02:00
6d6f4b4d59
feat(cof_clubs): widget for respo selection
chore(nix-pkgs): update to solve django-bulma-forms bug
2025-05-27 16:27:53 +02:00
8548bb9377
feat(cof_clubs): club edit view 2025-05-27 16:27:53 +02:00
ad0ac9b2c5
feat(cof_clubs): initial period in mass-add
fix(cof_clubs): initial value for accounting period
2025-05-27 16:27:53 +02:00
2be4eca5ef
feat(cof_clubs): alert on non-cof respo 2025-05-27 16:27:53 +02:00
sinavir
ee1a589f45
fix(cof_clubs): Add remaining budget in period title 2025-05-27 16:27:53 +02:00
sinavir
5257e7a58a
feat(cof_clubs): Display archived accounting periods in detail view 2025-05-27 16:27:53 +02:00
sinavir
bba742db9c
feat(cof_clubs): List archived accounting periods for buro 2025-05-27 16:27:53 +02:00
sinavir
8761ec7f16
feat: Modify line number in mass creation form 2025-05-27 16:27:53 +02:00
sinavir
6591887ec1
feat: Better naming of edition pages 2025-05-27 16:27:53 +02:00
sinavir
f7d36a203d
feat: Mass add transactions
fix: Add a link to budget line mass-create page

fix: Do not fill budget line creation formset with already existing objects
2025-05-27 16:27:53 +02:00
sinavir
ea8e5b9bf1
feat: create and update accounting periods 2025-05-27 16:27:53 +02:00
sinavir
a53c9be7ad
feat: club create form 2025-05-27 16:27:28 +02:00
sinavir
d52c6c10f7
feat(cof_clubs): init app
fix(clubs): move to cof-clubs

fix(bds): restore clubs app

fix(bulmaforms): installed apps

fix(bulma): load correct module

fix(urls): cof-log{in,out} instead of authens:

fix: duplicate import

fix: remove club members

fix: migrate completely to cof_clubs

chore(cof_clubs): remove unused bulma vendoring

feat: move root urls to gestion/clubs

fix(cof_clubs): Remove "Se connecter" button

fix: Move mixin to dedicated module

fix: better view when no accounting periods are active

fix(cof_clubs): Move clubs list url

fix: Use right date input

fix: Fix bug when trying to acces club details while unauthenticated
2025-05-27 16:27:28 +02:00

View file

@ -9,7 +9,6 @@ from django.views.generic.edit import CreateView, DeleteView, FormView, UpdateVi
from gestioncof.decorators import BuroRequiredMixin
from .mixins import BudgetLineAccessMixin
from .forms import (
ClubBudgetLineCommonForm,
ClubBudgetLineForm,
@ -17,6 +16,7 @@ from .forms import (
ClubBudgetLineFullForm,
ClubForm,
)
from .mixins import BudgetLineAccessMixin
from .models import Club, ClubBudgetAccountingPeriod, ClubBudgetLine