summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2015-04-07cashbox: add page with detailsSebastian Reichel3-0/+131
2015-04-07Make the Makefile more quietSebastian Reichel11-2/+12
2015-04-06fix price rendering issue for amounts between -100 and 0Sebastian Reichel1-1/+1
2015-03-08web: cashbox: try makeing update function foolproof and add historySebastian Reichel3-6/+73
2015-03-08pdf-stock: new tool for stocktakingSebastian Reichel7-1/+324
2015-02-16invoice: prefix invoice id with SHSebastian Reichel1-1/+1
2015-02-16web: support setting product deprecation stateSebastian Reichel3-2/+69
2015-02-16web: support missing certificate/privatekey config entriesSebastian Reichel1-5/+10
2015-02-15fix rendering of negative money amountsSebastian Reichel1-1/+1
2015-02-14web: more detailed authentication systemSebastian Reichel5-12/+46
2015-02-13web: add tls supportSebastian Reichel2-5/+29
2014-12-01VorstandsänderungSebastian Reichel1-3/+3
2014-12-01Änderung der Addresse im BriefkopfSebastian Reichel1-1/+1
2014-06-01pdf-invoice: update footer for SEPASebastian Reichel1-6/+6
2014-04-20pdf-invoice: fix FTBFS for test binarySebastian Reichel3-2/+9
2014-04-09silence C-Compiler warningsSebastian Reichel12-13/+13
2014-02-02Revert "invoice: delete sent mails from mail manager"Sebastian Reichel1-2/+0
This reverts commit 74f18e78c20ad983abbb8a0e5357bd529cdfd1f1.
2014-02-02invoice: delete sent mails from mail managerSebastian Reichel1-0/+2
2014-02-02database: do not use invoice viewSebastian Reichel1-2/+2
using the view results in sqlite not making use of the sales index.
2014-01-24update KtT's addressSebastian Reichel1-2/+2
2013-06-15handle DatabaseError in db.get_product_nameSebastian Reichel1-1/+18
2013-06-15fix last commitSebastian Reichel1-4/+4
2013-06-15replace template variablesSebastian Reichel1-0/+4
2013-06-15web: add cashbox trackingSebastian Reichel1-0/+78
2013-06-15cashbox trackingSebastian Reichel2-0/+29
2013-05-25allow price=0 (allow donations)Sebastian Reichel1-1/+1
2013-05-24add minimal support for deprecation flagSebastian Reichel1-1/+1
2013-05-23web: add_supplier is voidSebastian Reichel1-1/+1
2013-05-22db.new_price is voidSebastian Reichel1-8/+7
2013-05-22db: fix new_price in interfaceSebastian Reichel1-1/+1
2013-05-19web: use local time in invoiceSebastian Reichel1-1/+1
2013-05-19datapath -> datadirSebastian Reichel1-4/+4
2013-05-18ignore backup binarySebastian Reichel1-0/+1
2013-05-18add backup toolSebastian Reichel2-0/+51
2013-05-17new invoice toolSebastian Reichel4-0/+358
2013-05-16pdf-invoice: VorstandsänderungSebastian Reichel1-1/+1
2013-05-16pdf-invoice: get datapath from configSebastian Reichel4-18/+20
2013-05-16implement mail sending queueSebastian Reichel1-6/+11
2013-05-12web: db.new_product() is voidSebastian Reichel1-1/+2
2013-05-12web: postal_code is a stringSebastian Reichel2-2/+2
2013-05-11database: fix segfault in new_product()Sebastian Reichel1-1/+1
2013-05-11send mails in the backgroundSebastian Reichel1-3/+15
2013-05-11pdf-invoice: clear generated dataSebastian Reichel1-0/+2
2013-05-11pdf-invoice: special users have no firstnameSebastian Reichel1-1/+1
2013-05-11ignore mailer binarySebastian Reichel1-0/+1
2013-05-11database: postcode is string, add get_user_invoice_sum()Sebastian Reichel2-4/+20
2013-05-11pdf-invoice: use InvoiceEntry from DB interfaceSebastian Reichel3-28/+24
2013-05-10external mail interface should not depend on GMimeSebastian Reichel1-1/+7
2013-05-09database: add get_users_with_salesSebastian Reichel2-0/+15
2013-05-05mail: initial mail serviceSebastian Reichel5-0/+484
This process provides an DBus interface for sending mails to users. It has MIME support for plain text and html mails and supports attachments. The service gets the SMTP server's hostname, port and authentication data from the configuration daemon.