Openbravo Issue Tracking System - POS2 |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0053527 | POS2 | POS | public | 2023-09-22 12:19 | 2023-10-31 15:39 |
|
Reporter | ebecerra | |
Assigned To | ebecerra | |
Priority | normal | Severity | major | 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 | 0053527: Improve CRM connector allowing to have a basic connection without coding |
Description | Currently Openbravo CRM connector allows to integrate POS with other systems which manages the customers, but it requires some development effort. This will remain as it is specially for complex integrations. However, with this project, we would like to enable Openbravo CRM connector to provide a very basic integration out of the box with other systems just providing a basic configuration (URL, Type of conexion and properties) |
Steps To Reproduce | N/A |
Proposed Solution | The proposed solution define an API restful, the restful APIs need implement the HTTP methods: POST, GET, PUT and DELETE.
It necesary allow de CORS in the methods used for example CRM connector implemented as part of this project, but nowdays the class AllowedCrossDomainsHandler only allow methods: POST and GET.
We need to include too: PUT and DELETE. The change proposed will see at the attach image. |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | I-53527.png (56,441) 2023-10-06 09:46 https://issues.openbravo.com/file_download.php?file_id=19018&type=bug
|
|
Issue History |
Date Modified | Username | Field | Change |
2023-09-22 12:19 | ebecerra | New Issue | |
2023-09-22 12:19 | ebecerra | Assigned To | => Retail |
2023-09-22 12:19 | ebecerra | Triggers an Emergency Pack | => No |
2023-09-22 12:19 | ebecerra | Assigned To | Retail => ebecerra |
2023-09-22 12:19 | ebecerra | Status | new => scheduled |
2023-09-22 13:04 | hgbot | Note Added: 0155179 | |
2023-09-28 13:27 | hgbot | Note Added: 0155350 | |
2023-10-06 09:45 | ebecerra | Proposed Solution updated | |
2023-10-06 09:46 | ebecerra | File Added: I-53527.png | |
2023-10-09 13:52 | hgbot | Note Added: 0155692 | |
2023-10-11 13:34 | hgbot | Note Added: 0155783 | |
2023-10-17 08:39 | hgbot | Note Added: 0155901 | |
2023-10-17 08:41 | hgbot | Note Added: 0155902 | |
2023-10-27 13:32 | hgbot | Note Added: 0156450 | |
2023-10-31 15:39 | hgbot | Resolution | open => fixed |
2023-10-31 15:39 | hgbot | Status | scheduled => closed |
2023-10-31 15:39 | hgbot | Fixed in Version | => PR24Q1 |
2023-10-31 15:39 | hgbot | Note Added: 0156547 | |
2023-10-31 15:39 | hgbot | Note Added: 0156548 | |
2023-10-31 15:39 | hgbot | Note Added: 0156549 | |
2023-10-31 15:39 | hgbot | Note Added: 0156550 | |
2023-10-31 15:39 | hgbot | Note Added: 0156551 | |
2023-10-31 15:39 | hgbot | Note Added: 0156552 | |
2023-10-31 15:39 | hgbot | Note Added: 0156553 | |
2023-10-31 15:39 | hgbot | Note Added: 0156554 | |
2023-10-31 15:39 | hgbot | Note Added: 0156555 | |
2023-10-31 15:39 | hgbot | Note Added: 0156556 | |
Notes |
|
(0155179)
|
hgbot
|
2023-09-22 13:04
|
|
|
|
(0155350)
|
hgbot
|
2023-09-28 13:27
|
|
|
|
(0155692)
|
hgbot
|
2023-10-09 13:52
|
|
|
|
(0155783)
|
hgbot
|
2023-10-11 13:34
|
|
|
|
(0155901)
|
hgbot
|
2023-10-17 08:39
|
|
|
|
(0155902)
|
hgbot
|
2023-10-17 08:41
|
|
|
|
(0156450)
|
hgbot
|
2023-10-27 13:32
|
|
|
|
(0156547)
|
hgbot
|
2023-10-31 15:39
|
|
|
|
(0156548)
|
hgbot
|
2023-10-31 15:39
|
|
|
|
(0156549)
|
hgbot
|
2023-10-31 15:39
|
|
|
|
(0156550)
|
hgbot
|
2023-10-31 15:39
|
|
|
|
(0156551)
|
hgbot
|
2023-10-31 15:39
|
|
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: 337c3a206ac3738a9349f460cffaaea26c69638e
Author: Eduardo Becerra (OB) <eduardo.becerra@openbravo.com>
Date: 31-10-2023 14:39:25
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/337c3a206ac3738a9349f460cffaaea26c69638e [^]
Related to ISSUE-53527: [CRM-noCoding] Modify external BusinessPartnerRepository to call directly to a middleware when CRM is configured with an external system
---
A web-test/integration/remote-server/CRMServer.test.js
A web/org.openbravo.mobile.core/app/integration/external-business-partner/CRMNoCodingRepository.js
M src/org/openbravo/mobile/core/MobileCoreComponentProvider.java
M web-test/integration/external-business-partner/ExternalBusinessPartnerAPI.test.js
M web-test/integration/external-business-partner/ExternalBusinessPartnerRepository.test.js
M web/org.openbravo.mobile.core/app/integration/external-business-partner/ExternalBusinessPartnerAPI.js
M web/org.openbravo.mobile.core/app/integration/external-business-partner/ExternalBusinessPartnerRepository.js
M web/org.openbravo.mobile.core/app/integration/remote-server/CRMServer.js
---
|
|
|
(0156552)
|
hgbot
|
2023-10-31 15:39
|
|
|
|
(0156553)
|
hgbot
|
2023-10-31 15:39
|
|
|
|
(0156554)
|
hgbot
|
2023-10-31 15:39
|
|
|
|
(0156555)
|
hgbot
|
2023-10-31 15:39
|
|
|
|
(0156556)
|
hgbot
|
2023-10-31 15:39
|
|
|