Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sprain committed Feb 9, 2015
1 parent cfe5c14 commit 699a987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions Original_README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#class.einzahlungsschein.phpEine Klasse um Einzahlungsscheine mit ESR-Nummer als PDF zu erstellen.A class to create Swiss payment slips with ESR number in pdf format.See http://sprain.ch/blog/downloads/class-esr-besr-einzahlungsschein-php/## Installation- Get FPDF <http://fpdf.org/>- Get OCRB font <http://sprain.ch/blog/wp-content/uploads/2010/04/OCRB_FPDFConverted.zip>- Move OCRB font files into the font folder of the FPDF class.- See example_orange.php or example_red.php and get started.## Thanks to* <http://www.smoke8.net/> for public designs of Einzahlungsscheinen* <http://www.developers-guide.net/forums/5431,modulo10-rekursiv> for Modulo10 function* <http://ansuz.sooke.bc.ca/software/ocrb.php> for OCRB font* <http://blog.fruit-lab.de/fpdf-font-converter/> for FPDF font converter* <http://www.fpdf.de/> for the pdf class## AuthorManuel Reinhard, <[email protected]>| Twitter: @sprain| Web: <http://www.sprain.ch>## LicenseUse this for whatever you want. Private, public, commercial. I don't care.However, be nice and give credits. I'll appreciate it!
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
#class.einzahlungsschein.php Eine Klasse um Einzahlungsscheine mit ESR-Nummer als PDF zu erstellen.
A class to create Swiss payment slips with ESR number in pdf format.
See http://sprain.ch/blog/downloads/class-esr-besr-einzahlungsschein-php/## Installation- Get FPDF <http://fpdf.org/>- Get OCRB font <http://sprain.ch/blog/wp-content/uploads/2010/04/OCRB_FPDFConverted.zip>- Move OCRB font files into the font folder of the FPDF class.- See example_orange.php or example_red.php and get started.## Thanks to* <http://www.smoke8.net/> for public designs of Einzahlungsscheinen* <http://www.developers-guide.net/forums/5431,modulo10-rekursiv> for Modulo10 function* <http://ansuz.sooke.bc.ca/software/ocrb.php> for OCRB font* <http://blog.fruit-lab.de/fpdf-font-converter/> for FPDF font converter* <http://www.fpdf.de/> for the pdf class## History
* 2012/10/31 - minor bugfixes, better readme* 2012/04/16 - added functionality for red Einzahlungsscheine, added possibility of $ezs_payerFullAddress, changed class name to Einzahlungsschein, several minor improvements* 2011/12/22 - got rid of GNU license. Do whatever you want with it.* 2011/05/31 - improved behaviour of $this->ezs_bankingCustomerIdentification, minor bugfixes* 2011/02/14 - added project to Github, again* 2010/05/06 - added project to Github* 2010/05/06 - corrected position on bottom line after feedback from bank* 2010/04/24 - when it all started## AuthorManuel Reinhard, <[email protected]>| Twitter: @sprain| Web: <http://www.sprain.ch>## LicenseUse this for whatever you want. Private, public, commercial. I don't care.However, be nice and give credits. I'll appreciate it!## Help
* <https://github.com/sprain/class.Einzahlungsschein.php>
* <http://sprain.ch/blog/downloads/class-esr-besr-einzahlungsschein-php/>
#class.einzahlungsschein.php**THIS LIBRARY IS NO LONGER MAINTAINED!**<br>Better have a look at <https://github.com/ravage84/SwissPaymentSlip/>
Expand Down

0 comments on commit 699a987

Please sign in to comment.