Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0055958 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [POS2] POS | major | have not tried | 2024-07-09 21:21 | 2024-08-20 08:55 | |||
Reporter | rqueralta | View Status | public | |||||
Assigned To | rqueralta | |||||||
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 | |||||||
Merge Request Status | approved | |||||||
Review Assigned To | ||||||||
OBNetwork customer | No | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0055958: Ability to print product labels based on Goods Receipts - POS | |||||||
Description | For Ekosport project and Ginkoia software that already supports this functionality it is needed to support in the standard the ability of printing the label of products that belong to a specific goods receipt. | |||||||
Steps To Reproduce | As a user with grants I want to select a goods receipt in POS, in order to print the labels for the products of that document.. This functionality must work exactly as it is now for Distribution Orders but instead of selecting that document, selecting the goods receipt. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0166848) hgbot (developer) 2024-07-10 00:36 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.product.label.printing.goodsreceipt/-/merge_requests/1 [^] |
(0167554) hgbot (developer) 2024-08-01 07:56 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.product.label.printing.goodsreceipt [^] Changeset: 09d95e802ed894a4bf205713c618425997bd3941 Author: Rafael <rafaelcuba81@gmail.com> Date: 09-07-2024 15:26:03 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.product.label.printing.goodsreceipt/-/commit/09d95e802ed894a4bf205713c618425997bd3941 [^] Fixed ISSUE-55958: Ability to print product labels based on Goods Receipts - POS --- A src-db/database/sourcedata/AD_MESSAGE.xml A src-db/database/sourcedata/AD_MODULE.xml A src-db/database/sourcedata/AD_MODULE_DBPREFIX.xml A src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml A src-db/database/sourcedata/AD_PACKAGE.xml A src-db/database/sourcedata/OBC2_USER_ACTION.xml A src-db/database/sourcedata/OBMOBC_SERVICES.xml A src/org/openbravo/product/label/printing/goodsreceipt/master/GoodsReceiptFilter.java A src/org/openbravo/product/label/printing/goodsreceipt/master/GoodsReceiptFilterProperties.java A src/org/openbravo/product/label/printing/goodsreceipt/master/GoodsReceiptLine.java A web-jspack/org.openbravo.product.label.printing.goodsreceipt/.eslintrc.json A web-jspack/org.openbravo.product.label.printing.goodsreceipt/package-lock.json A web-jspack/org.openbravo.product.label.printing.goodsreceipt/package.json A web-jspack/org.openbravo.product.label.printing.goodsreceipt/src/components/GoodsReceiptDialog/GoodsReceiptDialog.jsx A web-jspack/org.openbravo.product.label.printing.goodsreceipt/src/components/GoodsReceiptDialog/GoodsReceiptDialog.scss A web-jspack/org.openbravo.product.label.printing.goodsreceipt/src/components/GoodsReceiptForm/GoodsReceiptForm.jsx A web-jspack/org.openbravo.product.label.printing.goodsreceipt/src/components/GoodsReceiptForm/GoodsReceiptForm.scss A web-jspack/org.openbravo.product.label.printing.goodsreceipt/src/components/GoodsReceiptForm/GoodsReceiptFormDataSource.js A web-jspack/org.openbravo.product.label.printing.goodsreceipt/src/components/GoodsReceiptGrid/GoodsReceiptGrid.config.json A web-jspack/org.openbravo.product.label.printing.goodsreceipt/src/components/GoodsReceiptGrid/GoodsReceiptGrid.jsx A web-jspack/org.openbravo.product.label.printing.goodsreceipt/src/components/GoodsReceiptGrid/GoodsReceiptGrid.scss A web-jspack/org.openbravo.product.label.printing.goodsreceipt/src/components/GoodsReceiptGrid/GoodsReceiptNoOfProds/GoodsReceiptNoOfProds.jsx A web-jspack/org.openbravo.product.label.printing.goodsreceipt/src/components/GoodsReceiptGrid/GoodsReceiptNoOfProds/GoodsReceiptNoOfProds.scss A web-jspack/org.openbravo.product.label.printing.goodsreceipt/src/components/GoodsReceiptGrid/GoodsReceiptNoOfProds/index.js A web-jspack/org.openbravo.product.label.printing.goodsreceipt/src/components/GoodsReceiptGrid/GoodsReceiptSender/GoodsReceiptSender.jsx A web-jspack/org.openbravo.product.label.printing.goodsreceipt/src/components/GoodsReceiptGrid/GoodsReceiptSender/GoodsReceiptSender.scss A web-jspack/org.openbravo.product.label.printing.goodsreceipt/src/components/GoodsReceiptGrid/GoodsReceiptSender/index.js A web-jspack/org.openbravo.product.label.printing.goodsreceipt/src/model/user-interface/UIExtension.js A web-jspack/org.openbravo.product.label.printing.goodsreceipt/src/model/user-interface/actions/ShowGoodsReceipt.js A web-jspack/org.openbravo.product.label.printing.goodsreceipt/src/model/user-interface/user-actions/ShowGoodsReceipt.js A web-jspack/org.openbravo.product.label.printing.goodsreceipt/src/ob-init.js --- |
(0167555) hgbot (developer) 2024-08-01 07:56 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.product.label.printing.goodsreceipt [^] Changeset: 726c4e2377373e3a98153bbc164fa36a5a6048d2 Author: Rafael <rafaelcuba81@gmail.com> Date: 15-07-2024 12:29:11 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.product.label.printing.goodsreceipt/-/commit/726c4e2377373e3a98153bbc164fa36a5a6048d2 [^] Related to ISSUE-55958: Added .gitignore file --- A .gitignore --- |
(0167556) hgbot (developer) 2024-08-01 07:56 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.product.label.printing.goodsreceipt [^] Changeset: be9b2f699c53360ab55bb4dcf1a04542c826dd1f Author: Rafael <rafaelcuba81@gmail.com> Date: 16-07-2024 11:12:51 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.product.label.printing.goodsreceipt/-/commit/be9b2f699c53360ab55bb4dcf1a04542c826dd1f [^] Related to ISSUE-55958: Removed .eslintrc.json file --- R web-jspack/org.openbravo.product.label.printing.goodsreceipt/.eslintrc.json --- |
(0167557) hgbot (developer) 2024-08-01 07:56 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.product.label.printing.goodsreceipt [^] Changeset: 42dff656061f2c3dad8126c91a59a2f03f242091 Author: Rafael <rafaelcuba81@gmail.com> Date: 29-07-2024 22:36:52 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.product.label.printing.goodsreceipt/-/commit/42dff656061f2c3dad8126c91a59a2f03f242091 [^] Related to ISSUE-55958: Removed time in grid and changes in scss file --- M web-jspack/org.openbravo.product.label.printing.goodsreceipt/src/components/GoodsReceiptGrid/GoodsReceiptGrid.config.json M web-jspack/org.openbravo.product.label.printing.goodsreceipt/src/components/GoodsReceiptGrid/GoodsReceiptGrid.jsx M web-jspack/org.openbravo.product.label.printing.goodsreceipt/src/components/GoodsReceiptGrid/GoodsReceiptGrid.scss --- |
(0167558) hgbot (developer) 2024-08-01 07:56 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.product.label.printing.goodsreceipt/-/merge_requests/1 [^] |
(0168231) hgbot (developer) 2024-08-20 01:35 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.product.label.printing.goodsreceipt/-/merge_requests/2 [^] |
(0168239) hgbot (developer) 2024-08-20 08:55 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.product.label.printing.goodsreceipt [^] Changeset: b8dd0fc3334245f02e17198fef6354160fb8dd55 Author: Rafael <rafaelcuba81@gmail.com> Date: 09-08-2024 01:47:14 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.product.label.printing.goodsreceipt/-/commit/b8dd0fc3334245f02e17198fef6354160fb8dd55 [^] Related to ISSUE-55958: Added new field "Days Back for Goods Receipt to Display" --- A src-db/database/model/modifiedTables/AD_ORG.xml A src-db/database/sourcedata/AD_COLUMN.xml A src-db/database/sourcedata/AD_ELEMENT.xml A src-db/database/sourcedata/AD_FIELD.xml M web-jspack/org.openbravo.product.label.printing.goodsreceipt/src/components/GoodsReceiptForm/GoodsReceiptForm.jsx --- |
(0168240) hgbot (developer) 2024-08-20 08:55 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.product.label.printing.goodsreceipt/-/merge_requests/2 [^] |
![]() |
|||
Date Modified | Username | Field | Change |
2024-07-09 21:21 | rqueralta | New Issue | |
2024-07-09 21:21 | rqueralta | Assigned To | => Retail |
2024-07-09 21:21 | rqueralta | OBNetwork customer | => No |
2024-07-09 21:21 | rqueralta | Triggers an Emergency Pack | => No |
2024-07-09 21:21 | rqueralta | Assigned To | Retail => rqueralta |
2024-07-10 00:36 | hgbot | Merge Request Status | => open |
2024-07-10 00:36 | hgbot | Note Added: 0166848 | |
2024-07-31 08:13 | hgbot | Merge Request Status | open => approved |
2024-08-01 07:56 | hgbot | Resolution | open => fixed |
2024-08-01 07:56 | hgbot | Status | new => closed |
2024-08-01 07:56 | hgbot | Note Added: 0167554 | |
2024-08-01 07:56 | hgbot | Note Added: 0167555 | |
2024-08-01 07:56 | hgbot | Note Added: 0167556 | |
2024-08-01 07:56 | hgbot | Note Added: 0167557 | |
2024-08-01 07:56 | hgbot | Note Added: 0167558 | |
2024-08-20 01:35 | hgbot | Note Added: 0168231 | |
2024-08-20 08:55 | hgbot | Note Added: 0168239 | |
2024-08-20 08:55 | hgbot | Note Added: 0168240 |
Copyright © 2000 - 2009 MantisBT Group |