Openbravo Issue Tracking System - Localization Pack: Spain | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0043250 | Localization Pack: Spain | AEAT 349 | public | 2020-02-18 12:52 | 2020-03-06 14:04 | |||||||
Reporter | Practics | |||||||||||
Assigned To | Mery Anelo | |||||||||||
Priority | normal | Severity | major | Reproducibility | have not tried | |||||||
Status | closed | Resolution | fixed | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | ||||||||||||
Target Version | Fixed in Version | |||||||||||
Merge Request Status | ||||||||||||
Regression date | 2019-09-09 | |||||||||||
Regression introduced by commit | https://code.openbravo.com/erp/pmods/org.openbravo.module.aeat349.es/rev/eda9256e3846 [^] | |||||||||||
Regression level | Production - QA Approved | |||||||||||
Review Assigned To | ||||||||||||
Support ticket | ||||||||||||
OBNetwork customer | ||||||||||||
Regression introduced in release | ||||||||||||
Summary | 0043250: Error en parametro AEAT3492010ReportDao | |||||||||||
Description | En el caso que corresponda usar el método que controla las facturas de diferente moneda el parámetro en el hql no es correcto. Se adjunta diff. | |||||||||||
Steps To Reproduce | - Crear una factura de compra o venta con alguno de los impuesto que recolecta el modelo 349. - Contabilizar la misma y proceder a anularla. - Ir a la factura anulada, solapa "Factura Rectificativa" y rellenar los datos según corresponda. - Contabilizar la factura anulada. - Correr el modelo 349. (Ver capturas y log del error) | |||||||||||
Proposed Solution | --- AEAT3492010ReportDao.java.ori 2020-01-19 20:28:38.000000000 +0100 +++ AEAT3492010ReportDao.java 2020-02-18 12:47:43.785406000 +0100 @@ -946,9 +946,9 @@ //@formatter:on final Query<Object[]> query2 = session.createQuery(sql2, Object[].class); query2.setParameter("taxReportId", taxReport.getId()); - query2.setParameter("taxRates", correctiveInvoices); + query2.setParameter("correctiveInvoices", correctiveInvoices); query2.setParameter("taxRates", taxRates); - + invoicesNotInEUR.addAll(query2.list()); List<Map<String, Object>> bpAmounts_new = new ArrayList<Map<String, Object>>(); | |||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | Aeat3492010ReportDao.diff (648) 2020-02-18 12:52 https://issues.openbravo.com/file_download.php?file_id=14058&type=bug Selección_964.png (111,448) 2020-02-27 15:52 https://issues.openbravo.com/file_download.php?file_id=14103&type=bug Selección_965.png (79,117) 2020-02-27 15:53 https://issues.openbravo.com/file_download.php?file_id=14104&type=bug Selección_963.png (39,850) 2020-02-27 15:53 https://issues.openbravo.com/file_download.php?file_id=14105&type=bug Selección_962.png (29,633) 2020-02-27 15:54 https://issues.openbravo.com/file_download.php?file_id=14106&type=bug ErrorLog-Issue43250.log (12,714) 2020-02-27 15:54 https://issues.openbravo.com/file_download.php?file_id=14107&type=bug | |||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2020-02-18 12:52 | Practics | New Issue | ||||||||||
2020-02-18 12:52 | Practics | Assigned To | => Jorge Bravo | |||||||||
2020-02-18 12:52 | Practics | File Added: Aeat3492010ReportDao.diff | ||||||||||
2020-02-18 13:00 | Jorge Bravo | Assigned To | Jorge Bravo => Mery Anelo | |||||||||
2020-02-19 16:15 | Mery Anelo | Status | new => scheduled | |||||||||
2020-02-24 09:55 | psanjuan | Note Added: 0118040 | ||||||||||
2020-02-27 11:06 | psanjuan | Relationship added | caused by 0041281 | |||||||||
2020-02-27 11:10 | psanjuan | Regression date | => 2019-09-09 | |||||||||
2020-02-27 11:10 | psanjuan | Regression introduced by commit | => https://code.openbravo.com/erp/pmods/org.openbravo.module.aeat349.es/rev/eda9256e3846 [^] | |||||||||
2020-02-27 11:10 | psanjuan | Regression level | => Production - QA Approved | |||||||||
2020-02-27 15:52 | Mery Anelo | File Added: Selección_964.png | ||||||||||
2020-02-27 15:53 | Mery Anelo | File Added: Selección_965.png | ||||||||||
2020-02-27 15:53 | Mery Anelo | File Added: Selección_963.png | ||||||||||
2020-02-27 15:54 | Mery Anelo | File Added: Selección_962.png | ||||||||||
2020-02-27 15:54 | Mery Anelo | File Added: ErrorLog-Issue43250.log | ||||||||||
2020-02-27 15:57 | Mery Anelo | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=20463#r20463 | |||||||||
2020-02-27 16:08 | Mery Anelo | Note Added: 0118168 | ||||||||||
2020-03-02 13:07 | hgbot | Checkin | ||||||||||
2020-03-02 13:07 | hgbot | Note Added: 0118248 | ||||||||||
2020-03-02 13:07 | hgbot | Status | scheduled => resolved | |||||||||
2020-03-02 13:07 | hgbot | Resolution | open => fixed | |||||||||
2020-03-02 13:07 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.module.aeat349.es/rev/dc2914cd5662a1ae7d3ca2e7494613f402035e8e [^] | |||||||||
2020-03-06 14:04 | Mery Anelo | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|