-
Notifications
You must be signed in to change notification settings - Fork 0
527 student reasons #550
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Kafui123
wants to merge
35
commits into
development
Choose a base branch
from
527StudentReasons
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
527 student reasons #550
Changes from 15 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
9c5bd0b
Changes to adjustment forms
Kafui123 3e4b71c
Changes
Kafui123 e2705c0
Changes
Kafui123 fb9f27e
LaborStatusAdjustmentChanges
Kafui123 2a16f1d
Added an email link to adjusted form
Kafui123 9e40fa9
Changes
Kafui123 59b2dcd
Labor adjustment form updates
Kafui123 4be35ea
added logic for labor adjustment form.
Jonimz c87a088
Updates to the adjustment reason table
Kafui123 876dfe3
Updates to the adjustment forms
Kafui123 f39f1df
Changes
Kafui123 77b0eae
Updates to adjustment reasons
Kafui123 b03f14f
Got rid of the print statements
Kafui123 0a5125d
added some print statements to get rid of errors
Kafui123 c63003b
added some print statements to get rid of errors
Kafui123 862536c
Resolved the requested changes
Kafui123 e3c10be
Fixed pr comments
Kafui123 553a303
Addressed some bugs here
Kafui123 43a9c17
Brought back print statements
Kafui123 ecae396
Brought back print statements
Kafui123 b83bca7
Improved variable naming and removed redundancies.
ojmakinde 0c5fe68
Merge branch 'development' of github.com:BCStudentSoftwareDevTeam/lsf…
ojmakinde 8633056
reasons appearing on laborHistory as well
Kafui123 1722763
adjustments
Kafui123 e81926b
Chnaged the overload reason to match the font of the other items
Jonimz 6174b3b
Modifications to how overload form is gotten
Kafui123 b09c68d
Fixed overload reason logic
Kafui123 43e9a80
resolved some issues
Kafui123 22d6a30
addressed problems
Kafui123 6954adf
added my name in demo_data
Kafui123 474e04b
Merge branch 'development' of https://github.com/BCStudentSoftwareDev…
MImran2002 12c8a24
worked on some base data and debugged datetime.date.today() problem.
MImran2002 65aa567
change some variable name
MImran2002 9525fdb
worked on debugging on form id mismatch, worked on overloadform being…
MImran2002 e6604a9
errors fixed for both scenarios of approving and withdrawing
MImran2002 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| { | ||
| "python-envs.pythonProjects": [], | ||
| "python-envs.defaultEnvManager": "ms-python.python:system" | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,3 +8,4 @@ class AdjustedForm(baseModel): | |
| oldValue = CharField() | ||
| newValue = CharField() | ||
| effectiveDate = DateField() | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.