1 07/19/74   get_current_charges, gcc
 2 
 3 Syntax:   gcc projname username1 ... {-control args}
 4 
 5 
 6 Function: get_current_charges (gcc) is a command for use by
 7 project administrators.  It provides a convenient way of
 8 displaying selected information about selected users on a given
 9 project at the terminal.  If the command is specified with no
10 control arguments, the charges for the user during the current
11 month are printed, in the order total charge, shift 1, ..., shift
12 4, total absentee charge, total io charge, and number of pages in
13 his directory.
14 
15 
16 Arguments:
17 projname
18    the name of the project about which information is to be
19    displayed
20 usernameI
21    names of up to 20 users about whom the the information
22    is to be printed.
23 
24 
25 Control Arguments:
26 -attributes
27    causes the current attributes of the user to be displayed.
28 -limit
29    causes the current limits to be displayed under the corresponding
30    charges.  The quota figure is the terminal quota on the user
31    directory.
32 -lastlog, -ll
33    prints the date, time, and terminal id associated with the user's
34    last login.
35 -total, -tt
36    prints only the totals for charges and limits (not the shift and
37    quota information).
38 -absolute, -abs
39    prints "absolute" information.  This includes absolute dollars
40    spent and, if "-limit" was specified, cutoff information.
41 
42 
43 Notes:
44 Control arguments may be interspersed with usernames, and affect
45 all usernames regardless of order.  The same conventions used in
46 proj_usage_report with respect to currently logged-in and deleted
47 users are used here.