This commit is contained in:
@@ -215,20 +215,6 @@ todo:3 Whats new in this release popup or link tied into the update process of t
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
todo:1 report template NAME uniqueness validation rule: can this be unique by ayatype only?
|
||||
seems weird that no two reports of any kind can have same name
|
||||
also the default comes up as "report" sb blank with pre-broken rule saying name is required or at least uniquify it with a timestamp or something
|
||||
todo:1 //TODO: Iterate all notification tagged items, use the one with the MOST matching tags
|
||||
see how contract labor done in workorder, idea is it iterate from the subscription with the most numerous amount of tags to least in order to ensure that the most specfic tag set is matched first
|
||||
todo:1 Reports need to generate under a file name that is informative (this applies to every object)
|
||||
This is because it will be a common case to need to email them to customers or other users or whatever and it is very helpful to know what it is by name alone.
|
||||
i.e. a workorder should generate a report that can be saved as "Workorder_1" or whatever,
|
||||
perhaps uses localized name of object but then processed to strip out spaces and case etc (file-name-ify it)
|
||||
Also it will separately need a random part at the end to ensure it's not a dupe of an existing report also generated at the same time
|
||||
Although, if you think of it, doing the same workorder again *should* just overwrite the existing one as it will be identical or at least more up to date so
|
||||
perhaps no need for a nonce
|
||||
todo:1 server log needs to indicate time zone it's logging in at boot so can understand the log entry times vs real world times
|
||||
todo:1 update to latest postgres portable and document how to do it as well or a link to how to do it
|
||||
todo:1 server boot log should show exact .net framework version in use, currently shows nothing so if there is a bug fix release or something we'd not know for support
|
||||
@@ -777,4 +763,9 @@ BUILD 129 CHANGES OF NOTE
|
||||
- Fixed bug where data table page setting was lost on opening a record then returning to the datatable
|
||||
- User and Contact data lists added Translation column as available option
|
||||
- Translation added internal "BaseLanguage" field so when we have future updates with new translations in them we know which source language to use to update custom translations
|
||||
- Seeder seed database enabled customer login features in example global settings
|
||||
- Seeder seed database enabled customer login features in example global settings
|
||||
- Report designer new report now blank on name (with validation error saying required) instead of "Report" placeholder text as previously
|
||||
- Report templates now allow the same name as long as the type is different so you can have a "MyReport" named report for a Customer and a "MyReport" named report for anything else but no two of the same type can have the same name
|
||||
this is to allow for very similar reports on differing objects so users know what to expect so you don't need to give a special name to a Quote or WO or PM version of the same report
|
||||
- Ops "Server configuration" page changed to redact password from db connection string sent to Client from server (like the log already does)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user