-
Notifications
You must be signed in to change notification settings - Fork 0
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
complete form fields implementation #26
Closed
9 tasks done
Tracked by
#23
jon-nfc opened this issue
Nov 10, 2024
· 0 comments
· Fixed by #27 · May be fixed by nofusscomputing/centurion_erp#385
Closed
9 tasks done
Tracked by
#23
complete form fields implementation #26
jon-nfc opened this issue
Nov 10, 2024
· 0 comments
· Fixed by #27 · May be fixed by nofusscomputing/centurion_erp#385
Comments
2 tasks
jon-nfc
added a commit
to nofusscomputing/centurion_erp
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 11, 2024
…nent figure out the values ref: #26 #27 nofusscomputing/centurion_erp#248 nofusscomputing/centurion_erp#388
jon-nfc
added a commit
to nofusscomputing/centurion_erp
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
to nofusscomputing/centurion_erp
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
to nofusscomputing/centurion_erp
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
to nofusscomputing/centurion_erp
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
to nofusscomputing/centurion_erp
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
to nofusscomputing/centurion_erp
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
to nofusscomputing/centurion_erp
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 11, 2024
This was
linked to
pull requests
Nov 11, 2024
jon-nfc
added a commit
to nofusscomputing/centurion_erp
that referenced
this issue
Nov 11, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 13, 2024
jon-nfc
added a commit
to nofusscomputing/centurion_erp
that referenced
this issue
Nov 13, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 13, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 13, 2024
pasing the whole object as the component is to do ALL logic for the field ref: #26 #27 nofusscomputing/centurion_erp#248 nofusscomputing/centurion_erp#388
jon-nfc
added a commit
that referenced
this issue
Nov 13, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 13, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 13, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 13, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 13, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 13, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 13, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 13, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 13, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 13, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 14, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 14, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 14, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 15, 2024
jon-nfc
added a commit
that referenced
this issue
Nov 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The form fields feature must be finished so that further development can occur
Links
Blocked By: As part of the metadata page provide the urls for the relationship fields centurion_erp#388
Related: Planning Document: version 0.2.0 #23
Related: Prevent any Exception from having the server return HTTP/500 centurion_erp#387
Tasks
UI dates to return in browser timezone #4
On field update of
DateTime
field, append the timezone to it so that it's stored accuratly.🔍 Find out if Django will use this timezone or the user configured timezone when storing
Uses the TZ in the field if specified. i.e. adding
z
to DTG correctly stores the value as UTCForm dropdowns that do a separate lookup to populate
Be able to specify the textbox details. will allow model notes to be an actual text area
when adding a date to datetime field, it's in local time and not converted back to the server TZ
set-up select for multi-select
[ ] Field errors to display within the formFeature already existed and works when API returns HTTP/400 with field errorsNon-field errors to display at the top of the window
The text was updated successfully, but these errors were encountered: