{% extends "base.html" %} {% block title %}License Management - AsapLoads POS{% endblock %} {% block header_title %}License Management{% endblock %} {% block content %}
| License Key | Branch | Issue Date | Expiry Date | Status | Actions |
|---|---|---|---|---|---|
| {{ license.license_key }} | {{ license.branch.name }} | {{ license.issue_date|date:"M d, Y" }} | {{ license.expiry_date|date:"M d, Y" }} | {% if license.is_active %} {% if license.is_expired %} Expired {% else %} Active {{ license.days_remaining }} days remaining {% endif %} {% else %} Revoked {% endif %} |
No license keys found. Generate a license key to get started.
Each branch requires a valid license to operate the POS system. Licenses are checked on every login and session initialization.
Licenses can be issued for various durations from 30 days to 2 years. When a license expires, branch operations will be restricted.
Licenses can be renewed before or after expiry. You can also revoke licenses to immediately restrict access to a branch.