journalentry <date> <text>

journalentry <date> <text>
Description

Journal entries are meant for documentation purposes. They consist of a date and a text entry. Each journal entry adds a new entry to the journal of the property.

AttributesNameTypeDescription
dateDATE 
textSTRING 
Contextproject, resource, task,
InheritableNoScenario Spec.No
See alsonote, statusnote

project journal "Project" "$Id" 2000-01-01 - 2000-01-04 {
  journalentry 2000-01-02 "The project started."
  journalentry 2000-01-03 "We made some progress."
}

resource tux "Tux" {
  journalentry 2000-01-02 "This guy is a bummer."
}

task t1 "Task1" {
  journalentry 2000-01-01 "Probably will be done sooner."
  journalentry 2000-01-03 "Maybe not."
  start 2000-01-01
  milestone
}

taskreport "Tasks"