forked from kkaiser1952/NCM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcolumn_info.html
39 lines (37 loc) · 1.48 KB
/
column_info.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!doctype html>
<html lang="en">
<head>
<title>Column Reference Guied</title>
</head>
<body>
<!-- Setup to look best in a split screen -->
<pre>
+++++++ Column Assignments +++++++++++++++++ Admin +++++++++++++++
Class Web Name DB Name Class DB Name
c1: Role netcontrol c25: recordID
c2: Mode Mode c26: ID
c3: Status active c27: status
c4: Traffic traffic c28: home
c5: TT tt c29: ipaddress
c6: Call Sign callsign
c7: First Name Fname
c8: Last Name Lname ++++ Custom
c9: Tactical tactical c50: cat
c10: Phone phone c51: section
c11: Email emial
c12: Time IN logdate ++++ No Class
c13: Time Out timeout netID
c14: Comments comments subNetOfID
c15: Credentials creds activity
c16: Time On Duty timeonduty frequency
c17: County county netcall
c18: State state logclosedtime
c19: District district firstLogin
c20: Grid grid pb
c21: Latitude latitude dttm
c22: Longitude longitude
c23: Band band
c24: W3W w3w
</pre>
</body>
</html>