Statisik Monat angepasst
This commit is contained in:
parent
a101c0d81c
commit
e4e255b34b
|
|
@ -499,7 +499,7 @@ def statisticCronJob(request, code):
|
||||||
if newvalue != False:
|
if newvalue != False:
|
||||||
monthvalue += newvalue
|
monthvalue += newvalue
|
||||||
|
|
||||||
nm = MainSalesMonth(value=monthvalue)
|
nm = MainSalesMonth(value=monthvalue, salesmonthdate=lastmonth)
|
||||||
nm.save()
|
nm.save()
|
||||||
|
|
||||||
newMainS = MainStatistic(agencys=agencycount,users=usercount,standards=standardcount,chatmessages=chatmesscount, active_abos=abocount, absenceobjects=absenceobjects, user_active_timemanagement=user_active_timemanagement, organizerobjects=organizerobjects, agency_recoverobjects=agency_recoverobjects, allfiles=allfiles, allfiles_storage=allfiles_storage, logins=logins)
|
newMainS = MainStatistic(agencys=agencycount,users=usercount,standards=standardcount,chatmessages=chatmesscount, active_abos=abocount, absenceobjects=absenceobjects, user_active_timemanagement=user_active_timemanagement, organizerobjects=organizerobjects, agency_recoverobjects=agency_recoverobjects, allfiles=allfiles, allfiles_storage=allfiles_storage, logins=logins)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue