Search 336 articles, or browse by product below.
RoleAccess LevelAdminFull access — create, edit, delete, change status, bulk actions, exportEmployeeFull access — create, edit, change status, bulk action…
When you click Update Now, the system performs the following steps automatically:StepWhat Happens1. BackupA backup of your current files and database is c…
Update regularly: Each update includes security patches and improvements. Staying current protects your system.Read the changelog: Before updating, review…
To check if a new version is available:Navigate to Settings → Updates in the admin panel.The page shows your current version and the latest available vers…
QuestionAnswerDo I need SSH access to update?No. Updates are applied entirely through the web admin panel.Will I lose my data during an update?No. Your da…
All CSS and JavaScript assets come pre-compiled in every update. You do not need to run any build commands (npm install, npm run build, etc.) on your serv…
Deprixa Plus has a built-in update system that makes keeping your installation current effortless. Here is how it works at a high level:Check: The system …
If an update encounters an error during any step, the system automatically rolls back to the backup created before the update. Your installation returns t…
The update system is designed to protect your data and configurations. The following are never modified by an update:Environment configuration — Your data…
Deprixa Plus supports four authentication methods:MethodUsed ByImplementationEmail + PasswordAll users — primary login methodLaravel built-in auth with se…
Application settings (company info, branding, locale, notification preferences) are stored in a settings table as key-value pairs. This allows runtime con…
Frontend LayerLibrary / ToolVersionPurposeNotesReact18.3Core UI library — component model, hooks, state managementFunctional components throughout, no cla…
Deprixa Plus uses Spatie Laravel Permission for all access control. Permissions are stored in the permissions table and assigned to roles. Roles are assig…
The project follows standard Laravel conventions with additional directories for services, React components, and localization files.deprixa-plus/ ├── app/…
Inertia.js Page Request (Authenticated Users)Browser sends an HTTP GET to https://app.yourdomain.com/shipmentsNginx routes to PHP-FPM socketHandleInertiaR…
This diagram shows how the major system components interact at runtime.Browser React + Inertia.js Tailwind CSSHTTPSNginx Web Server SSL TerminationPHP-FPM…
Who is the Super Admin?The person who installed the platform. There is only one Super Admin per installation.What They SeeEverything — all tenants, all mo…
Who is the Admin?The owner or manager of a courier company — one organization (tenant). Each organization can have multiple Admins.What They SeeAll module…
Who is the Employee?Operations staff handling day-to-day logistics work — warehouse clerks, dispatchers, customer service agents.What They SeeThe followin…
Who is the Driver?The person physically delivering packages. Drivers use a simplified dashboard focused entirely on their assigned deliveries and pickups.…