Commit Graph

  • 6ec6713a66 added buy_error template Frederic 2013-09-08 13:40:51 +0200
  • 86d642085a front-end template rewrite, using bootstrap Frederic 2013-09-08 13:40:08 +0200
  • 2dca7da761 handle MAX_DEBIT exceeding; use a password field in UserPinForm Frederic 2013-09-08 13:34:28 +0200
  • de72304011 Merge branch 'master' of 13e7git:lugcash2 Frederic 2013-09-08 13:32:33 +0200
  • fee9b11034 modified MAX_DEBIT constant Frederic 2013-09-08 13:32:24 +0200
  • 267bb7ed21 Made transaction list nice and beautyful and added a link to it for every account in the account list Niklas Brachmann 2013-08-30 01:04:31 +0200
  • 65df5e0519 change_credit now also loggs with correct signum Niklas Brachmann 2013-08-29 23:44:35 +0200
  • b04d3f64d5 Added possibilty for admin to changer user's credit Niklas Brachmann 2013-08-29 23:41:57 +0200
  • 5f0ada404a change_credit should add positive credit, not substract it Niklas Brachmann 2013-08-29 23:38:01 +0200
  • 143db437bc Added missing self-parameter to change_credit Niklas Brachmann 2013-08-29 23:22:34 +0200
  • 478a3246ad Added seperate method to change user's credit and create a transaction Niklas Brachmann 2013-08-29 23:20:56 +0200
  • 488799800a django 1.5 upward-compatibility Frederic 2013-08-29 22:02:29 +0200
  • 01aab632ec First, basic implementation of the API that suffices for buying. Testing and improvements needed Niklas Brachmann 2013-08-16 03:32:42 +0200
  • 2baad10662 Merge branch 'master' of 13e7git:lugcash2 Frederic 2013-08-15 21:16:44 +0200
  • 3e7a8200bf login_required for overview and transactions Frederic 2013-08-15 21:14:20 +0200
  • 90f4f7bbbf this will automatically put users in a django group when they're member of the same-named LDAP group Frederic 2013-07-05 15:34:54 +0200
  • 8f5ea162d0 fix: display the login page instead of a misplaced overview page when not logged in Frederic 2013-07-05 11:50:21 +0200
  • 84da667313 Merge branch 'master' of 13e7.de:lugcash2 Niklas Brachmann 2013-07-04 22:22:45 +0200
  • 6ce16de9ff Included LDAP authentication via django-auth-ldap with basic configuration Niklas Brachmann 2013-07-04 22:22:40 +0200
  • d49167e21e implemented usersettings Frederic 2013-07-04 21:19:14 +0200
  • b9b66be15f fixed 'Home' link in topmenu Frederic 2013-07-04 17:32:20 +0200
  • 31c2b19614 transactions are now ordered by date, descending Frederic 2013-07-04 17:19:12 +0200
  • ddf719d20e added admin menu link Frederic 2013-07-04 17:18:44 +0200
  • 2e193745a2 display: block for menulinks Frederic 2013-06-20 19:19:25 +0200
  • c2c0101198 list filter for SalesLogEntryAdmin Frederic 2013-06-06 23:22:05 +0200
  • 07d2e69d7d added ProductBarcodeInline Frederic 2013-06-06 23:17:32 +0200
  • c5814a861a allowed empty comment in ProductBarcode Frederic 2013-06-06 21:29:05 +0200
  • ed82e8b9b7 fix: imported login_required decorator; some cosmetic in buy_confirm.html Frederic 2013-06-06 21:24:05 +0200
  • bc9700e3f1 Merge branch 'master' of 13e7git:lugcash2 Frederic 2013-06-06 21:16:11 +0200
  • 4c1eb6f227 added view to buy single products Frederic 2013-06-06 21:16:04 +0200
  • ad81ec3cc6 Removed custom context processor, information can be retrieved via standard context and filters Niklas Brachmann 2013-06-06 21:11:51 +0200
  • 6f570d203d using DecimalField instead of IntegerField for currency amounts Frederic 2013-06-03 21:30:02 +0200
  • ab948d34e6 display two digits after the decimal point Frederic 2013-06-03 20:18:45 +0200
  • f363333655 Display of the development header now depends on the DEBUG setting - added comments to custom settings Niklas Brachmann 2013-06-03 18:57:59 +0200
  • 9202e8b3cf the (rather useless) product detail view now uses the common template Frederic 2013-06-03 17:59:58 +0200
  • 6c95765f96 'Kaufen' link now points to the products view Frederic 2013-06-03 17:11:16 +0200
  • e05aabbd54 implemented a product list view Frederic 2013-06-03 17:05:57 +0200
  • 94f9150cbe added link to transaction list view; imported url functionality into template for django 1.4 compatibility Frederic 2013-06-03 12:42:11 +0200
  • 1276395a89 added transaction list view Frederic 2013-06-03 12:41:06 +0200
  • fd213cd47d store negative amount in Transaction when buying something Frederic 2013-06-03 11:06:22 +0200
  • 7618a28085 Added a context processor to precalculate user/account information required on most pages Niklas Brachmann 2013-06-03 03:06:07 +0200
  • 9c20c70c4a Added missing image file for template Niklas Brachmann 2013-06-03 02:36:39 +0200
  • 91ae916a4a First import of old templates, basic login/logout implemented Niklas Brachmann 2013-06-03 02:32:14 +0200
  • 58cb655203 added ProductView with a rudimentary template Frederic 2013-06-02 15:04:48 +0200
  • 418f546e27 cosmetic Frederic 2013-06-02 14:45:05 +0200
  • 41d5019aca added signal handler to automatically create an Account after a User got created Frederic 2013-06-02 13:58:11 +0200
  • 8f4abde12a Account: card_number and pin might be empty, credit defaults to 0 Frederic 2013-06-02 13:11:38 +0200
  • 6e0cd78e8c added SalesLogEntryAdmin Frederic 2013-06-02 12:32:32 +0200
  • 7668291540 added buy_products method to Account Frederic 2013-06-01 22:05:27 +0200
  • 32971f2461 added ModelAdmins to use list display in the admin interface Frederic 2013-06-01 16:30:34 +0200
  • 4a4751290a implemented __unicode__ for Account, ProductCategory, Product and ProductBarcode Frederic 2013-06-01 16:21:44 +0200
  • e212282be7 added 'unique' attribute to some fields Frederic 2013-06-01 03:13:35 +0200
  • 4ea8f52923 cash app, including model Frederic 2013-06-01 02:57:19 +0200
  • 3974e4928a initial settings Frederic 2013-06-01 01:53:35 +0200
  • c3d8975232 initial commit Frederic 2013-06-01 01:43:38 +0200