Overview
Introduction
Introduction
The Backend CBS (Core Business System) powers Extranet's essential operations, integrating backend processes and data management crucial for warehouse management and internal systems.
About Extranet
- Extranet is a legacy codebase serving warehouse software, internal dashboard, and most of the core systems.
- There are two "versions" of code. Scripts under the v2.1 folder known as V2 and everything else known as V1. The FR codebase is structured slightly differently from that of NL and BE.
- Extranet has some built-in restful endpoints which can be called externally (sometimes by Extranet code itself!)
- Extranet is structured with separate codebases and databases, for each region, as outlined below:
S. No. Acronyms Region 01. FR France 02. BE Belgium 03. NL Netherlands
Purpose
- Warehouse suppliers uses a software from which they can request for the products stock information required by warehouse suppliers or the sites.
- This request goes to the Extranet and Extranet responses with the required information like products stock information, order information,etc.
Technologies Used
- PHP version 7.0.33
- HTML
- CSS
- Javascript