32 Commits (726f76b89f5dfee1b8db43782bec294ef6cda7de)

Author SHA1 Message Date
Frederic 580ef5e216 fix: don't crash when saving a product in the admin interface 10 years ago
Niklas Brachmann e52874f3a9 IMPORTANT FIX! Don't substract the total amount for every product when buying multiple products at once 10 years ago
Niklas Brachmann 019b3232b6 Added default value for daily digest 10 years ago
Niklas Brachmann 1be8333eb6 Credit change is now atomic 11 years ago
Frederic f2d5398b23 using a separate field for a Product image's thumbnail 11 years ago
Frederic 7f2760d4cc added 'image' field to Product, uploaded images get scaled automatically (can be configured through THUMBNAIL_SIZE in settings.py) 11 years ago
Niklas Brachmann a4a40266b2 Added __unicode__ to SalesLogEntry 11 years ago
Niklas Brachmann d46c8abe55 Implemented PIN checking as authentication backend 11 years ago
Niklas Brachmann d5bcc7d55e PIN can now be deleted in admin interface and preparation for hashing of PIN 11 years ago
Frederic 2cae316750 fixed verbose_name_plural of Product 11 years ago
Frederic ba2f2d5898 code cosmetics 11 years ago
Niklas Brachmann 7e6cedbb9d Prepared model, view and admin for i18n and included German translation file; added pre-delete handler for purchase cancellation 11 years ago
Niklas Brachmann a2685cde76 Renamed 'deleted' flag for products to 'active' and added checks for it; also removed unnescessary whitespace 11 years ago
Frederic fee9b11034 modified MAX_DEBIT constant 11 years ago
Niklas Brachmann 65df5e0519 change_credit now also loggs with correct signum 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
Niklas Brachmann 6ce16de9ff Included LDAP authentication via django-auth-ldap with basic configuration 11 years ago
Frederic c5814a861a allowed empty comment in ProductBarcode 11 years ago
Frederic 6f570d203d using DecimalField instead of IntegerField for currency amounts 11 years ago
Frederic fd213cd47d store negative amount in Transaction when buying something 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 7668291540 added buy_products method to Account 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