Openbravo Issue Tracking System - Openbravo Localizations
View Issue Details
0052780Openbravo LocalizationsLocalization Portugalpublic2023-06-19 12:452023-07-03 10:39
jonae 
jonae 
normalminorhave not tried
closedfixed 
5
 
 
0052780: The export saft process has to get the information from the data provided and stored by the fiscalization API
Currently, the saft export process is getting the customer information from the information stored in the business partner entity and referenced in the order or invoice. After the changes done in the fiscalization api and crm modules, the information needs to be got from the information stored by the fiscalization api.
Export the data using saftr
Notice that the information exported comes from the fiscalization api data
No tags attached.
depends on defect 0052708 closed jonae Simplified invoice threshold and customer data request implementation 
causes defect 0052906 closed jonae The changes in the export process and in the creation of the qr are causing errors in the tests 
Issue History
2023-06-19 12:45jonaeNew Issue
2023-06-19 12:45jonaeAssigned To => jonae
2023-06-19 12:49hgbotNote Added: 0151301
2023-06-21 14:54aferrazRelationship addeddepends on 0052708
2023-06-30 15:30hgbotResolutionopen => fixed
2023-06-30 15:30hgbotStatusnew => closed
2023-06-30 15:30hgbotNote Added: 0151981
2023-06-30 15:30hgbotNote Added: 0151982
2023-07-03 10:39hgbotNote Added: 0152021
2023-07-03 10:39aferrazRelationship addedcauses 0052906

Notes
(0151301)
hgbot   
2023-06-19 12:49   
Merge Request created: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt/-/merge_requests/47 [^]
(0151981)
hgbot   
2023-06-30 15:30   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt [^]
Changeset: b70e29073357637672441b0bcda05502f1f8c476
Author: jonalegria <jon.alegria@openbravo.com>
Date: 30-06-2023 15:29:37
URL: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt/-/commit/b70e29073357637672441b0bcda05502f1f8c476 [^]

Fixes ISSUE-52780: Adapting the export process to the fiscalization API.

---
A src/com/practicsbs/saftpt/data/ExportMFCustomerAbs.java
M src-test/com/practicsbs/saftpt/ExportSaftPTTestConfiguration.java
M src-test/com/practicsbs/saftpt/war/SignDocumentsTest.java
M src/com/practicsbs/saftpt/SaftUtility.java
M src/com/practicsbs/saftpt/data/ExportMFCustomer.java
M src/com/practicsbs/saftpt/data/ExportMasterFiles.java
M src/com/practicsbs/saftpt/data/ExportSaftPT.java
M src/com/practicsbs/saftpt/data/ExportSourceDocs.java
M src/com/practicsbs/saftpt/data/ExportSourceDocsPayments.java
M src/com/practicsbs/saftpt/data/ExportSourceDocsWorkingDocuments.java
M src/com/practicsbs/saftpt/data/Invoices_data.xsql
M src/com/practicsbs/saftpt/data/Payments_data.xsql
M src/com/practicsbs/saftpt/data/Utils.java
M src/com/practicsbs/saftpt/data/WorkingDocuments_data.xsql
R src/com/practicsbs/saftpt/data/ExportMFCustomerOrSupplier.java
R src/com/practicsbs/saftpt/data/ExportMFSupplier.java
---
(0151982)
hgbot   
2023-06-30 15:30   
Merge request merged: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt/-/merge_requests/47 [^]
(0152021)
hgbot   
2023-07-03 10:39   
Repository: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt [^]
Changeset: 9988a433104cd63a9d27bde305d49e656a935dff
Author: Jon Alegría <jon.alegria@openbravo.com>
Date: 03-07-2023 08:39:15
URL: https://gitlab.com/openbravo/product/pmods/com.practicsbs.saftpt/-/commit/9988a433104cd63a9d27bde305d49e656a935dff [^]

Related to FR-52780: Fixing export master data file test

---
M src-test/com/practicsbs/saftpt/ExportSaftPTTestConfiguration.java
---