Open munjinoo opened 6 years ago
/account/statistic/:club_id/
only
: specify which thing to show
all
: defaultincome
outgo
start_from
: date to show lists from when
%Y-%m-%d
(2015-01-01
)end_until
: date to show lists to when
%Y-%m-%d
(2015-01-01
)
We add
Accounting
AccountingSerializer
AccountingListView
AccountingDetailView
AccountingStatisticView
and change some points with plan which as
Accounting
andAccountingEntry
Accounting
andClub
was 1:1 relation butAccounting
didn't hold any other infos/account/
: give accounting list, and make new accounting with POST/account/:account_id/
: see accounting info, edit or delete accounting/account/statistic/:club_id/
: give statistics for club accounting