Csv Import in Datenbank zwischenspeichern und rudimentärer Report.
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 5 Nov 2012 18:50:06 +0000 (19:50 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 11 Jan 2013 12:54:30 +0000 (13:54 +0100)
commit67643d0386e7ad051009af639cada8a5ad60d1ea
treef0a3e239fc6a3e92eb38c145ea581d32220fbcf2
parent1e62938e10b5c7e9f91b09c53660ccb14e6004a6
Csv Import in Datenbank zwischenspeichern und rudimentärer Report.
12 files changed:
SL/Controller/CsvImport.pm
SL/DB/CsvImportProfile.pm
SL/DB/CsvImportProfileSetting.pm
SL/DB/CsvImportReport.pm [new file with mode: 0644]
SL/DB/CsvImportReportRow.pm [new file with mode: 0644]
SL/DB/CsvImportReportRowStatus.pm [new file with mode: 0644]
SL/DB/Helper/Mappings.pm
SL/DB/MetaSetup/CsvImportReport.pm [new file with mode: 0644]
SL/DB/MetaSetup/CsvImportReportRow.pm [new file with mode: 0644]
SL/DB/MetaSetup/CsvImportReportRowStatus.pm [new file with mode: 0644]
sql/Pg-upgrade2/csv_import_report_cache.sql [new file with mode: 0644]
templates/webpages/csv_import/report.html [new file with mode: 0644]