comdif / FUSIONPBX-BILLING

Telephony post payment billing system for the multi-tenant Fusionpbx IPBX
2 stars 1 forks source link

Installation #1

Open wouam31200 opened 3 months ago

wouam31200 commented 3 months ago

Hi, Do you think it would be possible to add a button to return to FusionPBX?

For the installation, I did differently from you:

cd /usr/src
git clone https://github.com/comdif/FUSIONPBX-BILLING.git
cp -R /usr/src/FUSIONPBX-BILLING/mybilladmin /var/www/fusionpbx/app
chown -R www-data:www-data /var/www/fusionpbx/app/mybilladmin

Then in menu manager I added:

Capture d’écran 2024-06-04 à 12 27 06

Thank you so much!

comdif commented 2 months ago

Hello, Yes sure just replace `

  • MAIN
  • <li class="spe"><a href="new_rates.php">RATES</a></li>
    
    <li class="spe"><a href="importsql.php">RATES IMPORT</a></li>
    
    <li class="spe"><a href=""></a></li>

    ` with

    `

  • MAIN
  • <li class="spe"><a href="new_rates.php">RATES</a></li>
    
    <li class="spe"><a href="importsql.php">RATES IMPORT</a></li>
    
    <li class="spe"><a href="https://'.$_SERVER['HTTP_HOST'].'">RETURN TO FUSIONPBX</a></li>

    ` in the header.php file and voila