This commit is contained in:
2019-05-29 22:36:54 +00:00
parent d62f5dce8a
commit 57f630b601

View File

@@ -24,6 +24,16 @@ TODO: Licensing - make sure tech type use license works properly: a tech license
TODO: JobsBiz::Create -> should log an event in order to be able to see who created a job, but maybe not for automatic internal jobs
TODO: Built in automatic job available that will regenerate sample data on a timer for display purposes. Maybe need a board with a variety of built in automatic jobs to choose from to enable or not since there will likely be others.
TODO: UserOptions fleshed out with client needs for formats:
- //TODO: also need the other locale settings such as number and date formats etc to be added at server
store.commit("setLocale", {
decimalSeparator: ".",
currencySymbol: "$",
shortDate: "YYYY-MM-DD",
shortTime: "hh:mm:ss A",
shortDateAndTime: "YYYY-MM-DD hh:mm:ss A",
timeZoneOffset: res.data.timeZoneOffset
});
=-=-=-=-=-=-
Less urgent things...