-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathToDo.txt
45 lines (28 loc) · 1.2 KB
/
ToDo.txt
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
40
41
42
43
44
45
Add feature to generate an extra letter addressed to the user!
Refresh recruit status info on save (or on current recruit?)
Add update trigger to AccessCodes! DONE
Add find button
Add sort button
Finish Recruit Detail form.
Fix problem w/<placeholder> showing on first browsed rec. DONE
Add autosave feature.
- In thread_idle event, after some max # of changes?
Fix change tracking logic. HUH?
Fix problem w/editing Status rows. DONE!
Update AccNumbers to include the leading zeros--and update the import script as well. DONE
Add combo boxes to Browser.
Fix current status label on detail form. DONE
Fix problem w/default values of 'now()'--they're getting the literal, not the expression. DONE
Feature: Double-click record on browser pulls clicked record up in details form?
Add calculated columns to Recruits for: DONE
Current Status
Last Status Change
Last Contact Date
Last Contact Type
Views for: DONE
Current best address
Current status
Last contact
Add preference rank for phone numbers, so we can keep hx.
Write sproc/trigger for assigning access codes to P1 recruits.
- Preferably one that will match the SAS logic. DONE