Skip to main content

Doctrine Checker Addon module for AllianceAuth

Project description

Tax System module for AllianceAuth.

Release Licence Python Django pre-commit.ci status Code style: black Tests codecov

ko-fi

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

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', to INSTALLED_APPS
  • Add 'eveuniverse', to INSTALLED_APPS
  • Add 'memberaudit', to INSTALLED_APPS
  • Add 'madc', to INSTALLED_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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aa_memberaudit_dc-0.0.3.tar.gz (94.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aa_memberaudit_dc-0.0.3-py3-none-any.whl (124.6 kB view details)

Uploaded Python 3

File details

Details for the file aa_memberaudit_dc-0.0.3.tar.gz.

File metadata

  • Download URL: aa_memberaudit_dc-0.0.3.tar.gz
  • Upload date:
  • Size: 94.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for aa_memberaudit_dc-0.0.3.tar.gz
Algorithm Hash digest
SHA256 4fbb92853380f5be01e30b83791428d4b5a7a0d72625e91cb9ea1e26bf7534fe
MD5 4b541a1e80bab41815960e4886886d87
BLAKE2b-256 4bc49bbc290fdc48bb692ab758592e06453ae9e0b008a617791501c1b667c37b

See more details on using hashes here.

File details

Details for the file aa_memberaudit_dc-0.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for aa_memberaudit_dc-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 06473eaa5c5320225dabfdf099df521d6afbc8c0f010906b6053b8188fc9ef4b
MD5 10eab377e1b37ed30528440222d7288c
BLAKE2b-256 d6137b59fdfc07f79422f965526bf58b7560b6c32631c5f7c391713feb057452

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page