From 49d1b0e6b26e659882ba3f27130a6736252da00f Mon Sep 17 00:00:00 2001 From: Malar Kannan Date: Mon, 17 Jul 2017 13:47:07 +0530 Subject: [PATCH] added a readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d76420f --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +### Usage +update the following in `invoice_data.json` +* *invoice_due_date* +* *reminder_start* (seconds before due date) +* and *reminder_every* (reminder interval in seconds) +for each customer_id + +### Running +`$ python invoice.py` outputs the invoices and waits for the scheduler for reminder and invoice to complete.