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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0050389
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Retail Modules] Discounts and Promotionsminorhave not tried2022-10-03 14:132022-10-03 19:25
ReporterjlopezView Statuspublic 
Assigned Tojlopez 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix 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

0050389: API Change: Add dates check constraint on table: M_OFFER_ORGANIZATION

DescriptionA 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 SolutionConstraint: M_OFFER_ORG_DATE_CHK defined as: STARTDATE IS NULL OR ENDDATE IS NULL OR ENDDATE >= STARTDATE
TagsApproved
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks feature request 0050275 closedjlopez [PROMO] Start/End Date in the tab 'Discount and Promotions || Organization' 

-  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
Powered by Mantis Bugtracker