This commit is contained in:
@@ -8,6 +8,19 @@
|
||||
MISC ITEMS THAT CAME UP
|
||||
|
||||
## CLIENT MISC ITEMS
|
||||
todo: inconsistent use of browser language and browser languages
|
||||
getBrowserLanguages() <--- more often used vs getBrowserFirstLanguage() <-- fewer times used
|
||||
some things are using the default first language
|
||||
and some are using the entire array
|
||||
In some cases array will work, in others it requires single
|
||||
need to check into this and be consistent or understand what's happening
|
||||
I'm guessing we favor languages as it seems to be accepted by whatever is using it and it will work better if the first one is unsupported
|
||||
|
||||
todo: locale.js look into this:
|
||||
// also for sake of future proofing and edge cases need to have it be manually settable as well
|
||||
// ############### TODO: modify all of these to put the user's manual override first in line (if there is one)
|
||||
|
||||
|
||||
todo: when have po, can po serial number be set by user and accepted by postgres?
|
||||
I think it can with the definition I have set up.
|
||||
this would be useful for scenarios like 4alarm with the oddball po and other auto generated id numbers
|
||||
|
||||
Reference in New Issue
Block a user