Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0050389 | Retail Modules | Discounts and Promotions | public | 2022-10-03 14:13 | 2022-10-03 19:25 |
|
Reporter | jlopez | |
Assigned To | jlopez | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Support ticket | |
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 |
Additional Information | |
Tags | Approved |
Relationships | blocks | feature request | 0050275 | | closed | jlopez | [PROMO] Start/End Date in the tab 'Discount and Promotions || Organization' |
|
Attached Files | |
|
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 | bug_revision_view_page.php?rev_id=24816#r24816 |
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 | |