Benutzerdefinierte Datenexporte zu CSV anlegen und ausführen können
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 9 Nov 2017 13:59:07 +0000 (14:59 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 20 Dec 2017 12:25:49 +0000 (13:25 +0100)
commite713c3142d8c603b31d25fff371da47f56976aae
treedebff7952d751a84ee98053e9585b595e8d4b592
parent9d06f39421bcc0037fb51c45fe99f55b7766410c
Benutzerdefinierte Datenexporte zu CSV anlegen und ausführen können
20 files changed:
SL/Controller/CustomDataExport.pm [new file with mode: 0644]
SL/Controller/CustomDataExportDesigner.pm [new file with mode: 0644]
SL/DB/CustomDataExportQuery.pm [new file with mode: 0644]
SL/DB/CustomDataExportQueryParameter.pm [new file with mode: 0644]
SL/DB/Helper/ALL.pm
SL/DB/Helper/Mappings.pm
SL/DB/Manager/CustomDataExportQuery.pm [new file with mode: 0644]
SL/DB/Manager/CustomDataExportQueryParameter.pm [new file with mode: 0644]
SL/DB/MetaSetup/CustomDataExportQuery.pm [new file with mode: 0644]
SL/DB/MetaSetup/CustomDataExportQueryParameter.pm [new file with mode: 0644]
locale/de/all
menus/user/10-custom-data-export.yaml [new file with mode: 0644]
sql/Pg-upgrade2-auth/custom_data_export_rights.pl [new file with mode: 0644]
sql/Pg-upgrade2/custom_data_export.sql [new file with mode: 0644]
templates/webpages/custom_data_export/empty_result_set.html [new file with mode: 0644]
templates/webpages/custom_data_export/export.html [new file with mode: 0644]
templates/webpages/custom_data_export/list.html [new file with mode: 0644]
templates/webpages/custom_data_export_designer/edit.html [new file with mode: 0644]
templates/webpages/custom_data_export_designer/edit_parameters.html [new file with mode: 0644]
templates/webpages/custom_data_export_designer/list.html [new file with mode: 0644]