Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0055898 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Retail API | major | have not tried | 2024-07-03 11:18 | 2024-09-02 13:31 | |||
Reporter | AgatheBertin | View Status | public | |||||
Assigned To | Rajesh_18 | |||||||
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 | AtulOpenbravo | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0055898: API Delivery Note - Missing fields | |||||||
Description | 2 fields in the backoffice are not in the Delivery Note API (POST/GET) - Date of Arrival - Time of Arrival These 2 fields should be added into the API (post / get) | |||||||
Steps To Reproduce | Make a GET call of a DN, and see the fields are not visibles | |||||||
Proposed Solution | Add the fields into the API (swagger also) | |||||||
Tags | No tags attached. | |||||||
Attached Files | 2024-08-29_13h18_19.png [^] (29,018 bytes) 2024-08-29 13:23
| |||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
Notes | |
(0167016) hgbot (developer) 2024-07-16 14:49 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/-/merge_requests/165 [^] |
(0168094) hgbot (developer) 2024-08-14 13:23 |
Merge Request created: https://gitlab.com/openbravo/ci/modules/org.openbravo.api.tests/-/merge_requests/72 [^] |
(0168278) hgbot (developer) 2024-08-20 17:34 |
Merge Request created: https://gitlab.com/openbravo/ci/modules/org.openbravo.warehouse.advancedwarehouseoperations.sampledata/-/merge_requests/36 [^] |
(0168285) hgbot (developer) 2024-08-21 06:47 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders [^] Changeset: f96c9d56b0b27f7b73752b957d3bea6234db4146 Author: Rajesh Senthilkumar <rajesh@qualiantech.com> Date: 20-08-2024 16:45:51 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/-/commit/f96c9d56b0b27f7b73752b957d3bea6234db4146 [^] Fixed ISSUE-55898: Added Date and Time of Arrival property in Delivery Note API --- M src-db/database/sourcedata/OBEI_PROP_MAP_INSTANCE.xml M src/org/openbravo/warehouse/advancedwarehouseoperations/distributionorders/api/mappings/deliverynote/ExportDeliveryNoteJavaPropertyMappingHandler.java M src/org/openbravo/warehouse/advancedwarehouseoperations/distributionorders/api/mappings/deliverynote/ImportDeliveryNoteJavaPropertyMappingHandler.java --- |
(0168286) hgbot (developer) 2024-08-21 06:47 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/-/merge_requests/165 [^] |
(0168287) hgbot (developer) 2024-08-21 06:48 |
Repository: https://gitlab.com/openbravo/ci/modules/org.openbravo.api.tests [^] Changeset: d6fa79989dfded8e3570463c62817fdde03d66b2 Author: Rajesh Senthilkumar <rajesh@qualiantech.com> Date: 20-08-2024 20:55:12 URL: https://gitlab.com/openbravo/ci/modules/org.openbravo.api.tests/-/commit/d6fa79989dfded8e3570463c62817fdde03d66b2 [^] Related to ISSUE-55898: Added test for Date Of Arrival and Time Of Arrival --- M src-test/data/export/filter/deliverynote/DeliveryNoteByID.json M src-test/data/importer/DeliveryNoteNoDocumentsRelated.json M src-test/data/importer/DeliveryNoteWithHandlingUnits.json M src-test/data/importer/DeliveryNoteWithIssueDOById.json M src-test/data/importer/DeliveryNoteWithIssueDOByLineNoDocNo.json M src-test/data/importer/DeliveryNoteWithNonEmptyHandlingUnit.json M src-test/data/importer/DeliveryNoteWithNonEmptyHandlingUnit2.json M src-test/data/importer/DeliveryNoteWithPOById.json M src-test/data/importer/DeliveryNoteWithPOByLineNoDocNo.json M src-test/org/openbravo/api/tests/importer/ImportDeliveryNote.java --- |
(0168288) hgbot (developer) 2024-08-21 06:48 |
Merge request merged: https://gitlab.com/openbravo/ci/modules/org.openbravo.api.tests/-/merge_requests/72 [^] |
(0168289) hgbot (developer) 2024-08-21 06:48 |
Merge request merged: https://gitlab.com/openbravo/ci/modules/org.openbravo.warehouse.advancedwarehouseoperations.sampledata/-/merge_requests/36 [^] |
(0168290) hgbot (developer) 2024-08-21 06:48 |
Repository: https://gitlab.com/openbravo/ci/modules/org.openbravo.warehouse.advancedwarehouseoperations.sampledata [^] Changeset: 26365a6958c9667e50054a8362588a02be32fdb4 Author: Rajesh Senthilkumar <rajesh@qualiantech.com> Date: 21-08-2024 04:47:24 URL: https://gitlab.com/openbravo/ci/modules/org.openbravo.warehouse.advancedwarehouseoperations.sampledata/-/commit/26365a6958c9667e50054a8362588a02be32fdb4 [^] Related to ISSUE-55898: Added Date and Time of Arrival sample data to delivery note --- M referencedata/sampledata/AWO_QA/OBDOA_DELIVERYNOTE.xml --- |
(0168555) AgatheBertin (developer) 2024-08-29 13:23 |
new fields are taken into account when doing a POST/GET call but only dateOfArrival is visible in the swagger MISSING : timeOfArrival BOTH POST AND GET |
(0168557) hgbot (developer) 2024-08-29 13:53 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/-/merge_requests/176 [^] |
(0168633) hgbot (developer) 2024-09-02 10:17 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/-/merge_requests/176 [^] |
(0168634) hgbot (developer) 2024-09-02 10:17 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders [^] Changeset: 25a8c6396982d2d6ca63424d9bf6eeb8b6b30d54 Author: Rajesh Senthilkumar <rajesh@qualiantech.com> Date: 02-09-2024 12:03:30 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations.distributionorders/-/commit/25a8c6396982d2d6ca63424d9bf6eeb8b6b30d54 [^] Related to ISSUE-55898: Added property documentation for Time Of Arrival --- M src/org/openbravo/warehouse/advancedwarehouseoperations/distributionorders/api/mappings/deliverynote/ExportDeliveryNoteJavaPropertyMappingHandler.java M src/org/openbravo/warehouse/advancedwarehouseoperations/distributionorders/api/mappings/deliverynote/ImportDeliveryNoteJavaPropertyMappingHandler.java --- |
Issue History | |||
Date Modified | Username | Field | Change |
2024-07-03 11:18 | AgatheBertin | New Issue | |
2024-07-03 11:18 | AgatheBertin | Assigned To | => Triage Platform Conn |
2024-07-03 11:18 | AgatheBertin | Triggers an Emergency Pack | => No |
2024-07-08 10:15 | alostale | Assigned To | Triage Platform Conn => Retail |
2024-07-09 09:25 | jorgewederago | Status | new => acknowledged |
2024-07-09 11:07 | Rajesh_18 | Assigned To | Retail => Rajesh_18 |
2024-07-09 11:07 | Rajesh_18 | Status | acknowledged => scheduled |
2024-07-16 14:49 | hgbot | Note Added: 0167016 | |
2024-08-14 13:23 | hgbot | Note Added: 0168094 | |
2024-08-20 17:34 | hgbot | Note Added: 0168278 | |
2024-08-21 06:47 | hgbot | Resolution | open => fixed |
2024-08-21 06:47 | hgbot | Status | scheduled => closed |
2024-08-21 06:47 | hgbot | Note Added: 0168285 | |
2024-08-21 06:47 | hgbot | Note Added: 0168286 | |
2024-08-21 06:48 | hgbot | Note Added: 0168287 | |
2024-08-21 06:48 | hgbot | Note Added: 0168288 | |
2024-08-21 06:48 | hgbot | Note Added: 0168289 | |
2024-08-21 06:48 | hgbot | Note Added: 0168290 | |
2024-08-29 13:22 | AgatheBertin | Note Added: 0168554 | |
2024-08-29 13:23 | AgatheBertin | Note Added: 0168555 | |
2024-08-29 13:23 | AgatheBertin | Status | closed => new |
2024-08-29 13:23 | AgatheBertin | Resolution | fixed => open |
2024-08-29 13:23 | AgatheBertin | Note Deleted: 0168554 | |
2024-08-29 13:23 | AgatheBertin | File Added: 2024-08-29_13h18_19.png | |
2024-08-29 13:53 | hgbot | Note Added: 0168557 | |
2024-09-02 10:17 | hgbot | Note Added: 0168633 | |
2024-09-02 10:17 | hgbot | Note Added: 0168634 | |
2024-09-02 13:31 | guillermogil | Status | new => scheduled |
2024-09-02 13:31 | guillermogil | Status | scheduled => resolved |
2024-09-02 13:31 | guillermogil | Resolution | open => fixed |
2024-09-02 13:31 | guillermogil | Review Assigned To | => AtulOpenbravo |
2024-09-02 13:31 | guillermogil | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |