Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0006698 | Openbravo ERP | Z. Others | public | 2008-12-19 16:28 | 2011-06-22 20:26 |
|
Reporter | shuehner | |
Assigned To | shuehner | |
Priority | low | Severity | trivial | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0006698: Partial list of broken/not useful xsql methods which are currently not used |
Description | 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. |
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | Clean-up |
Relationships | related to | feature request | 0004116 | pi | acknowledged | iciordia | Removed unused AD elements | related to | defect | 0005674 | 2.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 |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2008-12-19 16:28 | shuehner | New Issue | |
2008-12-19 16:28 | shuehner | Assigned To | => shuehner |
2008-12-19 16:28 | shuehner | sf_bug_id | 0 => 2449589 |
2008-12-19 16:28 | shuehner | Regression testing | => No |
2008-12-19 16:32 | shuehner | Note Added: 0011610 | |
2008-12-19 16:32 | shuehner | Tag Attached: Clean-up | |
2008-12-19 16:33 | shuehner | Relationship added | related to 0005674 |
2008-12-19 16:38 | shuehner | Status | new => acknowledged |
2008-12-22 16:45 | shuehner | Relationship added | depends on 0006713 |
2008-12-22 16:59 | shuehner | Type | defect => feature request |
2008-12-22 17:00 | shuehner | Relationship added | related to 0004116 |
2009-01-29 15:59 | shuehner | Relationship added | blocks 0007236 |
2009-07-22 10:35 | shuehner | Relationship deleted | depends on 0006713 |
2009-11-20 16:52 | shuehner | Relationship added | related to 0011448 |
2009-11-23 12:31 | shuehner | Note Added: 0022107 | |
2011-06-22 20:25 | shuehner | Status | acknowledged => scheduled |
2011-06-22 20:25 | shuehner | fix_in_branch | => pi |
2011-06-22 20:25 | shuehner | Note Added: 0038500 | |
2011-06-22 20:25 | shuehner | Status | scheduled => resolved |
2011-06-22 20:25 | shuehner | Fixed in SCM revision | => https://code.openbravo.com/erp/devel/pi/rev/7d9a9c39fea4 [^] |
2011-06-22 20:25 | shuehner | Resolution | open => fixed |
2011-06-22 20:26 | shuehner | Note Added: 0038501 | |
2011-06-22 20:26 | shuehner | Status | resolved => closed |
Notes |
|
|
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 |
|
|
|
Partial list after 11458 was resolved:
TaxPayment_data.xsql:udpateProcessed,updateGeneratedPayment
uuid-broken,not used |
|
|
|
Some of those where moved out of core during the cleanup. Rest was removed in this cset. -> Marking as resolved. |
|
|
|
Closing directly as no functional impact, but removal of unused, non-public code (so no api-change). |
|