Doctrine Checker Addon module for AllianceAuth
Project description
Tax System module for AllianceAuth.
A Doctrine Checker Addon for Memberaudit
Features
- Memberaudit Doctrine Checker
- Doctrine Overview
- Check if Character met criteria for Doctrines
- Ingame supported copy clipboard skill-queue
- Doctrine Overview
Upcoming
- Account Overview
- Detailed Modal-Overview for missing Skills
- Optimize Search Field
- Ordering Doctrines
- Filter by Category example: (Capital, Black OP Group, Mining)
Screenshots
Installation
[!NOTE] AA Tax System needs at least Alliance Auth v4.6.0 Please make sure to update your Alliance Auth before you install this APP
Step 1 - Install the Package
Make sure you're in your virtual environment (venv) of your Alliance Auth then install the pakage.
pip install aa-memberaudit-dc
Step 2 - Configure Alliance Auth
Configure your Alliance Auth settings (local.py) as follows:
- Add
'allianceauth.corputils',toINSTALLED_APPS - Add
'eveuniverse',toINSTALLED_APPS - Add
'memberaudit',toINSTALLED_APPS - Add
'madc',toINSTALLED_APPS
Step 3 - Add the Scheduled Tasks
To set up the Scheduled Tasks add following code to your local.py
</code></pre>
<h3>Step 3.1 - (Optional) Add own Logger File</h3>
<p>To set up the Logger add following code to your <code>local.py</code>
Ensure that you have writing permission in logs folder.</p>
<pre lang="python"><code>LOGGING["handlers"]["madc_file"] = {
"level": "INFO",
"class": "logging.handlers.RotatingFileHandler",
"filename": os.path.join(BASE_DIR, "log/madc.log"),
"formatter": "verbose",
"maxBytes": 1024 * 1024 * 5,
"backupCount": 5,
}
LOGGING["loggers"]["extensions.madc"] = {
"handlers": ["madc_file", "console", "extension_file"],
"level": "DEBUG",
}
Step 4 - Migration to AA
python manage.py collectstatic
python manage.py migrate
Step 5 - Setting up Permissions
With the Following IDs you can set up the permissions for the Tax System
| ID | Description | |
|---|---|---|
basic_access |
Can access the Memberaudit Doctrine Checker. | All Members with the Permission can access the MADC. |
corp_access |
Can view Characters from own Corporation. | Users with this can view all characters from own corp. |
alliance_access |
Can view Characters from own Alliance. | Users with this can view all characters from own ally. |
manage_access |
Can manage this app, Memberaudit Doctrine Checker. | Users with this permission can manage the MADC. |
admin_access |
Gives full access to this app, Memberaudit Doctrine Checker. | Users with this permission have full access. |
Step 6 - (Optional) Setting up Compatibilies
The Following Settings can be setting up in the local.py
- AA_DC_APP_NAME:
"YOURNAME"- Set the name of the APP
[!NOTE] Contributing You want to improve the project? Just Make a Pull Request with the Guidelines. We Using pre-commit
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aa_memberaudit_dc-0.0.4.tar.gz.
File metadata
- Download URL: aa_memberaudit_dc-0.0.4.tar.gz
- Upload date:
- Size: 227.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d1b346d8daea66073aa1403c0f65a3036895005cc5bd19f9962e921e803739d
|
|
| MD5 |
d20e8c72fe2a8cfd4cd99d8c29a4b2b4
|
|
| BLAKE2b-256 |
2a4bbdfe1a2df91c27cd0222d0c139b11a241874779c82a9e9ca795303cbaab7
|
File details
Details for the file aa_memberaudit_dc-0.0.4-py3-none-any.whl.
File metadata
- Download URL: aa_memberaudit_dc-0.0.4-py3-none-any.whl
- Upload date:
- Size: 257.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a726868205386e25ac1fd95fc10753f95284cc6a6bf31f3619e6c33a3ac6f7d4
|
|
| MD5 |
071133379c08d3671e4309ed8e243473
|
|
| BLAKE2b-256 |
ab429089ab95b26b7a6b1f2046b586901b74d705d31bed9adf7593dd1721455d
|