'; $content = '
Dokument ' . $focus->document_no . ' |
Data wystawienia: Magazyn: Wystawił: '.$imps.' |
' . date("d.m.Y", strtotime($focus->date_entered)) . ' '.$focus->stock_name.' '.$user->full_name.''.$imps2.' |
| WYSTAWCA: | |||
|
'.$comp['name'].' '.$addr[0].' '.$addr[1].' '.$comp['footer_nip'].' |
| ' . $col ['label'] . ' | '; } $content .= '
|---|
| ';
foreach ( $col ['field'] as $f ) {
if (! $pos [$f] || $pos [$f] == '')
$pos [$f] = '-';
$content .= $pos [$f] . ' '; } $content .= ' | ';
}
$content .= '
| Suma netto: | ' . format_number ( $focus->total_netto) . ' ' . $symbol . ' |
| '.$vats2[0].' | '.format_number($vats2[1]).' '.$symbol.' |
| Suma brutto: | ' . format_number ( $focus->total_brutto) . ' ' . $symbol . ' |