151 Commits (master)
 

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