{% extends "core/base.html" %} {% block title %}Business Settings - Inventory Management System{% endblock %} {% block page_title %}Business Settings{% endblock %} {% block header_actions %} {% endblock %} {% block content %}
{% csrf_token %}
Inventory Settings
{{ form.enable_barcode }}
Allow barcode scanning for products
{{ form.enable_serial_numbers }}
Track serial numbers for products
{{ form.enable_batch_tracking }}
Track products by batch numbers
{{ form.enable_stock_alerts }}
Receive alerts for low stock items
{{ form.low_stock_threshold }}
Minimum stock level before alerts are triggered
Sales Settings
{{ form.default_payment_method }}
Default payment method for new sales
{{ form.enable_customer_credit }}
Allow customers to buy on credit
{{ form.require_customer_info }}
Require customer name/phone for sales
{{ form.enable_receipt_printing }}
Print receipts for sales transactions
Notification Settings
{{ form.email_notifications }}
Receive notifications via email
{{ form.sms_notifications }}
Receive notifications via SMS
{{ form.low_stock_notification }}
Get notified when stock is low
{{ form.daily_sales_report }}
Receive daily sales summaries
Security Settings
{{ form.session_timeout_minutes }}
Auto-logout after inactivity
{{ form.require_2fa }}
Add extra security with 2FA
{{ form.ip_restriction }}
Restrict access to specific IP addresses
Data Settings
{{ form.backup_frequency }}
How often to backup your data
{{ form.data_retention_months }}
How long to keep historical data
Cancel
{% endblock %}