Commit Graph

44 Commits

Author SHA1 Message Date
Daniel Seifert 1e91990a28
handle unset order in order based document types 2023-09-19 23:32:55 +02:00
Daniel Seifert 34498edfa4
fix multiple documents at once
when generating several documents in a common call (e.g. order manager task), the contents of the later documents are appended to the earlier ones
2023-05-09 12:10:45 +02:00
Daniel Seifert d835b64fe3
make CLI check compatible to PHP internal server 2021-11-29 10:07:56 +01:00
Daniel Seifert d7b279a4aa
use improved filename sanitizing methods of ModCfg 2021-02-22 10:07:26 +01:00
Daniel Seifert 09f6111c4d
don't reset new order state if bill number should set
this prevents required save in some cases
2020-11-20 11:52:59 +01:00
Daniel Seifert 850976e386
change id of invoice without logo PDF 2020-08-13 16:29:25 +02:00
Daniel Seifert 7d27e27764
add preAction and postAction calls to prevent wrong filenames because unset values 2020-08-13 14:50:48 +02:00
Daniel Seifert 52f904318e
apply GPL v3 license 2020-07-04 23:25:24 +02:00
Daniel Seifert 772ccfef19
add final changes 2020-07-03 21:59:18 +02:00
Daniel Seifert 5541acaab0
change small syntax issues 2020-07-03 20:04:21 +02:00
Daniel Seifert a2d5dbf6aa
change small syntax issues 2020-07-02 10:35:56 +02:00
Daniel Seifert 8d0a9e6fac
add payment informations 2020-07-02 01:21:14 +02:00
Daniel Seifert 91dfce774f
adjust translations 2020-06-30 00:44:07 +02:00
Daniel Seifert c7cf568e89
Merge remote-tracking branch 'remotes/current/modules/rel_mod_pdfDocumentsFull' into dev_initial
# Conflicts:
#	Application/views/tpl/documents/inc/header.tpl
#	Application/views/tpl/documents/invoice/includingFiles/pdfHeader.tpl
#	Application/views/tpl/documents/invoice/invoice.tpl
#	Modules/out/src/pdfStyling.css
#	metadata.php
2020-06-23 09:37:05 +02:00
Daniel Seifert bb1073b894
make valid filenames 2020-06-17 09:05:49 +02:00
Daniel Seifert d06c822126
change invoice templates 2020-06-13 22:43:57 +02:00
Daniel Seifert d49135f6ee
add dev mode 2020-06-11 01:26:16 +02:00
Daniel Seifert cf2c61078a
set PDF metadata 2020-06-09 22:49:47 +02:00
Daniel Seifert 4c561976a6
document can save to disc 2020-06-09 14:56:14 +02:00
Daniel Seifert 7eb770440d
add ordermanager combination 2020-06-08 16:39:33 +02:00
Daniel Seifert 0edb64153a
add filename extension if it's missing 2020-06-05 10:06:58 +02:00
Daniel Seifert d13dda978d
allow forced filename 2020-06-05 09:37:11 +02:00
Daniel Seifert 015e85c942
use TCPDF functions instead of own implementations, use constants for configuration 2020-06-04 15:18:51 +02:00
Daniel Seifert 157d9540b3
fix set billdate 2020-06-04 11:04:17 +02:00
Daniel Seifert ccb8ffe403
move pdf download to pdf models, use different (changeable) filenames for every document 2020-06-04 10:31:38 +02:00
Daniel Seifert 895ea19f89
improve code 2020-06-02 10:12:35 +02:00
Daniel Seifert efdc63225e
simplify registry configuration 2020-06-02 10:04:19 +02:00
Daniel Seifert fa96df326d
add documents without logo 2020-06-02 10:03:00 +02:00
Daniel Seifert 3c2dc2df5f
rename classses 2020-05-30 01:17:27 +02:00
Daniel Seifert 0ecdc1281b
rename registry classes 2020-05-30 01:02:50 +02:00
Daniel Seifert 3da3d1e3ab
add documents and document classes 2020-05-30 00:48:43 +02:00
Daniel Seifert eddef3bbbf
add exceptions 2020-05-30 00:46:30 +02:00
Daniel Seifert 5b43b21df1
add generator registries 2020-05-30 00:45:18 +02:00
Daniel Seifert 1abce50eda
rename classes 2020-05-30 00:43:41 +02:00
Daniel Seifert 0749221899
remove refund pdf templates to refund module 2020-05-29 15:25:55 +02:00
Daniel Seifert caeaa02aa6
remove debug notes 2020-05-29 10:20:22 +02:00
Daniel Seifert 5ffd071954
throw exception in case of undefined pdf request type 2020-05-29 09:58:53 +02:00
Daniel Seifert 8437314019
add missing css files, change template aliases 2020-05-28 14:31:35 +02:00
Daniel Seifert 02d16f4f5e
fix namespaces 2020-05-28 13:32:34 +02:00
Daniel Seifert 7357722a8f
set missing requirements, refactor class structure 2020-05-28 12:21:11 +02:00
Daniel Seifert ac8498044d
extract type specific lines from generic to specific clases 2020-05-27 09:46:44 +02:00
Daniel Seifert 738f5ec772
refactor class structure 2020-05-26 16:32:22 +02:00
Daniel Seifert 5465a7eebd
refactor class structure 2020-05-26 16:12:17 +02:00
Daniel Seifert 0c36330610
refector generic pdf documents interface 2020-05-26 15:59:10 +02:00