payement and text corrections
authorKilian Saffran <ksaffran@dks.lu>
Thu, 14 Mar 2019 15:52:11 +0000 (16:52 +0100)
committerKilian Saffran <ksaffran@dks.lu>
Thu, 14 Mar 2019 15:52:11 +0000 (16:52 +0100)
commit7587fdd4ba486af1c3a21fbfb55fcfdd60d81694
tree81d720558e7f5ed8055277398c5a9a089eede437
parentf18f7a321ee6de2590f55c6fe8f07b92ec5ece48
payement and text corrections
213 files changed:
.gitignore [new file with mode: 0644]
lib/createpdfA4invoice [new file with mode: 0644]
lib/dks_1000.png [new file with mode: 0644]
lib/invoicetemplate.json [new file with mode: 0644]
lib/json_pp [new file with mode: 0644]
lib/lib/Font/TTF.pm [new file with mode: 0644]
lib/lib/Font/TTF/AATKern.pm [new file with mode: 0644]
lib/lib/Font/TTF/AATutils.pm [new file with mode: 0644]
lib/lib/Font/TTF/Anchor.pm [new file with mode: 0644]
lib/lib/Font/TTF/Bsln.pm [new file with mode: 0644]
lib/lib/Font/TTF/Changes_old.txt [new file with mode: 0644]
lib/lib/Font/TTF/Cmap.pm [new file with mode: 0644]
lib/lib/Font/TTF/Coverage.pm [new file with mode: 0644]
lib/lib/Font/TTF/Cvt_.pm [new file with mode: 0644]
lib/lib/Font/TTF/DSIG.pm [new file with mode: 0644]
lib/lib/Font/TTF/Delta.pm [new file with mode: 0644]
lib/lib/Font/TTF/Dumper.pm [new file with mode: 0644]
lib/lib/Font/TTF/EBDT.pm [new file with mode: 0644]
lib/lib/Font/TTF/EBLC.pm [new file with mode: 0644]
lib/lib/Font/TTF/Fdsc.pm [new file with mode: 0644]
lib/lib/Font/TTF/Feat.pm [new file with mode: 0644]
lib/lib/Font/TTF/Features/Cvar.pm [new file with mode: 0644]
lib/lib/Font/TTF/Features/Size.pm [new file with mode: 0644]
lib/lib/Font/TTF/Features/Sset.pm [new file with mode: 0644]
lib/lib/Font/TTF/Fmtx.pm [new file with mode: 0644]
lib/lib/Font/TTF/Font.pm [new file with mode: 0644]
lib/lib/Font/TTF/Fpgm.pm [new file with mode: 0644]
lib/lib/Font/TTF/GDEF.pm [new file with mode: 0644]
lib/lib/Font/TTF/GPOS.pm [new file with mode: 0644]
lib/lib/Font/TTF/GSUB.pm [new file with mode: 0644]
lib/lib/Font/TTF/Glat.pm [new file with mode: 0644]
lib/lib/Font/TTF/Gloc.pm [new file with mode: 0644]
lib/lib/Font/TTF/Glyf.pm [new file with mode: 0644]
lib/lib/Font/TTF/Glyph.pm [new file with mode: 0644]
lib/lib/Font/TTF/GrFeat.pm [new file with mode: 0644]
lib/lib/Font/TTF/Hdmx.pm [new file with mode: 0644]
lib/lib/Font/TTF/Head.pm [new file with mode: 0644]
lib/lib/Font/TTF/Hhea.pm [new file with mode: 0644]
lib/lib/Font/TTF/Hmtx.pm [new file with mode: 0644]
lib/lib/Font/TTF/Kern.pm [new file with mode: 0644]
lib/lib/Font/TTF/Kern/ClassArray.pm [new file with mode: 0644]
lib/lib/Font/TTF/Kern/CompactClassArray.pm [new file with mode: 0644]
lib/lib/Font/TTF/Kern/OrderedList.pm [new file with mode: 0644]
lib/lib/Font/TTF/Kern/StateTable.pm [new file with mode: 0644]
lib/lib/Font/TTF/Kern/Subtable.pm [new file with mode: 0644]
lib/lib/Font/TTF/LTSH.pm [new file with mode: 0644]
lib/lib/Font/TTF/Loca.pm [new file with mode: 0644]
lib/lib/Font/TTF/Manual.pod [new file with mode: 0644]
lib/lib/Font/TTF/Maxp.pm [new file with mode: 0644]
lib/lib/Font/TTF/Mort.pm [new file with mode: 0644]
lib/lib/Font/TTF/Mort/Chain.pm [new file with mode: 0644]
lib/lib/Font/TTF/Mort/Contextual.pm [new file with mode: 0644]
lib/lib/Font/TTF/Mort/Insertion.pm [new file with mode: 0644]
lib/lib/Font/TTF/Mort/Ligature.pm [new file with mode: 0644]
lib/lib/Font/TTF/Mort/Noncontextual.pm [new file with mode: 0644]
lib/lib/Font/TTF/Mort/Rearrangement.pm [new file with mode: 0644]
lib/lib/Font/TTF/Mort/Subtable.pm [new file with mode: 0644]
lib/lib/Font/TTF/Name.pm [new file with mode: 0644]
lib/lib/Font/TTF/OS_2.pm [new file with mode: 0644]
lib/lib/Font/TTF/OTTags.pm [new file with mode: 0644]
lib/lib/Font/TTF/OldCmap.pm [new file with mode: 0644]
lib/lib/Font/TTF/OldMort.pm [new file with mode: 0644]
lib/lib/Font/TTF/PCLT.pm [new file with mode: 0644]
lib/lib/Font/TTF/PSNames.pm [new file with mode: 0644]
lib/lib/Font/TTF/Post.pm [new file with mode: 0644]
lib/lib/Font/TTF/Prep.pm [new file with mode: 0644]
lib/lib/Font/TTF/Prop.pm [new file with mode: 0644]
lib/lib/Font/TTF/Segarr.pm [new file with mode: 0644]
lib/lib/Font/TTF/Silf.pm [new file with mode: 0644]
lib/lib/Font/TTF/Sill.pm [new file with mode: 0644]
lib/lib/Font/TTF/Table.pm [new file with mode: 0644]
lib/lib/Font/TTF/Ttc.pm [new file with mode: 0644]
lib/lib/Font/TTF/Ttopen.pm [new file with mode: 0644]
lib/lib/Font/TTF/Useall.pm [new file with mode: 0644]
lib/lib/Font/TTF/Utils.pm [new file with mode: 0644]
lib/lib/Font/TTF/Vhea.pm [new file with mode: 0644]
lib/lib/Font/TTF/Vmtx.pm [new file with mode: 0644]
lib/lib/Font/TTF/Win32.pm [new file with mode: 0644]
lib/lib/Font/TTF/Woff.pm [new file with mode: 0644]
lib/lib/Font/TTF/Woff/MetaData.pm [new file with mode: 0644]
lib/lib/Font/TTF/Woff/PrivateData.pm [new file with mode: 0644]
lib/lib/Font/TTF/XMLparse.pm [new file with mode: 0644]
lib/lib/Image/Size.pm [new file with mode: 0644]
lib/lib/JSON/PP.pm [new file with mode: 0644]
lib/lib/JSON/PP/Boolean.pm [new file with mode: 0644]
lib/lib/PDF/API2.pm [new file with mode: 0644]
lib/lib/PDF/API2/Annotation.pm [new file with mode: 0644]
lib/lib/PDF/API2/Basic/PDF/Array.pm [new file with mode: 0644]
lib/lib/PDF/API2/Basic/PDF/Bool.pm [new file with mode: 0644]
lib/lib/PDF/API2/Basic/PDF/Dict.pm [new file with mode: 0644]
lib/lib/PDF/API2/Basic/PDF/File.pm [new file with mode: 0644]
lib/lib/PDF/API2/Basic/PDF/Filter.pm [new file with mode: 0644]
lib/lib/PDF/API2/Basic/PDF/Filter/ASCII85Decode.pm [new file with mode: 0644]
lib/lib/PDF/API2/Basic/PDF/Filter/ASCIIHexDecode.pm [new file with mode: 0644]
lib/lib/PDF/API2/Basic/PDF/Filter/FlateDecode.pm [new file with mode: 0644]
lib/lib/PDF/API2/Basic/PDF/Filter/LZWDecode.pm [new file with mode: 0644]
lib/lib/PDF/API2/Basic/PDF/Filter/RunLengthDecode.pm [new file with mode: 0644]
lib/lib/PDF/API2/Basic/PDF/Literal.pm [new file with mode: 0644]
lib/lib/PDF/API2/Basic/PDF/Name.pm [new file with mode: 0644]
lib/lib/PDF/API2/Basic/PDF/Null.pm [new file with mode: 0644]
lib/lib/PDF/API2/Basic/PDF/Number.pm [new file with mode: 0644]
lib/lib/PDF/API2/Basic/PDF/Objind.pm [new file with mode: 0644]
lib/lib/PDF/API2/Basic/PDF/Page.pm [new file with mode: 0644]
lib/lib/PDF/API2/Basic/PDF/Pages.pm [new file with mode: 0644]
lib/lib/PDF/API2/Basic/PDF/String.pm [new file with mode: 0644]
lib/lib/PDF/API2/Basic/PDF/Utils.pm [new file with mode: 0644]
lib/lib/PDF/API2/Content.pm [new file with mode: 0644]
lib/lib/PDF/API2/Content/Text.pm [new file with mode: 0644]
lib/lib/PDF/API2/Lite.pm [new file with mode: 0644]
lib/lib/PDF/API2/Matrix.pm [new file with mode: 0644]
lib/lib/PDF/API2/NamedDestination.pm [new file with mode: 0644]
lib/lib/PDF/API2/Outline.pm [new file with mode: 0644]
lib/lib/PDF/API2/Outlines.pm [new file with mode: 0644]
lib/lib/PDF/API2/Page.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/BaseFont.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/CIDFont.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/CIDFont/CJKFont.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/CIDFont/CJKFont/adobemingstdlightacro.data [new file with mode: 0644]
lib/lib/PDF/API2/Resource/CIDFont/CJKFont/adobemyungjostdmediumacro.data [new file with mode: 0644]
lib/lib/PDF/API2/Resource/CIDFont/CJKFont/adobesongstdlightacro.data [new file with mode: 0644]
lib/lib/PDF/API2/Resource/CIDFont/CJKFont/kozgopromediumacro.data [new file with mode: 0644]
lib/lib/PDF/API2/Resource/CIDFont/CJKFont/kozminproregularacro.data [new file with mode: 0644]
lib/lib/PDF/API2/Resource/CIDFont/CMap/japanese.cmap [new file with mode: 0644]
lib/lib/PDF/API2/Resource/CIDFont/CMap/korean.cmap [new file with mode: 0644]
lib/lib/PDF/API2/Resource/CIDFont/CMap/simplified.cmap [new file with mode: 0644]
lib/lib/PDF/API2/Resource/CIDFont/CMap/traditional.cmap [new file with mode: 0644]
lib/lib/PDF/API2/Resource/CIDFont/TrueType.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/CIDFont/TrueType/FontFile.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/ColorSpace.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/ColorSpace/DeviceN.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/ColorSpace/Indexed.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/ColorSpace/Indexed/ACTFile.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/ColorSpace/Indexed/Hue.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/ColorSpace/Indexed/WebColor.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/ColorSpace/Separation.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Colors.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/ExtGState.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/BdFont.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/CoreFont.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/CoreFont/bankgothic.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/CoreFont/courier.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/CoreFont/courierbold.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/CoreFont/courierboldoblique.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/CoreFont/courieroblique.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/CoreFont/georgia.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/CoreFont/georgiabold.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/CoreFont/georgiabolditalic.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/CoreFont/georgiaitalic.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/CoreFont/helvetica.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/CoreFont/helveticabold.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/CoreFont/helveticaboldoblique.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/CoreFont/helveticaoblique.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/CoreFont/symbol.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/CoreFont/timesbold.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/CoreFont/timesbolditalic.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/CoreFont/timesitalic.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/CoreFont/timesroman.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/CoreFont/trebuchet.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/CoreFont/trebuchetbold.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/CoreFont/trebuchetbolditalic.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/CoreFont/trebuchetitalic.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/CoreFont/verdana.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/CoreFont/verdanabold.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/CoreFont/verdanabolditalic.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/CoreFont/verdanaitalic.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/CoreFont/webdings.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/CoreFont/wingdings.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/CoreFont/zapfdingbats.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/Postscript.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Font/SynFont.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Glyphs.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/PaperSizes.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Pattern.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/Shading.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/UniFont.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/XObject.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/XObject/Form.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/XObject/Form/BarCode.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/XObject/Form/BarCode/codabar.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/XObject/Form/BarCode/code128.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/XObject/Form/BarCode/code3of9.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/XObject/Form/BarCode/ean13.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/XObject/Form/BarCode/int2of5.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/XObject/Form/Hybrid.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/XObject/Image.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/XObject/Image/GD.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/XObject/Image/GIF.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/XObject/Image/JPEG.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/XObject/Image/PNG.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/XObject/Image/PNM.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/XObject/Image/TIFF.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/XObject/Image/TIFF/File.pm [new file with mode: 0644]
lib/lib/PDF/API2/Resource/uniglyph.txt [new file with mode: 0644]
lib/lib/PDF/API2/UniWrap.pm [new file with mode: 0644]
lib/lib/PDF/API2/Util.pm [new file with mode: 0644]
lib/lib/PDF/API2/Win32.pm [new file with mode: 0644]
lib/lib/PDF/Table.pm [new file with mode: 0644]
lib/lib/ttfmod.pl [new file with mode: 0644]
lib/processdata.php
lib/testpdfoutput.sh [new file with mode: 0644]
tmpl/blocks/terms.php
tmpl/navs/profile.php
tmpl/pages/bienvenue.php [new file with mode: 0644]
tmpl/pages/impressum.php
tmpl/pages/profile/applications.php
tmpl/pages/profile/checkout.php [new file with mode: 0644]
tmpl/pages/profile/package.php
tmpl/pages/profile/payement.php [new file with mode: 0644]
tmpl/pages/profile/profile.php
tmpl/pages/profile/rendezvous/rendezvouslistold.php
tmpl/pages/servicespouravocats.php