Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-16 | implement mail sending queue | Sebastian Reichel | 1 | -6/+11 | |
2013-05-12 | web: db.new_product() is void | Sebastian Reichel | 1 | -1/+2 | |
2013-05-12 | web: postal_code is a string | Sebastian Reichel | 2 | -2/+2 | |
2013-05-11 | database: fix segfault in new_product() | Sebastian Reichel | 1 | -1/+1 | |
2013-05-11 | send mails in the background | Sebastian Reichel | 1 | -3/+15 | |
2013-05-11 | pdf-invoice: clear generated data | Sebastian Reichel | 1 | -0/+2 | |
2013-05-11 | pdf-invoice: special users have no firstname | Sebastian Reichel | 1 | -1/+1 | |
2013-05-11 | ignore mailer binary | Sebastian Reichel | 1 | -0/+1 | |
2013-05-11 | database: postcode is string, add get_user_invoice_sum() | Sebastian Reichel | 2 | -4/+20 | |
2013-05-11 | pdf-invoice: use InvoiceEntry from DB interface | Sebastian Reichel | 3 | -28/+24 | |
2013-05-10 | external mail interface should not depend on GMime | Sebastian Reichel | 1 | -1/+7 | |
2013-05-09 | database: add get_users_with_sales | Sebastian Reichel | 2 | -0/+15 | |
2013-05-05 | mail: initial mail service | Sebastian Reichel | 5 | -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. | |||||
2013-05-03 | web: fix csv import preview | Sebastian Reichel | 1 | -1/+1 | |
2013-05-03 | web: database.restock() is void | Sebastian Reichel | 1 | -10/+9 | |
2013-05-03 | restock method is void | Sebastian Reichel | 1 | -1/+1 | |
2013-04-29 | add template dir to config | Sebastian Reichel | 4 | -16/+22 | |
2013-04-28 | fix compilation with vala 0.16 | Sebastian Reichel | 1 | -11/+10 | |
2013-04-28 | report sale removal to UIdbus | Sebastian Reichel | 3 | -5/+9 | |
2013-04-28 | send out error message via dbus | Sebastian Reichel | 1 | -1/+1 | |
2013-04-28 | put database location into config file | Sebastian Reichel | 2 | -2/+10 | |
2013-04-28 | do not set loghandler before ui is initialized | Sebastian Reichel | 1 | -2/+2 | |
2013-04-28 | improve config file location finding | Sebastian Reichel | 1 | -1/+3 | |
2013-04-28 | put audio path into config | Sebastian Reichel | 3 | -6/+14 | |
2013-04-28 | rename db to database part 2 | Sebastian Reichel | 1 | -1/+1 | |
2013-04-28 | rename db to database | Sebastian Reichel | 1 | -2/+2 | |
2013-04-27 | change default audio files directory | Sebastian Reichel | 1 | -1/+1 | |
2013-04-27 | db: get_user_auth: return defaults if user not found | Sebastian Reichel | 1 | -1/+1 | |
2013-04-27 | fix init in scanner-session daemon | Sebastian Reichel | 1 | -0/+2 | |
2013-04-27 | fallback to default theme | Sebastian Reichel | 1 | -2/+8 | |
2013-04-27 | fix byterate divider | Sebastian Reichel | 1 | -1/+1 | |
2013-04-27 | do not wait for audio stream on ui exit | Sebastian Reichel | 1 | -5/+10 | |
2013-04-27 | fix init in audio daemon | Sebastian Reichel | 1 | -0/+4 | |
2013-03-27 | display messages from scanner session | Sebastian Reichel | 2 | -2/+11 | |
2013-03-27 | handle errors | Sebastian Reichel | 7 | -15/+137 | |
2013-03-26 | ignore binaries | Sebastian Reichel | 9 | -0/+9 | |
2013-03-26 | fix merge conflict | Sebastian Reichel | 3 | -13/+5 | |
2013-03-26 | code restructure | Sebastian Reichel | 48 | -610/+1372 | |
2013-03-17 | use string templates instead | Lennart Weller | 1 | -3/+1 | |
2013-03-17 | use built-in to_string | Lennart Weller | 1 | -2/+2 | |
2013-03-17 | reduced precision | Lennart Weller | 1 | -2/+2 | |
2013-03-17 | changed the string to a price object | Lennart Weller | 2 | -12/+6 | |
2013-03-16 | drop privileges on server startup | Lennart Weller | 1 | -0/+20 | |
2013-03-15 | pdf-invoice.vala: add template text | Sebastian Reichel | 1 | -0/+12 | |
2013-03-15 | pdf-invoice.vala: add copyright header | Sebastian Reichel | 1 | -0/+15 | |
This file is also open source :) | |||||
2013-03-15 | new invoice PDF generation tool | Sebastian Reichel | 2 | -0/+683 | |
The new tool is written in vala and uses cairo and pango to generate the invoice PDF. Thus a full-blown latex install is no longer needed. The new tool is also much fast than generating the invoice with latex (ca. 10x speed improvement) and generates files, which have only half of the size pdflatex produces. | |||||
2013-03-06 | show supplier & best before date in the web interface | Sebastian Reichel | 1 | -2/+10 | |
2013-03-02 | move specification of serial device into config file | Sebastian Reichel | 1 | -14/+15 | |
2013-03-02 | initial support for suppliers & best before dates | Sebastian Reichel | 2 | -5/+119 | |
2013-02-27 | fix price info for memberprice | Sebastian Reichel | 1 | -1/+1 | |