Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0050389 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [Retail Modules] Discounts and Promotions | minor | have not tried | 2022-10-03 14:13 | 2022-10-03 19:25 | |||
Reporter | jlopez | View Status | public | |||||
Assigned To | jlopez | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0050389: API Change: Add dates check constraint on table: M_OFFER_ORGANIZATION | |||||||
Description | A check restriction is added to the M_OFFER_ORGANIZATION table so that the start date is always prior to or equal to the end date, if entered. API change risk: None - Both columns are new by new development so there are no problems with entering existing data. - STARDATE and ENDDATE columns are null by default and so there is no problem with existing clients. | |||||||
Steps To Reproduce | * | |||||||
Proposed Solution | Constraint: M_OFFER_ORG_DATE_CHK defined as: STARTDATE IS NULL OR ENDDATE IS NULL OR ENDDATE >= STARTDATE | |||||||
Tags | Approved | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0141592) hgbot (developer) 2022-10-03 19:22 |
Merge Request created: https://gitlab.com/openbravo/ci/backoffice-api/-/merge_requests/35 [^] |
(0141593) hgbot (developer) 2022-10-03 19:25 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/ci/backoffice-api [^] Changeset: 58fe9f822dfa41b197f180b7eab30dde03fc1526 Author: Javier López <javier.lopez@precognis.com> Date: 03-10-2022 15:02:49 URL: https://gitlab.com/openbravo/ci/backoffice-api/-/commit/58fe9f822dfa41b197f180b7eab30dde03fc1526 [^] Fixes ISSUE-50389: Add dates check to M_OFFER_ORGANIZATION --- M model/src-db/database/model/tables/M_OFFER_ORGANIZATION.xml --- |
(0141594) hgbot (developer) 2022-10-03 19:25 |
Merge request merged: https://gitlab.com/openbravo/ci/backoffice-api/-/merge_requests/35 [^] |
Issue History | |||
Date Modified | Username | Field | Change |
2022-10-03 14:13 | jlopez | New Issue | |
2022-10-03 14:13 | jlopez | Assigned To | => jlopez |
2022-10-03 14:13 | jlopez | Triggers an Emergency Pack | => No |
2022-10-03 14:14 | jlopez | Relationship added | related to 0050275 |
2022-10-03 14:15 | jlopez | Assigned To | jlopez => aferraz |
2022-10-03 14:23 | jlopez | Description Updated | View Revisions |
2022-10-03 14:26 | aferraz | Relationship replaced | blocks 0050275 |
2022-10-03 14:28 | aferraz | Tag Attached: Approved | |
2022-10-03 14:28 | aferraz | Assigned To | aferraz => jlopez |
2022-10-03 19:22 | hgbot | Note Added: 0141592 | |
2022-10-03 19:25 | hgbot | Resolution | open => fixed |
2022-10-03 19:25 | hgbot | Status | new => closed |
2022-10-03 19:25 | hgbot | Note Added: 0141593 | |
2022-10-03 19:25 | hgbot | Note Added: 0141594 |
Copyright © 2000 - 2009 MantisBT Group |