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
10
Commits
1
Branch
0
Tags
master
Go to file
Add File
New File
Upload File
Apply Patch
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Dan Dembinski
733226650f
added a commented out section allowing for hardcoded invoice date
2022-01-18 16:06:31 -05:00
CFFInvoice.bat
Fix bat file argument. Adding Company Name to address block. Add option to "un-send" an email. This marks the InvoiceSent column as False. You can then re-test and re-send the mail. This doesn't remove the original email history from the SentInvoice table, and resending the email will add a new record to the table. Orders can be un-sent via the Invoice Number or Order Number
2021-05-28 16:26:05 -04:00
InvoiceDatabase.py
Fix bat file argument. Adding Company Name to address block. Add option to "un-send" an email. This marks the InvoiceSent column as False. You can then re-test and re-send the mail. This doesn't remove the original email history from the SentInvoice table, and resending the email will add a new record to the table. Orders can be un-sent via the Invoice Number or Order Number
2021-05-28 16:26:05 -04:00
main.py
Fix bat file argument. Adding Company Name to address block. Add option to "un-send" an email. This marks the InvoiceSent column as False. You can then re-test and re-send the mail. This doesn't remove the original email history from the SentInvoice table, and resending the email will add a new record to the table. Orders can be un-sent via the Invoice Number or Order Number
2021-05-28 16:26:05 -04:00
requirements
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
sendEmail.py
added a commented out section allowing for hardcoded invoice date
2022-01-18 16:06:31 -05:00
TableSetup
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
Description
No description provided
62
KiB
Languages
Python
98.9%
Batchfile
1.1%