|
Server IP : 10.128.40.6 / Your IP : 216.73.217.73 Web Server : Apache System : Linux webd006.cluster128.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : logmcpe ( 111175) PHP Version : 7.3.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0705) : /home/logmcpe/www/TEST/../MC/temp/1033/../12698/../../../mcg/PMP/../.github/../pages/code/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
// ini_set('display_errors','on');
// error_reporting(E_ALL);
include 'config_tmcpro.php' ;
include 'stable_functions_tmcpro.php' ;
header('Content-type: text/html; charset=windows-1252');
if($_GET['fid']>0)
{
$fact = dbi_fetch_row (dbi_query("SELECT * FROM ".TABLE_FACT." WHERE fact_id = ".$_GET['fid']." AND agence_id = $agence")) ;
include 'facture-pdf.php' ;
$facture = new Facture ($fact['fact_id']) ;
//
$facture->Output() ;
$s = $facture->Output('','S');
// $_GET['fact_id'] = $fact['fact_id'];
// $_GET['num_fact'] = $fact['num_fact'];
// $_GET['client_id'] = $fact['client_id'];
// $_GET['date_fact'] = $fact['date_fact'];
// if($fact )
// {
// include 'facture-pdf.php' ;
// echo '<pre>';
// print_r($fact);
// echo '</pre>';
// $facture = new Facture ($_GET['fid']) ;
// echo '<pre>';
// print_r($fact);
// echo '</pre>';
// echo '<pre>';
// print_r($facture);
// echo '</pre>';
// $facture->Output() ;
// $s = $facture->Output('','S');
// }
}
?>