wbcore 2.2.5__py2.py3-none-any.whl → 2.2.6__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. wbcore/contrib/agenda/locale/de/LC_MESSAGES/django.po +113 -0
  2. wbcore/contrib/agenda/release_notes/1_0_0.md +13 -0
  3. wbcore/contrib/agenda/static/agenda/markdown/documentation/building.md +11 -0
  4. wbcore/contrib/agenda/static/agenda/markdown/documentation/conferenceroom.md +20 -0
  5. wbcore/contrib/authentication/fixtures/authentication.json +62 -0
  6. wbcore/contrib/authentication/locale/de/LC_MESSAGES/django.po +610 -0
  7. wbcore/contrib/authentication/release_notes/1_0_0.md +13 -0
  8. wbcore/contrib/authentication/templates/activate_confirm.html +12 -0
  9. wbcore/contrib/authentication/templates/base.html +135 -0
  10. wbcore/contrib/authentication/templates/email_base_template.html +335 -0
  11. wbcore/contrib/authentication/templates/password_reset_done.html +13 -0
  12. wbcore/contrib/authentication/templates/password_reset_email.html +11 -0
  13. wbcore/contrib/authentication/templates/password_reset_email_html.html +43 -0
  14. wbcore/contrib/authentication/templates/password_reset_form.html +23 -0
  15. wbcore/contrib/authentication/templates/password_reset_sent.html +11 -0
  16. wbcore/contrib/authentication/templates/reset_password.html +15 -0
  17. wbcore/contrib/authentication/templates/user_registration_email.html +37 -0
  18. wbcore/contrib/currency/fixtures/currency.yaml +1014 -0
  19. wbcore/contrib/currency/fixtures/currency_fx_rate.yaml +73585 -0
  20. wbcore/contrib/currency/release_notes/1_0_0.md +13 -0
  21. wbcore/contrib/directory/fixtures/directory.json +3924 -0
  22. wbcore/contrib/directory/locale/de/LC_MESSAGES/django.po +1686 -0
  23. wbcore/contrib/directory/release_notes/1_0_0.md +13 -0
  24. wbcore/contrib/directory/release_notes/1_0_1.md +13 -0
  25. wbcore/contrib/directory/static/directory/markdown/documentation/address.md +38 -0
  26. wbcore/contrib/directory/static/directory/markdown/documentation/banking.md +54 -0
  27. wbcore/contrib/directory/static/directory/markdown/documentation/bankingentry.md +38 -0
  28. wbcore/contrib/directory/static/directory/markdown/documentation/clientmanagerrelationship.md +42 -0
  29. wbcore/contrib/directory/static/directory/markdown/documentation/company.md +52 -0
  30. wbcore/contrib/directory/static/directory/markdown/documentation/companytype.md +2 -0
  31. wbcore/contrib/directory/static/directory/markdown/documentation/customerstatus.md +2 -0
  32. wbcore/contrib/directory/static/directory/markdown/documentation/email.md +20 -0
  33. wbcore/contrib/directory/static/directory/markdown/documentation/employeecompany.md +34 -0
  34. wbcore/contrib/directory/static/directory/markdown/documentation/employerperson.md +43 -0
  35. wbcore/contrib/directory/static/directory/markdown/documentation/person.md +61 -0
  36. wbcore/contrib/directory/static/directory/markdown/documentation/position.md +2 -0
  37. wbcore/contrib/directory/static/directory/markdown/documentation/relationshiptype.md +2 -0
  38. wbcore/contrib/directory/static/directory/markdown/documentation/socialmedia.md +23 -0
  39. wbcore/contrib/directory/static/directory/markdown/documentation/specialization.md +2 -0
  40. wbcore/contrib/directory/static/directory/markdown/documentation/systememployee.md +31 -0
  41. wbcore/contrib/directory/static/directory/markdown/documentation/telephone.md +23 -0
  42. wbcore/contrib/directory/static/directory/markdown/documentation/telephonesearch.md +26 -0
  43. wbcore/contrib/directory/static/directory/markdown/documentation/userisclient.md +14 -0
  44. wbcore/contrib/directory/static/directory/markdown/documentation/userismanager.md +28 -0
  45. wbcore/contrib/directory/static/directory/markdown/documentation/website.md +20 -0
  46. wbcore/contrib/documents/fixtures/docments.json +135 -0
  47. wbcore/contrib/documents/locale/de/LC_MESSAGES/django.po +272 -0
  48. wbcore/contrib/documents/release_notes/1_0_0.md +13 -0
  49. wbcore/contrib/documents/static/documents/markdown/documentation/document_types.md +21 -0
  50. wbcore/contrib/documents/static/documents/markdown/documentation/documents.md +18 -0
  51. wbcore/contrib/documents/static/documents/markdown/documentation/shareablelink.md +28 -0
  52. wbcore/contrib/documents/static/documents/markdown/documentation/shareablelinkaccess.md +20 -0
  53. wbcore/contrib/example_app/fixtures/example_app.json +7425 -0
  54. wbcore/contrib/geography/fixtures/geography.json +13454 -0
  55. wbcore/contrib/geography/release_notes/1_0_0.md +13 -0
  56. wbcore/contrib/geography/static/geography/markdown/documentation/geography.md +16 -0
  57. wbcore/contrib/io/fixtures/io.json +145 -0
  58. wbcore/contrib/io/locale/de/LC_MESSAGES/django.po +52 -0
  59. wbcore/contrib/io/release_notes/1_0_0.md +13 -0
  60. wbcore/contrib/notifications/locale/de/LC_MESSAGES/django.po +60 -0
  61. wbcore/contrib/notifications/release_notes/1_0_0.md +13 -0
  62. wbcore/contrib/notifications/static/notifications/service-worker.js +1 -0
  63. wbcore/contrib/notifications/templates/notifications/notification_template.html +43 -0
  64. wbcore/contrib/tags/release_notes/1_0_0.md +13 -0
  65. wbcore/contrib/workflow/fixtures/workflow.json +612 -0
  66. wbcore/contrib/workflow/locale/de/LC_MESSAGES/django.po +1289 -0
  67. wbcore/contrib/workflow/static/workflow/markdown/documentation/assignedprocessstep.md +33 -0
  68. wbcore/contrib/workflow/static/workflow/markdown/documentation/condition.md +24 -0
  69. wbcore/contrib/workflow/static/workflow/markdown/documentation/decisionstep.md +30 -0
  70. wbcore/contrib/workflow/static/workflow/markdown/documentation/emailstep.md +45 -0
  71. wbcore/contrib/workflow/static/workflow/markdown/documentation/finishstep.md +33 -0
  72. wbcore/contrib/workflow/static/workflow/markdown/documentation/joinstep.md +33 -0
  73. wbcore/contrib/workflow/static/workflow/markdown/documentation/process.md +33 -0
  74. wbcore/contrib/workflow/static/workflow/markdown/documentation/processstep.md +51 -0
  75. wbcore/contrib/workflow/static/workflow/markdown/documentation/scriptstep.md +33 -0
  76. wbcore/contrib/workflow/static/workflow/markdown/documentation/splitstep.md +30 -0
  77. wbcore/contrib/workflow/static/workflow/markdown/documentation/startstep.md +27 -0
  78. wbcore/contrib/workflow/static/workflow/markdown/documentation/transition.md +27 -0
  79. wbcore/contrib/workflow/static/workflow/markdown/documentation/userstep.md +42 -0
  80. wbcore/contrib/workflow/static/workflow/markdown/documentation/workflow.md +32 -0
  81. wbcore/contrib/workflow/templates/Test_Templates.txt +25 -0
  82. wbcore/docs/orderable.md +29 -0
  83. wbcore/docs/reparent.md +13 -0
  84. wbcore/locale/de/LC_MESSAGES/django.po +667 -0
  85. wbcore/templates/errors/404.html +134 -0
  86. wbcore/templates/errors/500.html +138 -0
  87. wbcore/templates/errors/503.html +132 -0
  88. wbcore/templates/errors/custom.html +132 -0
  89. wbcore/templates/notifications/email_template.html +43 -0
  90. wbcore/templates/reversion/compare_detail.html +19 -0
  91. wbcore/templates/wbcore/admin/change_list.html +8 -0
  92. wbcore/templates/wbcore/admin/csv_form.html +15 -0
  93. wbcore/templates/wbcore/dynamic_color_array.html +29 -0
  94. wbcore/templates/wbcore/email_base_template.html +335 -0
  95. wbcore/templates/wbcore/email_notification_template.html +10 -0
  96. wbcore/templates/wbcore/frontend.html +51 -0
  97. {wbcore-2.2.5.dist-info → wbcore-2.2.6.dist-info}/METADATA +2 -2
  98. {wbcore-2.2.5.dist-info → wbcore-2.2.6.dist-info}/RECORD +99 -3
  99. {wbcore-2.2.5.dist-info → wbcore-2.2.6.dist-info}/WHEEL +1 -1
@@ -0,0 +1,113 @@
1
+ # GERMAN TRANSLATIONS FOR AGENDA
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ #
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: \n"
10
+ "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2023-04-25 17:08+0200\n"
12
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
+ "Last-Translator: \n"
14
+ "Language-Team: \n"
15
+ "Language: de\n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
+ "X-Generator: Poedit 3.2.2\n"
21
+
22
+ #: wbcore/contrib/agenda/filters.py:25
23
+ msgid "Calendar Regarding"
24
+ msgstr "Kalendar Für"
25
+
26
+ #: wbcore/contrib/agenda/filters.py:33 wbcore/contrib/agenda/models.py:50
27
+ msgid "Type"
28
+ msgstr "Typ"
29
+
30
+ #: wbcore/contrib/agenda/models.py:15 wbcore/contrib/agenda/models.py:138
31
+ msgid "Calendar Item"
32
+ msgstr "Kalendareintrag"
33
+
34
+ #: wbcore/contrib/agenda/models.py:16
35
+ msgid "Absence Request"
36
+ msgstr "Abwesenheitsantrag"
37
+
38
+ #: wbcore/contrib/agenda/models.py:17
39
+ msgid "Activity"
40
+ msgstr "Aktivität"
41
+
42
+ #: wbcore/contrib/agenda/models.py:18
43
+ msgid "Task"
44
+ msgstr "Aufgabe"
45
+
46
+ #: wbcore/contrib/agenda/models.py:21
47
+ msgid "Public"
48
+ msgstr "Öffentlich"
49
+
50
+ #: wbcore/contrib/agenda/models.py:22
51
+ msgid "Private"
52
+ msgstr "Privat"
53
+
54
+ #: wbcore/contrib/agenda/models.py:23
55
+ msgid "Confidential"
56
+ msgstr "Vertraulich"
57
+
58
+ #: wbcore/contrib/agenda/models.py:35
59
+ msgid "Entities"
60
+ msgstr "Entitäten"
61
+
62
+ #: wbcore/contrib/agenda/models.py:46
63
+ msgid "Visibility"
64
+ msgstr "Zugriffsbeschränkung"
65
+
66
+ #: wbcore/contrib/agenda/models.py:57
67
+ msgid "Period"
68
+ msgstr "Zeitrahmen"
69
+
70
+ #: wbcore/contrib/agenda/models.py:59
71
+ msgid "Title"
72
+ msgstr "Titel"
73
+
74
+ #: wbcore/contrib/agenda/models.py:62
75
+ msgid "Conference Room"
76
+ msgstr "Konferenzraum"
77
+
78
+ #: wbcore/contrib/agenda/models.py:63
79
+ msgid "Check this if it takes place in the conference room"
80
+ msgstr ""
81
+ "Wählen Sie diese Option aus, wenn die Aktivität im Konferenzraum stattfindet"
82
+
83
+ #: wbcore/contrib/agenda/models.py:66
84
+ msgid "All Day"
85
+ msgstr "Ganztägig"
86
+
87
+ #: wbcore/contrib/agenda/models.py:66
88
+ msgid "Check this if the activity spans throughout the day"
89
+ msgstr ""
90
+ "Wählen Sie diese Option aus, wenn diese Aktivität ganztägig stattfindet"
91
+
92
+ #: wbcore/contrib/agenda/models.py:68
93
+ msgid "Is Cancelled"
94
+ msgstr "Ist Abgesagt"
95
+
96
+ #: wbcore/contrib/agenda/models.py:139
97
+ msgid "Calendar Items"
98
+ msgstr "Kalendareinträge"
99
+
100
+ #: wbcore/contrib/agenda/serializers.py:38
101
+ #, python-brace-format
102
+ msgid "Private {type}"
103
+ msgstr "Private/r {type}"
104
+
105
+ #: wbcore/contrib/agenda/serializers.py:40
106
+ #, python-brace-format
107
+ msgid "Confidential {type}"
108
+ msgstr "Vertrauliche/r {type}"
109
+
110
+ #: wbcore/contrib/agenda/viewsets/menu/calendar_items.py:11
111
+ #: wbcore/contrib/agenda/viewsets/titles/calendar_items.py:7
112
+ msgid "Calendar"
113
+ msgstr "Kalendar"
@@ -0,0 +1,13 @@
1
+ Date: 2023-04-26
2
+ Module: Agenda
3
+ Summary: Initial Release Note
4
+ Version: 1.0.0
5
+
6
+ ## New Features
7
+ - Bootstrap module versioning
8
+
9
+ ## Enhancements
10
+ ./.
11
+
12
+ ## Bugfixes
13
+ ./.
@@ -0,0 +1,11 @@
1
+ # Buildings
2
+ This is a list of every company building in the database where you can modify, delete and add new buildings. Typing in the search field filters the buildings by name.
3
+
4
+ ## Columns:
5
+ Each column has a triangle on the right. Click on the triangle to show filter options for that column. Click on the arrows next to the column name to order by that column in ascending or descending order. Hold shift while clicking to order multiple columns with individual weight.
6
+
7
+ ### Name:
8
+ The name of the building.
9
+
10
+ ### Address:
11
+ The building's location. You can add new addresses for use when pressing the "New Address" button at the top of the list.
@@ -0,0 +1,20 @@
1
+ # Conference Rooms
2
+ This is a list of every conference room in the database where you can modify, delete and add new rooms. Typing in the search field filters the conference rooms by name.
3
+
4
+ ## Columns:
5
+ Each column has a triangle on the right. Click on the triangle to show filter options for that column. Click on the arrows next to the column name to order by that column in ascending or descending order. Hold shift while clicking to order multiple columns with individual weight.
6
+
7
+ ### Name:
8
+ The name of the room.
9
+
10
+ ### E-Mail-Address:
11
+ The room's email address. Must be unique.
12
+
13
+ ### Building:
14
+ The building in which the room is located. You can add buildings under CRM > Administration > Conference Room > Buildings.
15
+
16
+ ### Capacity:
17
+ The maximum amount of people that can be seated in the room. Is used to warn users when they add too many participants to a conference room meeting.
18
+
19
+ ### Capable of Videoconferencing:
20
+ Indicates if a conference room is equipped to take part in a video conference. If it is not, participants won't be able to set their attendance as "Attend Digitally".
@@ -0,0 +1,62 @@
1
+ [
2
+ {
3
+ "model": "authentication.user",
4
+ "pk": 2,
5
+ "fields": {
6
+ "password": "pbkdf2_sha256$600000$7b9COu4I5N1hRFeaOe9KcK$glh5OjtB9Kfzf2pMSJN5tpI9auGvs4O2oEBOQ2Rllog=",
7
+ "last_login": null,
8
+ "is_superuser": false,
9
+ "uuid": "e77949f0-6428-4318-b23e-2182ed02c605",
10
+ "email": "xue-bai@stainly.com",
11
+ "username": "xue-bai",
12
+ "profile": 26,
13
+ "is_staff": false,
14
+ "is_active": true,
15
+ "is_register": true,
16
+ "date_joined": "2024-01-11T13:49:50.048Z",
17
+ "metadata": {},
18
+ "groups": [],
19
+ "user_permissions": []
20
+ }
21
+ },
22
+ {
23
+ "model": "authentication.user",
24
+ "pk": 3,
25
+ "fields": {
26
+ "password": "pbkdf2_sha256$600000$7b9COu4I5N1hRFeaOe9KcK$glh5OjtB9Kfzf2pMSJN5tpI9auGvs4O2oEBOQ2Rllog=",
27
+ "last_login": null,
28
+ "is_superuser": false,
29
+ "uuid": "3cf11bbb-2cc5-49fa-a3b3-e26e9388532b",
30
+ "email": "rodney-collins@stainly.com",
31
+ "username": "rodney-collins",
32
+ "profile": 39,
33
+ "is_staff": false,
34
+ "is_active": true,
35
+ "is_register": true,
36
+ "date_joined": "2024-01-11T13:49:50.048Z",
37
+ "metadata": {},
38
+ "groups": [],
39
+ "user_permissions": []
40
+ }
41
+ },
42
+ {
43
+ "model": "authentication.user",
44
+ "pk": 4,
45
+ "fields": {
46
+ "password": "pbkdf2_sha256$600000$HJQiuo8af7aU1QZa0fFvQx$1nHNkqr/+ujfo3AyfOWsOKOYzfg5U4zJHvUOpwxUvPk=",
47
+ "last_login": null,
48
+ "is_superuser": true,
49
+ "uuid": "e77a718c-55a3-43bd-862c-aeed2790c699",
50
+ "email": "admin@stainly.com",
51
+ "username": "admin",
52
+ "profile": 8,
53
+ "is_staff": true,
54
+ "is_active": true,
55
+ "is_register": true,
56
+ "date_joined": "2024-01-11T13:49:50.048Z",
57
+ "metadata": {},
58
+ "groups": [],
59
+ "user_permissions": []
60
+ }
61
+ }
62
+ ]