Alealejandrooo commited on
Commit
a127b58
1 Parent(s): 2ff13c7

including item

Browse files
Files changed (1) hide show
  1. process.py +1 -1
process.py CHANGED
@@ -42,7 +42,7 @@ def process_data(files_mindbody, files_medserv, tollerance, progress=gr.Progress
42
  unmatched_df = pd.DataFrame(unmatched_rows, columns=mindbody.columns)
43
 
44
  # Specify the columns to include in the output Excel file
45
- columns_to_include = ['DOS', 'Client ID', 'Client', 'Sale ID', 'Item name', 'Location']
46
 
47
  # Format the 'DOS' column to remove time part
48
  unmatched_df['DOS'] = unmatched_df['DOS'].dt.strftime('%d-%m-%Y')
 
42
  unmatched_df = pd.DataFrame(unmatched_rows, columns=mindbody.columns)
43
 
44
  # Specify the columns to include in the output Excel file
45
+ columns_to_include = ['DOS', 'Client ID', 'Client', 'Sale ID', 'Item name', 'Location', 'Item Total']
46
 
47
  # Format the 'DOS' column to remove time part
48
  unmatched_df['DOS'] = unmatched_df['DOS'].dt.strftime('%d-%m-%Y')