Commit Graph

29 Commits

Author SHA1 Message Date
89a3464e6f Changed the forms to use the new form element generators. 2011-11-07 13:40:24 +01:00
d91b65c2f5 Added form element generators for radio buttons and checkboxes. 2011-11-07 13:39:24 +01:00
5f0ae36745 Tweaked the model a bit (forgotten the hourly_rate attribute). 2011-11-07 13:38:07 +01:00
adb1896506 Changed save into update, following more RESTful methods. 2011-11-07 11:12:12 +01:00
41ba9ba162 Moved some stuff that didn't belong in the views. 2011-11-07 10:44:35 +01:00
c5d28419de Updated the tasks model for fixed cost tasks and added invoices. 2011-11-07 10:40:54 +01:00
3a26743e0b Ignore stuff in public; added a place older to ensure the dir exists. 2011-11-03 23:46:45 +01:00
e5d9d97028 Added (default) hourly rates per customer instead of a global constant. 2011-11-03 23:44:06 +01:00
b5609956b8 Added support for marking time entries as 'to bill'. 2011-11-03 23:07:42 +01:00
8f2eff9410 Added comments to time entries. 2011-11-03 22:23:50 +01:00
0489d7e3cd Calculate and add VAT (fixed rate for now). 2011-11-03 22:17:18 +01:00
d1c1b252a7 Updated the mockup. 2011-11-03 20:26:05 +01:00
4e2f90f5aa Updated the invoice template for UTF-8, cleaned it up. 2011-11-03 20:25:45 +01:00
2b4a67111c Added todo list. 2011-11-03 17:18:32 +01:00
df7ed0ba02 Updated the mockup. 2011-11-03 16:11:31 +01:00
f64c80ad12 Fixed missing number of hours value. 2011-11-03 16:11:21 +01:00
d76d10fd0d Make rubber clean everything. 2011-11-03 16:11:07 +01:00
dd16588684 Added mockup documentation. 2011-11-03 11:41:13 +01:00
ea78905fec Added (not so clean) invoice PDF generation. 2011-11-03 11:40:58 +01:00
55b40bf0b6 Seperate static dir from template dir. 2011-11-03 11:39:58 +01:00
4819a50a6e Added (dummy) invoice numbering for now. 2011-11-03 11:00:52 +01:00
9b8f2368fd Added static file serving from public/. 2011-11-03 11:00:35 +01:00
614e73bad1 Moved task summary calculation to the Customer model. 2011-11-03 10:30:02 +01:00
c7cc4312b3 Implemented generating/viewing individual invoices and an overview. 2011-11-02 22:52:47 +01:00
28fa689a52 Implemented adding/deleting time registrations. 2011-11-01 15:29:55 +01:00
d9da9568c8 Implemented customer adding/editing/removing. 2011-11-01 15:29:24 +01:00
268870689d Switch to a more suitable date/time format. 2011-11-01 15:27:16 +01:00
7719124655 Some initial views and controllers. 2011-10-31 16:14:54 +01:00
853814e429 Initial skeleton/start of the Camping application. 2011-10-31 14:36:01 +01:00