1C-Bitrix 25.700.0
|
Переменные | |
$arPaySysAction ["ENCODING"] = "" | |
$pdf = new CSalePdf('P', 'pt', 'A4') | |
if($params['BILL_BACKGROUND']) | $pageWidth = $pdf->GetPageWidth() |
$pageHeight = $pdf->GetPageHeight() | |
$fontFamily = 'Font' | |
$fontSize = 10.5 | |
$margin | |
$width = $pageWidth - $margin['left'] - $margin['right'] | |
$y0 = $pdf->GetY() | |
$logoHeight = 0 | |
$logoWidth = 0 | |
if($params['BILL_PAYER_SHOW']=='Y') | $arCurFormat = CCurrencyLang::GetCurrencyFormat($params['CURRENCY']) |
$currency = preg_replace('/(^|[^&])#/', '${1}', $arCurFormat['FORMAT_STRING']) | |
$columnList = array('NUMBER', 'NAME', 'QUANTITY', 'MEASURE', 'PRICE', 'VAT_RATE', 'SUM') | |
$arCols = array() | |
$vatRateColumn = 0 | |
$arColumnKeys = array_keys($arCols) | |
$columnCount = count($arColumnKeys) | |
$x0 = $pdf->GetX() | |
$k = 0 | |
do | |
$y5 = $pdf->GetY() | |
$rowsCnt = count($arCells) | |
if($params['BILL_SIGN_SHOW']=='Y') | $dest = 'I' |
$fileName | |
$trFileName = CUtil::translit($fileName, 'ru', array('max_len' => 1024, 'safe_chars' => '.', 'replace_space' => '-')) |
$arCols = array() |
См. определение в файле template_pdf.php строка 319
$arColumnKeys = array_keys($arCols) |
См. определение в файле template_pdf.php строка 348
if ( $params[ 'BILL_PAYER_SHOW']=='Y') $arCurFormat = CCurrencyLang::GetCurrencyFormat($params['CURRENCY']) |
См. определение в файле template_pdf.php строка 314
$arPaySysAction["ENCODING"] = "" |
См. определение в файле template_pdf.php строка 6
$columnCount = count($arColumnKeys) |
См. определение в файле template_pdf.php строка 349
$columnList = array('NUMBER', 'NAME', 'QUANTITY', 'MEASURE', 'PRICE', 'VAT_RATE', 'SUM') |
См. определение в файле template_pdf.php строка 318
$currency = preg_replace('/(^|[^&])#/', '${1}', $arCurFormat['FORMAT_STRING']) |
См. определение в файле template_pdf.php строка 315
if ( $params[ 'BILL_SIGN_SHOW']=='Y') $dest = 'I' |
См. определение в файле template_pdf.php строка 908
$fileName |
См. определение в файле template_pdf.php строка 914
$fontFamily = 'Font' |
См. определение в файле template_pdf.php строка 31
$fontSize = 10.5 |
См. определение в файле template_pdf.php строка 32
$k = 0 |
См. определение в файле template_pdf.php строка 567
$logoHeight = 0 |
См. определение в файле template_pdf.php строка 51
$logoWidth = 0 |
См. определение в файле template_pdf.php строка 52
$margin |
См. определение в файле template_pdf.php строка 34
$pageHeight = $pdf->GetPageHeight() |
См. определение в файле template_pdf.php строка 26
if ( $params[ 'BILL_BACKGROUND']) $pageWidth = $pdf->GetPageWidth() |
См. определение в файле template_pdf.php строка 25
$pdf = new CSalePdf('P', 'pt', 'A4') |
См. определение в файле template_pdf.php строка 15
$rowsCnt = count($arCells) |
См. определение в файле template_pdf.php строка 601
$trFileName = CUtil::translit($fileName, 'ru', array('max_len' => 1024, 'safe_chars' => '.', 'replace_space' => '-')) |
См. определение в файле template_pdf.php строка 929
$vatRateColumn = 0 |
См. определение в файле template_pdf.php строка 320
См. определение в файле template_pdf.php строка 41
$x0 = $pdf->GetX() |
См. определение в файле template_pdf.php строка 564
$y0 = $pdf->GetY() |
См. определение в файле template_pdf.php строка 50
$y5 = $pdf->GetY() |
См. определение в файле template_pdf.php строка 591
do |
См. определение в файле template_pdf.php строка 568