This website requires JavaScript.
Explore
Help
Sign In
dan
/
cffInvoice
Watch
1
Star
0
Fork
0
You've already forked cffInvoice
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
7
Commits
1
Branch
0
Tags
909b12ff6c81506626483a2bd76f7992689e2af2
Commit Graph
3 Commits
Author
SHA1
Message
Date
Dan Dembinski
82ad72007c
Commented out sendmail parts for testing. Added SentInvoice table that tracks when invoices were sent. Added InvoiceID and InvoiceSent columns to Invoice table. Now tracks which invoices haven't been sent and only sends those. Once hte invoice has been sent it marks it has having been sent in the database and adds the date to the SentInvoice table. Started adding parts to allow xlsx filent not to be hardcoded. Updated TableSetup using the PyCharm autogeneric SQL thing.
2021-04-01 15:52:47 -04:00
Dan Dembinski
bf2d1b3f99
updated the main menu loop so that it's possible to send live emails. Converting the OrderDate variable to a time object it can be formatted in the email body. Switched to send_message to handle Cc and Bcc better. Now sending from Matt's email. Test email set to external address. Matt cannot use mail relay for external mail, waiting for Keystone to advise.
2021-03-23 15:23:52 -04:00
Dan Dembinski
12c4722fe9
Initial commit. Loads XLSX file from accounting into sqlite database. Sends HTML email. Started adding variable parts to body pulled from database.
2021-03-19 02:22:53 -04:00