Jeszcze jeden problem wystapil.
Jak robimy korekte faktury (Klient>Pokaz wszystkie faktury>Koryguj i jest np. zmiana kwoty na inna) to wystawia sie korekta, ale po kliknieciu na Drukuj zamiast sensownej faktury wyswietla sie:
{number number=$invoice.number template=$invoice.template time=$invoice.cdate assign=number} {if $invoice.invoice} {number number=$invoice.invoice.number template=$invoice.invoice.template time=$invoice.invoice.cdate assign=number_ref} *{t a=$number}Credit Note No. $a{/t}* *{t a=$number_ref}for Invoice No. $a{/t}* {else} *{t a=$number}Invoice No. $a{/t}* {/if} *{$type}* {if $duplicate} {trans("Duplicate draw-up date:")} {$smarty.now|date_format:"%Y/%m/%d"} {/if} {trans("Draw-up date:")} {trans("Sale date:")} {trans("Deadline:")} {trans("Payment type:")} {$invoice.cdate|date_format:"%Y/%m/%d"}{if $invoice.division_cplace neq ""}, {$invoice.division_cplace}{/if} {$invoice.sdate|date_format:"%Y/%m/%d"} {$invoice.pdate|date_format:"%Y/%m/%d"} {$invoice.paytypename}
*{trans("Seller:")}*
{$invoice.division_header|replace:"\n":" "} {trans("Bank account:")} {format_bankaccount(bankaccount($invoice.customerid, $invoice.account))}
*{trans("Purchaser:")}*
{$invoice.name} {$invoice.address} {$invoice.zip} {$invoice.city} {if $invoice.ten neq ""}{trans("TEN:")} {$invoice.ten} {elseif $invoice.ssn neq ""}{trans("SSN:")} {$invoice.ssn} {/if}
*{if $invoice.post_name || $invoice.post_address} {if $invoice.post_name}{$invoice.post_name}{else}{$invoice.name}{/if} {$invoice.post_address} {$invoice.post_zip} {$invoice.post_city} {else} {$invoice.name} {$invoice.address} {$invoice.zip} {$invoice.city} {/if}*
itd... Pewnie gdzies lapie zly szablon albo gdzies mam cos zle ustawione? Ktos kojarzy rozwiazanie?
2012/6/14 Sławomir Paszkiewicz paszczus@gmail.com
Jeszcze jeden problem wystapil.
w html'u to korekta jak u mnie się ładnie ładuje i wyświetla.
ale jest problem z korektą w pdf. jak chce wyświetlić to mam komunikat:
Warning: require(invoice.html): failed to open stream: No such file or directory in /home/marcin/elemes/lms/modules/invoice_tcpdf.php on line 43 Fatal error: require(): Failed opening required 'invoice.html' (include_path='.:/usr/share/php:/usr/share/pear') in /home/marcin/elemes/lms/modules/invoice_tcpdf.php on line 43
normalne faktury ładnie mi generuje do pdf'a.
W dniu 14 czerwca 2012 18:50 użytkownik Marcin marcin@nicram.net napisał:
2012/6/14 Sławomir Paszkiewicz paszczus@gmail.com
Jeszcze jeden problem wystapil.
w html'u to korekta jak u mnie się ładnie ładuje i wyświetla.
ale jest problem z korektą w pdf. jak chce wyświetlić to mam komunikat:
Warning: require(invoice.html): failed to open stream: No such file or directory in /home/marcin/elemes/lms/modules/invoice_tcpdf.php on line 43 Fatal error: require(): Failed opening required 'invoice.html' (include_path='.:/usr/share/php:/usr/share/pear') in /home/marcin/elemes/lms/modules/invoice_tcpdf.php on line 43
cnote_template_file = standard i po sprawie.
kwestia jest tego typu, że stopka faktury drukowana jest w miejsu napisu "Saldo ...." pod napisem słownie kwota. oba napisy wchodzą na siebie i są nie czytelne :(
Faktycznie, po zmianie na standard jest OK (za wyjatkiem tego nachodzenia na siebie)
W dniu 14 czerwca 2012 19:36 użytkownik Marcin marcin@nicram.net napisał:
W dniu 14 czerwca 2012 18:50 użytkownik Marcin marcin@nicram.netnapisał:
2012/6/14 Sławomir Paszkiewicz paszczus@gmail.com
Jeszcze jeden problem wystapil.
w html'u to korekta jak u mnie się ładnie ładuje i wyświetla.
ale jest problem z korektą w pdf. jak chce wyświetlić to mam komunikat:
Warning: require(invoice.html): failed to open stream: No such file or directory in /home/marcin/elemes/lms/modules/invoice_tcpdf.php on line 43 Fatal error: require(): Failed opening required 'invoice.html' (include_path='.:/usr/share/php:/usr/share/pear') in /home/marcin/elemes/lms/modules/invoice_tcpdf.php on line 43
cnote_template_file = standard i po sprawie.
kwestia jest tego typu, że stopka faktury drukowana jest w miejsu napisu "Saldo ...." pod napisem słownie kwota. oba napisy wchodzą na siebie i są nie czytelne :(
-- Pozdrawiam Marcin / nicraM
lms mailing list lms@lists.lms.org.pl http://lists.lms.org.pl/mailman/listinfo/lms
W dniu 14 czerwca 2012 20:11 użytkownik Sławomir Paszkiewicz < paszczus@gmail.com> napisał:
Faktycznie, po zmianie na standard jest OK (za wyjatkiem tego nachodzenia na siebie)
to "nachodzenie" właśnie zmieniam. w pliku /modules/invoice_tcpdf.inc.php w lini 566 wartość 188 zmieniłem na 272. teraz w fakturach i korektach stopka jest na samym dole.
$pdf->writeHTMLCell(0, 0, '', 272 - $h, $tmp, 0, 1, 0, true, 'C');
uczestnicy (2)
-
Marcin
-
Sławomir Paszkiewicz