Openbravo Issue Tracking System - Openbravo Localizations
View Issue Details
0053410Openbravo LocalizationsLocalization Portugalpublic2023-09-07 10:592023-10-25 10:04
jonae 
jonae 
normalminorhave not tried
closedfixed 
5
 
 
0053410: The TaxRate entity has a new searchKey field that has to be used as tax rate code in saft functionality
The TaxRate entity has a new searchKey field that has to be used as tax rate code in saft functionality
The TaxRate entity has a new searchKey field that has to be used as tax rate code in saft functionality
No tags attached.
related to feature request 0052639 closed jamie_reid Openbravo ERP It is required to add a unique identifier for each Tax Rate element in OB 
Issue History
2023-09-07 10:59jonaeNew Issue
2023-09-07 10:59jonaeAssigned To => jonae
2023-09-07 11:00jonaeRelationship addedrelated to 0052639
2023-09-07 11:08hgbotNote Added: 0154579
2023-09-12 11:35hgbotResolutionopen => fixed
2023-09-12 11:35hgbotStatusnew => closed
2023-09-12 11:35hgbotNote Added: 0154712
2023-09-12 11:35hgbotNote Added: 0154713
2023-10-25 10:04hgbotNote Added: 0156267

Notes
(0154579)
hgbot   
2023-09-07 11:08   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.portugal.fiscalization/-/merge_requests/10 [^]
(0154712)
hgbot   
2023-09-12 11:35   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.portugal.fiscalization [^]
Changeset: 07153cde002c0b946649471fe8969adff6af2370
Author: Jon Alegría <jon.alegria@openbravo.com>
Date: 12-09-2023 09:35:37
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.portugal.fiscalization/-/commit/07153cde002c0b946649471fe8969adff6af2370 [^]

Fixes ISSUE-53410: Using the new value/searchkey field created in tax rate entity

---
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-test/org/openbravo/localization/portugal/fiscalization/ExportSaftPTTestConfiguration.java
M src-test/org/openbravo/localization/portugal/fiscalization/data/ExportMasterFilesTest.java
M src/org/openbravo/localization/portugal/fiscalization/data/ExportSourceDocs.java
M src/org/openbravo/localization/portugal/fiscalization/data/ExportSourceDocsPayments.java
M src/org/openbravo/localization/portugal/fiscalization/data/InvoiceLine_data.xsql
M src/org/openbravo/localization/portugal/fiscalization/data/TaxTable_data.xsql
M src/org/openbravo/localization/portugal/fiscalization/handler/SaftTaxRateFieldsHandler.java
M web/org.openbravo.localization.portugal.fiscalization/source/Utils.js
R src-db/database/model/modifiedTables/C_TAX.xml
---
(0154713)
hgbot   
2023-09-12 11:35   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.portugal.fiscalization/-/merge_requests/10 [^]
(0156267)
hgbot   
2023-10-25 10:04   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.portugal.fiscalization [^]
Changeset: 9e431a54d355d33e6a506941892f7887b1a3fd3b
Author: jonalegria <jon.alegria@openbravo.com>
Date: 25-10-2023 10:04:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.portugal.fiscalization/-/commit/9e431a54d355d33e6a506941892f7887b1a3fd3b [^]

Fixes ISSUE-53410: Fixing a missing column not changed in the previous commit

---
M src/org/openbravo/localization/portugal/fiscalization/data/ExportSourceDocsWorkingDocuments.java
---