Commit Graph

361 Commits

Author SHA1 Message Date
Paul van Tilburg 51f0bdfa9c Leave the form method override stuff for now 2012-05-21 17:40:52 +02:00
Paul van Tilburg d41b70f0d8 Actually load Mab instead of Markaby 2012-05-21 17:40:52 +02:00
Paul van Tilburg d3129a11c1 More Mab compability: different doctype and text escaping 2012-05-21 17:40:52 +02:00
Paul van Tilburg 3a824c2026 Fix up some hacks that generate errors when used with Mab 2012-05-21 17:40:52 +02:00
Paul van Tilburg 419d08a6eb Actively load active record 2012-05-21 17:40:20 +02:00
Paul van Tilburg 0126f5029d Solve merge conflict in README 2012-05-21 17:13:39 +02:00
Paul van Tilburg 544036f93a Replaced the dependency on Markaby by Mab 2012-05-21 17:11:29 +02:00
Paul van Tilburg bc99fdad4d Small Mab compatibility fix 2012-05-21 17:11:06 +02:00
Paul van Tilburg 9173b74850 Small cleanup for the block override that works with recent Mab 2012-05-19 23:10:03 +02:00
Paul van Tilburg d81480a2d0 Bumped dependency versions in the README 2012-05-19 23:10:03 +02:00
Paul van Tilburg df07a61803 Remove the double doctype, fix indentation 2012-05-19 23:10:03 +02:00
Paul van Tilburg 474b2a22d9 Port the Markaby method override support to Mab 2012-05-19 23:10:03 +02:00
Paul van Tilburg e100fec8e3 Updated views to use the instance vars and no longer rely on Markaby's method_missing 2012-05-19 23:10:03 +02:00
Paul van Tilburg 96197af487 Leave the form method override stuff for now 2012-05-19 23:10:03 +02:00
Paul van Tilburg 0e810f5b50 Actually load Mab instead of Markaby 2012-05-19 23:10:03 +02:00
Paul van Tilburg 395271f0b1 More Mab compability: different doctype and text escaping 2012-05-19 23:10:03 +02:00
Paul van Tilburg 0e2c9ee02e Fix up some hacks that generate errors when used with Mab 2012-05-19 23:10:03 +02:00
Paul van Tilburg 3f594d49d0 Actively load active record 2012-05-19 23:09:47 +02:00
Paul van Tilburg 53ec809f08 No longer disable billed tasks for editing in the customer form 2012-01-31 22:52:13 +01:00
Paul van Tilburg bf1d0c633d Add the bill number to billed tasks in the time entry form (closes: #b1b255) 2012-01-31 22:51:31 +01:00
Paul van Tilburg ff503f89d5 Mab is not supported yet in master 2012-01-31 22:49:15 +01:00
Paul van Tilburg a064cd952c Small cleanup for the block override that works with recent Mab 2012-01-31 22:34:26 +01:00
Paul van Tilburg e29a954663 Bumped dependency versions in the README 2012-01-30 15:02:59 +01:00
Paul van Tilburg 54da1353e6 Remove the double doctype, fix indentation 2012-01-30 13:58:04 +01:00
Paul van Tilburg d4ee3a6584 Port the Markaby method override support to Mab 2012-01-30 13:57:51 +01:00
Paul van Tilburg 30440288d9 Updated views to use the instance vars and no longer rely on Markaby's method_missing 2012-01-30 12:57:56 +01:00
Paul van Tilburg b690f52d64 Leave the form method override stuff for now 2012-01-30 12:57:37 +01:00
Paul van Tilburg d40a4db28e Actually load Mab instead of Markaby 2012-01-30 12:57:15 +01:00
Paul van Tilburg d3083e6fc5 More Mab compability: different doctype and text escaping 2012-01-25 15:53:43 +01:00
Paul van Tilburg ed864e746a Fix up some hacks that generate errors when used with Mab 2012-01-25 15:53:24 +01:00
Paul van Tilburg d25fc9ad8d Actively load active record 2012-01-25 15:52:46 +01:00
Paul van Tilburg 5b1953ee40 Really fix the form method override stuff 2012-01-25 12:26:13 +01:00
Paul van Tilburg 15b9b84cc4 Fix form method override for PUT/DELETE support 2012-01-25 11:31:58 +01:00
Paul van Tilburg 9879bb3a47 Fixed syntax error in input arguments 2012-01-24 17:11:49 +01:00
Paul van Tilburg df86725760 Fixed more typos in the README 2012-01-24 17:09:54 +01:00
Paul van Tilburg 4980559769 Fix Camping version requirement 2012-01-24 16:57:02 +01:00
Paul van Tilburg f731ddee4e Determine and set the request format before calling the controllers 2012-01-20 00:36:19 +01:00
Paul van Tilburg 45da051bf0 Prepare for PUT/DELETE support in forms and controllers 2012-01-20 00:35:44 +01:00
Paul van Tilburg 69bf1bd735 Tweaked the registered time colum layout (treat it as an exception) 2012-01-09 17:38:30 +01:00
Paul van Tilburg 22299c2d6e Show the total amount in invoices list 2012-01-09 17:38:06 +01:00
Paul van Tilburg 606b3a4d88 Tweaked style and layout of the invoice form view 2012-01-09 17:14:54 +01:00
Paul van Tilburg 7cd58f019e Tweaked table layout (mainly customers and timeline view) 2012-01-09 17:14:30 +01:00
Paul van Tilburg ea9cb0e39c Fixed firefox rendering issue in the overview (repeated columns) 2012-01-09 17:13:16 +01:00
Paul van Tilburg 18451546c0 Support editing of company info revisions (refs: #ba1a26) 2012-01-09 15:56:40 +01:00
Paul van Tilburg fb20d2825f Create a revision of the company info when it has related invoices (refs: #ba1a26) 2012-01-09 15:52:09 +01:00
Paul van Tilburg 016cb0b21d Added company info revisioning in the models (refs: #ba1a26)
* Extended CompanyInfo with an "original" association with the previous
  revision (in case revisions can be removed in the future).
* Created a belongs_to relation of Invoice with CompanyInfo and an
  has_many reverse relation.
2012-01-09 15:48:20 +01:00
Paul van Tilburg 14b7a8fd4a Tweaked the forms layout some more 2012-01-06 20:19:58 +01:00
Paul van Tilburg 0218c5a647 Compacted the forms a bit 2012-01-06 16:39:37 +01:00
Paul van Tilburg f85ca3f34f Order the tasks in the customer_form view by name and invoice ID 2012-01-06 16:32:19 +01:00
Paul van Tilburg 3e6ecead87 Tweaked form layout a bit 2012-01-03 17:39:46 +01:00