Installation, access and lifecycle

Understand QR Code Compliance migrations

This guide explains that the supplied 1.0.1, 1.0.2, 2.0.0 and 2.1.0 migration sequence without presenting migration internals as user features. The guide then takes you through the correct route, the checks to complete before making changes, the workflow in order, and the evidence to review afterwards.

Audience: CRM staffPermission: Administrator / module management accessModule v2.1.1
Jump to steps
Where to goAdmin Area → Setup → Modules → QR Code Manager → Upgrade Database
Before you start
  • Use an authorised account and confirm the source CRM record or setting is correct.
  • Follow the exact route shown above; do not force database values to imitate a completed action.

What you’ll accomplish

Know the supplied 1.0.1, 1.0.2, 2.0.0 and 2.1.0 migration sequence without presenting migration internals as user features. These instructions follow the supplied module’s live hooks, controller, model, view and validation flow.

Follow these steps

  1. Verify the installed module version.
  2. Use the module database-upgrade control when shown.
  3. Reopen settings and records after the upgrade.

Fields and options to review

Action scopeKnow the supplied 1.0.1, 1.0.2, 2.0.0 and 2.1.0 migration sequence without presenting migration internals as user features.
Module version2.1.0
NavigationAdmin Area → Setup → Modules → QR Code Manager → Upgrade Database
EvidenceVerify the stored record, status, output, email, event or log produced by the code path.

Rules the system enforces

  • Migrations 101/102 extend earlier payment/base64 settings; 200/210 establish the compliance schema used by version 2.1.0.
  • Version 2.1.1 adds Migration 211, which requires the module install.php file so the idempotent installer can apply current schema/options.

How to confirm it worked

  • The requested record, output or setting is created or updated through the supported module flow.
  • Any related status, count, email, audit/event, PDF/file or queue evidence agrees with the source action.
  • An error message is investigated rather than bypassed.

Security, privacy and operational checks

  • Apply least privilege and verify the correct customer, lead, sales document or recipient before processing.
  • Protect public tokens, recipient data, IP/browser evidence, templates and exported files according to organisational policy.
  • Test configuration changes with controlled records before production-wide use.
  • Retain or delete evidence only under an authorised retention process.