Proprietary Software Systems Engine

HEVEA GROUP

1 ERP SAP CORE 5 PROPRIETARY MULTI-STORES

Full Asynchronous Cluster Connected
Core Systems Alliance:
Business One Layer
Core Framework Nodes

Cluster Brands Managed under Unified Proprietary Infrastructure

COMERCIAL HEVEA
MADEGOM INDUSTRIAL
QUIMICA MIRALLES
ESTERICAL MEDICAL
HEVEA HOLDING
01 // Multi-Tenant Deployment

E-Commerce Ecosystem

https://comercialhevea.cl
Preview of Comercial Hevea
02 // Custom Plugin Architecture

Proprietary Software Suite

100% In-House Development

Commercial out-of-the-box plugins systematically crash under massive multi-tenant industrial holding requirements. Our engineering team architected, structured, and wrote an entire suite of **native PrestaShop plugins in PHP**, unlocking bespoke transactional efficiency, conversion intelligence, and tax compliance.

Proprietary SAP B1 Service Layer Core

PrestaShop Native Core Hooks & SAP Service Layer API Architecture

100% proprietary development. An advanced, bi-directional asynchronous connector mapping massive multi-warehouse item states, enterprise customer tax indices, real-time complex credit metrics, and instant internal order processing upon checkout.

MODULE ID: 001PROPRIETARY

Custom Decoupled Theme Framework

PrestaShop Smarty Engine + Custom Tailwind/CSS Compiled Node

Engineered from the ground up. A lightweight, speed-optimized presentation layer optimized for critical Largest Contentful Paint (LCP) speeds. Fully parameterizable to change color palettes, dynamic layouts, and metadata structure based on the specific brand node.

MODULE ID: 002PROPRIETARY

Secure Anonymous Whistleblower Canal

Asymmetric End-to-End Encryption & Isolated SQL Sandbox Structures

Developed to comply perfectly with stringent Latin American corporate transparent governance frameworks (e.g., Chile's Karin Law). Provides real, audited anonymity for corporate reports via isolated encryption vectors outside normal user storage.

MODULE ID: 003PROPRIETARY

Context-Aware WhatsApp Enterprise Routing

SAP Sales Employee Matrix Mapping & Cart Injector Hooks

Not a static button. This intelligent engine reads the current B2B customer session, queries SAP Business One database tables to fetch their specifically assigned accounts manager, and links them directly with active cart line items pre-injected.

MODULE ID: 004PROPRIETARY

B2B Dynamic Price Matrix Engine

Volume-Based Pricing Interpreters & Cart Rules Interceptors

Developed to resolve localized marketing strategies without breaking heavy enterprise contracts. Allows global system administrators to push tailored promotional layers while respecting the legacy customer contract grids stored inside SAP.

MODULE ID: 005PROPRIETARY

Multi-Tenant Operational Router

Shared Database Context Switching & Domain Mapping Nodes

A custom software core allowing one single backend infrastructure cluster to safely direct and handle 5 entirely separate top-level domains, mitigating multi-instance data fragmentation and cutting server maintenance costs down dramatically.

MODULE ID: 006PROPRIETARY

Automated SII Compliance Pipe

Chilean Tax Authority Electronic Billing Protocol Injections

A background pipeline capturing transactional checkouts, standardizing payloads into legal electronic document XML schemes, and syncing with billing workflows to guarantee immediate operational invoicing alignment.

MODULE ID: 007PROPRIETARY
In-House SAP Middleware

The Native
Connector Core.

The operational center of the infrastructure. Our custom-programmed module serves as a highly secure, high-availability bridge data engine. It intercepts validated checkouts across individual domains and translates them instantly into structured transactional schemas tailored for the **SAP Business One Service Layer**.

It features highly optimized background job execution structures to swallow traffic spike storms seamlessly without creating bottlenecks inside PrestaShop's localized relational database engines.

HeveaSAPConnector.php
/**
 * Proprietary SAP B1 Connection Dispatcher Engine
 * Developed entirely in-house by our engineering team
 */
public function hookActionValidateOrder($params) {
    $order = $params['order'];
    $cart = $params['cart'];
    
    // Build Payload optimized for SAP Service Layer Orders Object
    $sapPayload = [
        'CardCode' => $this->getCustomerSapId($order->id_customer),
        'DocDate'  => date('Y-m-d'),
        'DocDueDate' => date('Y-m-d', strtotime('+2 days')),
        'DocumentLines' => $this->parseCartItemsToSapLines($cart)
    ];
    
    // Dispatch to background asynchronous routing queue worker
    $queueManager = new HeveaSapQueueWorker();
    $trackingId = $queueManager->pushOrderPayload($sapPayload);
    
    Logger::log("Order synchronized to SAP Queue. Track ID: " . $trackingId);
    return true;
}
Data Consistency Integrity
100%

Flawless real-time multi-warehouse data alignment across all separate frontends and SAP core inventory allocations with absolute zero stock mismatches.

Invoicing Automation
Instant

Automatic commercial transaction pipelines. Web checkouts immediately trigger background sales order confirmations inside the ERP, cutting operational labor down.

Server Overhead Reduction
-65%

Drastically lowered hardware overhead constraints via custom PHP asynchronous middleware caching and unified database matrix structures.

ENGINEERING SYSTEMS AT ENTERPRISE SCALE.