Commit 1c643c93 by Damien Moulard

Merge branch '3838-export-pos-hour' into 'dev_cooperatic'

3838-export-pos-hour

See merge request !198
parents 04f149b4 3dace800
Pipeline #2412 passed with stage
in 1 minute 23 seconds
......@@ -219,7 +219,7 @@ class ExportPOS(View):
totals[key]['CB_DEJ'] += cbd
totals[key]['CHQ_DEJ'] += chqd
totals[key]['TOTAL'] += round(sub_total, 2)
details_lines.append([mois, s['mm_dates']['min'], s['mm_dates']['min'], s['caisse'], s['name'],
details_lines.append([mois, s['mm_dates']['min'], s['mm_dates']['max'], s['caisse'], s['name'],
cb, csh, chq, cbd, chqd, sub_total])
wb = Workbook()
ws1 = wb.create_sheet("Totaux " + mois, 0)
......
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