-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from kwheelan/dev
Update main branch to reflect recent changes
- Loading branch information
Showing
69 changed files
with
1,896 additions
and
1,577 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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 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,6 @@ | ||
[ | ||
{ "ID" : "1000", | ||
"Name" : "General Fund"}, | ||
{ "ID" : "29320", | ||
"NAme" : "Sample Grant Fund"} | ||
] |
This file contains 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,29 @@ | ||
[ | ||
{ | ||
"Vendor": "Law Firm LLC", | ||
"CPA #" : "765421", | ||
"Account String": "1000-29320-320010", | ||
"Object Name": "Consulting", | ||
"End of Contract": "12/31/2024", | ||
"Amount Remaining" : 50000, | ||
"FY26 Request": 100000 | ||
}, | ||
{ | ||
"Vendor": "Office Supplier", | ||
"CPA #" : "1234567", | ||
"Account String": "1000-29320-320010", | ||
"Object Name": "Office Supplies", | ||
"End of Contract": "12/31/2026", | ||
"Amount Remaining" : 500000, | ||
"FY26 Request": 10000 | ||
}, | ||
{ | ||
"Vendor": "Software Co.", | ||
"CPA #" : "9876543", | ||
"Account String": "1000-29320-320010", | ||
"Object Name": "Information Technology", | ||
"End of Contract": "6/1/2025", | ||
"Amount Remaining" : 30000, | ||
"FY26 Request": 30000 | ||
} | ||
] |
This file contains 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 |
---|---|---|
@@ -1,26 +1,23 @@ | ||
[ | ||
{ | ||
"Job Name": "Deputy Counsel", | ||
"Job Name (Type)": "Deputy Counsel (Regular)", | ||
"Account String": "1000-29320-320010", | ||
"Current FTEs (FY25)": 1, | ||
"Baseline FTEs": 0, | ||
"Supplemental FTEs": 0, | ||
"Current Average Salary": "150000" | ||
"Service" : "Appeals", | ||
"FY26 FTEs": 1, | ||
"Average Projected Salary": "150000" | ||
}, | ||
{ | ||
"Job Name": "Legal Secretary", | ||
"Job Name (Type)": "Legal Secretary (Regular)", | ||
"Account String": "1000-29320-320010", | ||
"Current FTEs (FY25)": 5, | ||
"Baseline FTEs": 0, | ||
"Supplemental FTEs": 0, | ||
"Current Average Salary": "55000" | ||
"Service" : "FOIA", | ||
"FY26 FTEs": 2, | ||
"Average Projected Salary": "55000" | ||
}, | ||
{ | ||
"Job Name": "Assistant Counsel", | ||
"Job Name (Type)": "Assistant Counsel (Regular)", | ||
"Account String": "1000-29320-320010", | ||
"Current FTEs (FY25)": 10, | ||
"Baseline FTEs": 0, | ||
"Supplemental FTEs": 0, | ||
"Current Average Salary": "80000" | ||
"Service" : "Appeals", | ||
"FY26 FTEs": 10, | ||
"Average Projected Salary": "80000" | ||
} | ||
] |
Oops, something went wrong.