Openbravo Issue Tracking System - Openbravo Localizations
View Issue Details
0054952Openbravo LocalizationsLocalization Portugalpublic2024-03-14 10:332024-05-15 09:57
jonae 
jonae 
normalminorhave not tried
newopen 
5
 
 
0054952: If a document is reprinted, the exemption reason must be saved therefore it remains inmutable as other data (tax rate name)
If a document is reprinted, the exemption reason must be saved therefore it remains inmutable as other data (tax rate name)
- Create a ticket with a tax exemption associated
- Change the name of code of the tax exemption
- Print again the ticket
No tags attached.
Issue History
2024-03-14 10:33jonaeNew Issue
2024-03-14 10:33jonaeAssigned To => jonae
2024-03-14 10:40hgbotNote Added: 0162136
2024-03-14 10:51hgbotNote Added: 0162142
2024-03-14 11:01hgbotNote Added: 0162145
2024-05-14 22:20hgbotResolutionopen => fixed
2024-05-14 22:20hgbotStatusnew => closed
2024-05-14 22:20hgbotNote Added: 0164593
2024-05-14 22:20hgbotNote Added: 0164594
2024-05-14 22:21hgbotNote Added: 0164595
2024-05-14 22:21hgbotNote Added: 0164596
2024-05-14 22:21hgbotNote Added: 0164597
2024-05-14 22:21hgbotNote Added: 0164598
2024-05-14 22:21hgbotNote Added: 0164599
2024-05-14 22:21hgbotNote Added: 0164600
2024-05-14 22:22hgbotNote Added: 0164601
2024-05-14 22:22hgbotNote Added: 0164602
2024-05-14 22:22hgbotNote Added: 0164603
2024-05-14 22:22hgbotNote Added: 0164604
2024-05-15 09:56hgbotNote Added: 0164632
2024-05-15 09:56hgbotNote Added: 0164633
2024-05-15 09:56hgbotNote Added: 0164634
2024-05-15 09:57hgbotNote Added: 0164635
2024-05-15 09:57hgbotNote Added: 0164636
2024-05-15 09:57hgbotNote Added: 0164637
2024-05-15 09:57jonaeStatusclosed => new
2024-05-15 09:57jonaeResolutionfixed => open

Notes
(0162136)
hgbot   
2024-03-14 10:40   
Merge Request created: https://gitlab.com/openbravo/product/unsupported/modules/com.practicsbs.originalreport/-/merge_requests/3 [^]
(0162142)
hgbot   
2024-03-14 10:51   
Merge Request created: https://gitlab.com/openbravo/product/unsupported/modules/com.practicsbs.originalreport.retail/-/merge_requests/3 [^]
(0162145)
hgbot   
2024-03-14 11:01   
Merge Request created: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt.retail/-/merge_requests/134 [^]
(0164593)
hgbot   
2024-05-14 22:20   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/unsupported/modules/com.practicsbs.originalreport [^]
Changeset: 689198ec7aa312ffff227c03646ad273595a9e33
Author: jonalegria <jon.alegria@openbravo.com>
Date: 14-03-2024 10:39:41
URL: https://gitlab.com/openbravo/product/unsupported/modules/com.practicsbs.originalreport/-/commit/689198ec7aa312ffff227c03646ad273595a9e33 [^]

Fixes ISSUE-54952: Adding structure to maintain the immutability of the tax exemptions

---
A src-db/database/model/modifiedTables/C_INVOICETAX.xml
A src-db/database/model/modifiedTables/C_ORDERTAX.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
---
(0164594)
hgbot   
2024-05-14 22:20   
Merge request merged: https://gitlab.com/openbravo/product/unsupported/modules/com.practicsbs.originalreport/-/merge_requests/3 [^]
(0164595)
hgbot   
2024-05-14 22:21   
Merge request merged: https://gitlab.com/openbravo/product/unsupported/modules/com.practicsbs.originalreport.retail/-/merge_requests/3 [^]
(0164596)
hgbot   
2024-05-14 22:21   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/unsupported/modules/com.practicsbs.originalreport.retail [^]
Changeset: 759aa230989e7f228439e3086a851fab5520d085
Author: jonalegria <jon.alegria@openbravo.com>
Date: 14-03-2024 10:50:43
URL: https://gitlab.com/openbravo/product/unsupported/modules/com.practicsbs.originalreport.retail/-/commit/759aa230989e7f228439e3086a851fab5520d085 [^]

Fixes ISSUE-54952: Adding hooks to load the original information

---
A src/com/practicsbs/originalreport/retail/master/InvoiceTaxesProperties.java
A src/com/practicsbs/originalreport/retail/master/PaidReceiptTaxesProperties.java
M src/com/practicsbs/originalreport/retail/hook/OrirepOrderLoaderHook.java
---
(0164597)
hgbot   
2024-05-14 22:21   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/unsupported/modules/com.practicsbs.originalreport [^]
Changeset: cae8e0c4ec01a6444fed525b662b9af0675c0cc8
Author: Jon Alegría <jon.alegria@openbravo.com>
Date: 14-05-2024 20:21:12
URL: https://gitlab.com/openbravo/product/unsupported/modules/com.practicsbs.originalreport/-/commit/cae8e0c4ec01a6444fed525b662b9af0675c0cc8 [^]

Fixes ISSUE-54952: Adding structure to maintain the immutability of the tax exemptions


(cherry picked from commit 689198ec7aa312ffff227c03646ad273595a9e33)

689198ec Fixes ISSUE-54952: Adding structure to maintain the immutability of the tax exemptions

Co-authored-by: jonalegria <jon.alegria@openbravo.com>
---
A src-db/database/model/modifiedTables/C_INVOICETAX.xml
A src-db/database/model/modifiedTables/C_ORDERTAX.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
---
(0164598)
hgbot   
2024-05-14 22:21   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/unsupported/modules/com.practicsbs.originalreport [^]
Changeset: cae8e0c4ec01a6444fed525b662b9af0675c0cc8
Author: Jon Alegría <jon.alegria@openbravo.com>
Date: 14-05-2024 20:21:12
URL: https://gitlab.com/openbravo/product/unsupported/modules/com.practicsbs.originalreport/-/commit/cae8e0c4ec01a6444fed525b662b9af0675c0cc8 [^]

Fixes ISSUE-54952: Adding structure to maintain the immutability of the tax exemptions


(cherry picked from commit 689198ec7aa312ffff227c03646ad273595a9e33)

689198ec Fixes ISSUE-54952: Adding structure to maintain the immutability of the tax exemptions

Co-authored-by: jonalegria <jon.alegria@openbravo.com>
---
A src-db/database/model/modifiedTables/C_INVOICETAX.xml
A src-db/database/model/modifiedTables/C_ORDERTAX.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
---
(0164600)
hgbot   
2024-05-14 22:21   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/unsupported/modules/com.practicsbs.originalreport.retail [^]
Changeset: 688fae322347ba3dffb82d70b97c8882e8139195
Author: Jon Alegría <jon.alegria@openbravo.com>
Date: 14-05-2024 20:21:27
URL: https://gitlab.com/openbravo/product/unsupported/modules/com.practicsbs.originalreport.retail/-/commit/688fae322347ba3dffb82d70b97c8882e8139195 [^]

Fixes ISSUE-54952: Adding hooks to load the original information


(cherry picked from commit 759aa230989e7f228439e3086a851fab5520d085)

759aa230 Fixes ISSUE-54952: Adding hooks to load the original information

Co-authored-by: jonalegria <jon.alegria@openbravo.com>
---
A src/com/practicsbs/originalreport/retail/master/InvoiceTaxesProperties.java
A src/com/practicsbs/originalreport/retail/master/PaidReceiptTaxesProperties.java
M src/com/practicsbs/originalreport/retail/hook/OrirepOrderLoaderHook.java
---
(0164599)
hgbot   
2024-05-14 22:21   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/unsupported/modules/com.practicsbs.originalreport.retail [^]
Changeset: 688fae322347ba3dffb82d70b97c8882e8139195
Author: Jon Alegría <jon.alegria@openbravo.com>
Date: 14-05-2024 20:21:27
URL: https://gitlab.com/openbravo/product/unsupported/modules/com.practicsbs.originalreport.retail/-/commit/688fae322347ba3dffb82d70b97c8882e8139195 [^]

Fixes ISSUE-54952: Adding hooks to load the original information


(cherry picked from commit 759aa230989e7f228439e3086a851fab5520d085)

759aa230 Fixes ISSUE-54952: Adding hooks to load the original information

Co-authored-by: jonalegria <jon.alegria@openbravo.com>
---
A src/com/practicsbs/originalreport/retail/master/InvoiceTaxesProperties.java
A src/com/practicsbs/originalreport/retail/master/PaidReceiptTaxesProperties.java
M src/com/practicsbs/originalreport/retail/hook/OrirepOrderLoaderHook.java
---
(0164601)
hgbot   
2024-05-14 22:22   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt.retail [^]
Changeset: 8cceb7c2d65b3e70138e197f59b27a8781c832cd
Author: jonalegria <jon.alegria@openbravo.com>
Date: 14-05-2024 20:21:45
URL: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt.retail/-/commit/8cceb7c2d65b3e70138e197f59b27a8781c832cd [^]

Fixes ISSUE-54952: Using the new original fields for tax exemption in the templates

---
M web/com.practicsbs.saftpt.retail/res/invoice.xml
M web/com.practicsbs.saftpt.retail/res/return.xml
---
(0164602)
hgbot   
2024-05-14 22:22   
Merge request merged: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt.retail/-/merge_requests/134 [^]
(0164603)
hgbot   
2024-05-14 22:22   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt.retail [^]
Changeset: 26d89185da76f92d971fd5b6b084f46ca68a6c24
Author: Jon Alegría <jon.alegria@openbravo.com>
Date: 14-05-2024 20:22:19
URL: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt.retail/-/commit/26d89185da76f92d971fd5b6b084f46ca68a6c24 [^]

Fixes ISSUE-54952: Using the new original fields for tax exemption in the templates


(cherry picked from commit 8cceb7c2d65b3e70138e197f59b27a8781c832cd)

8cceb7c2 Fixes ISSUE-54952: Using the new original fields for tax exemption in the templates

Co-authored-by: jonalegria <jon.alegria@openbravo.com>
---
M web/com.practicsbs.saftpt.retail/res/invoice.xml
M web/com.practicsbs.saftpt.retail/res/return.xml
---
(0164604)
hgbot   
2024-05-14 22:22   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt.retail [^]
Changeset: 26d89185da76f92d971fd5b6b084f46ca68a6c24
Author: Jon Alegría <jon.alegria@openbravo.com>
Date: 14-05-2024 20:22:19
URL: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt.retail/-/commit/26d89185da76f92d971fd5b6b084f46ca68a6c24 [^]

Fixes ISSUE-54952: Using the new original fields for tax exemption in the templates


(cherry picked from commit 8cceb7c2d65b3e70138e197f59b27a8781c832cd)

8cceb7c2 Fixes ISSUE-54952: Using the new original fields for tax exemption in the templates

Co-authored-by: jonalegria <jon.alegria@openbravo.com>
---
M web/com.practicsbs.saftpt.retail/res/invoice.xml
M web/com.practicsbs.saftpt.retail/res/return.xml
---
(0164632)
hgbot   
2024-05-15 09:56   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/unsupported/modules/com.practicsbs.originalreport [^]
Changeset: 4d172a2d4a6d155f7f5c5c63610ff78feca6c81e
Author: Jon Alegría <jon.alegria@openbravo.com>
Date: 15-05-2024 07:56:11
URL: https://gitlab.com/openbravo/product/unsupported/modules/com.practicsbs.originalreport/-/commit/4d172a2d4a6d155f7f5c5c63610ff78feca6c81e [^]

Revert "Fixes ISSUE-54952: Adding structure to maintain the immutability of the tax exemptions"

This reverts merge request !3
---
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
R src-db/database/model/modifiedTables/C_INVOICETAX.xml
R src-db/database/model/modifiedTables/C_ORDERTAX.xml
---
(0164633)
hgbot   
2024-05-15 09:56   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/unsupported/modules/com.practicsbs.originalreport.retail [^]
Changeset: 29f29cd92734f1be4c24700eab8d14f7afd2692c
Author: Jon Alegría <jon.alegria@openbravo.com>
Date: 15-05-2024 07:56:32
URL: https://gitlab.com/openbravo/product/unsupported/modules/com.practicsbs.originalreport.retail/-/commit/29f29cd92734f1be4c24700eab8d14f7afd2692c [^]

Revert "Fixes ISSUE-54952: Adding hooks to load the original information"

This reverts merge request !3
---
M src/com/practicsbs/originalreport/retail/hook/OrirepOrderLoaderHook.java
R src/com/practicsbs/originalreport/retail/master/InvoiceTaxesProperties.java
R src/com/practicsbs/originalreport/retail/master/PaidReceiptTaxesProperties.java
---
(0164634)
hgbot   
2024-05-15 09:56   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/unsupported/modules/com.practicsbs.originalreport [^]
Changeset: 7d4c4ee5bf3fa3360448aab0fc8b0f53aae5e853
Author: Jon Alegría <jon.alegria@openbravo.com>
Date: 15-05-2024 07:56:52
URL: https://gitlab.com/openbravo/product/unsupported/modules/com.practicsbs.originalreport/-/commit/7d4c4ee5bf3fa3360448aab0fc8b0f53aae5e853 [^]

Revert "Fixes ISSUE-54952: Adding structure to maintain the immutability of the tax exemptions"

This reverts commit cae8e0c4ec01a6444fed525b662b9af0675c0cc8
---
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
R src-db/database/model/modifiedTables/C_INVOICETAX.xml
R src-db/database/model/modifiedTables/C_ORDERTAX.xml
---
(0164635)
hgbot   
2024-05-15 09:57   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/unsupported/modules/com.practicsbs.originalreport.retail [^]
Changeset: 66897468e9c9283d6518b2e720182050aca57697
Author: Jon Alegría <jon.alegria@openbravo.com>
Date: 15-05-2024 07:57:07
URL: https://gitlab.com/openbravo/product/unsupported/modules/com.practicsbs.originalreport.retail/-/commit/66897468e9c9283d6518b2e720182050aca57697 [^]

Revert "Fixes ISSUE-54952: Adding hooks to load the original information"

This reverts commit 688fae322347ba3dffb82d70b97c8882e8139195
---
M src/com/practicsbs/originalreport/retail/hook/OrirepOrderLoaderHook.java
R src/com/practicsbs/originalreport/retail/master/InvoiceTaxesProperties.java
R src/com/practicsbs/originalreport/retail/master/PaidReceiptTaxesProperties.java
---
(0164636)
hgbot   
2024-05-15 09:57   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt.retail [^]
Changeset: dba9438ae8518ad5f4df0d2e5cb472dbab55fbef
Author: Jon Alegría <jon.alegria@openbravo.com>
Date: 15-05-2024 07:57:29
URL: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt.retail/-/commit/dba9438ae8518ad5f4df0d2e5cb472dbab55fbef [^]

Revert "Fixes ISSUE-54952: Using the new original fields for tax exemption in the templates"

This reverts merge request !134
---
M web/com.practicsbs.saftpt.retail/res/invoice.xml
M web/com.practicsbs.saftpt.retail/res/return.xml
---
(0164637)
hgbot   
2024-05-15 09:57   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt.retail [^]
Changeset: 1593190340150792d99d39bfdd47466a9d258ad1
Author: Jon Alegría <jon.alegria@openbravo.com>
Date: 15-05-2024 07:57:45
URL: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt.retail/-/commit/1593190340150792d99d39bfdd47466a9d258ad1 [^]

Revert "Fixes ISSUE-54952: Using the new original fields for tax exemption in the templates"

This reverts commit 26d89185da76f92d971fd5b6b084f46ca68a6c24
---
M web/com.practicsbs.saftpt.retail/res/invoice.xml
M web/com.practicsbs.saftpt.retail/res/return.xml
---