Controller
Table of Contents
Namespaces
Classes
- AnalyticsController
- Sales analytics controller.
- AppController
- Application controller for general app features Handles calendar and other app-wide functionalities
- AuthController
- Authentication controller Handles user login, logout and API authentication
- CategoryController
- Management of sale-product categories and sub-categories.
- ConfigController
- Application settings for the current point of sale.
- CustomerController
- Management of the customer directory.
- DashboardController
- Dashboard controller (home page of the web application).
- ErrorController
- Custom error controller.
- FieldOfActivityController
- Management of the fields of activity attached to products and the point of sale.
- FundController
- Management of the cash fund / treasury per point of sale.
- InventoryController
- InventoryController class handles all the actions related to inventory management.
- InventoryStockController
- Management of warehouse-stock inventories.
- ProductController
- Management of sale products (catalog).
- ProductStockController
- Management of warehouse stock (distinct from sale products).
- PurchaseOrderController
- Management of the purchase-order lifecycle with suppliers.
- SaleController
- Central controller for sales and the point of sale (POS).
- SessionSaleController
- Management of cash sessions on the web interface.
- SubscriptionController
- Displays the blocking screen shown when the point of sale's subscription has expired. The redirect to this page is triggered by the FeatureCheckListener.
- SupplierController
- Management of the supplier directory.
- UserController
- Administration of user accounts (web interface).