Skip to content

Standard Project Structure in MERCI:ΒΆ


πŸ“ Files & FoldersΒΆ

 
project/ 
β”‚
β”œβ”€β”€ πŸ“ ai/ 
β”‚
β”œβ”€β”€ πŸ“ audio/ 
β”‚
β”œβ”€β”€ πŸ“ images/ 
β”‚
β”œβ”€β”€ πŸ“ system/ 
β”‚ β”œβ”€β”€ πŸ“„print_trn_sales.php 
β”‚ β”œβ”€β”€ πŸ“„print_trn_schallan.xlsx 
β”‚ └── πŸ“„print_trn_sorder.xlsx 
β”‚
β”œβ”€β”€ πŸ“ tpl/ 
β”‚
β”œβ”€β”€ πŸ“ webservices/ 
β”‚ |
β”‚ └── πŸ“„ws_takacheck.php 
β”‚
β”œβ”€β”€ πŸ“ xlreports/ 
β”‚
β”œβ”€β”€ πŸ“„ alerts.php
β”œβ”€β”€ πŸ“„ funcs.php
β”œβ”€β”€ πŸ“„ libfuncs.php
β”œβ”€β”€ πŸ“„ panels.php
β”œβ”€β”€ πŸ“„ project.css
β”œβ”€β”€ πŸ“„ project.js
β”œβ”€β”€ πŸ“„ project_core.js
β”œβ”€β”€ πŸ“„ project_xlogo.jpg
β”œβ”€β”€ πŸ“„ project_xlogo.png
β”œβ”€β”€ πŸ“„ qbfuncs.php
β”œβ”€β”€ πŸ“„ project_ws.php
β”œβ”€β”€ πŸ“„ wbot.php
β”œβ”€β”€ πŸ“„ ....php
β”œβ”€β”€ πŸ“„ ....php
β”œβ”€β”€ πŸ“„ ....php
β”œβ”€β”€ πŸ“„ ....php

DetailsΒΆ

File/Folder Name Type Description
ai folder Internally used. Stores AI related Excel & Other files
audio folder Internally used. Stores generated audio files
images folder Internally used. Stores documents & images related to modules as well as files uploaded by users
system folder Stores printing files such as Excel or PHP files
tpl folder Internally used. Stores runtime templates and generated html files
webservices folder Developers can store project related webservices files (PHP/Python)
xlreports folder Internally used. Stores Excel Based Report files
alerts.php file Runtime Alerts module
funcs.php file Project base file. Contains Menu Architecture
libfuncs.php file Project common library file. Contains functions related to project
panels.php file Panels module to add custom panel to Merci Menu
project.css file Contains Custom CSS for project
project.js file Normally created by AI system for the project. Should not be changed.
project_core.js file Project JS file for functionality changes by developers
project_xlogo.jpg file Default logo file for the project
project_xlogo.png file Alternate Default logo file for the project
qbfuncs.png file AI generated Query Browse (QB) file for project. Developers can make changes once the project is final and no more build is required by AI, which overwrites this file on each build.
project_ws.php file A web service file
wbot.php file Whatsapp Automation file
....php file Custom Report File

NotesΒΆ

  • This is a standard folder / files structure in MERCI.