descripcion reportes

parent 4b7e7f9e
......@@ -184,8 +184,8 @@ def wsPurchasesPM(request):
#bytes_size += os.path.getsize(PATH_USERS+user['user__email'])
#storage = best_unit_size(bytes_size)
storage = 0
storage = 0
pending = Purchase.objects.filter(user_id=user['user_id'],aggreg_date__month=to_if(request.POST.get('title'))).exclude(progress=100).annotate(dcount=Count('progress'))
table_data.append({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment