-rw-r--r-- | .flaskenv | 1L |
-rw-r--r-- | .gitignore | 9L |
-rw-r--r-- | .old.app.py | 83L |
-rw-r--r-- | .old.models.py | 146L |
-rw-r--r-- | README | 26L |
-rw-r--r-- | StructureProposals/ROLEDEFAULTS.md | 27L |
-rw-r--r-- | TODO.md | 54L |
-rw-r--r-- | app/__init__.py | 19L |
-rw-r--r-- | app/branches/__init__.py | 5L |
-rw-r--r-- | app/branches/forms.py | 19L |
-rw-r--r-- | app/branches/routes.py | 166L |
-rw-r--r-- | app/branches/templates/branch.html | 14L |
-rw-r--r-- | app/branches/templates/branches.html | 30L |
-rw-r--r-- | app/branches/templates/dev_branches.html | 13L |
-rw-r--r-- | app/branches/templates/error.html | 12L |
-rw-r--r-- | app/branches/templates/form_branches.html | 22L |
-rw-r--r-- | app/branches/templates/new_branch.html | 22L |
-rw-r--r-- | app/branches/templates/update_branch.html | 25L |
-rw-r--r-- | app/equipment/__init__.py | 5L |
-rw-r--r-- | app/equipment/equipment.py | 84L |
-rw-r--r-- | app/equipment/forms.py | 23L |
-rw-r--r-- | app/equipment/routes.py | 216L |
-rw-r--r-- | app/equipment/templates/dev_equipment.html | 11L |
-rw-r--r-- | app/equipment/templates/equipment.html | 41L |
-rw-r--r-- | app/equipment/templates/error.html | 0B |
-rw-r--r-- | app/equipment/templates/form_equipment.html | 35L |
-rw-r--r-- | app/equipment/update.py | 0B |
-rw-r--r-- | app/fleet/__init__.py | 5L |
-rw-r--r-- | app/fleet/fleet.py | 0B |
-rw-r--r-- | app/fleet/forms.py | 42L |
-rw-r--r-- | app/fleet/routes.py | 247L |
-rw-r--r-- | app/fleet/templates/dev.html | 13L |
-rw-r--r-- | app/fleet/templates/error.html | 12L |
-rw-r--r-- | app/fleet/templates/fleet.html | 18L |
-rw-r--r-- | app/fleet/templates/form.html | 22L |
-rw-r--r-- | app/fleet/templates/meeting.html | 23L |
-rw-r--r-- | app/fleet/templates/new.html | 22L |
-rw-r--r-- | app/fleet/templates/update.html | 32L |
-rw-r--r-- | app/fleet/templates/upload.html | 29L |
-rw-r--r-- | app/fleet/update.py | 0B |
-rw-r--r-- | app/forms.py | 281L |
-rw-r--r-- | app/meetings/__init__.py | 5L |
-rw-r--r-- | app/meetings/forms.py | 24L |
-rw-r--r-- | app/meetings/meeting.py | 0B |
-rw-r--r-- | app/meetings/routes.py | 289L |
-rw-r--r-- | app/meetings/templates/dev_meetings.html | 13L |
-rw-r--r-- | app/meetings/templates/error.html | 12L |
-rw-r--r-- | app/meetings/templates/form_meetings.html | 22L |
-rw-r--r-- | app/meetings/templates/get_meeting_file.html | 25L |
-rw-r--r-- | app/meetings/templates/meeting.html | 23L |
-rw-r--r-- | app/meetings/templates/meetings.html | 49L |
-rw-r--r-- | app/meetings/templates/new_meeting.html | 22L |
-rw-r--r-- | app/meetings/templates/update_meeting.html | 32L |
-rw-r--r-- | app/meetings/templates/upload_meeting_doc_test.html | 21L |
-rw-r--r-- | app/meetings/templates/upload_meeting_document.html | 29L |
-rw-r--r-- | app/meetings/update.py | 0B |
-rw-r--r-- | app/models.py | 217L |
-rw-r--r-- | app/routes.py | 2287L |
-rw-r--r-- | app/static/css/main.css | 438L |
-rw-r--r-- | app/static/imgs/logo.svg | 1575L |
-rw-r--r-- | app/static/imgs/modlogo-for-foot.svg | 80L |
-rw-r--r-- | app/static/imgs/question-mark-inside-a-circle-svgrepo-com.svg | 9L |
-rw-r--r-- | app/templates/admin/agreements/index.html | 58L |
-rw-r--r-- | app/templates/admin/agreements/newagreement.html | 30L |
-rw-r--r-- | app/templates/admin/agreements/projects/index.html | 56L |
-rw-r--r-- | app/templates/admin/agreements/projects/newproject.html | 40L |
-rw-r--r-- | app/templates/admin/agreements/projects/update/move.html | 27L |
-rw-r--r-- | app/templates/admin/agreements/projects/update/rename.html | 28L |
-rw-r--r-- | app/templates/admin/agreements/update/rename.html | 27L |
-rw-r--r-- | app/templates/admin/agreements/widget.html | 25L |
-rw-r--r-- | app/templates/admin/bound_timedata_report/widget.html | 159L |
-rw-r--r-- | app/templates/admin/confirm_remove.html | 26L |
-rw-r--r-- | app/templates/admin/employee_report/index.html | 29L |
-rw-r--r-- | app/templates/admin/employee_report/widget.html | 53L |
-rw-r--r-- | app/templates/admin/layout.html | 23L |
-rw-r--r-- | app/templates/admin/pay_period_report/widget.html | 32L |
-rw-r--r-- | app/templates/admin/reports/agreement_report.html | 14L |
-rw-r--r-- | app/templates/admin/reports/bound_timedata_report.html | 14L |
-rw-r--r-- | app/templates/admin/reports/employee_report.html | 14L |
-rw-r--r-- | app/templates/admin/reports/pay_period_report.html | 27L |
-rw-r--r-- | app/templates/admin/reports/project.html | 27L |
-rw-r--r-- | app/templates/admin/reports/rangeSel.html | 28L |
-rw-r--r-- | app/templates/admin/reports/total_timedata_report.html | 14L |
-rw-r--r-- | app/templates/admin/reports/vehicle_report.html | 14L |
-rw-r--r-- | app/templates/admin/reports/widget.html | 6L |
-rw-r--r-- | app/templates/admin/roles/index.html | 15L |
-rw-r--r-- | app/templates/admin/roles/updateroles.html | 51L |
-rw-r--r-- | app/templates/admin/roles/widget.html | 6L |
-rw-r--r-- | app/templates/admin/total_timedata_report/index.html | 26L |
-rw-r--r-- | app/templates/admin/total_timedata_report/widget.html | 140L |
-rw-r--r-- | app/templates/admin/update/branch.html | 27L |
-rw-r--r-- | app/templates/admin/users/active.html | 33L |
-rw-r--r-- | app/templates/admin/users/inactive.html | 32L |
-rw-r--r-- | app/templates/admin/users/newpass.html | 28L |
-rw-r--r-- | app/templates/admin/users/newuser.html | 38L |
-rw-r--r-- | app/templates/admin/users/update_user.html | 37L |
-rw-r--r-- | app/templates/admin/users/widget.html | 6L |
-rw-r--r-- | app/templates/admin/vehicle_report/widget.html | 14L |
-rw-r--r-- | app/templates/base.html | 70L |
-rw-r--r-- | app/templates/dashboard/activeusers/widget.html | 48L |
-rw-r--r-- | app/templates/dashboard/fleet/widget.html | 23L |
-rw-r--r-- | app/templates/dashboard/layout.html | 24L |
-rw-r--r-- | app/templates/dashboard/punchclock/all.html | 42L |
-rw-r--r-- | app/templates/dashboard/punchclock/index.dev.html | 67L |
-rw-r--r-- | app/templates/dashboard/punchclock/index.html | 84L |
-rw-r--r-- | app/templates/dashboard/punchclock/otheruser.html | 29L |
-rw-r--r-- | app/templates/dashboard/punchclock/update/date.html | 27L |
-rw-r--r-- | app/templates/dashboard/punchclock/update/endTime.html | 27L |
-rw-r--r-- | app/templates/dashboard/punchclock/update/note.html | 27L |
-rw-r--r-- | app/templates/dashboard/punchclock/update/project.html | 27L |
-rw-r--r-- | app/templates/dashboard/punchclock/update/startTime.html | 27L |
-rw-r--r-- | app/templates/dashboard/punchclock/widget.html | 32L |
-rw-r--r-- | app/templates/dev/agreementdata.html | 11L |
-rw-r--r-- | app/templates/dev/fleetdata.html | 11L |
-rw-r--r-- | app/templates/dev/projectdata.html | 11L |
-rw-r--r-- | app/templates/dev/timedata.html | 11L |
-rw-r--r-- | app/templates/dev/usrs.html | 11L |
-rw-r--r-- | app/templates/index.html | 10L |
-rw-r--r-- | app/templates/knowlegebase/index.html | 43L |
-rw-r--r-- | app/templates/login.html | 44L |
-rw-r--r-- | config.py | 11L |
-rw-r--r-- | database.ini | 5L |
-rw-r--r-- | db.py | 18L |
-rw-r--r-- | model.py | 92L |
-rw-r--r-- | requirements.txt | 23L |
-rw-r--r-- | seeds.py | 451L |
-rw-r--r-- | stc.py | 2L |