Jump to content

Sąskaita faktūra ir viskas kas susiję


lokys

Recommended Posts

kas turi pasidaręs normalią sąskaitą faktūrą pdf.php ?

domina bent priartėjimas prie reikalavimų pateiktų:
http://www.e-link.lt/programavimas/saskaitu_pavyzdziai.htm

pradžiai: SF puslapių numeravimas

In PDF.php replace
$this->Cell(190, 5, ' '."\n".'P. '.$this->GroupPageNo().' / '.$this->PageGroupAlias(), 'T', 1, 'R');

with
$this->Cell(190, 5, 'P. '.$this->GroupPageNo().' / '.substr($this->PageGroupAlias(),3,-1), 'T', 1, 'R');

to display correct page number in footer.


http://www.prestashop.com/forums/viewthread/55943/installing_prestashop/solvedproblem_with_pdf_1_dot_2_dot_5_currency

Link to comment
Share on other sites

  • 8 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...