Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0039480 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Modules] SAP Connector | major | always | 2018-10-18 13:15 | 2018-10-26 08:51 | |||
Reporter | samuel_nicuesa | View Status | public | |||||
Assigned To | aferraz | |||||||
Priority | high | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 0d5e840bef2d | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Regression date | ||||||||
Regression introduced by commit | ||||||||
Regression level | ||||||||
Review Assigned To | dmiguelez | |||||||
Regression introduced in release | ||||||||
Summary | 0039480: System does not allow the same SAP Code to be used in a different client | |||||||
Description | We are trying to create a new Client (one for each country) and have been configuring organizations, pos terminals etc., While configuring Payment Methods, noticed that the system does not allow the same SAP Code to be used in a different client. | |||||||
Steps To Reproduce | [BO] Client 1 Configure a SAP Code in one payment method Client 2 Configure the same SAP Code in the payment method | |||||||
Proposed Solution | See the attached file | |||||||
Tags | No tags attached. | |||||||
Attached Files | PossibleFixTrg.diff [^] (495 bytes) 2018-10-18 13:15 [Show Content] | |||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0107472) hgbot (developer) 2018-10-22 11:45 |
Repository: erp/pmods/org.openbravo.service.integration.sap.ecc.mappings Changeset: 9c29c354f211dea33f7bf625f411770338ad5183 Author: Álvaro Ferraz <alvaro.ferraz <at> openbravo.com> Date: Mon Oct 22 11:44:52 2018 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.service.integration.sap.ecc.mappings/rev/9c29c354f211dea33f7bf625f411770338ad5183 [^] Fixes issue 39480: Allow using the same PM SAP code in different clients --- M src-db/database/model/modifiedTables/FIN_PAYMENTMETHOD.xml --- |
(0107473) aferraz (manager) 2018-10-22 11:45 |
Attached fix reviewed. |
(0107531) hgbot (developer) 2018-10-23 20:41 |
Repository: erp/pmods/org.openbravo.service.integration.sap.ecc.mappings Changeset: 5761e7f9cd0bd362d5dcb6feae06c3ba463d8bcd Author: Álvaro Ferraz <alvaro.ferraz <at> openbravo.com> Date: Tue Oct 23 20:41:27 2018 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.service.integration.sap.ecc.mappings/rev/5761e7f9cd0bd362d5dcb6feae06c3ba463d8bcd [^] Related to issue 39480: Backed out changeset 9c29c354f211 --- M src-db/database/model/modifiedTables/FIN_PAYMENTMETHOD.xml --- |
(0107532) aferraz (manager) 2018-10-23 20:42 edited on: 2018-10-24 09:38 |
Reopened as fix is not working properly in Oracle: CREATE TABLE p1 (c1 varchar2(32), c2 varchar2(32)) ALTER TABLE p1 ADD CONSTRAINT p1_nulls UNIQUE (c1) INSERT INTO p1 VALUES (null, '123') INSERT INTO p1 VALUES (null, '123') INSERT INTO p1 VALUES (null, '123') --> It does not fail ALTER TABLE p1 DROP CONSTRAINT p1_nulls DELETE FROM p1 ALTER TABLE p1 ADD CONSTRAINT p1_nulls UNIQUE (c1,c2) INSERT INTO p1 VALUES (null, '123') INSERT INTO p1 VALUES (null, '123') --> It fails INSERT INTO p1 VALUES (null, null) INSERT INTO p1 VALUES (null, null) INSERT INTO p1 VALUES (null, null) --> It does not fail |
(0107541) hgbot (developer) 2018-10-24 09:40 |
Repository: erp/pmods/org.openbravo.service.integration.sap.ecc.mappings Changeset: 0d5e840bef2d797070c3207122bf38a1498033b4 Author: Álvaro Ferraz <alvaro.ferraz <at> openbravo.com> Date: Wed Oct 24 09:36:14 2018 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.service.integration.sap.ecc.mappings/rev/0d5e840bef2d797070c3207122bf38a1498033b4 [^] Fixes issue 39480: Remove EM_SAPOBMP_SAPCODE_UNQ constraint --- M src-db/database/model/modifiedTables/FIN_PAYMENTMETHOD.xml --- |
(0107542) dmiguelez (developer) 2018-10-24 09:46 |
Code Review + Testing Ok |
(0107609) hgbot (developer) 2018-10-26 08:51 |
Repository: erp/pmods/org.openbravo.service.integration.sap.ecc.mappings Changeset: 449ec27eb8698e0eb4125d4764703774b1fae204 Author: Álvaro Ferraz <alvaro.ferraz <at> openbravo.com> Date: Fri Oct 26 08:42:08 2018 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.service.integration.sap.ecc.mappings/rev/449ec27eb8698e0eb4125d4764703774b1fae204 [^] Related to issue 39480: Update module version --- M src-db/database/sourcedata/AD_MODULE.xml --- |
Issue History | |||
Date Modified | Username | Field | Change |
2018-10-18 13:15 | samuel_nicuesa | New Issue | |
2018-10-18 13:15 | samuel_nicuesa | Assigned To | => platform |
2018-10-18 13:15 | samuel_nicuesa | File Added: PossibleFixTrg.diff | |
2018-10-18 13:15 | samuel_nicuesa | Resolution time | => 1541631600 |
2018-10-18 13:15 | samuel_nicuesa | Assigned To | platform => Triage Finance |
2018-10-18 14:31 | rafaroda | Issue Monitored: rafaroda | |
2018-10-18 14:32 | rafaroda | Relationship added | related to 0039452 |
2018-10-19 11:48 | psanjuan | Status | new => scheduled |
2018-10-22 11:43 | aferraz | Assigned To | Triage Finance => aferraz |
2018-10-22 11:45 | hgbot | Checkin | |
2018-10-22 11:45 | hgbot | Note Added: 0107472 | |
2018-10-22 11:45 | hgbot | Status | scheduled => resolved |
2018-10-22 11:45 | hgbot | Resolution | open => fixed |
2018-10-22 11:45 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.service.integration.sap.ecc.mappings/rev/9c29c354f211dea33f7bf625f411770338ad5183 [^] |
2018-10-22 11:45 | aferraz | Review Assigned To | => aferraz |
2018-10-22 11:45 | aferraz | Note Added: 0107473 | |
2018-10-22 11:45 | aferraz | Status | resolved => closed |
2018-10-23 20:40 | aferraz | Status | closed => new |
2018-10-23 20:40 | aferraz | Resolution | fixed => open |
2018-10-23 20:41 | hgbot | Checkin | |
2018-10-23 20:41 | hgbot | Note Added: 0107531 | |
2018-10-23 20:42 | aferraz | Note Added: 0107532 | |
2018-10-24 09:38 | aferraz | Note Edited: 0107532 | View Revisions |
2018-10-24 09:40 | hgbot | Checkin | |
2018-10-24 09:40 | hgbot | Note Added: 0107541 | |
2018-10-24 09:40 | hgbot | Status | new => resolved |
2018-10-24 09:40 | hgbot | Resolution | open => fixed |
2018-10-24 09:40 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.service.integration.sap.ecc.mappings/rev/9c29c354f211dea33f7bf625f411770338ad5183 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.service.integration.sap.ecc.mappings/rev/0d5e840bef2d797070c3207122bf38a1498033b4 [^] |
2018-10-24 09:46 | dmiguelez | Review Assigned To | aferraz => dmiguelez |
2018-10-24 09:46 | dmiguelez | Note Added: 0107542 | |
2018-10-24 09:46 | dmiguelez | Status | resolved => closed |
2018-10-26 08:51 | hgbot | Checkin | |
2018-10-26 08:51 | hgbot | Note Added: 0107609 |
Copyright © 2000 - 2009 MantisBT Group |