Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0006698Openbravo ERPZ. Otherspublic2008-12-19 16:282011-06-22 20:26
shuehner 
shuehner 
lowtrivialhave not tried
closedfixed 
5
pi 
 
Core
No
0006698: Partial list of broken/not useful xsql methods which are currently not used
This list contains some xsql methods which are found to be not uselful or do currently not work. But they are not called in any codepath in current trunk.

These should be reviewed/removed at start of 2.60 cycle.
Clean-up
related to feature request 0004116pi acknowledged iciordia Removed unused AD elements 
related to defect 00056742.50 closed shuehner Audit for missing to_number in XSQL for Postgresql from v8.3 and excessive to_number in ID fields 
related to defect 0011448 closed shuehner ReportVatRegisterJR does not work on postgresql 8.3 and this report and the CreateVatRegister process have unused sql code 
blocks feature request 0007236 acknowledged shuehner Tracking issue: Cleanup for 3.00 
Issue History
2008-12-19 16:28shuehnerNew Issue
2008-12-19 16:28shuehnerAssigned To => shuehner
2008-12-19 16:28shuehnersf_bug_id0 => 2449589
2008-12-19 16:28shuehnerRegression testing => No
2008-12-19 16:32shuehnerNote Added: 0011610
2008-12-19 16:32shuehnerTag Attached: Clean-up
2008-12-19 16:33shuehnerRelationship addedrelated to 0005674
2008-12-19 16:38shuehnerStatusnew => acknowledged
2008-12-22 16:45shuehnerRelationship addeddepends on 0006713
2008-12-22 16:59shuehnerTypedefect => feature request
2008-12-22 17:00shuehnerRelationship addedrelated to 0004116
2009-01-29 15:59shuehnerRelationship addedblocks 0007236
2009-07-22 10:35shuehnerRelationship deleteddepends on 0006713
2009-11-20 16:52shuehnerRelationship addedrelated to 0011448
2009-11-23 12:31shuehnerNote Added: 0022107
2011-06-22 20:25shuehnerStatusacknowledged => scheduled
2011-06-22 20:25shuehnerfix_in_branch => pi
2011-06-22 20:25shuehnerNote Added: 0038500
2011-06-22 20:25shuehnerStatusscheduled => resolved
2011-06-22 20:25shuehnerFixed in SCM revision => https://code.openbravo.com/erp/devel/pi/rev/7d9a9c39fea4 [^]
2011-06-22 20:25shuehnerResolutionopen => fixed
2011-06-22 20:26shuehnerNote Added: 0038501
2011-06-22 20:26shuehnerStatusresolved => closed

Notes
(0011610)
shuehner   
2008-12-19 16:32   
Partial List:
        Imports_data.xsql
          useless not used
        Seguridad_data.xsql: autentificado,autorizado
          useless
        TaxRegister_data.xsql;insert,insertLines
           uuid-broken,not used
        TaxPayment_data.xsql:udpateProcessed,updateGeneratedPayment
           uuid-broken,not used
        pos/Email_data.xsql
           uuid-broken,not used (entire table not used)
        ShowSessionVariables_data.xsql:insert
           uuid-broken,not used
        RemittanceCancel_data.xsql:returnDPGenerated
           uuid-broken,used but the caller is not used
        AcctServer_data.xsql:callGetValidCombination
           uuid-broken,used but caller not used
(0022107)
shuehner   
2009-11-23 12:31   
Partial list after 11458 was resolved:

TaxPayment_data.xsql:udpateProcessed,updateGeneratedPayment
           uuid-broken,not used
(0038500)
shuehner   
2011-06-22 20:25   
Some of those where moved out of core during the cleanup. Rest was removed in this cset. -> Marking as resolved.
(0038501)
shuehner   
2011-06-22 20:26   
Closing directly as no functional impact, but removal of unused, non-public code (so no api-change).