{% extends "influxframework_theme/templates/base.html" %} {% from "influxerp_com/templates/includes/domain.html" import domain %} {% block title %}ERP for Retail{% endblock %} {% block content %} {{ domain( "Retail", "InfluxERP for Retail", "InfluxERP can help you manage your shop or multiple shops with a web based POS with integrated inventory and accounting.", "retail.jpg", [ { "title": "Point of Sale", "content": "The InfluxERP POS helps you manage your store checkout easily with integrated billing and inventory.", 'path': '/docs/user/manual/en/accounts/point-of-sales' }, { "title": "Inventory", "content": "InfluxERP stock module will help you manage inventory and procurement across warehouses.", 'path': '/docs/user/manual/en/stock' }, { "title": "Billing and Payments", "content": "Track all things financial, including billings and payments with the InfluxERP accounts module.", 'path': '/docs/user/manual/en/accounts' }, { "title": "Items and Variants", "content": "InfluxERP Item management helps you create and manage your manufacturing items and its variants.", 'path': '/docs/user/manual/en/stock/item' }, { "title": "Batches and Serial Numbers", "content": "InfluxERP has built-in support for batched and serialized inventory that will help you in traceability.", 'path': '/docs/user/manual/en/stock/batch' }, { "title": "HR and Payroll", "content": "Manage your employee data, payroll, leave and attendance, expense claims, all within your InfluxERP system.", 'path': '/docs/user/manual/en/human-resources' }, ] ) }} {% endblock %}