Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0053156
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Retail Modules] Events for Clientminorhave not tried2023-08-03 14:412023-08-14 10:56
ReporterjonaeView Statuspublic 
Assigned Tojonae 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0053156: A new field to configure the fiscalization name in organization fiscalization configuration is needed

DescriptionIn the fiscalization integrations, there is a new field needed in the fiscalization configuration. This field is a list providing a fiscalization name, for the integrators reference to check if the country fiscalization is configured.
Steps To ReproduceIn the fiscalization integrations, there is a new field needed in the fiscalization configuration. This field is a list providing a fiscalization name, for the integrators reference to check if the country fiscalization is configured.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0153173)
hgbot (developer)
2023-08-03 14:47

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.events.fiscalization/-/merge_requests/23 [^]
(0153174)
hgbot (developer)
2023-08-03 14:49

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.portugal.fiscalization/-/merge_requests/5 [^]
(0153243)
hgbot (developer)
2023-08-04 14:17

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.copystore.saftpt/-/merge_requests/3 [^]
(0153335)
hgbot (developer)
2023-08-08 14:01

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.events.fiscalization/-/merge_requests/23 [^]
(0153336)
hgbot (developer)
2023-08-08 14:01

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.events.fiscalization [^]
Changeset: 5c92c15f48d20663aa1adf8200ebca01ecf02551
Author: Jon Alegría <jon.alegria@openbravo.com>
Date: 08-08-2023 12:01:49
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.events.fiscalization/-/commit/5c92c15f48d20663aa1adf8200ebca01ecf02551 [^]

Fixes ISSUE-53156: Adding the new field and list and adapting the utilities to use the new fields

---
A src-db/database/sourcedata/AD_REFERENCE.xml
M src-db/database/model/modifiedTables/AD_ORG.xml
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/org/openbravo/events/fiscalization/CFISUtility.java
---
(0153337)
hgbot (developer)
2023-08-08 14:02

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.portugal.fiscalization/-/merge_requests/5 [^]
(0153338)
hgbot (developer)
2023-08-08 14:02

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.portugal.fiscalization [^]
Changeset: 8f55f97e3029dc957a292af6f0065338c96142b5
Author: Jon Alegría <jon.alegria@openbravo.com>
Date: 08-08-2023 12:02:29
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.portugal.fiscalization/-/commit/8f55f97e3029dc957a292af6f0065338c96142b5 [^]

Fixes ISSUE-53156: Adapting all the code to the new functions defined in the fiscalization api utilities. Adding a new record to the fiscalization name list.

---
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_REFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src-db/database/sourcedata/AD_VAL_RULE.xml
M src/org/openbravo/localization/portugal/fiscalization/SaftUtility.java
M src/org/openbravo/localization/portugal/fiscalization/SaftrInitialValidations.java
M src/org/openbravo/localization/portugal/fiscalization/event/TerminalTypeEvent.java
M src/org/openbravo/localization/portugal/fiscalization/handler/SaftFieldsHandler.java
M src/org/openbravo/localization/portugal/fiscalization/handler/SaftOrgInfoPortugueseNIF.java
M src/org/openbravo/localization/portugal/fiscalization/handler/SaftOrgPortugueseNIF.java
M src/org/openbravo/localization/portugal/fiscalization/handler/SaftPaymentFieldsHandler.java
M src/org/openbravo/localization/portugal/fiscalization/handler/SaftTaxRateFieldsHandler.java
M src/org/openbravo/localization/portugal/fiscalization/hook/SaftrOrderLoaderHook.java
M src/org/openbravo/localization/portugal/fiscalization/master/TerminalProperties.java
M src/org/openbravo/localization/portugal/fiscalization/validation/SaftValidateDataProcess.java
R src-db/database/sourcedata/OBUISEL_SELECTOR.xml
R src-db/database/sourcedata/OBUISEL_SELECTOR_FIELD.xml
R src/org/openbravo/localization/portugal/fiscalization/transformers/OrganizationSelectorTransformer.java
---
(0153339)
hgbot (developer)
2023-08-08 14:03

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.copystore.saftpt/-/merge_requests/3 [^]
(0153340)
hgbot (developer)
2023-08-08 14:03

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.copystore.saftpt [^]
Changeset: c03d3a50d1f155bdfcd5d057aefe97953ce92704
Author: Jon Alegría <jon.alegria@openbravo.com>
Date: 08-08-2023 12:03:01
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.copystore.saftpt/-/commit/c03d3a50d1f155bdfcd5d057aefe97953ce92704 [^]

Fixes ISSUE-53156: Adapting the code to the new fiscalization functions

---
M src/org/openbravo/retail/copystore/saftpt/DefaultSaftPtPropertiesHandler.java
---
(0153349)
hgbot (developer)
2023-08-08 15:23

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.portugal.fiscalization [^]
Changeset: 9e2f2b256456e54c5428f21b17d40d514f56b749
Author: jonalegria <jon.alegria@openbravo.com>
Date: 08-08-2023 15:23:24
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.portugal.fiscalization/-/commit/9e2f2b256456e54c5428f21b17d40d514f56b749 [^]

Related to ISSUE-53156: Fixing auxiliar input showing fields depending on the fiscalization configuration

---
M src-db/database/sourcedata/AD_AUXILIARINPUT.xml
---
(0153415)
hgbot (developer)
2023-08-10 07:54

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.events.fiscalization [^]
Changeset: 8a28372802dcafe74b1f3c43ad6a3db1a9148963
Author: jonalegria <jon.alegria@openbravo.com>
Date: 10-08-2023 07:54:37
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.events.fiscalization/-/commit/8a28372802dcafe74b1f3c43ad6a3db1a9148963 [^]

Related to ISSUE-53156: Fixing null pointer in portugal fiscalization validation

---
M src/org/openbravo/events/fiscalization/CFISUtility.java
---
(0153440)
hgbot (developer)
2023-08-11 08:50

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.portugal.fiscalization [^]
Changeset: 5df147064785c1826a1a05f37f69f52dc04733fd
Author: jonalegria <jon.alegria@openbravo.com>
Date: 11-08-2023 08:49:56
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.portugal.fiscalization/-/commit/5df147064785c1826a1a05f37f69f52dc04733fd [^]

Related to ISSUE-53156: Fixing export issues in documents and in the interface to define the exports

---
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_TAB.xml
M src/org/openbravo/localization/portugal/fiscalization/data/ExportSourceDocs.java
M src/org/openbravo/localization/portugal/fiscalization/data/ExportSourceDocsWorkingDocuments.java
M src/org/openbravo/localization/portugal/fiscalization/data/Invoices_data.xsql
M src/org/openbravo/localization/portugal/fiscalization/data/Payments_data.xsql
M src/org/openbravo/localization/portugal/fiscalization/data/WorkingDocuments_data.xsql
---
(0153477)
hgbot (developer)
2023-08-14 10:56

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.portugal.fiscalization [^]
Changeset: 1a59b2c70c79f5f7209a0ef5d31907722a0688e8
Author: jonalegria <jon.alegria@openbravo.com>
Date: 14-08-2023 10:56:35
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.localization.portugal.fiscalization/-/commit/1a59b2c70c79f5f7209a0ef5d31907722a0688e8 [^]

Related to ISSUE-53156: Fixing tests

---
M src-test/org/openbravo/localization/portugal/fiscalization/ExportSaftPTTestConfiguration.java
---

- Issue History
Date Modified Username Field Change
2023-08-03 14:41 jonae New Issue
2023-08-03 14:41 jonae Assigned To => jonae
2023-08-03 14:41 jonae Triggers an Emergency Pack => No
2023-08-03 14:42 jonae Type defect => feature request
2023-08-03 14:47 hgbot Note Added: 0153173
2023-08-03 14:49 hgbot Note Added: 0153174
2023-08-04 14:17 hgbot Note Added: 0153243
2023-08-08 14:01 hgbot Note Added: 0153335
2023-08-08 14:01 hgbot Resolution open => fixed
2023-08-08 14:01 hgbot Status new => closed
2023-08-08 14:01 hgbot Note Added: 0153336
2023-08-08 14:02 hgbot Note Added: 0153337
2023-08-08 14:02 hgbot Note Added: 0153338
2023-08-08 14:03 hgbot Note Added: 0153339
2023-08-08 14:03 hgbot Note Added: 0153340
2023-08-08 15:23 hgbot Note Added: 0153349
2023-08-10 07:54 hgbot Note Added: 0153415
2023-08-11 08:50 hgbot Note Added: 0153440
2023-08-14 10:56 hgbot Note Added: 0153477


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker