mbu-dev-shared-components 0.0.60__tar.gz → 0.0.62__tar.gz
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.
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/PKG-INFO +10 -4
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/README.md +9 -3
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components/solteqtand/app_handler.py +3 -1
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components/solteqtand/db_handler.py +2 -2
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components.egg-info/PKG-INFO +10 -4
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/.github/dependabot.yml +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/.gitignore +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/.pylintrc +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/LICENSE +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components/getorganized/__init__.py +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components/getorganized/auth.py +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components/getorganized/cases.py +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components/getorganized/contacts.py +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components/getorganized/documents.py +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components/getorganized/objects.py +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components/google/__init__.py +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components/google/api/__init__.py +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components/google/api/auth.py +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components/google/workspace/__init__.py +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components/google/workspace/alerts.py +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components/msoffice365/__init__.py +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components/msoffice365/excel/__init__.py +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components/msoffice365/excel/excel_reader.py +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components/msoffice365/sharepoint_api/__init__.py +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components/msoffice365/sharepoint_api/files.py +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components/os2forms/__init__.py +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components/os2forms/documents.py +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components/os2forms/forms.py +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components/sap/__init__.py +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components/sap/create_invoice.py +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components/solteqtand/__init__.py +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components/utils/__init__.py +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components/utils/db_stored_procedure_executor.py +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components/utils/fernet_encryptor.py +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components/utils/file_handler.py +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components/utils/json_handler.py +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components.egg-info/SOURCES.txt +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components.egg-info/dependency_links.txt +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components.egg-info/requires.txt +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/mbu_dev_shared_components.egg-info/top_level.txt +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/pyproject.toml +0 -0
- {mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: mbu_dev_shared_components
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.62
|
|
4
4
|
Summary: Shared components to use in RPA projects
|
|
5
5
|
Author-email: MBU <rpa@mbu.aarhus.dk>
|
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -21,7 +21,7 @@ Requires-Dist: uiautomation
|
|
|
21
21
|
|
|
22
22
|
## Installation
|
|
23
23
|
|
|
24
|
-
```
|
|
24
|
+
```bash
|
|
25
25
|
pip install mbu-dev-shared-components
|
|
26
26
|
```
|
|
27
27
|
|
|
@@ -66,6 +66,14 @@ The InvoiceCreator class offers methods to open a specified business partner, an
|
|
|
66
66
|
- Open business partner
|
|
67
67
|
- Create invoice
|
|
68
68
|
|
|
69
|
+
|
|
70
|
+
### Solteq Tand
|
|
71
|
+
#### - Application
|
|
72
|
+
#### - Database
|
|
73
|
+
|
|
74
|
+
This module provides the SolteqTandApp and SolteqTandDatabase class to handle patients data in Solteq Tand.
|
|
75
|
+
|
|
76
|
+
|
|
69
77
|
### Utils
|
|
70
78
|
#### - JSON
|
|
71
79
|
This module provides a class for manipulating JSON objects by transforming lists
|
|
@@ -84,5 +92,3 @@ Fernet symmetric encryption algorithm.
|
|
|
84
92
|
|
|
85
93
|
- Encrypts
|
|
86
94
|
- Decrypts
|
|
87
|
-
|
|
88
|
-
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
## Installation
|
|
4
4
|
|
|
5
|
-
```
|
|
5
|
+
```bash
|
|
6
6
|
pip install mbu-dev-shared-components
|
|
7
7
|
```
|
|
8
8
|
|
|
@@ -47,6 +47,14 @@ The InvoiceCreator class offers methods to open a specified business partner, an
|
|
|
47
47
|
- Open business partner
|
|
48
48
|
- Create invoice
|
|
49
49
|
|
|
50
|
+
|
|
51
|
+
### Solteq Tand
|
|
52
|
+
#### - Application
|
|
53
|
+
#### - Database
|
|
54
|
+
|
|
55
|
+
This module provides the SolteqTandApp and SolteqTandDatabase class to handle patients data in Solteq Tand.
|
|
56
|
+
|
|
57
|
+
|
|
50
58
|
### Utils
|
|
51
59
|
#### - JSON
|
|
52
60
|
This module provides a class for manipulating JSON objects by transforming lists
|
|
@@ -65,5 +73,3 @@ Fernet symmetric encryption algorithm.
|
|
|
65
73
|
|
|
66
74
|
- Encrypts
|
|
67
75
|
- Decrypts
|
|
68
|
-
|
|
69
|
-
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
|
-
This module contains the
|
|
2
|
+
This module contains the SolteqTandApp class, which
|
|
3
|
+
automates interactions with the SolteqTand application
|
|
4
|
+
using the UIAutomation library.
|
|
3
5
|
"""
|
|
4
6
|
import os
|
|
5
7
|
import time
|
|
@@ -151,7 +151,7 @@ class SolteqTandDatabase:
|
|
|
151
151
|
JOIN BOOKINGTYPE bt on bt.BookingTypeID = b.BookingTypeID
|
|
152
152
|
WHERE p.cpr = ?
|
|
153
153
|
"""
|
|
154
|
-
return self._execute_query(query, (self.ssn))
|
|
154
|
+
return self._execute_query(query, (self.ssn,))
|
|
155
155
|
|
|
156
156
|
def check_if_event_exists(self, event_name: str, event_message: str):
|
|
157
157
|
"""
|
|
@@ -203,7 +203,7 @@ class SolteqTandDatabase:
|
|
|
203
203
|
JOIN [CLINIC] c ON c.clinicId = p.preferredDentalClinicId
|
|
204
204
|
WHERE p.cpr = ?
|
|
205
205
|
"""
|
|
206
|
-
return self._execute_query(query, (self.ssn))
|
|
206
|
+
return self._execute_query(query, (self.ssn,))
|
|
207
207
|
|
|
208
208
|
def get_journal_notes(self, note_message: str = None):
|
|
209
209
|
"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: mbu_dev_shared_components
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.62
|
|
4
4
|
Summary: Shared components to use in RPA projects
|
|
5
5
|
Author-email: MBU <rpa@mbu.aarhus.dk>
|
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -21,7 +21,7 @@ Requires-Dist: uiautomation
|
|
|
21
21
|
|
|
22
22
|
## Installation
|
|
23
23
|
|
|
24
|
-
```
|
|
24
|
+
```bash
|
|
25
25
|
pip install mbu-dev-shared-components
|
|
26
26
|
```
|
|
27
27
|
|
|
@@ -66,6 +66,14 @@ The InvoiceCreator class offers methods to open a specified business partner, an
|
|
|
66
66
|
- Open business partner
|
|
67
67
|
- Create invoice
|
|
68
68
|
|
|
69
|
+
|
|
70
|
+
### Solteq Tand
|
|
71
|
+
#### - Application
|
|
72
|
+
#### - Database
|
|
73
|
+
|
|
74
|
+
This module provides the SolteqTandApp and SolteqTandDatabase class to handle patients data in Solteq Tand.
|
|
75
|
+
|
|
76
|
+
|
|
69
77
|
### Utils
|
|
70
78
|
#### - JSON
|
|
71
79
|
This module provides a class for manipulating JSON objects by transforming lists
|
|
@@ -84,5 +92,3 @@ Fernet symmetric encryption algorithm.
|
|
|
84
92
|
|
|
85
93
|
- Encrypts
|
|
86
94
|
- Decrypts
|
|
87
|
-
|
|
88
|
-
|
{mbu_dev_shared_components-0.0.60 → mbu_dev_shared_components-0.0.62}/.github/dependabot.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|