im_add_to_status_report

EveAndersson.com : API Browser : im_add_to_status_report

im_add_to_status_report

im_add_to_status_report title proc_name [ cache_p ]
Defined in tcl/intranet-status-report-defs.tcl

Adds proc_name to the list of procs needed to generete the status_report. If cache_p is t, then we cache the result to reuse later (like when we're sending the status report to all employees). You want to cache all information that does not depend on the current user id.

Parameters:
title
proc_name
cache_p (defaults to "f")
[ show source ]

Show another procedure:

eve@eveandersson.com