{% extends 'core/base.html' %} {% load static %} {% block title %}System Settings — SwiftPOS{% endblock %} {% block topbar_title %}System Settings{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
System Settings
Configure your business information, POS mode, and currency.
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% csrf_token %}
Business Information
Company Slug (Store ID)
{{ request.company.slug }}
Staff need this identifier to log into the mobile app.
{% if cs.logo %}
Current logo
Upload a new image to replace it.
{% endif %}
POS Interface
{% if cs.pos_interface_mode == 'grid' %}
Grid POS V2 is active — Open it here.
{% endif %}
Features
Uses your device camera to scan barcodes on the Barcode POS page.
If enabled, you can sell products even when they are out of stock. (Useful for restaurants/services).
Currency & VAT
e.g. ₦ $ £ €
0 = disabled
Cancel
{% endblock %} {% block extra_js %} {% endblock %}