Financial Assurance Module
  • Financial Assurance Module Documentation
  • INTRODUCTION
    • Glossary / Terminology
    • FAQ
    • Releases / Changelog*
    • Report an Issue / Contact us
  • PRODUCT / END-USER DOCUMENTATION
    • Overview
      • User roles and permissions
    • Financial Assurance Module Navigation
    • Overall User Interface
    • Engagements section
      • Creation of Engagement
      • Reporting of Engagement
      • Submitting of Engagement
      • Finalize the Engagement
      • Export of Engagement
      • Cancellation of Engagement
    • Staff Spot Checks section
    • FAM workflow
  • TECHNICAL DOCUMENTATION
    • Architecture
    • Development Setup
    • Deployment / DevOps
    • Backend Module structure
    • Data Model
    • Fixtures & management commands
    • Integration with permissions framework
    • Interaction with VISION
    • API Documentation
      • Error Handling
    • Frontend
      • Module structure
      • Build process
      • Tests
Powered by GitBook
On this page
  1. TECHNICAL DOCUMENTATION

Integration with permissions framework

PreviousFixtures & management commandsNextInteraction with VISION

Last updated 6 years ago

Auditor portal is tightly connected with the permissions framework. Special management command were written to update them. It can be called as:

python manage.py update_audit_permissions

and every time when called it collects required set of permissions, removes old permissions which are related to Audit (their targets are starting with audit. or purchase_order.) and creates everything that needed.

This command is very similar to the same in TPM module. For more info see related documentation:

Permissions frameworkThird Party Monitoring Module
Logo