taskjuggler 3.6.0 → 3.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/CHANGELOG +51 -0
- data/data/css/tjreport.css +4 -0
- data/data/tjp.vim +21 -15
- data/examples/ProjectTemplate/template.tjp +7 -7
- data/examples/Tutorial/tutorial.tjp +1 -1
- data/lib/taskjuggler/Allocation.rb +1 -1
- data/lib/taskjuggler/AttributeBase.rb +10 -4
- data/lib/taskjuggler/Attributes.rb +2 -2
- data/lib/taskjuggler/BatchProcessor.rb +1 -1
- data/lib/taskjuggler/Interval.rb +10 -12
- data/lib/taskjuggler/Journal.rb +2 -2
- data/lib/taskjuggler/LogicalFunction.rb +1 -1
- data/lib/taskjuggler/LogicalOperation.rb +7 -4
- data/lib/taskjuggler/MessageHandler.rb +1 -1
- data/lib/taskjuggler/PTNProxy.rb +1 -1
- data/lib/taskjuggler/Project.rb +27 -22
- data/lib/taskjuggler/PropertyList.rb +7 -1
- data/lib/taskjuggler/PropertySet.rb +1 -1
- data/lib/taskjuggler/PropertyTreeNode.rb +5 -3
- data/lib/taskjuggler/Query.rb +3 -3
- data/lib/taskjuggler/RealFormat.rb +1 -1
- data/lib/taskjuggler/Resource.rb +2 -2
- data/lib/taskjuggler/ResourceScenario.rb +37 -5
- data/lib/taskjuggler/RichText/Snip.rb +1 -1
- data/lib/taskjuggler/RuntimeConfig.rb +1 -1
- data/lib/taskjuggler/Scoreboard.rb +5 -2
- data/lib/taskjuggler/Shift.rb +2 -2
- data/lib/taskjuggler/ShiftAssignments.rb +1 -1
- data/lib/taskjuggler/TaskJuggler.rb +4 -4
- data/lib/taskjuggler/TextParser.rb +1 -1
- data/lib/taskjuggler/TextParser/Scanner.rb +3 -3
- data/lib/taskjuggler/TimeSheets.rb +2 -2
- data/lib/taskjuggler/Tj3AppBase.rb +23 -9
- data/lib/taskjuggler/Tj3Config.rb +5 -3
- data/lib/taskjuggler/TjpExample.rb +3 -1
- data/lib/taskjuggler/TjpSyntaxRules.rb +157 -130
- data/lib/taskjuggler/UTF8String.rb +3 -3
- data/lib/taskjuggler/WorkingHours.rb +3 -3
- data/lib/taskjuggler/XMLElement.rb +12 -1
- data/lib/taskjuggler/apps/Tj3.rb +3 -1
- data/lib/taskjuggler/apps/Tj3Client.rb +3 -2
- data/lib/taskjuggler/apps/Tj3Daemon.rb +3 -1
- data/lib/taskjuggler/apps/Tj3Man.rb +4 -2
- data/lib/taskjuggler/apps/Tj3SsReceiver.rb +3 -1
- data/lib/taskjuggler/apps/Tj3SsSender.rb +3 -1
- data/lib/taskjuggler/apps/Tj3TsReceiver.rb +3 -1
- data/lib/taskjuggler/apps/Tj3TsSender.rb +3 -1
- data/lib/taskjuggler/apps/Tj3TsSummary.rb +3 -1
- data/lib/taskjuggler/apps/Tj3WebD.rb +3 -1
- data/lib/taskjuggler/deep_copy.rb +1 -1
- data/lib/taskjuggler/reports/CSVFile.rb +3 -3
- data/lib/taskjuggler/reports/ChartPlotter.rb +1 -1
- data/lib/taskjuggler/reports/GanttChart.rb +8 -2
- data/lib/taskjuggler/reports/GanttHeader.rb +11 -1
- data/lib/taskjuggler/reports/GanttLine.rb +6 -0
- data/lib/taskjuggler/reports/ICalReport.rb +1 -1
- data/lib/taskjuggler/reports/Report.rb +1 -1
- data/lib/taskjuggler/reports/ReportTableCell.rb +1 -1
- data/lib/taskjuggler/reports/TableReport.rb +7 -12
- data/lib/taskjuggler/reports/TjpExportRE.rb +1 -5
- data/lib/taskjuggler/version.rb +1 -0
- data/man/tj3.1 +130 -0
- data/man/tj3client.1 +145 -0
- data/man/tj3d.1 +93 -0
- data/man/tj3man.1 +76 -0
- data/man/tj3ss_receiver.1 +86 -0
- data/man/tj3ss_sender.1 +100 -0
- data/man/tj3ts_receiver.1 +86 -0
- data/man/tj3ts_sender.1 +92 -0
- data/man/tj3ts_summary.1 +104 -0
- data/man/tj3webd.1 +86 -0
- data/manual/Day_To_Day_Juggling +8 -8
- data/manual/Installation +6 -6
- data/manual/List_Attributes +1 -1
- data/manual/Rich_Text_Attributes +6 -5
- data/manual/Software +6 -6
- data/manual/TaskJuggler_Internals +4 -4
- data/manual/The_TaskJuggler_Syntax +5 -5
- data/manual/Tutorial +13 -11
- data/manual/html/Day_To_Day_Juggling.html +9 -9
- data/manual/html/Getting_Started.html +2 -2
- data/manual/html/How_To_Contribute.html +2 -2
- data/manual/html/Installation.html +8 -8
- data/manual/html/Intro.html +2 -2
- data/manual/html/List_Attributes.html +3 -3
- data/manual/html/Reporting_Bugs.html +2 -2
- data/manual/html/Rich_Text_Attributes.html +5 -5
- data/manual/html/Software.html +7 -7
- data/manual/html/TaskJuggler_2x_Migration.html +2 -2
- data/manual/html/TaskJuggler_Internals.html +6 -6
- data/manual/html/The_TaskJuggler_Syntax.html +6 -6
- data/manual/html/Tutorial.html +17 -14
- data/manual/html/account.html +4 -4
- data/manual/html/account.task.html +2 -2
- data/manual/html/accountprefix.html +2 -2
- data/manual/html/accountreport.html +4 -4
- data/manual/html/accountroot.html +3 -3
- data/manual/html/active.html +3 -3
- data/manual/html/adopt.task.html +2 -2
- data/manual/html/aggregate.html +2 -2
- data/manual/html/alert.html +3 -3
- data/manual/html/alertlevels.html +2 -2
- data/manual/html/allocate.html +3 -3
- data/manual/html/alphabet.html +1 -1
- data/manual/html/alternative.html +2 -2
- data/manual/html/author.html +2 -2
- data/manual/html/auxdir.html +2 -2
- data/manual/html/auxdir.report.html +3 -3
- data/manual/html/balance.html +3 -3
- data/manual/html/booking.resource.html +4 -4
- data/manual/html/booking.task.html +4 -4
- data/manual/html/caption.html +3 -3
- data/manual/html/cellcolor.column.html +3 -3
- data/manual/html/celltext.column.html +3 -3
- data/manual/html/center.html +3 -3
- data/manual/html/charge.html +2 -2
- data/manual/html/chargeset.html +2 -2
- data/manual/html/columnid.html +17 -13
- data/manual/html/columns.html +3 -3
- data/manual/html/complete.html +2 -2
- data/manual/html/copyright.html +2 -2
- data/manual/html/credits.html +2 -2
- data/manual/html/css/tjreport.css +4 -0
- data/manual/html/currency.html +2 -2
- data/manual/html/currencyformat.html +4 -4
- data/manual/html/dailymax.html +2 -2
- data/manual/html/dailymin.html +3 -3
- data/manual/html/dailyworkinghours.html +2 -2
- data/manual/html/date.extend.html +2 -2
- data/manual/html/date.html +5 -5
- data/manual/html/definitions.html +4 -4
- data/manual/html/depends.html +4 -4
- data/manual/html/details.html +2 -2
- data/manual/html/disabled.html +2 -2
- data/manual/html/duration.html +2 -2
- data/manual/html/efficiency.html +3 -3
- data/manual/html/effort.html +2 -2
- data/manual/html/effortdone.html +2 -2
- data/manual/html/effortleft.html +2 -2
- data/manual/html/email.html +2 -2
- data/manual/html/enabled.html +2 -2
- data/manual/html/end.column.html +3 -3
- data/manual/html/end.html +4 -4
- data/manual/html/end.limit.html +2 -2
- data/manual/html/end.report.html +3 -3
- data/manual/html/end.timesheet.html +3 -3
- data/manual/html/endcredit.html +3 -3
- data/manual/html/epilog.html +3 -3
- data/manual/html/export.html +4 -4
- data/manual/html/extend.html +3 -3
- data/manual/html/fail.html +3 -3
- data/manual/html/fdl.html +2 -2
- data/manual/html/flags.account.html +2 -2
- data/manual/html/flags.html +2 -2
- data/manual/html/flags.journalentry.html +2 -2
- data/manual/html/flags.report.html +3 -3
- data/manual/html/flags.resource.html +2 -2
- data/manual/html/flags.statussheet.html +2 -2
- data/manual/html/flags.task.html +2 -2
- data/manual/html/flags.timesheet.html +2 -2
- data/manual/html/fontcolor.column.html +3 -3
- data/manual/html/footer.html +3 -3
- data/manual/html/formats.export.html +3 -3
- data/manual/html/formats.html +4 -4
- data/manual/html/functions.html +5 -5
- data/manual/html/gapduration.html +2 -2
- data/manual/html/gaplength.html +2 -2
- data/manual/html/halign.center.html +2 -2
- data/manual/html/halign.column.html +3 -3
- data/manual/html/halign.left.html +2 -2
- data/manual/html/halign.right.html +2 -2
- data/manual/html/hasalert.html +2 -2
- data/manual/html/header.html +3 -3
- data/manual/html/headline.html +3 -3
- data/manual/html/height.html +4 -4
- data/manual/html/hideaccount.html +4 -4
- data/manual/html/hidejournalentry.html +3 -3
- data/manual/html/hidereport.html +3 -3
- data/manual/html/hideresource.html +4 -4
- data/manual/html/hidetask.html +4 -4
- data/manual/html/icalreport.html +9 -3
- data/manual/html/include.macro.html +3 -3
- data/manual/html/include.project.html +3 -3
- data/manual/html/include.properties.html +3 -3
- data/manual/html/index.html +1 -1
- data/manual/html/inherit.extend.html +3 -3
- data/manual/html/interval1.html +3 -3
- data/manual/html/interval2.html +3 -3
- data/manual/html/interval3.html +2 -2
- data/manual/html/interval4.html +2 -2
- data/manual/html/isactive.html +2 -2
- data/manual/html/ischildof.html +2 -2
- data/manual/html/isdependencyof.html +2 -2
- data/manual/html/isdutyof.html +2 -2
- data/manual/html/isfeatureof.html +2 -2
- data/manual/html/isleaf.html +2 -2
- data/manual/html/ismilestone.html +2 -2
- data/manual/html/isongoing.html +3 -3
- data/manual/html/isresource.html +2 -2
- data/manual/html/isresponsibilityof.html +2 -2
- data/manual/html/istask.html +2 -2
- data/manual/html/isvalid.html +2 -2
- data/manual/html/journalattributes.html +3 -3
- data/manual/html/journalentry.html +3 -3
- data/manual/html/journalmode.html +4 -4
- data/manual/html/leaveallowance.html +3 -3
- data/manual/html/leaves.html +3 -3
- data/manual/html/left.html +3 -3
- data/manual/html/length.html +3 -3
- data/manual/html/limits.allocate.html +2 -2
- data/manual/html/limits.html +2 -2
- data/manual/html/limits.resource.html +2 -2
- data/manual/html/limits.task.html +2 -2
- data/manual/html/listitem.column.html +3 -3
- data/manual/html/listtype.column.html +2 -2
- data/manual/html/loadunit.html +3 -3
- data/manual/html/logicalexpression.html +4 -4
- data/manual/html/logicalflagexpression.html +4 -4
- data/manual/html/macro.html +4 -4
- data/manual/html/managers.html +2 -2
- data/manual/html/mandatory.html +4 -4
- data/manual/html/markdate.html +69 -0
- data/manual/html/maxend.html +4 -4
- data/manual/html/maximum.html +2 -2
- data/manual/html/maxstart.html +2 -2
- data/manual/html/milestone.html +3 -3
- data/manual/html/minend.html +2 -2
- data/manual/html/minimum.html +2 -2
- data/manual/html/minstart.html +2 -2
- data/manual/html/monthlymax.html +2 -2
- data/manual/html/monthlymin.html +3 -3
- data/manual/html/navbar.html +5 -1
- data/manual/html/navigator.html +2 -2
- data/manual/html/newtask.html +3 -3
- data/manual/html/nikureport.html +2 -2
- data/manual/html/note.task.html +4 -4
- data/manual/html/novevents.html +68 -0
- data/manual/html/now.html +4 -4
- data/manual/html/number.extend.html +2 -2
- data/manual/html/numberformat.html +3 -3
- data/manual/html/onend.html +2 -2
- data/manual/html/onstart.html +2 -2
- data/manual/html/opennodes.html +3 -3
- data/manual/html/outputdir.html +3 -3
- data/manual/html/overtime.booking.html +2 -2
- data/manual/html/period.column.html +2 -2
- data/manual/html/period.limit.html +2 -2
- data/manual/html/period.report.html +3 -3
- data/manual/html/period.task.html +2 -2
- data/manual/html/persistent.html +3 -3
- data/manual/html/precedes.html +5 -5
- data/manual/html/priority.html +4 -4
- data/manual/html/priority.timesheet.html +3 -3
- data/manual/html/project.html +4 -4
- data/manual/html/projectid.html +2 -2
- data/manual/html/projectid.task.html +3 -3
- data/manual/html/projectids.html +2 -2
- data/manual/html/projection.html +2 -2
- data/manual/html/prolog.html +3 -3
- data/manual/html/properties.html +3 -3
- data/manual/html/purge.html +3 -3
- data/manual/html/rate.html +2 -2
- data/manual/html/rate.resource.html +2 -2
- data/manual/html/rawhtmlhead.html +4 -4
- data/manual/html/reference.extend.html +2 -2
- data/manual/html/remaining.html +3 -3
- data/manual/html/replace.html +2 -2
- data/manual/html/reportprefix.html +2 -2
- data/manual/html/resource.html +3 -3
- data/manual/html/resourceattributes.html +2 -2
- data/manual/html/resourceprefix.html +2 -2
- data/manual/html/resourcereport.html +5 -5
- data/manual/html/resourceroot.html +4 -4
- data/manual/html/resources.limit.html +2 -2
- data/manual/html/responsible.html +2 -2
- data/manual/html/richtext.extend.html +2 -2
- data/manual/html/right.html +3 -3
- data/manual/html/rollupaccount.html +4 -4
- data/manual/html/rollupresource.html +4 -4
- data/manual/html/rolluptask.html +4 -4
- data/manual/html/scale.column.html +2 -2
- data/manual/html/scenario.html +3 -3
- data/manual/html/scenario.ical.html +3 -3
- data/manual/html/scenarios.export.html +2 -2
- data/manual/html/scenarios.html +3 -3
- data/manual/html/scenariospecific.extend.html +2 -2
- data/manual/html/scheduled.html +2 -2
- data/manual/html/scheduling.html +6 -6
- data/manual/html/schedulingmode.html +2 -2
- data/manual/html/select.html +4 -4
- data/manual/html/selfcontained.html +3 -3
- data/manual/html/shift.allocate.html +2 -2
- data/manual/html/shift.html +3 -3
- data/manual/html/shift.resource.html +4 -4
- data/manual/html/shift.task.html +2 -2
- data/manual/html/shift.timesheet.html +2 -2
- data/manual/html/shifts.allocate.html +2 -2
- data/manual/html/shifts.resource.html +2 -2
- data/manual/html/shifts.task.html +3 -3
- data/manual/html/shorttimeformat.html +3 -3
- data/manual/html/sloppy.booking.html +2 -2
- data/manual/html/sloppy.projection.html +2 -2
- data/manual/html/sortaccounts.html +3 -3
- data/manual/html/sortjournalentries.html +3 -3
- data/manual/html/sortresources.html +3 -3
- data/manual/html/sorttasks.html +3 -3
- data/manual/html/start.column.html +3 -3
- data/manual/html/start.html +4 -4
- data/manual/html/start.limit.html +2 -2
- data/manual/html/start.report.html +3 -3
- data/manual/html/startcredit.html +3 -3
- data/manual/html/status.statussheet.html +2 -2
- data/manual/html/status.timesheet.html +2 -2
- data/manual/html/statussheet.html +2 -2
- data/manual/html/statussheetreport.html +3 -3
- data/manual/html/strict.projection.html +2 -2
- data/manual/html/summary.html +2 -2
- data/manual/html/supplement.html +2 -2
- data/manual/html/supplement.resource.html +2 -2
- data/manual/html/supplement.task.html +2 -2
- data/manual/html/tagfile.html +3 -3
- data/manual/html/task.html +3 -3
- data/manual/html/task.statussheet.html +3 -3
- data/manual/html/task.timesheet.html +2 -2
- data/manual/html/taskattributes.html +2 -2
- data/manual/html/taskprefix.html +2 -2
- data/manual/html/taskreport.html +5 -5
- data/manual/html/taskroot.export.html +2 -2
- data/manual/html/taskroot.html +3 -3
- data/manual/html/text.extend.html +2 -2
- data/manual/html/textreport.html +5 -5
- data/manual/html/timeformat.html +4 -4
- data/manual/html/timeformat1.html +2 -2
- data/manual/html/timeformat2.html +2 -2
- data/manual/html/timeoff.nikureport.html +2 -2
- data/manual/html/timesheet.html +3 -3
- data/manual/html/timesheetreport.html +3 -3
- data/manual/html/timezone.export.html +2 -2
- data/manual/html/timezone.html +2 -2
- data/manual/html/timezone.report.html +3 -3
- data/manual/html/timezone.shift.html +2 -2
- data/manual/html/timingresolution.html +2 -2
- data/manual/html/title.column.html +2 -2
- data/manual/html/title.html +3 -3
- data/manual/html/toc.html +157 -143
- data/manual/html/tooltip.column.html +3 -3
- data/manual/html/tracereport.html +8 -8
- data/manual/html/trackingscenario.html +3 -3
- data/manual/html/treelevel.html +2 -2
- data/manual/html/vacation.html +2 -2
- data/manual/html/vacation.resource.html +2 -2
- data/manual/html/vacation.shift.html +2 -2
- data/manual/html/warn.html +4 -4
- data/manual/html/weeklymax.html +2 -2
- data/manual/html/weeklymin.html +3 -3
- data/manual/html/weekstartsmonday.html +2 -2
- data/manual/html/weekstartssunday.html +2 -2
- data/manual/html/width.column.html +2 -2
- data/manual/html/width.html +4 -4
- data/manual/html/work.html +3 -3
- data/manual/html/workinghours.project.html +3 -3
- data/manual/html/workinghours.resource.html +2 -2
- data/manual/html/workinghours.shift.html +2 -2
- data/manual/html/yearlyworkingdays.html +2 -2
- data/spec/ProjectBroker_spec.rb +6 -6
- data/spec/StatusSheets_spec.rb +1 -1
- data/spec/TimeSheets_spec.rb +1 -1
- data/taskjuggler.gemspec +7 -7
- data/tasks/changelog.rake +2 -0
- data/tasks/gem.rake +3 -0
- data/tasks/help2man.rake +18 -0
- data/tasks/kate.rake +2 -0
- data/tasks/manual.rake +2 -0
- data/tasks/test.rake +5 -0
- data/tasks/vim.rake +2 -0
- data/test/TestSuite/Export-Reports/refs/AccountReport.tjp +0 -1
- data/test/TestSuite/Export-Reports/refs/AdoptedTasks.tjp +0 -2
- data/test/TestSuite/Export-Reports/refs/AlertLevels.tjp +0 -1
- data/test/TestSuite/Export-Reports/refs/Allocate-1.tjp +0 -1
- data/test/TestSuite/Export-Reports/refs/AutoID.tjp +0 -1
- data/test/TestSuite/Export-Reports/refs/AutoMacros.tjp +0 -1
- data/test/TestSuite/Export-Reports/refs/Currencyformat.tjp +0 -1
- data/test/TestSuite/Export-Reports/refs/CustomAttributes.tjp +0 -2
- data/test/TestSuite/Export-Reports/refs/Depends1.tjp +0 -1
- data/test/TestSuite/Export-Reports/refs/Durations.tjp +0 -1
- data/test/TestSuite/Export-Reports/refs/Efficiency.tjp +0 -1
- data/test/TestSuite/Export-Reports/refs/Gap.tjp +0 -3
- data/test/TestSuite/Export-Reports/refs/Include.tjp +0 -1
- data/test/TestSuite/Export-Reports/refs/Journal.tjp +0 -1
- data/test/TestSuite/Export-Reports/refs/Macro-1.tjp +0 -1
- data/test/TestSuite/Export-Reports/refs/Macro-2.tjp +0 -2
- data/test/TestSuite/Export-Reports/refs/Macro-3.tjp +0 -1
- data/test/TestSuite/Export-Reports/refs/Manager.tjp +0 -1
- data/test/TestSuite/Export-Reports/refs/Milestone.tjp +0 -2
- data/test/TestSuite/Export-Reports/refs/Numberformat.tjp +0 -1
- data/test/TestSuite/Export-Reports/refs/Precedes1.tjp +0 -1
- data/test/TestSuite/Export-Reports/refs/Project.tjp +0 -1
- data/test/TestSuite/Export-Reports/refs/ProjectIDs.tjp +0 -3
- data/test/TestSuite/Export-Reports/refs/Reports.tjp +0 -1
- data/test/TestSuite/Export-Reports/refs/Resource.tjp +0 -1
- data/test/TestSuite/Export-Reports/refs/ResourceRoot.tjp +0 -1
- data/test/TestSuite/Export-Reports/refs/RollupResource.tjp +0 -1
- data/test/TestSuite/Export-Reports/refs/Scenario.tjp +0 -2
- data/test/TestSuite/Export-Reports/refs/Timezone.tjp +0 -1
- data/test/TestSuite/Export-Reports/refs/Vacation.tjp +0 -1
- data/test/TestSuite/Export-Reports/refs/navigator.tjp +0 -4
- data/test/TestSuite/Export-Reports/refs/template.tjp +0 -6
- data/test/TestSuite/Export-Reports/refs/textreport.tjp +0 -1
- data/test/TestSuite/Export-Reports/refs/tutorial.tjp +0 -8
- data/test/TestSuite/Syntax/Correct/Booking.tjp +1 -1
- data/test/TestSuite/Syntax/Correct/Currencyformat.tjp +1 -1
- data/test/TestSuite/Syntax/Correct/tutorial.tjp +5 -0
- data/test/test_ProjectFileScanner.rb +8 -8
- metadata +43 -10
@@ -0,0 +1,86 @@
|
|
1
|
+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.5.
|
2
|
+
.TH TJ3SS_RECEIVER "1" "March 2020" "tj3ss_receiver (TaskJuggler) 3.7.1" "TaskJuggler"
|
3
|
+
.SH NAME
|
4
|
+
tj3ss_receiver \- receive filled-out status sheets via email
|
5
|
+
.SH SYNOPSIS
|
6
|
+
.B tj3ss_receiver
|
7
|
+
[\fI\,options\/\fR]
|
8
|
+
.SH DESCRIPTION
|
9
|
+
This program can be used to receive filled\-out status sheets via email.
|
10
|
+
It reads the emails from STDIN and extracts the status sheet from the
|
11
|
+
attached files. The status sheet is checked for correctness. Good status
|
12
|
+
sheets are filed away. The sender be informed by email that the status
|
13
|
+
sheets was accepted or rejected.
|
14
|
+
.SH OPTIONS
|
15
|
+
.TP
|
16
|
+
\fB\-c\fR, \fB\-\-config\fR <FILE>
|
17
|
+
Use the specified YAML configuration file
|
18
|
+
.TP
|
19
|
+
\fB\-\-silent\fR
|
20
|
+
Don't show program and progress information
|
21
|
+
.TP
|
22
|
+
\fB\-\-no\-color\fR
|
23
|
+
Don't use ANSI contol sequences to color the
|
24
|
+
terminal output. Colors should only be used when
|
25
|
+
spooling to an ANSI terminal. In case the detection
|
26
|
+
fails, you can use this option to force colors to
|
27
|
+
be off.
|
28
|
+
.TP
|
29
|
+
\fB\-\-debug\fR
|
30
|
+
Enable Ruby debug mode
|
31
|
+
.TP
|
32
|
+
\fB\-d\fR, \fB\-\-directory\fR <DIR>
|
33
|
+
Use the specified directory as working directory
|
34
|
+
.TP
|
35
|
+
\fB\-\-dryrun\fR
|
36
|
+
Don't send out any emails or do SCM commits
|
37
|
+
.TP
|
38
|
+
\fB\-h\fR, \fB\-\-help\fR
|
39
|
+
Show this message
|
40
|
+
.TP
|
41
|
+
\fB\-\-version\fR
|
42
|
+
Show version info
|
43
|
+
.SH ENVIRONMENT
|
44
|
+
|
45
|
+
.TP
|
46
|
+
\fBHOME\fR
|
47
|
+
The user's home folder. Used to search for configuration file if not specified.
|
48
|
+
.SH FILES
|
49
|
+
.TP
|
50
|
+
\fB.taskjugglerrc\fR or \fBtaskjuggler.rc\fR
|
51
|
+
tj3d searches for a config file named .taskjugglerrc or taskjuggler.rc in the current path, the user's home path as specified by the HOME environment variable or /etc/. At a minimum the file must configure an e-mail delivery method and sender e-mail e.g.:
|
52
|
+
|
53
|
+
_global:
|
54
|
+
emailDeliveryMethod: smtp
|
55
|
+
smtpServer: smtp.your_company.com
|
56
|
+
.br
|
57
|
+
_statussheets:
|
58
|
+
senderEmail: 'TaskJuggler <statussheets@taskjuggler.amd.com>'
|
59
|
+
|
60
|
+
An alternative config file location may be specified using the -c, --config FILE option.
|
61
|
+
|
62
|
+
.TP
|
63
|
+
\fBstatussheets.log\fR
|
64
|
+
The statussheets log file, created in the working directory.
|
65
|
+
|
66
|
+
.TP
|
67
|
+
\fBStatusSheets/FailedMails/\fR
|
68
|
+
Directory created in the working directory to store the failed emails.
|
69
|
+
|
70
|
+
.TP
|
71
|
+
\fBStatusSheets/FailedSheets/\fR
|
72
|
+
Directory created in the working directory to store the failed status sheets.
|
73
|
+
.SH COPYRIGHT
|
74
|
+
Copyright \(co 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020
|
75
|
+
.IP
|
76
|
+
by Chris Schlaeger <cs@taskjuggler.org>
|
77
|
+
.PP
|
78
|
+
This program is free software; you can redistribute it and/or modify it under
|
79
|
+
the terms of version 2 of the GNU General Public License as published by the
|
80
|
+
Free Software Foundation.
|
81
|
+
.PP
|
82
|
+
For more info about TaskJuggler see http://www.taskjuggler.org
|
83
|
+
.SH "SEE ALSO"
|
84
|
+
tj3ss_sender(1)
|
85
|
+
|
86
|
+
The full TaskJuggler manual is available online at http://www.taskjuggler.org/tj3/manual/, or via the tj3man command.
|
data/man/tj3ss_sender.1
ADDED
@@ -0,0 +1,100 @@
|
|
1
|
+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.5.
|
2
|
+
.TH TJ3SS_SENDER "1" "March 2020" "tj3ss_sender (TaskJuggler) 3.7.1" "TaskJuggler"
|
3
|
+
.SH NAME
|
4
|
+
tj3ss_sender \- send out status sheets templates via email
|
5
|
+
.SH SYNOPSIS
|
6
|
+
.B tj3ss_sender
|
7
|
+
[\fI\,options\/\fR]
|
8
|
+
.SH DESCRIPTION
|
9
|
+
This program can be used to out status sheets templates via email. It will
|
10
|
+
generate status sheet templates for managers of the project. The project data
|
11
|
+
will be accesses via tj3client from a running TaskJuggler server process.
|
12
|
+
.SH OPTIONS
|
13
|
+
.TP
|
14
|
+
\fB\-c\fR, \fB\-\-config\fR <FILE>
|
15
|
+
Use the specified YAML configuration file
|
16
|
+
.TP
|
17
|
+
\fB\-\-silent\fR
|
18
|
+
Don't show program and progress information
|
19
|
+
.TP
|
20
|
+
\fB\-\-no\-color\fR
|
21
|
+
Don't use ANSI contol sequences to color the
|
22
|
+
terminal output. Colors should only be used when
|
23
|
+
spooling to an ANSI terminal. In case the
|
24
|
+
detection fails, you can use this option to
|
25
|
+
force colors to be off.
|
26
|
+
.TP
|
27
|
+
\fB\-\-debug\fR
|
28
|
+
Enable Ruby debug mode
|
29
|
+
.TP
|
30
|
+
\fB\-d\fR, \fB\-\-directory\fR <DIR>
|
31
|
+
Use the specified directory as working directory
|
32
|
+
.TP
|
33
|
+
\fB\-\-dryrun\fR
|
34
|
+
Don't send out any emails or do SCM commits
|
35
|
+
.TP
|
36
|
+
\fB\-r\fR, \fB\-\-resource\fR <ID>
|
37
|
+
Only generate template for given resource
|
38
|
+
.TP
|
39
|
+
\fB\-f\fR, \fB\-\-force\fR
|
40
|
+
Send out a new template even if one exists
|
41
|
+
already
|
42
|
+
.HP
|
43
|
+
\fB\-\-hideresource\fR <EXPR> Filter expression to limit the resource list
|
44
|
+
.TP
|
45
|
+
\fB\-i\fR, \fB\-\-interval\fR <DURATION> The duration of the interval. This is a number
|
46
|
+
directly followed by a unit. 1w means one week
|
47
|
+
(the default), 5d means 5 days and 72h means 72
|
48
|
+
hours.
|
49
|
+
.TP
|
50
|
+
\fB\-e\fR, \fB\-\-enddate\fR <DAY>
|
51
|
+
The end date of the reporting period. Either as
|
52
|
+
YYYY\-MM\-DD or day of week. 0: Sunday, 1: Monday
|
53
|
+
and so on. The default value is 2020\-03\-18.
|
54
|
+
.TP
|
55
|
+
\fB\-h\fR, \fB\-\-help\fR
|
56
|
+
Show this message
|
57
|
+
.TP
|
58
|
+
\fB\-\-version\fR
|
59
|
+
Show version info
|
60
|
+
.SH ENVIRONMENT
|
61
|
+
|
62
|
+
.TP
|
63
|
+
\fBHOME\fR
|
64
|
+
The user's home folder. Used to search for configuration file if not specified.
|
65
|
+
.SH FILES
|
66
|
+
|
67
|
+
\fB.taskjugglerrc\fR or \fBtaskjuggler.rc\fR
|
68
|
+
tj3d searches for a config file named .taskjugglerrc or taskjuggler.rc in the current path, the user's home path as specified by the HOME environment variable or /etc/. At a minimum the file must configure an authentication key, an e-mail delivery method and sender e-mail e.g.:
|
69
|
+
|
70
|
+
_global:
|
71
|
+
authKey: ********
|
72
|
+
smtpServer: smtp.your_company.com
|
73
|
+
.br
|
74
|
+
_statussheets:
|
75
|
+
senderEmail: 'TaskJuggler <statussheets@taskjuggler.amd.com>'
|
76
|
+
|
77
|
+
(the user should specify their own auth key and set file permissions accordingly). An alternative config file location may be specified using the -c, --config FILE option.
|
78
|
+
|
79
|
+
.TP
|
80
|
+
\fBstatussheets.log\fR
|
81
|
+
The statussheets log file, created in the working directory.
|
82
|
+
|
83
|
+
.TP
|
84
|
+
\fBStatusSheetTemplates\fR
|
85
|
+
Base directory of the sheet templates, created in the working directory.
|
86
|
+
.SH COPYRIGHT
|
87
|
+
Copyright \(co 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020
|
88
|
+
.IP
|
89
|
+
by Chris Schlaeger <cs@taskjuggler.org>
|
90
|
+
.PP
|
91
|
+
This program is free software; you can redistribute it and/or modify it under
|
92
|
+
the terms of version 2 of the GNU General Public License as published by the
|
93
|
+
Free Software Foundation.
|
94
|
+
.PP
|
95
|
+
For more info about TaskJuggler see http://www.taskjuggler.org
|
96
|
+
.SH "SEE ALSO"
|
97
|
+
|
98
|
+
tj3ss_receiver(1), tj3d(1)
|
99
|
+
|
100
|
+
The full TaskJuggler manual is available online at http://www.taskjuggler.org/tj3/manual/, or via the tj3man command.
|
@@ -0,0 +1,86 @@
|
|
1
|
+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.5.
|
2
|
+
.TH TJ3TS_RECEIVER "1" "March 2020" "tj3ts_receiver (TaskJuggler) 3.7.1" "TaskJuggler"
|
3
|
+
.SH NAME
|
4
|
+
tj3ts_receiver \- receive filled-out time sheets via email
|
5
|
+
.SH SYNOPSIS
|
6
|
+
.B tj3ts_receiver
|
7
|
+
[\fI\,options\/\fR]
|
8
|
+
.SH DESCRIPTION
|
9
|
+
This program can be used to receive filled\-out time sheets via email. It
|
10
|
+
reads the emails from STDIN and extracts the time sheet from the attached
|
11
|
+
files. The time sheet is checked for correctness. Good time sheets are filed
|
12
|
+
away. The sender will be informed by email that the time sheets was accepted
|
13
|
+
or rejected.
|
14
|
+
.SH OPTIONS
|
15
|
+
.TP
|
16
|
+
\fB\-c\fR, \fB\-\-config\fR <FILE>
|
17
|
+
Use the specified YAML configuration file
|
18
|
+
.TP
|
19
|
+
\fB\-\-silent\fR
|
20
|
+
Don't show program and progress information
|
21
|
+
.TP
|
22
|
+
\fB\-\-no\-color\fR
|
23
|
+
Don't use ANSI contol sequences to color the
|
24
|
+
terminal output. Colors should only be used when
|
25
|
+
spooling to an ANSI terminal. In case the detection
|
26
|
+
fails, you can use this option to force colors to
|
27
|
+
be off.
|
28
|
+
.TP
|
29
|
+
\fB\-\-debug\fR
|
30
|
+
Enable Ruby debug mode
|
31
|
+
.TP
|
32
|
+
\fB\-d\fR, \fB\-\-directory\fR <DIR>
|
33
|
+
Use the specified directory as working directory
|
34
|
+
.TP
|
35
|
+
\fB\-\-dryrun\fR
|
36
|
+
Don't send out any emails or do SCM commits
|
37
|
+
.TP
|
38
|
+
\fB\-h\fR, \fB\-\-help\fR
|
39
|
+
Show this message
|
40
|
+
.TP
|
41
|
+
\fB\-\-version\fR
|
42
|
+
Show version info
|
43
|
+
.SH ENVIRONMENT
|
44
|
+
|
45
|
+
.TP
|
46
|
+
\fBHOME\fR
|
47
|
+
The user's home folder. Used to search for configuration file if not specified.
|
48
|
+
.SH FILES
|
49
|
+
.TP
|
50
|
+
\fB.taskjugglerrc\fR or \fBtaskjuggler.rc\fR
|
51
|
+
tj3d searches for a config file named .taskjugglerrc or taskjuggler.rc in the current path, the user's home path as specified by the HOME environment variable or /etc/. At a minimum the file must configure an authentication key, an e-mail delivery method and sender e-mail e.g.:
|
52
|
+
|
53
|
+
_global:
|
54
|
+
authKey: ********
|
55
|
+
smtpServer: smtp.your_company.com
|
56
|
+
_timesheets:
|
57
|
+
senderEmail: 'TaskJuggler <timesheets@taskjuggler.amd.com>'
|
58
|
+
|
59
|
+
(the user should specify their own auth key and set file permissions accordingly). An alternative config file location may be specified using the -c, --config FILE option.
|
60
|
+
|
61
|
+
.TP
|
62
|
+
\fBtimesheets.log\fR
|
63
|
+
The statussheets log file, created in the working directory.
|
64
|
+
|
65
|
+
.TP
|
66
|
+
\fBTimeSheets/FailedMails/\fR
|
67
|
+
Directory created in the working directory to store the failed emails.
|
68
|
+
|
69
|
+
.TP
|
70
|
+
\fBTimeSheets/FailedSheets/\fR
|
71
|
+
Directory created in the working directory to store the failed status sheets.
|
72
|
+
.SH COPYRIGHT
|
73
|
+
Copyright \(co 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020
|
74
|
+
.IP
|
75
|
+
by Chris Schlaeger <cs@taskjuggler.org>
|
76
|
+
.PP
|
77
|
+
This program is free software; you can redistribute it and/or modify it under
|
78
|
+
the terms of version 2 of the GNU General Public License as published by the
|
79
|
+
Free Software Foundation.
|
80
|
+
.PP
|
81
|
+
For more info about TaskJuggler see http://www.taskjuggler.org
|
82
|
+
.SH "SEE ALSO"
|
83
|
+
|
84
|
+
tj3ts_sender(1)
|
85
|
+
|
86
|
+
The full TaskJuggler manual is available online at http://www.taskjuggler.org/tj3/manual/, or via the tj3man command.
|
data/man/tj3ts_sender.1
ADDED
@@ -0,0 +1,92 @@
|
|
1
|
+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.5.
|
2
|
+
.TH TJ3TS_SENDER "1" "March 2020" "tj3ts_sender (TaskJuggler) 3.7.1" "TaskJuggler"
|
3
|
+
.SH NAME
|
4
|
+
tj3ts_sender \- send out time sheets templates via email
|
5
|
+
.SH SYNOPSIS
|
6
|
+
.B tj3ts_sender
|
7
|
+
[\fI\,options\/\fR]
|
8
|
+
.SH DESCRIPTION
|
9
|
+
This program can be used to send out time sheets templates via email. It will
|
10
|
+
generate time sheet templates for all resources of the project. The project
|
11
|
+
data will be accesses via tj3client from a running TaskJuggler server process.
|
12
|
+
.SH OPTIONS
|
13
|
+
.TP
|
14
|
+
\fB\-c\fR, \fB\-\-config\fR <FILE>
|
15
|
+
Use the specified YAML configuration file
|
16
|
+
.TP
|
17
|
+
\fB\-\-silent\fR
|
18
|
+
Don't show program and progress information
|
19
|
+
.TP
|
20
|
+
\fB\-\-no\-color\fR
|
21
|
+
Don't use ANSI contol sequences to color the
|
22
|
+
terminal output. Colors should only be used when
|
23
|
+
spooling to an ANSI terminal. In case the detection
|
24
|
+
fails, you can use this option to force colors to
|
25
|
+
be off.
|
26
|
+
.TP
|
27
|
+
\fB\-\-debug\fR
|
28
|
+
Enable Ruby debug mode
|
29
|
+
.TP
|
30
|
+
\fB\-d\fR, \fB\-\-directory\fR <DIR>
|
31
|
+
Use the specified directory as working directory
|
32
|
+
.TP
|
33
|
+
\fB\-\-dryrun\fR
|
34
|
+
Don't send out any emails or do SCM commits
|
35
|
+
.TP
|
36
|
+
\fB\-r\fR, \fB\-\-resource\fR <ID>
|
37
|
+
Only generate template for given resource
|
38
|
+
.TP
|
39
|
+
\fB\-f\fR, \fB\-\-force\fR
|
40
|
+
Send out a new template even if one exists already
|
41
|
+
.TP
|
42
|
+
\fB\-e\fR, \fB\-\-enddate\fR <DAY>
|
43
|
+
The end date of the reporting period. Either as
|
44
|
+
YYYY\-MM\-DD or day of week. 0: Sunday, 1: Monday and
|
45
|
+
so on. The default value is 2020\-03\-16.
|
46
|
+
.TP
|
47
|
+
\fB\-h\fR, \fB\-\-help\fR
|
48
|
+
Show this message
|
49
|
+
.TP
|
50
|
+
\fB\-\-version\fR
|
51
|
+
Show version info
|
52
|
+
.SH ENVIRONMENT
|
53
|
+
|
54
|
+
.TP
|
55
|
+
\fBHOME\fR
|
56
|
+
The user's home folder. Used to search for configuration file if not specified.
|
57
|
+
.SH FILES
|
58
|
+
|
59
|
+
\fB.taskjugglerrc\fR or \fBtaskjuggler.rc\fR
|
60
|
+
tj3d searches for a config file named .taskjugglerrc or taskjuggler.rc in the current path, the user's home path as specified by the HOME environment variable or /etc/. At a minimum the file must configure an authentication key, an e-mail delivery method and sender e-mail e.g.:
|
61
|
+
|
62
|
+
_global:
|
63
|
+
authKey: ********
|
64
|
+
smtpServer: smtp.your_company.com
|
65
|
+
projectId: acso
|
66
|
+
.br
|
67
|
+
_timesheets:
|
68
|
+
senderEmail: 'TaskJuggler <statussheets@taskjuggler.amd.com>'
|
69
|
+
|
70
|
+
(the user should specify their own auth key and set file permissions accordingly). An alternative config file location may be specified using the -c, --config FILE option.
|
71
|
+
|
72
|
+
.TP
|
73
|
+
\fBtimesheets.log\fR
|
74
|
+
The timesheets log file, created in the working directory.
|
75
|
+
|
76
|
+
.TP
|
77
|
+
\fBTimeSheetTemplates\fR
|
78
|
+
Base directory of the sheet templates, created in the working directory.
|
79
|
+
.SH COPYRIGHT
|
80
|
+
Copyright \(co 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020
|
81
|
+
.IP
|
82
|
+
by Chris Schlaeger <cs@taskjuggler.org>
|
83
|
+
.PP
|
84
|
+
This program is free software; you can redistribute it and/or modify it under
|
85
|
+
the terms of version 2 of the GNU General Public License as published by the
|
86
|
+
Free Software Foundation.
|
87
|
+
.PP
|
88
|
+
For more info about TaskJuggler see http://www.taskjuggler.org
|
89
|
+
.SH "SEE ALSO"
|
90
|
+
tj3ts_receiver(1)
|
91
|
+
|
92
|
+
The full TaskJuggler manual is available online at http://www.taskjuggler.org/tj3/manual/, or via the tj3man command.
|
data/man/tj3ts_summary.1
ADDED
@@ -0,0 +1,104 @@
|
|
1
|
+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.5.
|
2
|
+
.TH TJ3TS_SUMMARY "1" "March 2020" "tj3ts_summary (TaskJuggler) 3.7.1" "TaskJuggler"
|
3
|
+
.SH NAME
|
4
|
+
tj3ts_summary \- send out individual copies and a summary of accepted time sheets
|
5
|
+
.SH SYNOPSIS
|
6
|
+
.B tj3ts_summary
|
7
|
+
[\fI\,options\/\fR]
|
8
|
+
.SH DESCRIPTION
|
9
|
+
This program can be used to send out individual copies and a summary of all
|
10
|
+
accepted time sheets a list of email addresses. The directory structures for
|
11
|
+
templates and submitted time sheets must be present. The project data will be
|
12
|
+
accesses via tj3client from a running TaskJuggler server process.
|
13
|
+
.SH OPTIONS
|
14
|
+
.TP
|
15
|
+
\fB\-c\fR, \fB\-\-config\fR <FILE>
|
16
|
+
Use the specified YAML configuration file
|
17
|
+
.TP
|
18
|
+
\fB\-\-silent\fR
|
19
|
+
Don't show program and progress information
|
20
|
+
.TP
|
21
|
+
\fB\-\-no\-color\fR
|
22
|
+
Don't use ANSI contol sequences to color the
|
23
|
+
terminal output. Colors should only be used when
|
24
|
+
spooling to an ANSI terminal. In case the detection
|
25
|
+
fails, you can use this option to force colors to
|
26
|
+
be off.
|
27
|
+
.TP
|
28
|
+
\fB\-\-debug\fR
|
29
|
+
Enable Ruby debug mode
|
30
|
+
.TP
|
31
|
+
\fB\-d\fR, \fB\-\-directory\fR <DIR>
|
32
|
+
Use the specified directory as working directory
|
33
|
+
.TP
|
34
|
+
\fB\-\-dryrun\fR
|
35
|
+
Don't send out any emails or do SCM commits
|
36
|
+
.TP
|
37
|
+
\fB\-r\fR, \fB\-\-resource\fR <ID>
|
38
|
+
Only generate summary for given resource
|
39
|
+
.TP
|
40
|
+
\fB\-t\fR, \fB\-\-to\fR <EMAIL>
|
41
|
+
Send all individual reports and a summary report to
|
42
|
+
this email address
|
43
|
+
.TP
|
44
|
+
\fB\-\-sheet\fR <EMAIL>
|
45
|
+
Send all reports to this email address
|
46
|
+
.TP
|
47
|
+
\fB\-\-digest\fR <EMAIL>
|
48
|
+
Send a summary report to this email address
|
49
|
+
.TP
|
50
|
+
\fB\-e\fR, \fB\-\-enddate\fR <DAY>
|
51
|
+
The end date of the reporting period. Either as
|
52
|
+
YYYY\-MM\-DD or day of week. 0: Sunday, 1: Monday and
|
53
|
+
so on. The default value is 2020\-03\-16.
|
54
|
+
.TP
|
55
|
+
\fB\-h\fR, \fB\-\-help\fR
|
56
|
+
Show this message
|
57
|
+
.TP
|
58
|
+
\fB\-\-version\fR
|
59
|
+
Show version info
|
60
|
+
.SH ENVIRONMENT
|
61
|
+
|
62
|
+
.TP
|
63
|
+
\fBHOME\fR
|
64
|
+
The user's home folder. Used to search for configuration file if not specified.
|
65
|
+
.SH FILES
|
66
|
+
|
67
|
+
\fB.taskjugglerrc\fR or \fBtaskjuggler.rc\fR
|
68
|
+
tj3d searches for a config file named .taskjugglerrc or taskjuggler.rc in the current path, the user's home path as specified by the HOME environment variable or /etc/. At a minimum the file must configure an authentication key, an e-mail delivery method, project id, sender e-mail and receipients e.g.:
|
69
|
+
|
70
|
+
_global:
|
71
|
+
authKey: ********
|
72
|
+
smtpServer: smtp.your_company.com
|
73
|
+
projectId: acso
|
74
|
+
.br
|
75
|
+
_timesheets:
|
76
|
+
senderEmail: 'TaskJuggler <statussheets@taskjuggler.amd.com>'
|
77
|
+
_summary:
|
78
|
+
sheetRecipients:
|
79
|
+
- team@your_company.com
|
80
|
+
|
81
|
+
(the user should specify their own auth key and set file permissions accordingly). An alternative config file location may be specified using the -c, --config FILE option.
|
82
|
+
|
83
|
+
|
84
|
+
.TP
|
85
|
+
\fBtimesheets.log\fR
|
86
|
+
The timesheets log file, created in the working directory.
|
87
|
+
|
88
|
+
.TP
|
89
|
+
\fBTimeSheetTemplates\fR
|
90
|
+
Base directory of the sheet templates, created in the working directory.
|
91
|
+
.SH COPYRIGHT
|
92
|
+
Copyright \(co 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020
|
93
|
+
.IP
|
94
|
+
by Chris Schlaeger <cs@taskjuggler.org>
|
95
|
+
.PP
|
96
|
+
This program is free software; you can redistribute it and/or modify it under
|
97
|
+
the terms of version 2 of the GNU General Public License as published by the
|
98
|
+
Free Software Foundation.
|
99
|
+
.PP
|
100
|
+
For more info about TaskJuggler see http://www.taskjuggler.org
|
101
|
+
.SH "SEE ALSO"
|
102
|
+
tj3ts_receiver(1) tj3ts_sender(1)
|
103
|
+
|
104
|
+
The full TaskJuggler manual is available online at http://www.taskjuggler.org/tj3/manual/, or via the tj3man command.
|