Commits on Source (17)
-
Piotr Gawron authored0bd6e0d2
-
Piotr Gawron authored715564e8
-
Piotr Gawron authored4f128a8a
-
Piotr Gawron authored56ed2f9b
-
Piotr Gawron authoredee86c08d
-
Piotr Gawron authored5e377687
-
Piotr Gawron authoredf694d253
-
Piotr Gawron authoredb1dfc149
-
Piotr Gawron authoreda6cd4f1a
-
Piotr Gawron authoredcc698788
-
Piotr Gawron authored0edbc003
-
Piotr Gawron authorede0ff5910
-
Piotr Gawron authored9fb8ee0f
-
Piotr Gawron authored59422d30
-
Piotr Gawron authored324cf356
-
Piotr Gawron authored76f774cd
-
Piotr Gawron authored3059b600
Showing
- smash/web/api_urls.py 19 additions, 3 deletionssmash/web/api_urls.py
- smash/web/api_views/voucher.py 137 additions, 0 deletionssmash/web/api_views/voucher.py
- smash/web/api_views/voucher_type.py 32 additions, 0 deletionssmash/web/api_views/voucher_type.py
- smash/web/api_views/worker.py 24 additions, 0 deletionssmash/web/api_views/worker.py
- smash/web/docx_helper.py 16 additions, 0 deletionssmash/web/docx_helper.py
- smash/web/forms/voucher_forms.py 13 additions, 19 deletionssmash/web/forms/voucher_forms.py
- smash/web/forms/voucher_partner_session_forms.py 19 additions, 0 deletionssmash/web/forms/voucher_partner_session_forms.py
- smash/web/forms/worker_form.py 4 additions, 1 deletionsmash/web/forms/worker_form.py
- smash/web/migrations/0110_auto_20180601_0754.py 41 additions, 0 deletionssmash/web/migrations/0110_auto_20180601_0754.py
- smash/web/migrations/0111_auto_20180601_1318.py 43 additions, 0 deletionssmash/web/migrations/0111_auto_20180601_1318.py
- smash/web/migrations/0112_auto_20180604_1021.py 26 additions, 0 deletionssmash/web/migrations/0112_auto_20180604_1021.py
- smash/web/models/constants.py 6 additions, 0 deletionssmash/web/models/constants.py
- smash/web/models/language.py 3 additions, 2 deletionssmash/web/models/language.py
- smash/web/models/mail_template.py 63 additions, 8 deletionssmash/web/models/mail_template.py
- smash/web/models/voucher.py 9 additions, 4 deletionssmash/web/models/voucher.py
- smash/web/models/voucher_partner_session.py 25 additions, 0 deletionssmash/web/models/voucher_partner_session.py
- smash/web/models/worker.py 5 additions, 0 deletionssmash/web/models/worker.py
- smash/web/static/js/smash.js 34 additions, 0 deletionssmash/web/static/js/smash.js
- smash/web/templates/appointments/index.html 1 addition, 1 deletionsmash/web/templates/appointments/index.html
- smash/web/templates/daily_planning.html 1 addition, 1 deletionsmash/web/templates/daily_planning.html
smash/web/api_views/voucher.py
0 → 100644
smash/web/api_views/voucher_type.py
0 → 100644
smash/web/models/voucher_partner_session.py
0 → 100644