1
0
Fork 0
Commit Graph

66 Commits

Author SHA1 Message Date
Benni Bärmann 3d591a39f7 now the | in datefield is also hidden via css 2022-12-09 17:20:03 +00:00
Benni Bärmann 0b044692d6 literature self_buy_giveData variable is now required in extern view 2022-12-09 16:55:26 +00:00
Benni Bärmann f35a788fd0 hotel in forms.py is now radioselect choicefield and required 2022-12-08 21:32:17 +00:00
Benni Bärmann 2cd2d9f110 fixed literature selfbuy variables in admin view 2022-12-08 20:21:36 +00:00
Benni Bärmann b5062dcc28 custom css is now only applied to travel form, not to all forms 2022-12-07 14:08:23 +00:00
Benni Bärmann 2fe292fda0 changed logic of generation of finId and pId, solved Travelform error, hotel variable travelmodel is not required anymore 2022-12-07 13:56:22 +00:00
Benni Bärmann b153b78048 added adult multiple choice radio button by changing admin.py and forms.py 2022-12-06 17:39:25 +00:00
Benni Bärmann 76f8df70ee added a presave signal for travel model to update own field with foreign key project field 2022-12-06 16:19:02 +00:00
Benni Bärmann 5335865fcd rewrote the javascript part 2022-12-05 10:19:03 +00:00
Benni Bärmann d2d48c1a82 added mail_state to all objects, added filters regarding sendmail.py 2022-11-30 00:09:10 +00:00
corsaronero 9b9209f2b5 conditional hiding of address textfield in literature form added 2022-11-21 15:30:01 +00:00
corsaronero 2501bb0866 changed fields in Travel to required, changed saving of value of selfbuy_give_data when person wants to selfbuy to false 2022-11-21 13:09:12 +00:00
corsaronero 5d436f9294 added intern_notes variable to all dbs, not excluded in extern view for all 2022-11-17 18:19:18 +00:00
corsaronero 687fdddb8e made mail.adult a required field 2022-11-17 16:46:58 +00:00
corsaronero 4603dddb69 added the automated mail with the possibility to grant travel costs by link in email 2022-11-17 16:22:18 +00:00
corsaronero fba8178d48 Anfang code der Funktion end of proj approved in sendmails.py 2022-11-15 16:57:01 +00:00
corsaronero 54eca0197c notes field is now bigger, changed to Textfield analog. new entry url_of_pic, migrated, javascript to hide in businesscard if nopic is choice 2022-11-11 08:28:46 +00:00
corsaronero 1bb189bcc4 Datenschutzbestimmungen und Förderrichtlinien öffnen nun auch in neuem Tab 2022-11-01 10:35:42 +00:00
Benni Bärmann 35bbd4b8a7 new autogenerated fields shown in admin but not in form 2021-10-04 15:45:51 +02:00
Benni Bärmann a23ffdf67f intern view now works with django 3.2, too 2021-07-07 09:42:51 +02:00
Benni Bärmann 94164c3d6a fixed TypeError for django 3.2 2021-07-06 13:00:34 +02:00
Benni Bärmann f373fceaab added new field survey_mail_date 2021-04-12 13:44:45 +02:00
Benni Bärmann c02fd9864a removed code duplication, new basis class CheckForm 2020-11-18 18:06:00 +01:00
Benni Bärmann 2a182215c5 fancy stuff for LiteratureForm 2020-11-18 18:02:23 +01:00
Benni Bärmann 3a062c7c7c check for nutzungsbedingungen added to some other forms 2020-11-18 16:50:58 +01:00
Benni Bärmann 96dda66021 marked required fields with red stars 2020-11-17 16:11:10 +01:00
Benni Bärmann 36562f5855 buttons fixed 2020-11-03 12:56:40 +01:00
Benni Bärmann dc986d19e0 fixed order of fields. notes should be at the end 2020-11-02 15:41:08 +01:00
Benni Bärmann bf9e89763c finished extern forms 2020-11-02 14:04:01 +01:00
Benni Bärmann 8d4ba91d52 project modell finished 2020-11-02 11:56:07 +01:00
Benni Bärmann 9ef3f27502 service id added 2020-10-29 15:05:11 +01:00
Benni Bärmann 71249aa73e new fields for project: status, persons 2020-10-29 13:14:06 +01:00
Benni Bärmann a0c57c7d4d work on intern/PRO, korrekt pid implemented 2020-10-28 15:04:53 +01:00
Benni Bärmann 33387f7648 more work on LIT and VIS, some restructuring 2020-10-27 13:47:46 +01:00
Benni Bärmann 34936c7ef2 more work on MAIL, LIST and VIS modells and forms 2020-10-27 12:37:18 +01:00
Benni Bärmann 275741ab47 added Email modell and form 2020-10-27 11:00:58 +01:00
Benni Bärmann a6474e07e8 some reorganisations of models, forms and views 2020-10-26 12:06:26 +01:00
Benni Bärmann 5a014d4696 Travel model and form added 2020-10-26 11:38:56 +01:00
Benni Bärmann 4a315b8163 reorganisation of abstract model classes, minor change in /intern form 2020-10-26 11:00:12 +01:00
Benni Bärmann bb2b40e50d granted_date added 2020-10-22 16:02:59 +02:00
Benni Bärmann d3ba817b09 new modell field survey_mail_send to make sure every mail is sendet only once 2020-10-22 14:38:23 +02:00
Benni Bärmann 73b41066e9 added new modell field Project.end_mail_send to assure that mails will be only send once 2020-10-22 11:36:16 +02:00
Benni Bärmann a78c10c043 new Project Field end date. some cleanup in ProjectForm and Project 2020-10-21 13:53:39 +02:00
Benni Bärmann 9e0903ca0e changed TYPE_CHOICES to dict to simplify some code 2020-10-21 13:27:05 +02:00
Benni Bärmann e916a9a86b included ProjectForm in InternView. fixed DatePicker. use admin-css 2020-10-21 11:15:55 +02:00
Benni Bärmann bc99551f77 changed some print() to raise RuntimeError() 2020-10-21 10:37:30 +02:00
Benni Bärmann a7e8b9a19a some work towards InternView 2020-10-21 09:54:12 +02:00
Benni Bärmann 188d39deb9 added links for DATAPROTECTION and such ... 2020-10-20 14:12:12 +02:00
Benni Bärmann 59ee1436c5 required dataprotection checkbox added 2020-10-20 13:16:03 +02:00
Benni Bärmann e0c20c5d64 authorize/deny Links in IF Mail should work now 2020-10-20 09:35:04 +02:00