forked from SCADA-LTS/report-to-libreoffice
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SCADA-LTS#23 Using jOpenDocument library - using: jOpenDocument, jdbc…
…template, log4j2; added daily report; corrected yearly, monthly report; added test: BeforeDateTest; removal of LibreOffice components requirement; corrected before mode; refactoring
- Loading branch information
Showing
47 changed files
with
1,031 additions
and
684 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,6 @@ | |
.mtj.tmp/ | ||
|
||
# Package Files # | ||
*.jar | ||
*.war | ||
*.nar | ||
*.ear | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
# :) | ||
dbHost=localhost | ||
dbPort=5432 | ||
db=test | ||
dbuser=postgres | ||
dbpasswd="" | ||
report.db.user=postgresql | ||
report.db.password="" | ||
report.db.url=jdbc:postgresql://localhost:5432/test | ||
report.db.driver=org.postgresql.Driver | ||
# '', 'current', '18', '17 | ||
year=current | ||
report.year=2023 | ||
# 'current', 'before', '01', '02' | ||
month=current | ||
localizations=l1,l2,l3,l4,l5 | ||
template_source=/opt/PRJ/report-to-libreoffice/template/Usagers_2018_Frequentation.ods | ||
template_out=/opt/PRJ/report-to-libreoffice/template_out/ | ||
formatDateForParseInMonthlyReport=yy.MM | ||
formatDateForParseInDayReport=yy.MM.dd | ||
report.month=01 | ||
report.day=01 | ||
report.before=true | ||
report.localizations=l1,l2,l3,l4,l5 | ||
report.template_source_monthly=/opt/PRJ/report-to-libreoffice/template/Usagers_2023_Frequentation_monthly.ods | ||
report.template_source_yearly=/opt/PRJ/report-to-libreoffice/template/Usagers_2023_Frequentation_yearly.ods | ||
report.template_source_daily=/opt/PRJ/report-to-libreoffice/template/Usagers_2023_Frequentation_daily.ods | ||
report.out=/opt/PRJ/report-to-libreoffice/report_out/ | ||
report.formatDateForParseInMonthlyReport=yy.MM | ||
report.formatDateForParseInDayReport=dd.MM.yy | ||
report.formatDateForParseInHourReport=yy.MM.dd | ||
# yearly, monthly, daily | ||
report.type=monthly |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.