Go to file
Malar Kannan 49d1b0e6b2 added a readme 2017-07-17 13:47:07 +05:30
README.md added a readme 2017-07-17 13:47:07 +05:30
invoice.py initial version 2017-07-17 12:30:45 +05:30
invoice_data.json initial version 2017-07-17 12:30:45 +05:30

README.md

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.