Create-a-Vacation-Program.md
... ...
@@ -49,9 +49,10 @@ For example : In most activites in my program the number of children who can att
49 49
This specifies what to do when the number of submitted / approved applications for an activity passes the capacity of the activity.
50 50
51 51
Options:
52
+
52 53
- Do Nothing : The system will track the number of applications but does nothing to prevent more being submitted once the capacity is reached.
53 54
- Warn : Parents are warned that the activity is full but are allowed to submit a request for that activity. You might use this option if you intend to operate a waitlist for the activity.
54
-- Close : Parents are told that the activity is fully booked and they wont be allowed to select this activity
55
+- Close : Parents are told that the activity is fully booked and they won't be allowed to select this activity
55 56
56 57
57 58
These same warnings are visible to staff as they process the application **or manually adjust bookings on the enrolment directly**.
... ...
@@ -62,7 +63,7 @@ add image of processing application
62 63
63 64
You can review how your Program is filling from the Activities list.
64 65
65
-The far right column shows per activtity the total number of requests for an activity and how many are alrady processed. These numbers are updated as applciations are submitted and processed and also if **manual adjustments are made to the bookings using the calendar view**.
66
+The far right column shows, per activtity, the total number of requests for an activity and how many are already processed. These numbers are updated as applications are submitted and processed and also if **manual adjustments are made to the bookings using the calendar view**.
66 67
67 68
![monitor program progress](/uploads/program_activities.PNG "Monitor Program Progress")
68 69