Commits on Source (41)
-
Piotr Gawron authoreda755f2ff
-
Piotr Gawron authored88a2c13f
-
Piotr Gawron authoreda10a95a3
-
Piotr Gawron authoredb22c9015
-
Piotr Gawron authored05c96282
-
Piotr Gawron authored3d7c01af
-
Piotr Gawron authored9ff6dc4b
-
Piotr Gawron authoredbf75dbbd
-
Piotr Gawron authored2bf802f3
-
Piotr Gawron authoreda6fb4bb0
-
Piotr Gawron authored1d579cc1
-
Piotr Gawron authored0faff66d
-
Piotr Gawron authored858fbb7b
-
Piotr Gawron authored814e1e3c
-
Piotr Gawron authoredbe16c564
-
Piotr Gawron authoredb081aa91
-
Piotr Gawron authorede5c7b012
-
Piotr Gawron authored31a4316e
-
Piotr Gawron authoredb7dc0e9c
-
Piotr Gawron authored01ef9009
-
Piotr Gawron authored02a4d860
-
Piotr Gawron authored
# Conflicts: # smash/web/forms/forms.py
7ba80cd8 -
Piotr Gawron authored
Resolve "extend worker class" Closes #183 See merge request NCER-PD/scheduling-system!117
01eb0297 -
Piotr Gawron authorede4d97c48
-
Piotr Gawron authoredb1aafb48
-
Piotr Gawron authored833f647d
-
Piotr Gawron authored2233de56
-
Piotr Gawron authored85ef37bb
-
Piotr Gawron authored8ab64e5c
-
Piotr Gawron authoreda8c3c87e
-
Piotr Gawron authored
Resolve "User managment page" Closes #127 See merge request NCER-PD/scheduling-system!119
c90f0a96 -
Piotr Gawron authored41af46a4
-
Piotr Gawron authored724e90b5
-
Piotr Gawron authored
Resolve "auto-expire of vouchers" Closes #197 See merge request NCER-PD/scheduling-system!120
14d59269 -
Piotr Gawron authored573dae44
-
Piotr Gawron authoredf4912e35
-
Piotr Gawron authored
Resolve "follow up visit creation" Closes #192 See merge request NCER-PD/scheduling-system!121
de93720e -
Piotr Gawron authored21f01f67
-
Piotr Gawron authored5167a6da
-
Piotr Gawron authored173aada5
-
Piotr Gawron authored
Resolve "Voucher expiry date notfication" Closes #190 See merge request NCER-PD/scheduling-system!122
84d48088
Showing
- smash/smash/settings.py 2 additions, 1 deletionsmash/smash/settings.py
- smash/web/api_views/daily_planning.py 4 additions, 3 deletionssmash/web/api_views/daily_planning.py
- smash/web/api_views/subject.py 5 additions, 2 deletionssmash/web/api_views/subject.py
- smash/web/api_views/worker.py 4 additions, 2 deletionssmash/web/api_views/worker.py
- smash/web/forms/__init__.py 7 additions, 5 deletionssmash/web/forms/__init__.py
- smash/web/forms/appointment_form.py 134 additions, 0 deletionssmash/web/forms/appointment_form.py
- smash/web/forms/contact_attempt_forms.py 45 additions, 0 deletionssmash/web/forms/contact_attempt_forms.py
- smash/web/forms/forms.py 0 additions, 186 deletionssmash/web/forms/forms.py
- smash/web/forms/study_subject_forms.py 3 additions, 1 deletionsmash/web/forms/study_subject_forms.py
- smash/web/forms/voucher_forms.py 6 additions, 1 deletionsmash/web/forms/voucher_forms.py
- smash/web/forms/worker_form.py 48 additions, 0 deletionssmash/web/forms/worker_form.py
- smash/web/migrations/0098_workerstudyrole.py 32 additions, 0 deletionssmash/web/migrations/0098_workerstudyrole.py
- smash/web/migrations/0099_auto_20171213_1115.py 40 additions, 0 deletionssmash/web/migrations/0099_auto_20171213_1115.py
- smash/web/migrations/0100_auto_20171213_1140.py 51 additions, 0 deletionssmash/web/migrations/0100_auto_20171213_1140.py
- smash/web/migrations/0101_auto_20171214_1047.py 25 additions, 0 deletionssmash/web/migrations/0101_auto_20171214_1047.py
- smash/web/migrations/0102_studynotificationparameters_subject_voucher_expiry_visible.py 20 additions, 0 deletions...ynotificationparameters_subject_voucher_expiry_visible.py
- smash/web/models/__init__.py 2 additions, 1 deletionsmash/web/models/__init__.py
- smash/web/models/notification_columns.py 5 additions, 0 deletionssmash/web/models/notification_columns.py
- smash/web/models/study.py 5 additions, 0 deletionssmash/web/models/study.py
- smash/web/models/study_subject_list.py 2 additions, 0 deletionssmash/web/models/study_subject_list.py
smash/web/forms/appointment_form.py
0 → 100644
smash/web/forms/contact_attempt_forms.py
0 → 100644
smash/web/forms/worker_form.py
0 → 100644
smash/web/migrations/0098_workerstudyrole.py
0 → 100644