Search 336 articles, or browse by product below.
Create the entry PHP file in the root (e.g. mymodule_list.php). Follow the pattern of existing entry files: load config, check permissions, include the vi…
Go to Shipping Tariffs → Add (accessible only to Admin roles).Select origin (country, state, city — all three or just country/state for broader rules).Sel…
Global system settings — Admin onlyThe Advanced Configuration section (Settings → Configuration) controls all global parameters. Only Administrator and Su…
Agency users (userlevel 6) can create and manage consolidations — but only for their own clients' packages. The system automatically filters availabl…
Automatic tariffs are only available in the Shipping (Courier) module. Ensure that:The tariff rule exists for the exact origin/destination combination sel…
VariableDescriptionAvailable in{{client_name}}Full name of the clientAll channels{{tracking_number}}Shipment tracking numberAll channels{{status}}Current …
Phone numbers must be in international format (e.g. +57300123456) in the client profile. Deprixa Pro formats them automatically when sending.SMS credits a…
You can define special pricing for individual clients. When a shipment is created for a client that has a special tariff configured, the system applies th…
Clients: Go to Clients → List → Add. Fill in name, email, phone, ID number, address, and postal code. Clients are the billing entity (the person who pays)…
ProviderSMTP HostPortEncryptionHostingersmtp.hostinger.com587TLSGmail (App Password)smtp.gmail.com587TLSSendGridsmtp.sendgrid.net587TLSMailgunsmtp.mailgun…
Company Name, Logo, Address, Phone, Email: These appear on all generated documents (invoices, shipping labels, package receipts).Currency: Select the bill…
Go to Courier → List. You will see all shipments filtered by your role. Agency users only see their own clients' shipments.Click "Create Shipmen…
Group multiple packages into a single economical shipmentThe Consolidados module allows grouping multiple packages (from different pre-alerts or purchases…
FeatureCourier (Individual)Consolidado (Group)Number of packages1 per shipmentMultiple per shipmentBest forUrgent, single-item deliveriesRegular accumulat…
When the physical package arrives at the warehouse:Find the pre-alert in Pre-Alerts → List by searching the tracking number or client name.Click "Rec…
Full courier workflow from creation to deliveryThe Courier module is the core of Deprixa Pro. It manages all shipment operations: creating orders, assigni…
Personalize your WhatsApp, SMS, and Email messagesDeprixa Pro allows you to fully customize the content of notifications sent via WhatsApp, SMS, and Email…
🔒 Always backup files and database before making any code changes.🧱 Structure: Business logic lives in PHP entry points and helpers. Views are in views/…
Email templates support full HTML. You can customize the layout, colors, and branding to match your company identity. The same {{variable}} syntax applies…
Main folders and files (root of the application)deprixa_pro/ ├── config/ # Database connection & app configuration ├── helpers/ # Shared PHP: DB, perm…