Commit Graph

36 Commits

Author SHA1 Message Date
st01765 b9de4248b0 Added last update check to traveller families and routes 2026-02-04 14:37:38 +11:00
st01765 74d6f48136 Students under the age of 18 can now travel free of charge 2025-12-16 14:54:52 +11:00
John Mullins 034b9f7d91 Fixed shuttle count 2024-12-13 09:49:12 +11:00
John Mullins dabce7f360 Added date selector to shuttles and traveller counts 2024-12-13 09:36:41 +11:00
John Mullins 320303f95f Added date selector to rolls 2024-12-12 14:33:25 +11:00
John Mullins 3392597696 Added hidden family admin view 2024-11-11 13:32:56 +11:00
John Mullins 6bd2664352 Added SMS functions to buses and travellers 2024-11-11 11:36:39 +11:00
John Mullins ea83a40668 Adding rounding to farepaying status
Added route filtering by traveller ID instead of traveller object
2024-08-26 14:30:34 +10:00
John Mullins aac0358adc Fixed family mapping in emergency export 2024-02-28 11:15:36 +11:00
John Mullins 6d7755f866 Removed nonetype return for string 2024-02-16 18:20:43 +11:00
John Mullins cd022fbf54 Added cached readonly field "address" to traveler to allow search functionally and reduce database lookups 2024-02-16 18:10:08 +11:00
John Mullins 83d5874155 Removing parent data from traveller model 2024-02-16 17:54:54 +11:00
John Mullins fa9d6ee128 Adding Family Model 2024-02-16 17:07:08 +11:00
John Mullins 0f3631f579 Rollover submit moved to POST
Changed archived lookup to active lookup
2024-01-24 10:05:44 +11:00
John Mullins d74290036e Moved where active status is displayed.
Cleaned up logout redirects
Added suburbs admin page back. Wasn't able to create new suburbs
Made active status check to any traveller save function
2023-12-22 16:50:30 +11:00
John Mullins f73b08e989 Added save task to traveller routes to update traveller active status and bulk task designed for morning automated task. Can be run manually from settings page 2023-12-21 17:50:35 +11:00
John Mullins 514171c68b Removing transfer school from shuttles. Causing database errors 2023-12-21 16:44:43 +11:00
John Mullins 25ddf1edfa Moved active status to a database entry apposed to a function
Added settings page
Cleaned up rollover page
2023-12-21 16:14:56 +11:00
John Mullins d858bf84fd Added rollover function.
Hidden some admin views
2023-12-11 10:25:30 +11:00
John Mullins 776042703e Cleaned up libaries and imports 2023-12-11 10:20:17 +11:00
John Mullins d4a6113e31 Moved roll some context to bus object
Added first_name to traveller ordering
2023-10-11 13:22:02 +11:00
John Mullins 5fd3bbfa87 Added start_date clause to traveller.is_active() function 2023-10-11 12:59:15 +11:00
John Mullins 78434588e2 Removed print statements
Added custom_name attribute to shuttles
2023-09-14 14:28:15 +10:00
John Mullins c40b6f764b Actually maybe fixed is_active() function... 2023-09-08 16:34:34 +10:00
John Mullins f421d28dc5 Fixed end_date in is active check. > to a < 2023-09-08 16:17:13 +10:00
John Mullins 43c23498bf Added Send SMS function to traveller contacts. The send command is commented out. 2023-09-07 15:42:11 +10:00
John Mullins 99530513c1 Changed names of is_archived fields 2023-09-01 12:11:17 +10:00
John Mullins 86c9b13c9a Added csv export for traveller and email to schools function 2023-09-01 11:23:30 +10:00
John Mullins 8005621594 Added default for Traveller.is_archived 2023-08-30 12:06:09 +10:00
John Mullins ab22868584 Moved emergency contacts view to pdf view 2023-08-29 16:17:04 +10:00
John Mullins 4eb2909a16 Added archive field. Set during rollover or when end date is removed 2023-08-29 14:18:48 +10:00
John Mullins 51eec5257b Added creation and last edit entries. Plan to use for recent changes when sending out to companies.
Small cleanups
2023-08-29 12:44:42 +10:00
John Mullins 2f1ae0586b Added traveller count + hyperlinks to bus and shuttle view 2023-08-28 15:27:24 +10:00
John Mullins f9981aadf0 New reports
Added per term fare paid to traveller model
Fixed parent in emergency contacts report
2023-08-28 11:41:31 +10:00
John Mullins 4e15e98801 Removed name from Shuttles. Based just on bus and school
Formatting cleanups
2023-08-25 10:28:44 +10:00
John Mullins 0c3ba727bf Initial commit 2023-08-18 18:10:53 +10:00