GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TJ3TS_SENDER(1) TaskJuggler TJ3TS_SENDER(1)

tj3ts_sender - send out time sheets templates via email

tj3ts_sender [options]

This program can be used to send out time sheets templates via email. It will generate time sheet templates for all resources of the project. The project data will be accesses via tj3client from a running TaskJuggler server process.

-c, --config <FILE>
Use the specified YAML configuration file
--silent
Don't show program and progress information
--no-color
Don't use ANSI contol sequences to color the terminal output. Colors should only be used when spooling to an ANSI terminal. In case the detection fails, you can use this option to force colors to be off.
--debug
Enable Ruby debug mode
-d, --directory <DIR>
Use the specified directory as working directory
--dryrun
Don't send out any emails or do SCM commits
-r, --resource <ID>
Only generate template for given resource
-f, --force
Send out a new template even if one exists already
-e, --enddate <DAY>
The end date of the reporting period. Either as YYYY-MM-DD or day of week. 0: Sunday, 1: Monday and so on. The default value is 2020-03-16.
-h, --help
Show this message
--version
Show version info

HOME
The user's home folder. Used to search for configuration file if not specified.

.taskjugglerrc or taskjuggler.rc 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.:

_global: authKey: ******** smtpServer: smtp.your_company.com projectId: acso
_timesheets: senderEmail: 'TaskJuggler <statussheets@taskjuggler.amd.com>'

(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.

timesheets.log
The timesheets log file, created in the working directory.

TimeSheetTemplates
Base directory of the sheet templates, created in the working directory.

Copyright © 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020
by Chris Schlaeger <cs@taskjuggler.org>

This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation.

For more info about TaskJuggler see http://www.taskjuggler.org

tj3ts_receiver(1)

The full TaskJuggler manual is available online at http://www.taskjuggler.org/tj3/manual/, or via the tj3man command.

March 2020 tj3ts_sender (TaskJuggler) 3.7.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.