From 0fe59e88e17c8cd66e5d5ed5269c23a45804056d Mon Sep 17 00:00:00 2001 From: Enrique Barcelli Date: Sun, 11 Aug 2024 13:56:54 +0800 Subject: [PATCH] Improve documentation --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2e5f2e4..337380e 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ This Python script extracts data from .cvs files created by Revelup application * Copy the file `database.ini.sample` to `database.ini`. * Edit `database.ini` with your credentials for the Postgres database. * In Revelup run the following reports with output to `.csv` files: - * Order History - for a range of dates. - * Payment Summary - for a range of dates. - * Product Mix - for a SPECIFIC date, so if you need a range of dates you will need to run multiple reports. - * Hourly Sales - with the filters `Service Fees` and `Guests count` activated - for a SPECIFIC date, so if you need a range of dates you will need to run multiple reports. + * Order History - run it for any range of dates. + * Payment Summary - run it for any range of dates. + * Product Mix - run it for a SPECIFIC DATE ONLY, so if you need a range of dates you will need to run multiple reports. + * Hourly Sales - with the filters `Service Fees` and `Guests count` activated - run it for a SPECIFIC DATE ONLY, so if you need a range of dates you will need to run multiple reports. * Copy all the `.csv` files generated by the Revelup reports to the `upload` folder. * Run `python3 import_data.py`. * The application will do the following: