<< supplement << | Table Of Contents | >> supplement (task) >> |
Keyword | supplement (resource) |
Purpose | The supplement keyword provides a mechanism to add more attributes to already defined resources. The additional attributes must obey the same rules as in regular resource definitions and must be enclosed by curly braces. This construct is primarily meant for situations where the information about a resource is split over several files. E. g. the vacation dates for the resources may be in a separate file that was generated by some other tool. |
|
Syntax | supplement <resource> [{ <attributes> }] |
|
Arguments | resource [ID] | The ID of a defined resource |
Context | resource, supplement (resource) |
Attributes | Name | Scen. spec. | Inh. fm. Global | Inh. fm. Parent |
booking (resource) | x | |||
chargeset | x | x | ||
efficiency | x | x | ||
fail | x | |||
flags (resource) | x | x | ||
journalentry | ||||
leaveallowance | x | |||
leaves | x | x | x | |
limits (resource) | x | x | x | |
managers | x | x | ||
purge | ||||
rate (resource) | x | x | x | |
resource | ||||
shifts (resource) | x | x | ||
supplement (resource) | ||||
vacation (resource) | x | |||
warn | x | |||
workinghours (resource) | x | x | x |
resource joe "Joe" supplement resource joe { vacation 2000-02-10 - 2000-02-20 }
<< supplement << | Table Of Contents | >> supplement (task) >> |