Openbravo Issue Tracking System - Retail Modules | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0046420 | Retail Modules | Web POS | public | 2021-04-29 12:44 | 2022-02-01 08:07 |
| Reporter | dmiguelez | ||||
| Assigned To | Triage Platform Base | ||||
| Priority | high | Severity | major | Reproducibility | always |
| Status | new | Resolution | open | ||
| Platform | OS | 5 | OS Version | ||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Merge Request Status | |||||
| Review Assigned To | |||||
| OBNetwork customer | No | ||||
| Support ticket | |||||
| Regression level | |||||
| Regression date | |||||
| Regression introduced in release | |||||
| Regression introduced by commit | |||||
| Triggers an Emergency Pack | No | ||||
| Summary | 0046420: Allow to define IndexedDB indexes based on dates | ||||
| Description | As 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 Reproduce | As 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. | ||||
| Proposed Solution | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| 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 | OBNetwork customer | => No | ||
| 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 | ||
| There are no notes attached to this issue. |