Openbravo Issue Tracking System - Openbravo Localizations
View Issue Details
0055023Openbravo LocalizationsLocalization Portugalpublic2024-03-21 10:032024-05-14 22:45
jonae 
jonae 
normalminorhave not tried
closedfixed 
5
 
 
0055023: Enchancements in document manual window
The field “Número do Doc.Manual“ must be split into two fields named:

Serie do Doc. Manual

Número do Doc. Manual

The field “Serie do Doc. Manual” must be also validated according to what described in the Jira (RM-12483: PT Certification 19Q3 - Document Series must be enhanced according to legal req (Q&A - 41-4696)
DEVELOPMENT TO DO
 )

The field “Data Manual” must be renamed as “Data do Doc. Manual”.

The field “Data do Doc. Manual” must include a validation, therefore the max date to include is “current” date, so no date in the future can be entered.

Review why do we need to have the field “Total” in the “Documento Manual” window, while entering document and customer information. See image attached.

In regards to the Doc. Manual lines, that is the window shown after pressing the process button “Add Line” (rename to “adicionar linha”??)

It is a pre-requisite that the product and therefore the product search key (chave de pesquisa) can be found in the OB back-office:

if it is not found = a warning is given to the end-user by saying (“The product you want to add must be created first in the Openbravo database, therefore product data required but the quantity sold, can be retrieved from there. Once created enter the product search key in the field “Chave de pesquisa” and the quantity sold in the field “Montante”)

if it is found = the end-use will only be able to modify the field “Quantity” (“Montante”)

The field “Total” must be a calculation between the price (including taxes) and quantity.

The field “Taxa do Importo” will need to include the rate of the tax rate related to the Tax Category of the Product, as it would have been calculated by our Tax Engine.
The field “Número do Doc.Manual“ must be split into two fields named:

Serie do Doc. Manual

Número do Doc. Manual

The field “Serie do Doc. Manual” must be also validated according to what described in the Jira (RM-12483: PT Certification 19Q3 - Document Series must be enhanced according to legal req (Q&A - 41-4696)
DEVELOPMENT TO DO
 )

The field “Data Manual” must be renamed as “Data do Doc. Manual”.

The field “Data do Doc. Manual” must include a validation, therefore the max date to include is “current” date, so no date in the future can be entered.

Review why do we need to have the field “Total” in the “Documento Manual” window, while entering document and customer information. See image attached.

In regards to the Doc. Manual lines, that is the window shown after pressing the process button “Add Line” (rename to “adicionar linha”??)

It is a pre-requisite that the product and therefore the product search key (chave de pesquisa) can be found in the OB back-office:

if it is not found = a warning is given to the end-user by saying (“The product you want to add must be created first in the Openbravo database, therefore product data required but the quantity sold, can be retrieved from there. Once created enter the product search key in the field “Chave de pesquisa” and the quantity sold in the field “Montante”)

if it is found = the end-use will only be able to modify the field “Quantity” (“Montante”)

The field “Total” must be a calculation between the price (including taxes) and quantity.

The field “Taxa do Importo” will need to include the rate of the tax rate related to the Tax Category of the Product, as it would have been calculated by our Tax Engine.
No tags attached.
Issue History
2024-03-21 10:03jonaeNew Issue
2024-03-21 10:03jonaeAssigned To => jonae
2024-03-21 10:37hgbotNote Added: 0162456
2024-05-14 22:26hgbotResolutionopen => fixed
2024-05-14 22:26hgbotStatusnew => resolved
2024-05-14 22:26hgbotNote Added: 0164609
2024-05-14 22:26hgbotNote Added: 0164610
2024-05-14 22:45hgbotNote Added: 0164615
2024-05-14 22:45hgbotNote Added: 0164616
2024-05-14 22:45hgbotStatusresolved => closed
2024-05-14 22:45hgbotNote Added: 0164617

Notes
(0162456)
hgbot   
2024-03-21 10:37   
Merge Request created: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt.retail/-/merge_requests/137 [^]
(0164609)
hgbot   
2024-05-14 22:26   
Repository: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt.retail [^]
Changeset: 48e2d8e27916a4b36eef3eaa9c9fdb94cabe255c
Author: Jon Alegría <jon.alegria@openbravo.com>
Date: 14-05-2024 20:26:24
URL: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt.retail/-/commit/48e2d8e27916a4b36eef3eaa9c9fdb94cabe255c [^]

Fixes ISSUE-55023: Adding enhancements to manual documents

---
A src/com/practicsbs/saftpt/retail/request/SaftrManualDocumentLine.java
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/OBMOBC_SERVICES.xml
M web/com.practicsbs.saftpt.retail/js/components/manual-line-popup.js
M web/com.practicsbs.saftpt.retail/js/components/manual-popup.js
M web/com.practicsbs.saftpt.retail/js/model/manual-document.js
M web/com.practicsbs.saftpt.retail/js/utils.js
---
(0164610)
hgbot   
2024-05-14 22:26   
Merge request merged: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt.retail/-/merge_requests/137 [^]
(0164615)
hgbot   
2024-05-14 22:45   
Merge Request created: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt.retail/-/merge_requests/142 [^]
(0164616)
hgbot   
2024-05-14 22:45   
Merge request merged: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt.retail/-/merge_requests/142 [^]
(0164617)
hgbot   
2024-05-14 22:45   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt.retail [^]
Changeset: 9c6077c8d1920ce1b88c6f5f803eeb99a22c250f
Author: jonalegria <jon.alegria@openbravo.com>
Date: 14-05-2024 22:44:30
URL: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt.retail/-/commit/9c6077c8d1920ce1b88c6f5f803eeb99a22c250f [^]

Fixes ISSUE-55023: Adding enhancements to manual documents

---
A src/com/practicsbs/saftpt/retail/request/SaftrManualDocumentLine.java
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/OBMOBC_SERVICES.xml
M web/com.practicsbs.saftpt.retail/js/components/manual-line-popup.js
M web/com.practicsbs.saftpt.retail/js/components/manual-popup.js
M web/com.practicsbs.saftpt.retail/js/model/manual-document.js
M web/com.practicsbs.saftpt.retail/js/utils.js
---