Upload these files to live, preserving the same folder names:

1) public_html/financial_erp/sync_syrve_daily_cli.php
2) public_html/financial_erp/sync_greeno_financial_hourly_cli.php
3) public_html/financial_erp/sync_pos_sales_summary_cli.php
4) public_html/financial_erp/sync_greeno_financial_cli.php
5) public_html/financial_erp/refresh_dashboard_snapshot.php
6) Greeno app folder/sync_turnover_inventory_parent_cli.php
7) Greeno app folder/python/greeno_db_config.py
8) Greeno app folder/python/syrve_multi_source_stock_update.py
9) Greeno app folder/python/syrve_multi_source_turnover_update.py
10) Greeno app folder/python/syrve_purchase_register_update.py
11) Greeno app folder/python/syrve_transfer_register_update.py

Recommended cPanel cron commands:

Daily Syrve sync at 6:00 AM:
/usr/local/bin/php -q /home2/greenoco/public_html/financial_erp/sync_syrve_daily_cli.php --trigger=scheduled >> /home2/greenoco/syrve_daily.log 2>&1

Hourly Greeno-to-Financial sync:
/usr/local/bin/php -q /home2/greenoco/public_html/financial_erp/sync_greeno_financial_hourly_cli.php >> /home2/greenoco/greeno_financial_hourly.log 2>&1

If the Greeno app folder is not public_html/erp, add GREENO_APP_DIR before the command:
GREENO_APP_DIR=/home2/greenoco/public_html/erp /usr/local/bin/php -q /home2/greenoco/public_html/financial_erp/sync_syrve_daily_cli.php --trigger=scheduled >> /home2/greenoco/syrve_daily.log 2>&1

Python requirement:
The server must have python3 plus packages: requests and mysql-connector-python.
