Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0046420
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Retail Modules] Web POSmajoralways2021-04-29 12:442022-02-01 08:07
ReporterdmiguelezView Statuspublic 
Assigned ToTriage Platform Base 
PriorityhighResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0046420: Allow to define IndexedDB indexes based on dates

DescriptionAs of now it is possible to create an index based on a date, but is is managed internally as a String.

For example:
this.indices = [
      new OB.App.Class.Index({
        name: 'exceptionDate',
        properties: [{ property: 'exceptionDate' }]
      })
    ];

This stores internally a String, with a format that is depending on the database.

It should be possible to define an Index as a date and the system should manage internally the format to make sure that it is always homogeneous.
Steps To ReproduceAs of now it is possible to create an index based on a date, but is is managed internally as a String.

For example:
this.indices = [
      new OB.App.Class.Index({
        name: 'exceptionDate',
        properties: [{ property: 'exceptionDate' }]
      })
    ];

This stores internally a String, with a format that is depending on the database.

It should be possible to define an Index as a date and the system should manage internally the format to make sure that it is always homogeneous.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2021-04-29 12:44 dmiguelez New Issue
2021-04-29 12:44 dmiguelez Assigned To => Retail
2021-04-29 12:44 dmiguelez Triggers an Emergency Pack => No
2021-04-29 12:44 dmiguelez Assigned To Retail => platform
2022-02-01 08:07 alostale Assigned To platform => Triage Platform Base


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker