1 02/27/85  proj_usage_report, pur
 2 
 3 Syntax as a command:  pur {Project_id} {-control_args}
 4 
 5 
 6 Function:  prints a project usage report for the current billing
 7 period.
 8 
 9 
10 Arguments:
11 Project_id
12    is the Project_id of the project.  If this argument is not given,
13    the project under which the project administrator is currently
14    logged in is assumed.
15 
16 
17 Control arguments:
18 -brief, -bf
19    prints reports in one short line per user.
20 -long, -lg
21    prints detailed information about per shift, per absentee, per
22    device, and I/O daemon queue usage.
23 -no_header, -nhe
24    suppresses printing of the header.
25 -pathname path, -pn path
26    is the pathname of a PDT.  The pdt suffix must be given.  This
27    control argument is used to print a PDT not currently being used by
28    the answering service.  If this control argument is specified, the
29    Project_id argument may not be given.
30 
31 
32 -reverse, -rev
33    reverses the order of the sort.
34 -sort XX
35    sorts output according to XX, where XX can be the string:
36 
37          name
38          usage
39          rem
40          limit
41          fraction_used
42 
43    to specify users' names, usage, remainder, limits, or entries in
44    order of ratio between usage and limit.  Only one string may be
45    specified.  The default prints the PDT as is.
46 
47 
48 -total, -tt
49    does not print a line for each user; rather prints a totals line
50    (plus any other lines specified by other arguments).
51 -user Person_id
52    prints information on only the user specified by Person_id.
53 
54 
55 Access required:  The user must have read access on the PDT; usually
56 only project administrators have such access.
57 
58 
59 Notes:  If neither the -brief nor -long control argument is given, the
60 report printed contains one detail summary line for each user.
61 
62 See also the print_pdt command to get more detailed information about
63 each user and the display_account_status command to obtain a summary of
64 the charges accrued to the project.