Openbravo Issue Tracking System - Modules
View Issue Details
0028966ModulesCash VAT Managementpublic2015-02-17 13:422015-02-17 21:27
vmromanos 
vmromanos 
normalmajorhave not tried
closedfixed 
5
 
 
umartirena
0028966: Modulescript required related to issue 28956
A module script is required to fix wrong data created by issue 0028956
See issue 0028956
No tags attached.
depends on defect 0028956 closed vmromanos Openbravo ERP Negative Cash VAT lines created while partially paying an AP/AR Credit Memo 
Issue History
2015-02-17 13:42vmromanosNew Issue
2015-02-17 13:42vmromanosAssigned To => vmromanos
2015-02-17 13:43vmromanosRelationship addeddepends on 0028956
2015-02-17 13:43vmromanosSummaryModulescript related to 0028956 => Modulescript required related to issue 28956
2015-02-17 17:03vmromanosStatusnew => scheduled
2015-02-17 17:03vmromanosfix_in_branch => pi
2015-02-17 17:40hgbotCheckin
2015-02-17 17:40hgbotNote Added: 0074565
2015-02-17 17:40hgbotCheckin
2015-02-17 17:40hgbotNote Added: 0074566
2015-02-17 17:40hgbotCheckin
2015-02-17 17:40hgbotNote Added: 0074567
2015-02-17 17:40hgbotStatusscheduled => resolved
2015-02-17 17:40hgbotResolutionopen => fixed
2015-02-17 17:40hgbotFixed in SCM revision => http://code.openbravo.com/erp/mods/org.openbravo.module.cashvat/rev/91a2f27288ff10e91f72564fbf10cad3c5691c1b [^]
2015-02-17 21:27umartirenaReview Assigned To => umartirena
2015-02-17 21:27umartirenaNote Added: 0074575
2015-02-17 21:27umartirenaStatusresolved => closed

Notes
(0074565)
hgbot   
2015-02-17 17:40   
Repository: erp/mods/org.openbravo.module.cashvat
Changeset: a020180d95dd2ee37047a4c26cde8787cc307ccd
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Tue Feb 17 16:14:12 2015 +0100
URL: http://code.openbravo.com/erp/mods/org.openbravo.module.cashvat/rev/a020180d95dd2ee37047a4c26cde8787cc307ccd [^]

Related to issue 28966: Applied Openbravo's code format

---
M src-util/modulescript/src/org/openbravo/module/cashvat/modulescript/AddMissingCashVATPayments.java
---
(0074566)
hgbot   
2015-02-17 17:40   
Repository: erp/mods/org.openbravo.module.cashvat
Changeset: 9f13e27c3bc48156d4511057efa3204db342d1d5
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Tue Feb 17 17:26:26 2015 +0100
URL: http://code.openbravo.com/erp/mods/org.openbravo.module.cashvat/rev/9f13e27c3bc48156d4511057efa3204db342d1d5 [^]

Related to issue 28966: removed useless AddMissingCashVATPaymentsData.java

---
R src-util/modulescript/src/src/org/openbravo/module/cashvat/modulescript/AddMissingCashVATPaymentsData.java
---
(0074567)
hgbot   
2015-02-17 17:40   
Repository: erp/mods/org.openbravo.module.cashvat
Changeset: 91a2f27288ff10e91f72564fbf10cad3c5691c1b
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Tue Feb 17 17:39:50 2015 +0100
URL: http://code.openbravo.com/erp/mods/org.openbravo.module.cashvat/rev/91a2f27288ff10e91f72564fbf10cad3c5691c1b [^]

Fixed bug 28966: Module script fixes partially paid credit memo wrong data

The module script deletes the cash vat info records from a partially paid credit memo and recreate them properly.
The execution is now controlled by the 'CashVATCreditMemoPartialModuleScriptExecuted' preference.

---
M build/classes/org/openbravo/module/cashvat/modulescript/AddMissingCashVATPayments.class
M build/classes/org/openbravo/module/cashvat/modulescript/AddMissingCashVATPaymentsData.class
M src-db/database/sourcedata/AD_MODULE.xml
M src-util/modulescript/src/org/openbravo/module/cashvat/modulescript/AddMissingCashVATPayments.java
M src-util/modulescript/src/org/openbravo/module/cashvat/modulescript/AddMissingCashVATPayments_data.xsql
---
(0074575)
umartirena   
2015-02-17 21:27   
Code Review + Testing OK