local changes
This commit is contained in:
@@ -47,7 +47,12 @@ We want Cost Center and Code Name
|
||||
| Notes | UIC For Code | Code Number | Code Head EDIPI | Cost Center | Parent UIC | Parent Code Number | Command Code | Code Name
|
||||
| |66001 |53225 |1503253905 |85PCE53225 |66001 |53220 |2 |C2 APPS DEVELOPMENT
|
||||
include 85PCE532S1 - Digital Ecosystem Service Center
|
||||
|
||||
|
||||
In the settings page, I want to have the option to upload a cost center document as a pipe delimited csv. We will then parse the data, grabbing the Cost Center and Code Name. For every project, instead of a text field where they type in the Cost Center, they will now choose from the list. In the UI, I want it to read Cost Center - Code Name (i.e. "85PCE532S1 - Digital Ecosystem Service Center"), and on the Project Details Edit page and on the Billing page I want the UI to be a fuzzy search/autocomplete, where a user can type in "Digital" and it will filter down to a few items so they can select theirs (instead of a GIANT dropdown/selector). I think there will be a few thousand lines. When a new csv is uploaded, it should wipe the old values, and a prompt should show which projects, if any, will no longer have a cost center with the new version. Here is the data format- the header and one example value:
|
||||
| Notes | UIC For Code | Code Number | Code Head EDIPI | Cost Center | Parent UIC | Parent Code Number | Command Code | Code Name
|
||||
| |66001 |53225 |1503253905 |85PCE53225 |66001 |53220 |2 |C2 APPS DEVELOPMENT
|
||||
|
||||
I also want to be able to manually add a few cost center/code name fields (apparently there's one that doesn't show up on the list but we use frequently as a sub-code in our org)
|
||||
|
||||
|
||||
## Sample data
|
||||
|
||||
@@ -286,4 +286,4 @@ Users associated table
|
||||
[x] psycopg2.OperationalError: connection to server at XX.rds.amazonaws.com", port 5432
|
||||
[x] back to secret with cacerts
|
||||
[x] busybox from registry
|
||||
[] csv upload didn't work- "No file provided" in UI, logs said "POST /api/settings/cost-centers/upload HTTP/1.1" 400 -"
|
||||
[x] csv upload didn't work- "No file provided" in UI, logs said "POST /api/settings/cost-centers/upload HTTP/1.1" 400 -"
|
||||
Reference in New Issue
Block a user