booking/print.php

43 lines
1.2 KiB
PHP
Executable File

<?php
require_once('fixed/config/go_con.php');
switch ($_GET['p']) {
case 1:
require_once('work/files/print/static.php');
break;
case 3:
require_once('work/files/print/packages.php');
break;
case 4:
require_once('work/files/print/bonds.php');
break;
case 9:
require_once('work/files/print/physical_therapy.php');
break;
case 10:
require_once('work/files/print/physical_therapy_novat.php'); // no vat
break;
case 555: // must remove
require_once('work/files/print/static1.php');
break;
case 1222: // must remove
require_once('work/files/print/inv_vat.php'); // فاتورة ضريبية مبسطة
break;
case 1333: // must remove
require_once('work/files/print/inv_vat_c.php'); // فاتورة اشعار دائن
break;
case 1444: // must remove
require_once('work/files/print/inv_vat_d.php'); // فاتورة اشعار مدين
break;
case 1555: // must remove
require_once('work/files/print/inv_vat.php'); // فاتورة ضريبية للدفعات المقدمة
break;
case 1666: // must remove
require_once('work/files/print/inv_vat.php'); // فاتورة غير ضريبية
break;
default:
echo 'hi';
break;
}