descripcion reportes

parent a42f06a3
......@@ -185,7 +185,7 @@ def wsPurchasesPM(request):
#storage = best_unit_size(bytes_size)
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({
......
......@@ -300,7 +300,7 @@
<input type="hidden" class="form-group-lg" id="edit_id" name="edit_id">
<div class="form-group">
<label for="usr">Zone:</label>
<label for="usr">Title:</label>
<input type="text" class="form-control" id="zone" name="zone" style="text-align:center;">
</div>
<div class="form-group">
......
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