{% extends "base.html" %} {% block title %}Add User - QuantumQuickSales{% endblock %} {% block page_title %}Add New User{% endblock %} {% block content %}
User Information
Unique username for login
Secure password for the user
Re-enter the password to confirm
• Create and manage invoices
• Search invoice history
• Delete own invoices (within 5 minutes)
• View product catalog
• All regular user permissions
• Manage products and inventory
• Manage users and access levels
• View all invoices and reports
• System configuration
Important: Admin users have full system access. Choose carefully!
{% endblock %} {% block scripts %} {% endblock %}