summaryrefslogtreecommitdiffstats
path: root/invoice/generate-invoice.py
AgeCommit message (Expand)AuthorFilesLines
2013-03-14Update generate-invoice.pybahnpirat1-3/+5
2013-03-09add debug messages in monthly invoice scriptSebastian Reichel1-0/+4
2013-02-23fix unicode in receiverSebastian Reichel1-4/+4
2013-02-23remove debug printSebastian Reichel1-2/+1
2013-02-23fix outsources mail codeSebastian Reichel1-25/+22
2013-02-23refactor some codeSebastian Reichel1-68/+45
2013-02-23add python version checkSebastian Reichel1-0/+4
2013-02-23out all db related methods into a classSebastian Reichel1-86/+13
2013-02-23renable sending daily mailsSebastian Reichel1-2/+1
2013-02-23remove pdf from daily mailSebastian Reichel1-54/+34
2013-02-23remove weekly supportSebastian Reichel1-6/+0
2013-02-23remove support for weekly stock mailSebastian Reichel1-44/+2
2013-01-13use guestprice for guest account in csv dataSebastian Reichel1-19/+12
2013-01-05remove me from weekly mailSebastian Reichel1-2/+1
2013-01-05support smtp connection without loginSebastian Reichel1-2/+4
2013-01-03use calendar month for monthly invoiceSebastian Reichel1-13/+5
2013-01-03fix december invoiceSebastian Reichel1-2/+9
2012-12-08rename table sells -> salesSebastian Reichel1-3/+3
2012-10-02restructure code, switch from GTK to Web based UISebastian Reichel1-3/+3
2012-08-07send schatzmeister invoice data as csvSebastian Reichel1-4/+38
2012-08-07add a space to the invoice pdfSebastian Reichel1-1/+1
2012-07-15s/in den nächsten Tagen/in 10 Tagen/gSebastian Reichel1-2/+2
2012-07-13fix SQL query, which fetches price informationSebastian Reichel1-1/+1
2012-07-12fix mail addressSebastian Reichel1-2/+2
2012-07-08Send one mail to the financal masterSebastian Reichel1-3/+16
2012-06-10fix mail addressSebastian Reichel1-1/+1
2012-06-09fix latex generation of m&m´s Peanut Big PackSebastian Reichel1-0/+2
2012-06-04send a backup mail dailySebastian Reichel1-0/+1
2012-06-04implement monthly invoice. Closes GH-2Sebastian Reichel1-9/+41
2012-06-04implement backup methodSebastian Reichel1-5/+20
2012-05-30fix some spelling mistakesSebastian Reichel1-4/+4
2012-05-30add sentence about temporary invoice being temporarySebastian Reichel1-4/+14
2012-05-30fix typoSebastian Reichel1-2/+2
2012-05-30add Date header to emailsSebastian Reichel1-3/+5
2012-05-30indent ascii tableSebastian Reichel1-8/+8
2012-05-30add method generating text invoiceSebastian Reichel1-14/+67
2012-05-28interpret sys.argvSebastian Reichel1-3/+12
2012-05-27add method to send info about current stockSebastian Reichel1-2/+46
2012-05-27support sending mail without pdf attachmentSebastian Reichel1-3/+13
2012-05-25add ! to end of sentenceSebastian Reichel1-1/+1
2012-05-25include minute in subjectSebastian Reichel1-1/+1
2012-05-24update daily-mail scriptSebastian Reichel1-41/+41
2012-05-21generate-invoice.py: support sending mailsSebastian Reichel1-17/+68
2012-05-20add price and user support to generate-invoice.pySebastian Reichel1-23/+76
2012-05-20invoice generatorSebastian Reichel1-0/+95