Openbravo Issue Tracking System - POS2 |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0055958 | POS2 | POS | public | 2024-07-09 21:21 | 2024-08-20 08:55 |
|
Reporter | rqueralta | |
Assigned To | rqueralta | |
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 | 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.
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
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 | |
Notes |
|
(0166848)
|
hgbot
|
2024-07-10 00:36
|
|
|
|
(0167554)
|
hgbot
|
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
|
2024-08-01 07:56
|
|
|
|
(0167556)
|
hgbot
|
2024-08-01 07:56
|
|
|
|
(0167557)
|
hgbot
|
2024-08-01 07:56
|
|
|
|
(0167558)
|
hgbot
|
2024-08-01 07:56
|
|
|
|
(0168231)
|
hgbot
|
2024-08-20 01:35
|
|
|
|
(0168239)
|
hgbot
|
2024-08-20 08:55
|
|
|
|
(0168240)
|
hgbot
|
2024-08-20 08:55
|
|
|