mohanjith / web-invoice

Automatically exported from code.google.com/p/web-invoice
GNU General Public License v3.0
0 stars 2 forks source link

Field for costumizing Invoice Form #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
so i can input this into frontend.

Here: Display.php starting at Line 3958

Example: 

$pdf->page_text(40, 100, 
"_______________________________________________________________________________
________________________", $font_light, 10, array(0,0,0));
            $pdf->page_text(40, 142, "Zwilla Research * Flatenstrasse 3 * 68623 Lampertheim * Germany", $font_light, 6, array(0,0,0));
            $pdf->page_text(40, 144, "_______________________________________________________", $font_light, 6, array(0,0,0));
            $pdf->page_text(25, 284, "__", $font_light, 10, array(0,0,0));

            $pdf->page_text(52, 730, "Bank:  Sparkasse Worms-Alzey-Ried * BLZ:  xxx xxx xxx * Konto: xxx xxx xx", $font, 10, array(0,0,0));
            $pdf->page_text(52, 746, "BIC: Mxxxxxxxxx * IBAN : DExxxxxxxxxx", $font, 10, array(0,0,0));
            $pdf->page_text(52, 752, "____________________________________________________________________________________________________", $font_light, 10, array(0,0,0));

            $pdf->page_text(52, 770, "* Zwilla Research  Inhaberin: Elke Zwick * Flatenstrasse 3 * D-68623 Lampertheim / Hessen * Germany", $font_light, 10, array(0,0,0));
            $pdf->page_text(52, 785, "* Steuernummer ( xxx xxx xxxxx)  *   USTID: DE (xx xxx xxx xxx) * registriert in   68623 Lampertheim", $font_light, 10, array(0,0,0));
            $pdf->page_text(52, 800, "* fon :  + 49 6241 5063184  Email: info @ zwilla - research . com     Homesite: www.zwilla-research.de", $font_light, 10, array(0,0,0));
            $pdf->page_text(510, 815, "Seite {PAGE_NUM} von {PAGE_COUNT}", $font, 10, array(0,0,0));
            $pdf->page_text(52, 802, "____________________________________________________________________________________________________", $font_light, 10, array(0,0,0));
            }

Original issue reported on code.google.com by badgrand...@gmail.com on 3 Oct 2010 at 5:09

GoogleCodeExporter commented 9 years ago
Have you considered the PDF template (under Web Invoice -> Templates -> PDF)?

Original comment by mohanj...@gmail.com on 3 Oct 2010 at 6:06