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.