Openbravo Issue Tracking System - Openbravo ERP | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0001303 | Openbravo ERP | B. User interface | public | 2007-06-08 19:25 | 2008-06-20 12:43 |
| Reporter | jpabloae | ||||
| Assigned To | Hennadzi | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | 5 | OS Version | ||
| Product Version | |||||
| Target Version | Fixed in Version | 2.40alpha-r3 | |||
| Merge Request Status | |||||
| Review Assigned To | |||||
| OBNetwork customer | No | ||||
| Web browser | |||||
| Modules | Core | ||||
| Support ticket | |||||
| Regression level | |||||
| Regression date | |||||
| Regression introduced in release | |||||
| Regression introduced by commit | |||||
| Triggers an Emergency Pack | No | ||||
| Summary | 0001303: Old CSS classes in xsql files | ||||
| Description | There are many xsql files using old CSS classes. For example: org/openbravo/erpReports/RptC_BpartnerSales_data.xsql: SELECT YEAR, AMOUNT, (CASE YEAR WHEN TO_CHAR(now(),'YYYY') THEN 'BordesVerdeClaro' ELSE 'BordesRojoClaro' END) AS CLASSDESIGN BordesVerdeClaro and BordesRojoClaro no longer exist. More in: org/openbravo/erpCommon/ad_actionButton/CopyFromOrder_data.xsql org/openbravo/erpCommon/ad_reports/ReportCashflowForecast_data.xsql: org/openbravo/erpCommon/ad_reports/ReportWorkRequirementDaily_data.xsql org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscount_data.xsql org/openbravo/erpCommon/ad_reports/ReportPendingProduction_data.xsql org/openbravo/erpCommon/ad_reports/ReportWorkRequirement_data.xsql org/openbravo/erpCommon/ad_process/CreateTaxReport_data.xsql org/openbravo/erpCommon/ad_process/CreateAccountingReport_data.xsql org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscount_data.xsql ... To locate most of them this regexp can be useful: for i in `cat /tmp/old_classes`; do grep -r "$i" /opt/AppsOpenbravo/src/ ; done Attached old_classes file. | ||||
| Steps To Reproduce | |||||
| Proposed Solution | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2008-06-20 12:43 | plujan | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||