Coddingpro

How can we help?

Search 336 articles, or browse by product below.

273 articles

Deprixa Plus — Shipments · Who Uses It

RoleAccess LevelAdminFull access — create, edit, delete, change status, bulk actions, exportEmployeeFull access — create, edit, change status, bulk action…

1 day ago

Deprixa Plus — Software Updates · Applying an Update

When you click Update Now, the system performs the following steps automatically:StepWhat Happens1. BackupA backup of your current files and database is c…

1 day ago

Deprixa Plus — Software Updates · Best Practices

Update regularly: Each update includes security patches and improvements. Staying current protects your system.Read the changelog: Before updating, review…

1 day ago

Deprixa Plus — Software Updates · Checking for Updates

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…

1 day ago

Deprixa Plus — Software Updates · FAQ

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…

1 day ago

Deprixa Plus — Software Updates · Frontend Assets

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…

1 day ago

Deprixa Plus — Software Updates · How Updates Work

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 …

1 day ago

Deprixa Plus — Software Updates · Rollback & Recovery

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…

1 day ago

Deprixa Plus — Software Updates · What's Preserved During Updates

The update system is designed to protect your data and configurations. The following are never modified by an update:Environment configuration — Your data…

1 day ago

Deprixa Plus — Technical Architecture · Authentication Architecture

Deprixa Plus supports four authentication methods:MethodUsed ByImplementationEmail + PasswordAll users — primary login methodLaravel built-in auth with se…

1 day ago

Deprixa Plus — Technical Architecture · Dynamic Settings Store

Application settings (company info, branding, locale, notification preferences) are stored in a settings table as key-value pairs. This allows runtime con…

1 day ago

Deprixa Plus — Technical Architecture · Full Technology Stack

Frontend LayerLibrary / ToolVersionPurposeNotesReact18.3Core UI library — component model, hooks, state managementFunctional components throughout, no cla…

1 day ago

Deprixa Plus — Technical Architecture · Permissions Architecture (Spatie)

Deprixa Plus uses Spatie Laravel Permission for all access control. Permissions are stored in the permissions table and assigned to roles. Roles are assig…

1 day ago

Deprixa Plus — Technical Architecture · Project Folder Structure

The project follows standard Laravel conventions with additional directories for services, React components, and localization files.deprixa-plus/ ├── app/…

1 day ago

Deprixa Plus — Technical Architecture · Request Data Flow

Inertia.js Page Request (Authenticated Users)Browser sends an HTTP GET to https://app.yourdomain.com/shipmentsNginx routes to PHP-FPM socketHandleInertiaR…

1 day ago

Deprixa Plus — Technical Architecture · System Architecture Diagram

This diagram shows how the major system components interact at runtime.Browser React + Inertia.js Tailwind CSSHTTPSNginx Web Server SSL TerminationPHP-FPM…

1 day ago

Deprixa Plus — User Roles Explained · 4.1 Super Admin — Platform Owner

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…

1 day ago

Deprixa Plus — User Roles Explained · 4.2 Admin — Company Manager

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…

1 day ago

Deprixa Plus — User Roles Explained · 4.3 Employee — Office Staff

Who is the Employee?Operations staff handling day-to-day logistics work — warehouse clerks, dispatchers, customer service agents.What They SeeThe followin…

1 day ago

Deprixa Plus — User Roles Explained · 4.4 Driver — Delivery Agent

Who is the Driver?The person physically delivering packages. Drivers use a simplified dashboard focused entirely on their assigned deliveries and pickups.…

1 day ago