Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0004077
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Openbravo ERP] A. Platformtrivialhave not tried2008-06-19 15:512008-11-26 20:20
ReporterjaimetorreView Statuspublic 
Assigned Toshuehner 
PriorityurgentResolutionfixedFixed in Version2.50
StatusclosedFix in branchFixed in SCM revision6756
ProjectionnoneETAnoneTarget Version2.50
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0004077: Functions and variables in javascript have Spanish names

DescriptionCode should be written in English. There are functions and variable names in Spanish. For example:
depurar, accion, valor, campo, bolDepurar, bolComprobar, bolComprobarCambios, strValorNumerico, bolDecimales, bolNegativo...
TagsReleaseCandidate
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0008642)
svnbot (reporter)
2008-08-20 19:23

Repository: openbravo
Revision: 6442
Author: huehner
Date: 2008-08-20 19:23:17 +0200 (Wed, 20 Aug 2008)

Issue 4077
First round of renaming spanish -> english in javascript
renamed are:
- global variables only used inside this file
- function parameters and local variables in functions
- function estaEnCombo what defined twice in the file (with same content), one copy is removed
no external impact of these changes

---
U branches/javascriptremovespanish/web/js/utils.js
---

https://dev.openbravo.com/websvn/openbravo/?rev=6442&sc=1 [^]
(0008643)
svnbot (reporter)
2008-08-20 19:38

Repository: openbravo
Revision: 6443
Author: huehner
Date: 2008-08-20 19:38:53 +0200 (Wed, 20 Aug 2008)

Issue 4077
Deprecations of not used items:
- Global: gAUXILIAR
- Functions: rellenarComboHijo, generarArrayChecks, menuContextual

---
U branches/javascriptremovespanish/web/js/utils.js
---

https://dev.openbravo.com/websvn/openbravo/?rev=6443&sc=1 [^]
(0008653)
svnbot (reporter)
2008-08-21 15:15

Repository: openbravo
Revision: 6465
Author: huehner
Date: 2008-08-21 15:15:33 +0200 (Thu, 21 Aug 2008)

Issue 4077
First round of renaming functions from spanish -> english in utils.js
for all functions which are used inside src/* a wrapper function with the old
name was created which transparently calls the new functions. The wrapper functions
is instantly marked as deprecated.

---
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_CRemittance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_DPManagement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InvoiceVendorMultiline_Lines.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAgingBalance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAnnualCertification.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPricelist.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProduction.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundInvoiceCustomerDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundSalesDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipmentDimensionalAnalyzeJRFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/PrinterReports.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_Options_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/KeyMap.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/TaskDefault.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/ToolBar.java
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/Template_ActionButton.html
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/javasource.javaxml
U branches/javascriptremovespanish/web/js/utils.js
---

https://dev.openbravo.com/websvn/openbravo/?rev=6465&sc=1 [^]
(0008654)
svnbot (reporter)
2008-08-21 15:20

Repository: openbravo
Revision: 6466
Author: huehner
Date: 2008-08-21 15:20:32 +0200 (Thu, 21 Aug 2008)

Issue 4077
Automatic replacement of abrirNuevoBrowser -> openNewBrowser in src/*

---
U branches/javascriptremovespanish/src/org/openbravo/base/secureApp/Advise.html
U branches/javascriptremovespanish/src/org/openbravo/base/secureApp/AdvisePopUp.html
U branches/javascriptremovespanish/src/org/openbravo/base/secureApp/Error.html
U branches/javascriptremovespanish/src/org/openbravo/base/secureApp/ErrorPopUp.html
U branches/javascriptremovespanish/src/org/openbravo/base/secureApp/HtmlErrorLogin.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ChangeProjectStatus.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromInvoice.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromPOOrder.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromSettlement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFile.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_Receipt.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_Shipment.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Bank.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_CRemittance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_DPManagement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Response.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Settlement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Shipment.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateRegFactAcct.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateVatRegisters.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/DocAction.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/DropRegFactAcct.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/EditCCPMeasureValues_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/EncryptedButtons.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/InsertAcces.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/Posted.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ProjectClose.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ProjectCopyFrom.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ProjectSetType.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/Test_In.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/UpdateMaintenanceScheduled_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/About.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Heartbeat.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/HeartbeatConfirm.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MatchingPO-Receipt-Invoice_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Registration.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RegistrationConfirm.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RequisitionToOrderCreate.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Role.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_Element_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_Field_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportAccountServlet.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportBPartnerServlet.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportBudgetServlet.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportOrderServlet.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportProductServlet.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportTaxServlet.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_workflow/WorkflowControl.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/Buscador.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/TabAttachments_Edition.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/TabAttachments_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Account.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/AttributeSetInstance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/BusinessPartner.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/BusinessPartnerMultiple.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/DebtPayment.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ImageInfo_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Invoice.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/InvoiceLine.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Location_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Locator.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Product.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ProductComplete.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ProductMultiple.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Project.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/SalesOrder.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/SalesOrderLine.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ShipmentReceipt.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ShipmentReceiptLine.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/UserContact_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_Logo.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_Options_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/ExecuteTask.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/Home.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/NavigationBar.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/UsedByLink.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/UsedByLink_Detail.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/WindowTree.html
U branches/javascriptremovespanish/src/org/openbravo/erpReports/RptC_Bpartner.html
---

https://dev.openbravo.com/websvn/openbravo/?rev=6466&sc=1 [^]
(0008658)
svnbot (reporter)
2008-08-21 17:31

Repository: openbravo
Revision: 6471
Author: huehner
Date: 2008-08-21 17:31:45 +0200 (Thu, 21 Aug 2008)

Issue 4077
Next round of renaming functions from spanish -> english
Wrapper functions are added for functions used in src/*

---
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ChangeProjectStatus.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Shipment.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/DocAction.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ProjectSetType.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/BackgroundProcessList.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/DebtPaymentUnapply.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/GenerateInvoicesmanual.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/GenerateShipmentsmanual.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RequisitionToOrder.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ChangeOrderOrg.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateAccountingReport.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashFlow.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashFlow_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Location_F1.html
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/WadUtility.java
U branches/javascriptremovespanish/web/js/searchs.js
U branches/javascriptremovespanish/web/js/utils.js
---

https://dev.openbravo.com/websvn/openbravo/?rev=6471&sc=1 [^]
(0008659)
svnbot (reporter)
2008-08-21 17:35

Repository: openbravo
Revision: 6472
Author: huehner
Date: 2008-08-21 17:35:30 +0200 (Thu, 21 Aug 2008)

Issue 4077
Rename cambiarListaCombo -> changeComboData in utils.js
Batch-rename all in-tree callers

---
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_Receipt.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InitialClientSetup.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RequisitionToOrderCreate.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Role.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateAccountingReport.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReports.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBudgetGenerateExcel.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashFlow_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportParetoProduct.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderProvidedJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_Options_F1.html
U branches/javascriptremovespanish/web/js/utils.js
---

https://dev.openbravo.com/websvn/openbravo/?rev=6472&sc=1 [^]
(0008660)
svnbot (reporter)
2008-08-21 17:38

Repository: openbravo
Revision: 6474
Author: huehner
Date: 2008-08-21 17:38:41 +0200 (Thu, 21 Aug 2008)

Issue 4077
Rename eleminarElementosList -> clearSelectedElements in utils.js
Batch-rename all in-tree callers

---
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAgingBalance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAnnualCertification.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBudgetGenerateExcel.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportDebtPayment.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportDebtPaymentTrack.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesJRFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscount.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscountJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorDimensionalAnalysesFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialDimensionalAnalysesFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportOffer.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPricelist.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSite.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSiteJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPurchaseDimensionalAnalysesFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundInvoiceCustomerDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundSalesDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesDimensionalAnalyzeJRFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipmentDimensionalAnalyzeJRFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehousePartnerJR.html
U branches/javascriptremovespanish/web/js/utils.js
---

https://dev.openbravo.com/websvn/openbravo/?rev=6474&sc=1 [^]
(0008661)
svnbot (reporter)
2008-08-21 17:42

Repository: openbravo
Revision: 6475
Author: huehner
Date: 2008-08-21 17:42:11 +0200 (Thu, 21 Aug 2008)

Issue 4077
Rename limpiarLista -> clearList in utils.js
Batch-rename all in-tree callers

---
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAgingBalance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAnnualCertification.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBudgetGenerateExcel.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportDebtPayment.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportDebtPaymentTrack.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesJRFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscount.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscountJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorDimensionalAnalysesFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialDimensionalAnalysesFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportOffer.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPricelist.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSite.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSiteJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPurchaseDimensionalAnalysesFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundInvoiceCustomerDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundSalesDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesDimensionalAnalyzeJRFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipmentDimensionalAnalyzeJRFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehousePartnerJR.html
U branches/javascriptremovespanish/web/js/searchs.js
U branches/javascriptremovespanish/web/js/utils.js
---

https://dev.openbravo.com/websvn/openbravo/?rev=6475&sc=1 [^]
(0008662)
svnbot (reporter)
2008-08-21 17:48

Repository: openbravo
Revision: 6476
Author: huehner
Date: 2008-08-21 17:48:19 +0200 (Thu, 21 Aug 2008)

Issue 4077
Rename function seleccionarListCompleto -> markCheckedAllElements in utils.js
Batch-rename all in-tree callers

---
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalysesEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAgingBalance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAnnualCertification.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportDebtPayment.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportDebtPaymentTrack.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesJRFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscount.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscountJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorDimensionalAnalysesFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialDimensionalAnalysesFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportOffer.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPricelist.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSite.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSiteJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPurchaseDimensionalAnalysesFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundInvoiceCustomerDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundSalesDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesDimensionalAnalyzeJRFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderInvoicedJasper.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipmentDimensionalAnalyzeJRFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehousePartnerJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/TabFilter.html
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/TemplateSortTab_Relation.html
U branches/javascriptremovespanish/web/js/utils.js
---

https://dev.openbravo.com/websvn/openbravo/?rev=6476&sc=1 [^]
(0008663)
svnbot (reporter)
2008-08-21 17:52

Repository: openbravo
Revision: 6477
Author: huehner
Date: 2008-08-21 17:52:09 +0200 (Thu, 21 Aug 2008)

Issue 4077
Fix typo in newly created seleccionarListCompleto wrapper

---
U branches/javascriptremovespanish/web/js/utils.js
---

https://dev.openbravo.com/websvn/openbravo/?rev=6477&sc=1 [^]
(0008666)
svnbot (reporter)
2008-08-21 19:11

Repository: openbravo
Revision: 6484
Author: huehner
Date: 2008-08-21 19:11:32 +0200 (Thu, 21 Aug 2008)

Issue 4077
- Rename parameter-names of depurar function generated by WAD, these are only
  visible inside the generated functions, so no external impact
- rename wad-generated function depurarClient -> validateClient
  this function is generated for each _Edition.html, _Relation.html & _ActionButton*.html
  file but only called locally by wad-generated code, so again no external impact of this change

---
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/Template_ActionButton.html
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/Template_Edition.html
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/Template_Relation.html
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/Wad.java
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/WadActionButton.java
---

https://dev.openbravo.com/websvn/openbravo/?rev=6484&sc=1 [^]
(0008670)
svnbot (reporter)
2008-08-22 11:20

Repository: openbravo
Revision: 6488
Author: huehner
Date: 2008-08-22 11:20:42 +0200 (Fri, 22 Aug 2008)

Issue 4077
- In utils.js: created a new wrapper function called depurar_validate_wrapper
  with either calls the validate-function or the depurar-function depending on
  which is defined (in some html-file). This allows custom code (using the depurar-name)
  to still work, but new code use the new function-name validate.
  Use this wrapper instead of calling depurar directly in utils.js
- Modify wad to create and call a validate-function instead of a depurar-function

---
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/TemplateSortTab_Relation.html
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/Template_ActionButton.html
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/Template_Edition.html
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/Template_Relation.html
U branches/javascriptremovespanish/web/js/utils.js
---

https://dev.openbravo.com/websvn/openbravo/?rev=6488&sc=1 [^]
(0008671)
svnbot (reporter)
2008-08-22 11:41

Repository: openbravo
Revision: 6489
Author: huehner
Date: 2008-08-22 11:41:15 +0200 (Fri, 22 Aug 2008)

Issue 4077
Rename function depurar -> validate in manual code in src/*

---
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromSettlement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_Receipt.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_Shipment.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Bank.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_CRemittance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_DPManagement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Settlement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Shipment.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/DocAction.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/EditCCPMeasureValues_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/EditCCPMeasureValues_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/EncryptedButtons.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ExpenseSOrder.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/UpdateMaintenanceScheduled_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/UpdateMaintenanceScheduled_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/AlertManagement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/DebtPaymentUnapply.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/EdiFileImport.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/FileImport.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/GenerateInvoicesmanual.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/GenerateShipmentsmanual.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InformeInOut.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InitialClientSetup.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InvoiceVendorMultiline.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MaterialReceiptPending.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RemittanceCancel.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RequisitionToOrder.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RequisitionToOrderCreate.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Role.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/ShowSessionVariables.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Translation.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_Element_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_Field_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CashBankOperations.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ChangeOrderOrg.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal_F3.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateAccountingReport.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateTaxReport.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/DeleteClient.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ExpenseAPInvoice.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/GenerateHelp.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/PriceListCreateAll.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/SendMailText.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReports.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/GenerateModel347.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/MInOutTraceReports.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAgingBalance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAnnualCertification.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBank.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBankJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBudgetGenerateExcel.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCash.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashFlow_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportDebtPayment.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportDebtPaymentTrack.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportExpense.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGuaranteeDateJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesJRFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscount.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscountJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorDimensionalAnalysesFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoices.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoicesJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialDimensionalAnalysesFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialTransactionEditionJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialTransactionFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportNotPosted.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportOffer.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportParetoProduct.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPricelist.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductMovement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProduction.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionCost.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionRunJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSite.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSiteJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectProfitabilityJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPurchaseDimensionalAnalysesFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundInvoiceCustomerDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundSalesDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesDimensionalAnalyzeJRFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderInvoicedJasper.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderProvidedJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipmentDimensionalAnalyzeJRFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipmentFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipper.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTaxInvoice.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportToInvoiceConsignmentJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportValuationStock.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehouseControl.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehouseDetailInventoryJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehousePartnerJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementDailyEnv.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/TabFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Account.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/BusinessPartner.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/BusinessPartnerMultiple.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/DebtPayment.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ImageInfo_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Invoice.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/InvoiceLine.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Locator.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Product.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ProductComplete.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ProductMultiple.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Project.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/SalesOrder.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/SalesOrderLine.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ShipmentReceipt.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ShipmentReceiptLine.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/UserContact_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpReports/ReportPaymentFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpReports/ReportRegisterFilter.html
---

https://dev.openbravo.com/websvn/openbravo/?rev=6489&sc=1 [^]
(0008673)
svnbot (reporter)
2008-08-22 12:03

Repository: openbravo
Revision: 6490
Author: huehner
Date: 2008-08-22 12:03:54 +0200 (Fri, 22 Aug 2008)

Issue 4077
cleanup: remove long-time unused and commented out depurarCombo javascript function

---
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateTaxReport.html
---

https://dev.openbravo.com/websvn/openbravo/?rev=6490&sc=1 [^]
(0008674)
svnbot (reporter)
2008-08-22 12:06

Repository: openbravo
Revision: 6491
Author: huehner
Date: 2008-08-22 12:06:50 +0200 (Fri, 22 Aug 2008)

Issue 4077
Rename function depurarCombo -> validateCombo in manual code

---
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateAccountingReport.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashFlow.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashFlow_F1.html
---

https://dev.openbravo.com/websvn/openbravo/?rev=6491&sc=1 [^]
(0008675)
svnbot (reporter)
2008-08-22 12:10

Repository: openbravo
Revision: 6492
Author: huehner
Date: 2008-08-22 12:10:44 +0200 (Fri, 22 Aug 2008)

Issue 4077
rename some missed function parameters

---
U branches/javascriptremovespanish/web/js/utils.js
---

https://dev.openbravo.com/websvn/openbravo/?rev=6492&sc=1 [^]
(0008676)
svnbot (reporter)
2008-08-22 12:20

Repository: openbravo
Revision: 6495
Author: huehner
Date: 2008-08-22 12:20:23 +0200 (Fri, 22 Aug 2008)

Issue 4077
rename function parameters for validate(old: depurar) function in manual code

---
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/DocAction.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/AlertManagement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCash.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashJR.html
---

https://dev.openbravo.com/websvn/openbravo/?rev=6495&sc=1 [^]
(0008677)
svnbot (reporter)
2008-08-22 12:33

Repository: openbravo
Revision: 6496
Author: huehner
Date: 2008-08-22 12:33:28 +0200 (Fri, 22 Aug 2008)

Issue 4077
Rename parameters of the generated validateClient function
there renamed parameters are not used in any in-tree validation code

---
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/Wad.java
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/WadActionButton.java
---

https://dev.openbravo.com/websvn/openbravo/?rev=6496&sc=1 [^]
(0008681)
svnbot (reporter)
2008-08-22 13:07

Repository: openbravo
Revision: 6497
Author: huehner
Date: 2008-08-22 13:07:03 +0200 (Fri, 22 Aug 2008)

Issue 4077
Fix error introduced in r6492

---
U branches/javascriptremovespanish/web/js/utils.js
---

https://dev.openbravo.com/websvn/openbravo/?rev=6497&sc=1 [^]
(0008682)
svnbot (reporter)
2008-08-22 13:10

Repository: openbravo
Revision: 6498
Author: huehner
Date: 2008-08-22 13:10:31 +0200 (Fri, 22 Aug 2008)

Issue 4077
rename function depurarSelector -> validateSelector in manual code
- add a wrapper depurarSelector_validateSelector_wrapper in search.js which
  calls the new or the old function, whatever is available
- rename local variables in the validateSelector function

---
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Account.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Account.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/AttributeSetInstance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/BusinessPartner.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/BusinessPartner.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/BusinessPartnerMultiple.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/DebtPayment.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ImageInfo_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ImageInfo_F3.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Invoice.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Invoice.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/InvoiceLine.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/InvoiceLine.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Location.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Locator.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Locator.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Product.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Product.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ProductComplete.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ProductComplete.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ProductMultiple.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Project.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Project.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/SalesOrder.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/SalesOrder.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/SalesOrderLine.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/SalesOrderLine.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/SearchUniqueKeyResponse.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ShipmentReceipt.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ShipmentReceipt.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ShipmentReceiptLine.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ShipmentReceiptLine.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/UserContact.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/UserContact_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/UserContact_F3.html
U branches/javascriptremovespanish/web/js/searchs.js
---

https://dev.openbravo.com/websvn/openbravo/?rev=6498&sc=1 [^]
(0008686)
svnbot (reporter)
2008-08-22 13:31

Repository: openbravo
Revision: 6500
Author: huehner
Date: 2008-08-22 13:31:09 +0200 (Fri, 22 Aug 2008)

Issue 4077
Rename function parameters and local variables in manual windows

---
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_Shipment.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Bank.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_CRemittance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_DPManagement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MaterialReceiptPending.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RemittanceCancel.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RequisitionToOrder.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_Field_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_workflow/WorkflowControl.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/AttributeSetInstance.html
---

https://dev.openbravo.com/websvn/openbravo/?rev=6500&sc=1 [^]
(0008690)
svnbot (reporter)
2008-08-22 15:25

Repository: openbravo
Revision: 6503
Author: huehner
Date: 2008-08-22 15:25:48 +0200 (Fri, 22 Aug 2008)

Issue 4077
Rename functions spanish -> english in manual windows

---
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_Shipment.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Bank.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_CRemittance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_DPManagement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Settlement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/EditCCPMeasureValues_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/UpdateMaintenanceScheduled_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RemittanceCancel.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Location_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Location_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/UserContact_F2.html
---

https://dev.openbravo.com/websvn/openbravo/?rev=6503&sc=1 [^]
(0008691)
svnbot (reporter)
2008-08-22 15:58

Repository: openbravo
Revision: 6504
Author: huehner
Date: 2008-08-22 15:58:53 +0200 (Fri, 22 Aug 2008)

Issue 4077
Rename function actualizarDatos -> updateData in manual Windows

---
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_Receipt.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Bank.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_CRemittance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_DPManagement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Settlement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InitialClientSetup.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MaterialReceiptPending.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingComparativeNoPeriod.srpt
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingComparativePeriod.srpt
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalysesEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingNoComparativeNoPeriod.srpt
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingNoComparativePeriod.srpt
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportOffer.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionCost.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionCostSubreport.srpt
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_Options_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpReports/RptC_Bpartner.html
---

https://dev.openbravo.com/websvn/openbravo/?rev=6504&sc=1 [^]
(0008693)
svnbot (reporter)
2008-08-22 16:07

Repository: openbravo
Revision: 6505
Author: huehner
Date: 2008-08-22 16:07:43 +0200 (Fri, 22 Aug 2008)

Issue 4077
Rename functions:
- actualizarDescripcion -> updateDescription
- actualizarInvoices -> updateInvoices
rename some function parameters

---
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ChangeProjectStatus.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_F0.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_F0.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Shipment.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/DocAction.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/EditCCPMeasureValues_F0.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ProjectSetType.html
---

https://dev.openbravo.com/websvn/openbravo/?rev=6505&sc=1 [^]
(0008694)
svnbot (reporter)
2008-08-22 16:09

Repository: openbravo
Revision: 6506
Author: huehner
Date: 2008-08-22 16:09:38 +0200 (Fri, 22 Aug 2008)

Issue 4077
Rename some function local variables

---
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalysesEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpReports/RptC_Bpartner.html
---

https://dev.openbravo.com/websvn/openbravo/?rev=6506&sc=1 [^]
(0008724)
svnbot (reporter)
2008-08-25 15:06

Repository: openbravo
Revision: 6529
Author: huehner
Date: 2008-08-25 15:06:04 +0200 (Mon, 25 Aug 2008)

Issue 4077
Rename function mensaje -> showJSMEssage in messages.js
- add a deprecated wrapper with the old name
- convert all in-tree callers to new name

---
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromSettlement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_Receipt.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Bank.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_CRemittance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_DPManagement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Shipment.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/DocAction.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ExpenseSOrder.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/UpdateMaintenanceScheduled_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/DebtPaymentUnapply.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/EdiFileImport.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/FileImport.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/GenerateInvoicesmanual.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/GenerateShipmentsmanual.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InitialClientSetup.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InvoiceVendorMultiline_Lines.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MaterialReceiptPending.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RemittanceCancel.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RequisitionToOrder.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RequisitionToOrderCreate.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Role.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/ShowSessionVariables.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Translation.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CashBankOperations.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ChangeOrderOrg.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateAccountingReport.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateTaxReport.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ExpenseAPInvoice.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/GenerateHelp.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/PriceListCreateAll.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/SendMailText.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReports.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/GenerateModel347.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/MInOutTraceReports.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAgingBalance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAnnualCertification.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBank.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBankJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBudgetGenerateExcel.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashFlow_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportDebtPaymentTrack.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportExpense.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGuaranteeDateJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesJRFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscount.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscountJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorDimensionalAnalysesFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoices.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoicesJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialDimensionalAnalysesFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialTransactionEditionJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialTransactionFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportNotPosted.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportOffer.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductMovement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProduction.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionCost.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionRunJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSite.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSiteJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectProfitabilityJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPurchaseDimensionalAnalysesFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundInvoiceCustomerDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundSalesDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesDimensionalAnalyzeJRFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderInvoicedJasper.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderProvidedJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipmentDimensionalAnalyzeJRFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipmentFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipper.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTaxInvoice.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportToInvoiceConsignmentJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportValuationStock.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehouseControl.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehouseDetailInventoryJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehousePartnerJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementDailyEnv.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/Buscador.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Account.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/BusinessPartner.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/BusinessPartnerMultiple.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ImageInfo_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Locator.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Product.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ProductComplete.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ProductMultiple.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Project.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/SalesOrder.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/SalesOrderLine.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ShipmentReceipt.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ShipmentReceiptLine.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/UserContact_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/ToolBar.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/WindowTree.html
U branches/javascriptremovespanish/src/org/openbravo/erpReports/ReportPaymentFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpReports/ReportRegisterFilter.html
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/Template_Relation.html
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/controls/WADControlJSValidation.html
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/controls/WADDateJSValidation.html
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/controls/WADImageJSValidation.html
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/controls/WADIntegerJSValidation.html
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/controls/WADLinkJSValidation.html
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/controls/WADList.java
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/controls/WADMemoJSValidation.html
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/controls/WADNumberJSValidation.html
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/controls/WADPAttribute.java
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/controls/WADSearch.java
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/controls/WADString.java
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/controls/WADTime.java
U branches/javascriptremovespanish/web/js/messages.js
U branches/javascriptremovespanish/web/js/openbravo/widget/DataGrid.js
U branches/javascriptremovespanish/web/js/searchs.js
U branches/javascriptremovespanish/web/js/utils.js
---

https://dev.openbravo.com/websvn/openbravo/?rev=6529&sc=1 [^]
(0008725)
svnbot (reporter)
2008-08-25 15:14

Repository: openbravo
Revision: 6533
Author: huehner
Date: 2008-08-25 15:14:51 +0200 (Mon, 25 Aug 2008)

Issue 4077
Rename function parameters and local variables from spanish to english

---
U branches/javascriptremovespanish/web/js/callOut.js
U branches/javascriptremovespanish/web/js/menuKeyboard.js
U branches/javascriptremovespanish/web/js/multilineaOculto.js
---

https://dev.openbravo.com/websvn/openbravo/?rev=6533&sc=1 [^]
(0008732)
svnbot (reporter)
2008-08-25 17:43

Repository: openbravo
Revision: 6542
Author: huehner
Date: 2008-08-25 17:43:21 +0200 (Mon, 25 Aug 2008)

Issue 4077
- rename the main-contentframe from frameAplicacion -> appFrame
- convert all in-tree users
- introduce compatibility code in callout.js and for
  submitCommandForm & submitCommandFormParamater to support old code which still
  uses the old name

---
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/Activation_Message.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SE_Expense_Amount.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SE_Expense_BP_Project.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SE_Expense_Product.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SE_InOut_DocType.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SE_Invoice_BPartner.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SE_Invoice_Project.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SE_Order_BPartner.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SE_Order_Project.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SE_ProjectLine_Value.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SE_Proposal_BPartner.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SE_Request_CopyText.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SE_Supplier_BPartner.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SE_Wh_SchedulePeriod.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_AlertRule_SQL.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Assets.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_BankDebt_Amount.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_BankStmt_Amount.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Budget_Product.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_CCPMeasure_Group.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_CashJournal_Amounts.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Charge.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Conversion_Rate.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_CreateFromMultiple_Conversion.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_CreateFromMultiple_Warehouse.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_GlobalUse_Conversion.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_GlobalUse_Product.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_InOutLine_Locator.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_InOutLine_Product.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_InOut_BPartner.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_InOut_Conversion.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Internal_Consumption_Conversion.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Internal_Consumption_Product.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Inventory_Conversion.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Inventory_Product.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_InvoiceTax_Amt.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Invoice_Amt.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Invoice_Charge_Tax.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Invoice_Conversion.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Invoice_DocType.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Invoice_PriceList.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Invoice_Product.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Invoice_Tax.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_IsDefault.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_JournalLineAmt.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Journal_Period.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_MInOutTraceReports.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Movement_Conversion.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Movement_Product.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Order_Amt.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Order_Charge_Tax.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Order_Conversion.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Order_DocType.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Order_PriceList.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Order_Product.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Order_Tax.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Payment_Amounts.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Payment_DocType.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Payment_No_Verify.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_ProductionPlan_Conversion.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Production_Conversion.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Production_Product.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Project_Margin.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Project_Planned.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Project_PriceList.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Proposal_Product.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Request_Action.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_RequisitionLine_Amt.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_RequisitionLine_Conversion.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_RequisitionLine_Product.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_RequisitionOrder_Order.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_Requisition_BPartner.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_ScheduledMaintenance_Maintenance.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_SequenceProduct_Conversion.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_SequenceProduct_Product.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_User_Name.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_WRPhaseProduct_Product.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_WRPhase_Sequence.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_callouts/SL_WorkRequirement_Conversion.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/EdiFileImport.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/FileImport.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Heartbeat.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/HeartbeatConfirm.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Registration.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RegistrationConfirm.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportExpenseEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundInvoiceCustomerDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_workflow/WorkflowControl_Redirect.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_FS.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_Welcome.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/NavigationBar.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/VerticalMenu.java
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/Wad.java
U branches/javascriptremovespanish/web/js/appStatus.js
U branches/javascriptremovespanish/web/js/callOut.js
U branches/javascriptremovespanish/web/js/menuKeyboard.js
U branches/javascriptremovespanish/web/js/utils.js
---

https://dev.openbravo.com/websvn/openbravo/?rev=6542&sc=1 [^]
(0008734)
svnbot (reporter)
2008-08-25 18:43

Repository: openbravo
Revision: 6545
Author: huehner
Date: 2008-08-25 18:43:01 +0200 (Mon, 25 Aug 2008)

Issue 4077
- Rename the frame frameOculto -> hiddenFrame
- convert all in-tree users
- introduce some compat-code into submitCommandForm & submitCommandFormParameter
  so that the old-name still works

---
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/InsertAcces.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/FileImport.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RequisitionToOrderCreate.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/GenerateModel347.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/MInOutTraceReports.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductMovement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_FS.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/VerticalMenu.java
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/Wad.java
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/WadUtility.java
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/controls/WADControlJS.html
U branches/javascriptremovespanish/web/js/utils.js
---

https://dev.openbravo.com/websvn/openbravo/?rev=6545&sc=1 [^]
(0008742)
svnbot (reporter)
2008-08-26 12:14

Repository: openbravo
Revision: 6562
Author: huehner
Date: 2008-08-26 12:14:10 +0200 (Tue, 26 Aug 2008)

Issue 4077
- rename another local variable in menuKeyboard.js
- rename locally used globals,parameters,variables) in searchs.js

---
U branches/javascriptremovespanish/web/js/menuKeyboard.js
U branches/javascriptremovespanish/web/js/searchs.js
---

https://dev.openbravo.com/websvn/openbravo/?rev=6562&sc=1 [^]
(0008761)
svnbot (reporter)
2008-08-26 16:54

Repository: openbravo
Revision: 6573
Author: huehner
Date: 2008-08-26 16:54:54 +0200 (Tue, 26 Aug 2008)

Issue 4077
Rename variable LNG_POR_DEFECTO -> defaultLang
- this is set in each HTML-template, and modified in each Servlet
- add wrapper code to search for new and old-name variable in javascript-code
  for backwards compatibility
- convert wad-templates to use new variable name

---
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/ActionButton_Responser.javaxml
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/TemplateSortTab_Relation.html
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/Template_ActionButton.html
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/Template_Relation.html
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/javasource.javaxml
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/javasourceSortTab.javaxml
U branches/javascriptremovespanish/web/js/dojo/dojo.js
U branches/javascriptremovespanish/web/js/messages.js
U branches/javascriptremovespanish/web/js/openbravo/messages/common.js
---

https://dev.openbravo.com/websvn/openbravo/?rev=6573&sc=1 [^]
(0008762)
svnbot (reporter)
2008-08-26 17:00

Repository: openbravo
Revision: 6574
Author: huehner
Date: 2008-08-26 17:00:27 +0200 (Tue, 26 Aug 2008)

Issue 4077
Second part of LNG_POR_DEFECTO -> defaultLang
batch-convert all in-tree users in src/*

---
U branches/javascriptremovespanish/src/org/openbravo/base/secureApp/ErrorPopUp.html
U branches/javascriptremovespanish/src/org/openbravo/base/secureApp/HtmlErrorLogin.html
U branches/javascriptremovespanish/src/org/openbravo/base/secureApp/HttpSecureAppServlet.java
U branches/javascriptremovespanish/src/org/openbravo/base/secureApp/PopUp_Close.html
U branches/javascriptremovespanish/src/org/openbravo/base/secureApp/PopUp_Response.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ChangeProjectStatus.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromInvoice.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromInvoice.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromPOOrder.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromPOOrder.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromSettlement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromSettlement.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateCloseFactAcct.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateCloseFactAcct.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFile.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFile.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_F0.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_Receipt.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_Shipment.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Bank.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_CRemittance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_DPManagement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_F0.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Response.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Settlement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Shipment.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateRegFactAcct.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateRegFactAcct.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateVatRegisters.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateVatRegisters.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/DocAction.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/DropCloseFactAcct.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/DropCloseFactAcct.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/DropRegFactAcct.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/DropRegFactAcct.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/EditCCPMeasureValues.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/EditCCPMeasureValues_F0.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/EditCCPMeasureValues_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/EditCCPMeasureValues_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/EncryptedButtons.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ExpenseSOrder.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ExpenseSOrder.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/InsertAcces.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/InsertAcces.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/Posted.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/Posted.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ProjectClose.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ProjectClose.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ProjectCopyFrom.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ProjectCopyFrom.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ProjectSetType.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ProjectSetType.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/RequestAction.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/RequestAction.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/Test_In.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/Test_In.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/UpdateMaintenanceScheduled.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/UpdateMaintenanceScheduled_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/UpdateMaintenanceScheduled_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/About.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/About.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/AlertManagement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/AlertManagement.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/BackgroundProcessList.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/BackgroundProcessList.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/CallAcctServer.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/CallAcctServer.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/DebtPaymentUnapply.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/DebtPaymentUnapply.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/EdiFileImport.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/EdiFileImport.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/FileImport.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/FileImport.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/GenerateInvoicesmanual.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/GenerateInvoicesmanual.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/GenerateShipmentsmanual.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/GenerateShipmentsmanual.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Heartbeat.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Heartbeat.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/HeartbeatConfirm.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/HeartbeatConfirm.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InformeInOut.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InformeInOut.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InitialClientSetup.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InitialClientSetup.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InvoiceVendorMultiline.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InvoiceVendorMultiline.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InvoiceVendorMultiline_Lines.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InvoiceVendorMultiline_Lines.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MatchingPO-Receipt-Invoice_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MatchingPO-Receipt-Invoice_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MatchingPO-Receipt-Invoice_F3.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MatchingPO-Receipt-Invoice_F4.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MatchingPO-Receipt-Invoice_F5.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MatchingPOReceiptInvoice.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MaterialReceiptPending.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MaterialReceiptPending.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Registration.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Registration.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RegistrationConfirm.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RegistrationConfirm.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RemittanceCancel.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RemittanceCancel.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RequisitionToOrder.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RequisitionToOrder.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RequisitionToOrderCreate.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Resultado.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Role.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Role.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/SQLExecutor.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/SQLExecutor.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/ShowSessionPreferences.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/ShowSessionPreferences.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/ShowSessionVariables.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/ShowSessionVariables.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Translation.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Translation.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_Element_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_Field_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/HelpWindow.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CashBankOperations.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CashBankOperations.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ChangeOrderOrg.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ChangeOrderOrg.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal_F3.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateAccountingReport.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateAccountingReport.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateAccountingReportPopUp.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateCashFlowStatement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateCashFlowStatement.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateTaxReport.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateTaxReport.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateTaxReportPopUp.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/DeleteClient.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/DeleteClient.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ExpenseAPInvoice.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ExpenseAPInvoice.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/GenerateHelp.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/GenerateHelp.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportAccountServlet.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportAccountServlet.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportBPartnerServlet.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportBPartnerServlet.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportBudgetServlet.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportBudgetServlet.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportOrderServlet.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportOrderServlet.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportProductServlet.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportProductServlet.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportTaxServlet.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportTaxServlet.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/PriceListCreateAll.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/PriceListCreateAll.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/PrintInvoices.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/PrintInvoices.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/Register.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/RequestReOpen.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/RequestReOpen.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/SendMailText.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/SendMailText.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/TestHeartbeat.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ABCbPartner.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ABCbPartner.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ABCproduct.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ABCproduct.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReports.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReports.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/GenerateModel347.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/GenerateModel347.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/MInOutTraceReports.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/MInOutTraceReports.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalyses.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalysesEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalysesEdition.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAgingBalance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAgingBalance.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAnnualCertification.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAnnualCertification.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBank.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBank.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBankEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBankJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBankJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBudgetExportExcel.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBudgetGenerateExcel.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBudgetGenerateExcel.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBudgetGenerateExcelExportXLS.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBudgetGenerateExcelXLS.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCash.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCash.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashFlow.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashFlow.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashFlowPopUp.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashFlow_F0.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashFlow_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashflowForecast.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashflowForecast.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportDebtPayment.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportDebtPayment.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportDebtPaymentTrack.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportDebtPaymentTrack.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportExpense.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportExpense.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportExpenseEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournalDetail.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournalDetail.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGuaranteeDateJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGuaranteeDateJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInventory.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInventory.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInventoryEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalyses.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesEdition.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesJRFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerEdition.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerEdition.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscount.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscount.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscountEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscountJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscountJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorDimensionalAnalysesFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorDimensionalAnalysesJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoices.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoices.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoicesEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoicesJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoicesJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialDimensionalAnalysesFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialDimensionalAnalysesJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialTransactionEdition.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialTransactionEdition.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialTransactionEditionJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialTransactionEditionJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialTransactionFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportNotPosted.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportNotPosted.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportOffer.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportOffer.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportOrderNotInvoiceFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportOrderNotInvoiceJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportParetoProduct.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportParetoProduct.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPendingProductionEditJr.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPendingProductionJr.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPendingProductionJr.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPricelist.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPricelist.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductMovement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductMovement.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProduction.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProduction.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionCost.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionCost.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionRunJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionRunJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSite.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSite.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSiteJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSiteJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSitePop.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectProfitabilityJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectProfitabilityJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPurchaseDimensionalAnalysesFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPurchaseDimensionalAnalysesJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundInvoiceCustomerDimensionalAnalyses.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundInvoiceCustomerDimensionalAnalysesEdition.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundInvoiceCustomerDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundSalesDimensionalAnalyses.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundSalesDimensionalAnalysesEdition.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundSalesDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesDimensionalAnalyzeJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesDimensionalAnalyzeJRFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderInvoicedJasper.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderInvoicedJasper.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderOpenItem.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderOpenItem.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderOpenItemJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderOpenItemJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderProvidedJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderProvidedJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipmentDimensionalAnalyzeJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipmentDimensionalAnalyzeJRFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipmentEditionJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipmentEditionJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipmentFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipper.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipper.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportStandardCostJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportStandardCostJRFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTaxInvoice.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTaxInvoice.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTaxInvoiceEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTaxInvoiceJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTaxInvoice_Excel.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportToInvoiceConsignment.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportToInvoiceConsignment.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportToInvoiceConsignmentJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportToInvoiceConsignmentJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTotalProductTemplate.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTotalProductTemplate.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTotalProductTemplateEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTrialBalanceDetail.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTrialBalanceDetail.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportValuationStock.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportValuationStock.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehouseControl.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehouseControl.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehouseDetailInventoryJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehouseDetailInventoryJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehousePartnerJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehousePartnerJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementDaily.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementDaily.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementDailyEnv.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementDailyEnv.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementDailyEnvEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/Rpt_Etiquetas.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/Rpt_Etiquetas_Config.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_workflow/WorkflowControl.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_workflow/WorkflowControl.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_workflow/WorkflowControl_Redirect.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_workflow/WorkflowControl_Response.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/Buscador.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/Buscador.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/PrinterReports.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/PrinterReports.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/TabAttachments.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/TabAttachments_Edition.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/TabAttachments_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/TabFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/TabFilter.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Account.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Account.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/AttributeSetInstance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/AttributeSetInstance.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/BusinessPartner.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/BusinessPartner.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/BusinessPartnerMultiple.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/BusinessPartnerMultiple.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/DebtPayment.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/DebtPayment.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ImageInfo.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ImageInfo_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ImageInfo_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ImageInfo_F3.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Invoice.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Invoice.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/InvoiceLine.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/InvoiceLine.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Location.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Location_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Location_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Locator.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Locator.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Product.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Product.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ProductComplete.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ProductComplete.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ProductMultiple.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ProductMultiple.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Project.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Project.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/SalesOrder.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/SalesOrder.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/SalesOrderLine.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/SalesOrderLine.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ShipmentReceipt.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ShipmentReceipt.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ShipmentReceiptLine.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ShipmentReceiptLine.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/UserContact.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/UserContact_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/UserContact_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/UserContact_F3.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_F0.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_Logo.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_Options_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_Welcome.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/ExecuteTask.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/Home.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/Home.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/OpenPentaho.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/PoolStatus.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/PoolStatus.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/PopupLoading.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/PopupLoading.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/ServletSetPriority.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/SetPriority.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/UsedByLink.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/UsedByLink.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/UsedByLink_Detail.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/VerticalMenu.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/VerticalMenu.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/VerticalMenuLoading.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/WindowTree.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/WindowTree.java
U branches/javascriptremovespanish/src/org/openbravo/erpReports/ReportPaymentFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpReports/ReportRegisterFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpReports/ReportTaxPaymentJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpReports/ReportVatRegisterJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpReports/RptC_Bpartner.html
U branches/javascriptremovespanish/src/org/openbravo/erpReports/RptC_Bpartner.java
---

https://dev.openbravo.com/websvn/openbravo/?rev=6574&sc=1 [^]
(0008767)
svnbot (reporter)
2008-08-27 15:52

Repository: openbravo
Revision: 6590
Author: huehner
Date: 2008-08-27 15:52:04 +0200 (Wed, 27 Aug 2008)

Issue 4077
Rename xml-template parameter paramDirection -> paramDirectory

---
U branches/javascriptremovespanish/src/org/openbravo/base/secureApp/Advise.html
U branches/javascriptremovespanish/src/org/openbravo/base/secureApp/AdvisePopUp.html
U branches/javascriptremovespanish/src/org/openbravo/base/secureApp/Error.html
U branches/javascriptremovespanish/src/org/openbravo/base/secureApp/ErrorPopUp.html
U branches/javascriptremovespanish/src/org/openbravo/base/secureApp/ErrorPopUp.xml
U branches/javascriptremovespanish/src/org/openbravo/base/secureApp/HtmlErrorLogin.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ChangeProjectStatus.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ChangeProjectStatus.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromInvoice.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromInvoice.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder_F1.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder_F2.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromPOOrder.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromPOOrder.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromSettlement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromSettlement.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateCloseFactAcct.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateCloseFactAcct.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFile.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFile.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_F2.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_Receipt.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_Receipt.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_Shipment.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_Shipment.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Bank.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Bank.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_CRemittance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_CRemittance.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_DPManagement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_DPManagement.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Response.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Response.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Settlement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Settlement.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Shipment.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Shipment.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateRegFactAcct.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateRegFactAcct.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateVatRegisters.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateVatRegisters.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/DocAction.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/DocAction.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/DropCloseFactAcct.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/DropCloseFactAcct.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/DropRegFactAcct.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/DropRegFactAcct.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/EditCCPMeasureValues_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/EditCCPMeasureValues_F1.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/EditCCPMeasureValues_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/EditCCPMeasureValues_F2.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/EncryptedButtons.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/EncryptedButtons.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ExpenseSOrder.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ExpenseSOrder.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/InsertAcces.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/InsertAcces.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/Posted.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/Posted.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ProjectClose.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ProjectClose.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ProjectCopyFrom.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ProjectCopyFrom.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ProjectSetType.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ProjectSetType.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/RequestAction.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/RequestAction.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/Test_In.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/Test_In.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/UpdateMaintenanceScheduled_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/UpdateMaintenanceScheduled_F1.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/UpdateMaintenanceScheduled_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/UpdateMaintenanceScheduled_F2.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/About.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/About.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/AlertManagement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/AlertManagement.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/BackgroundProcessList.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/BackgroundProcessList.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/CallAcctServer.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/CallAcctServer.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/DebtPaymentUnapply.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/DebtPaymentUnapply.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/EdiFileImport.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/EdiFileImport.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/FileImport.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/FileImport.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/GenerateInvoicesmanual.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/GenerateInvoicesmanual.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/GenerateShipmentsmanual.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/GenerateShipmentsmanual.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Heartbeat.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Heartbeat.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/HeartbeatConfirm.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/HeartbeatConfirm.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InformeInOut.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InformeInOut.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InitialClientSetup.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InitialClientSetup.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InvoiceVendorMultiline.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InvoiceVendorMultiline.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InvoiceVendorMultiline_Lines.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InvoiceVendorMultiline_Lines.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MatchingPO-Receipt-Invoice_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MatchingPO-Receipt-Invoice_F1.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MatchingPO-Receipt-Invoice_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MatchingPO-Receipt-Invoice_F2.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MatchingPO-Receipt-Invoice_F3.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MatchingPO-Receipt-Invoice_F3.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MatchingPO-Receipt-Invoice_F4.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MatchingPO-Receipt-Invoice_F4.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MatchingPO-Receipt-Invoice_F5.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MatchingPO-Receipt-Invoice_F5.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MaterialReceiptPending.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MaterialReceiptPending.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Registration.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Registration.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RegistrationConfirm.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RegistrationConfirm.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RemittanceCancel.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RemittanceCancel.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RequisitionToOrder.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RequisitionToOrder.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RequisitionToOrderCreate.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RequisitionToOrderCreate.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Resultado.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Resultado.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Role.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Role.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/SQLExecutor.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/SQLExecutor.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/SQLExecutor_Excel.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/ShowSessionPreferences.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/ShowSessionPreferences.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/ShowSessionVariables.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/ShowSessionVariables.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Translation.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Translation.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_Element_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_Element_F1.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_Element_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_Element_F2.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_F1.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_F2.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_Field_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_Field_F1.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_Field_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_Field_F2.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CashBankOperations.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CashBankOperations.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ChangeOrderOrg.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ChangeOrderOrg.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal_F1.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal_F2.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal_F3.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal_F3.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateAccountingReport.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateAccountingReport.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateAccountingReportPopUp.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateAccountingReportPopUp.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateCashFlowStatement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateCashFlowStatement.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateTaxReport.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateTaxReport.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateTaxReportPopUp.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateTaxReportPopUp.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/DeleteClient.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/DeleteClient.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ExpenseAPInvoice.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ExpenseAPInvoice.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/GenerateHelp.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/GenerateHelp.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportAccountServlet.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportAccountServlet.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportBPartnerServlet.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportBPartnerServlet.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportBudgetServlet.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportBudgetServlet.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportOrderServlet.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportOrderServlet.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportProductServlet.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportProductServlet.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportTaxServlet.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportTaxServlet.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/PriceListCreateAll.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/PriceListCreateAll.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/PrintInvoices.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/PrintInvoices.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/RequestReOpen.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/RequestReOpen.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/SendMailText.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/SendMailText.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ABCbPartner.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ABCbPartner.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ABCproduct.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ABCproduct.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReports.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReports.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/GenerateModel347.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/GenerateModel347.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/MInOutTraceReports.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/MInOutTraceReports.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalysesEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalysesEdit.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalysesEdition.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalysesEdition.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalysesFilter.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAgingBalance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAgingBalance.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAnnualCertification.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBank.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBank.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBankEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBankEdit.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBankJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBankJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBudgetGenerateExcel.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBudgetGenerateExcel.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBudgetGenerateExcelExportXLS.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBudgetGenerateExcelExportXLS.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBudgetGenerateExcelXLS.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBudgetGenerateExcelXLS.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCash.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCash.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashEdit.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashFlow.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashFlow.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashFlowPopUp.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashFlowPopUp.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashFlow_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashFlow_F1.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashflowForecast.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashflowForecast.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportDebtPayment.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportDebtPayment.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportDebtPaymentTrack.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportDebtPaymentTrack.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportExpense.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportExpense.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportExpenseEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportExpenseEdit.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournalDetail.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournalDetail.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGuaranteeDateJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGuaranteeDateJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInventory.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInventory.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInventoryEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInventoryEdit.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesEdition.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesEdition.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesFilter.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesJRFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesJRFilter.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerEdition.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerEdition.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerFilter.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerFilterJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscount.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscount.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscountEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscountEdit.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscountJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscountJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorDimensionalAnalysesFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorDimensionalAnalysesFilterJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorFilterJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoices.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoices.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoicesEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoicesEdit.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoicesJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoicesJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialDimensionalAnalysesFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialDimensionalAnalysesFilterJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialTransactionEdition.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialTransactionEdition.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialTransactionEditionJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialTransactionEditionJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialTransactionFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialTransactionFilter.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportNotPosted.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportNotPosted.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportOffer.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportOffer.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportOrderNotInvoiceFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportOrderNotInvoiceFilterJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportParetoProduct.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportParetoProduct.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPendingProductionEditJr.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPendingProductionJr.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPricelist.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPricelist.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductMovement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductMovement.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProduction.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProduction.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionCost.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionCost.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionRunJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionRunJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSite.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSite.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSiteJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSiteJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSitePDF.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSitePop.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSitePop.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectProfitabilityJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectProfitabilityJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPurchaseDimensionalAnalysesFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPurchaseDimensionalAnalysesFilterJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundInvoiceCustomerDimensionalAnalysesEdition.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundInvoiceCustomerDimensionalAnalysesEdition.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundInvoiceCustomerDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundInvoiceCustomerDimensionalAnalysesFilter.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundSalesDimensionalAnalysesEdition.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundSalesDimensionalAnalysesEdition.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundSalesDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundSalesDimensionalAnalysesFilter.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesDimensionalAnalyzeJRFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesDimensionalAnalyzeJRFilter.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderFilterJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderInvoicedJasper.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderInvoicedJasper.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderOpenItem.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderOpenItem.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderOpenItemEdit.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderOpenItemJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderOpenItemJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderProvidedJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderProvidedJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipmentDimensionalAnalyzeJRFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipmentDimensionalAnalyzeJRFilter.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipmentEditionJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipmentFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipmentFilterJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipper.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipper.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportStandardCostJRFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportStandardCostJRFilter.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTaxInvoice.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTaxInvoice.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTaxInvoiceEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTaxInvoiceEdit.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTaxInvoice_Excel.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTaxInvoice_Excel.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportToInvoiceConsignment.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportToInvoiceConsignment.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportToInvoiceConsignmentJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportToInvoiceConsignmentJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTotalProductTemplate.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTotalProductTemplate.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTotalProductTemplateEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTotalProductTemplateEdit.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTrialBalanceDetail.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTrialBalanceDetail.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTrialBalancePDF.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportValuationStock.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportValuationStock.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehouseControl.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehouseControl.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehouseDetailInventoryJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehouseDetailInventoryJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehousePartnerJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehousePartnerJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementDaily.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementDaily.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementDailyEnv.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementDailyEnv.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementDailyEnvEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementDailyEnvEdit.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/Rpt_Etiquetas_Config.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/Rpt_Etiquetas_Config.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_workflow/WorkflowControl.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_workflow/WorkflowControl.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_workflow/WorkflowControl_Response.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_workflow/WorkflowControl_Response.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/Buscador.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/Buscador.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/PrinterReports.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/PrinterReports.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/TabAttachments_Edition.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/TabAttachments_Edition.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/TabAttachments_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/TabAttachments_F1.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/TabFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/TabFilter.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Account.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Account.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/AttributeSetInstance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/AttributeSetInstance.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/BusinessPartner.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/BusinessPartner.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/BusinessPartnerMultiple.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/BusinessPartnerMultiple.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/DebtPayment.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/DebtPayment.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ImageInfo_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ImageInfo_F1.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ImageInfo_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ImageInfo_F2.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ImageInfo_F3.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ImageInfo_F3.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Invoice.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Invoice.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/InvoiceLine.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/InvoiceLine.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Location_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Location_F1.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Location_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Location_F2.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Locator.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Locator.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Product.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Product.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ProductComplete.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ProductComplete.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ProductMultiple.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ProductMultiple.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Project.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Project.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/SalesOrder.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/SalesOrder.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/SalesOrderLine.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/SalesOrderLine.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ShipmentReceipt.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ShipmentReceipt.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ShipmentReceiptLine.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ShipmentReceiptLine.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/UserContact_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/UserContact_F1.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/UserContact_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/UserContact_F2.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/UserContact_F3.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/UserContact_F3.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_F0.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_F0.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_F1.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_Logo.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_Logo.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_Options_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_Options_F1.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_Welcome.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_Welcome.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/Home.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/Home.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/OpenPentaho.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/OpenPentaho.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/PoolStatus.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/PoolStatus.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/PopupLoading.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/PopupLoading.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/SetPriority.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/SetPriority.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/UsedByLink.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/UsedByLink.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/UsedByLink_Detail.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/UsedByLink_Detail.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/VerticalMenu.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/VerticalMenu.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/VerticalMenuLoading.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/VerticalMenuLoading.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/WindowTree.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/WindowTree.xml
U branches/javascriptremovespanish/src/org/openbravo/erpReports/ReportPaymentFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpReports/ReportPaymentFilter.xml
U branches/javascriptremovespanish/src/org/openbravo/erpReports/ReportRegisterFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpReports/ReportRegisterFilter.xml
U branches/javascriptremovespanish/src/org/openbravo/erpReports/RptC_Bpartner.html
U branches/javascriptremovespanish/src/org/openbravo/erpReports/RptC_Bpartner.xml
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/ConfigurationSortTab_Relation.xmlxml
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/Configuration_ActionButton.xmlxml
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/Configuration_Edition.xmlxml
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/Configuration_Relation.xmlxml
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/TemplateSortTab_Relation.html
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/Template_ActionButton.html
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/Template_Edition.html
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/Template_Relation.html
---

https://dev.openbravo.com/websvn/openbravo/?rev=6590&sc=1 [^]
(0008770)
svnbot (reporter)
2008-08-27 18:27

Repository: openbravo
Revision: 6596
Author: huehner
Date: 2008-08-27 18:27:30 +0200 (Wed, 27 Aug 2008)

Issue 4077
Rename xml-template parameter paramDirectory name from direction -> directory and
update the corresponding setParameter calls in the controller servlets

---
U branches/javascriptremovespanish/src/org/openbravo/base/secureApp/ErrorPopUp.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ChangeProjectStatus.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromInvoice.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromInvoice.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder_F1.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder_F2.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromPOOrder.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromPOOrder.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromSettlement.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromSettlement.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateCloseFactAcct.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateCloseFactAcct.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFile.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFile.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_F2.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_Receipt.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_Shipment.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Bank.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_CRemittance.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_DPManagement.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Response.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Settlement.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Shipment.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateRegFactAcct.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateRegFactAcct.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateVatRegisters.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateVatRegisters.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/DocAction.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/DropCloseFactAcct.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/DropCloseFactAcct.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/DropRegFactAcct.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/DropRegFactAcct.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/EditCCPMeasureValues.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/EditCCPMeasureValues_F1.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/EditCCPMeasureValues_F2.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/EncryptedButtons.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ExpenseSOrder.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ExpenseSOrder.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/InsertAcces.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/InsertAcces.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/Posted.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/Posted.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ProjectClose.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ProjectClose.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ProjectCopyFrom.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ProjectCopyFrom.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ProjectSetType.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ProjectSetType.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/RequestAction.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/RequestAction.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/Test_In.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/Test_In.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/UpdateMaintenanceScheduled.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/UpdateMaintenanceScheduled_F1.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/UpdateMaintenanceScheduled_F2.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/About.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/About.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/AlertManagement.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/AlertManagement.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/BackgroundProcessList.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/BackgroundProcessList.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/CallAcctServer.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/CallAcctServer.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/DebtPaymentUnapply.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/DebtPaymentUnapply.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/EdiFileImport.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/EdiFileImport.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/FileImport.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/FileImport.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/GenerateInvoicesmanual.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/GenerateInvoicesmanual.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/GenerateShipmentsmanual.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/GenerateShipmentsmanual.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Heartbeat.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Heartbeat.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/HeartbeatConfirm.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/HeartbeatConfirm.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InformeInOut.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InformeInOut.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InitialClientSetup.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InitialClientSetup.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InvoiceVendorMultiline.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InvoiceVendorMultiline.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InvoiceVendorMultiline_Lines.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InvoiceVendorMultiline_Lines.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MatchingPO-Receipt-Invoice_F1.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MatchingPO-Receipt-Invoice_F2.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MatchingPO-Receipt-Invoice_F3.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MatchingPO-Receipt-Invoice_F4.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MatchingPO-Receipt-Invoice_F5.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MatchingPOReceiptInvoice.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MaterialReceiptPending.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MaterialReceiptPending.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Registration.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Registration.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RegistrationConfirm.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RegistrationConfirm.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RemittanceCancel.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RemittanceCancel.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RequisitionToOrder.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RequisitionToOrder.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RequisitionToOrderCreate.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Resultado.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Role.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Role.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/SQLExecutor.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/SQLExecutor.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/SQLExecutor_Excel.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/ShowSessionPreferences.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/ShowSessionPreferences.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/ShowSessionVariables.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/ShowSessionVariables.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Translation.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Translation.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_Element_F1.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_Element_F2.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_F1.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_F2.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_Field_F1.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_Field_F2.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/HelpWindow.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CashBankOperations.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CashBankOperations.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ChangeOrderOrg.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ChangeOrderOrg.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal_F1.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal_F2.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal_F3.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateAccountingReport.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateAccountingReport.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateAccountingReportPopUp.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateCashFlowStatement.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateCashFlowStatement.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateTaxReport.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateTaxReport.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateTaxReportPopUp.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/DeleteClient.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/DeleteClient.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ExpenseAPInvoice.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ExpenseAPInvoice.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/GenerateHelp.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/GenerateHelp.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportAccountServlet.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportAccountServlet.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportBPartnerServlet.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportBPartnerServlet.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportBudgetServlet.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportBudgetServlet.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportOrderServlet.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportOrderServlet.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportProductServlet.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportProductServlet.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportTaxServlet.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportTaxServlet.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/PriceListCreateAll.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/PriceListCreateAll.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/PrintInvoices.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/PrintInvoices.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/Register.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/RequestReOpen.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/RequestReOpen.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/SendMailText.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/SendMailText.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/TestHeartbeat.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ABCbPartner.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ABCbPartner.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ABCproduct.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ABCproduct.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReports.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReports.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/GenerateModel347.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/GenerateModel347.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/MInOutTraceReports.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/MInOutTraceReports.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalyses.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalysesEdit.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalysesEdition.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalysesFilter.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAgingBalance.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAgingBalance.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAnnualCertification.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBank.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBank.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBankEdit.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBankJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBankJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBudgetExportExcel.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBudgetGenerateExcel.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBudgetGenerateExcel.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBudgetGenerateExcelExportXLS.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBudgetGenerateExcelXLS.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCash.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCash.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashEdit.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashFlow.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashFlow.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashFlowPopUp.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashFlow_F1.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashflowForecast.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashflowForecast.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportDebtPayment.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportDebtPayment.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportDebtPaymentTrack.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportDebtPaymentTrack.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportExpense.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportExpense.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportExpenseEdit.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournalDetail.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournalDetail.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGuaranteeDateJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGuaranteeDateJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInventory.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInventory.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInventoryEdit.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalyses.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesEdition.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesFilter.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesJRFilter.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerEdition.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerEdition.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerFilter.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerFilterJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscount.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscount.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscountEdit.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscountJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscountJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorDimensionalAnalysesFilterJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorDimensionalAnalysesJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorFilterJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoices.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoices.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoicesEdit.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoicesJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoicesJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialDimensionalAnalysesFilterJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialDimensionalAnalysesJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialTransactionEdition.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialTransactionEdition.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialTransactionEditionJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialTransactionEditionJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialTransactionFilter.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportNotPosted.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportNotPosted.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportOffer.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportOffer.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportOrderNotInvoiceFilterJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportOrderNotInvoiceJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportParetoProduct.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportParetoProduct.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPricelist.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPricelist.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductMovement.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductMovement.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProduction.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProduction.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionCost.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionCost.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionRunJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionRunJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSite.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSite.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSiteJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSiteJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSitePDF.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSitePop.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectProfitabilityJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectProfitabilityJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPurchaseDimensionalAnalysesFilterJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPurchaseDimensionalAnalysesJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundInvoiceCustomerDimensionalAnalyses.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundInvoiceCustomerDimensionalAnalysesEdition.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundInvoiceCustomerDimensionalAnalysesFilter.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundSalesDimensionalAnalyses.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundSalesDimensionalAnalysesEdition.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundSalesDimensionalAnalysesFilter.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesDimensionalAnalyzeJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesDimensionalAnalyzeJRFilter.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderFilterJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderInvoicedJasper.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderInvoicedJasper.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderOpenItem.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderOpenItem.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderOpenItemEdit.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderOpenItemJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderOpenItemJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderProvidedJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderProvidedJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipmentDimensionalAnalyzeJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipmentDimensionalAnalyzeJRFilter.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipmentEditionJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipmentFilterJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipper.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipper.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportStandardCostJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportStandardCostJRFilter.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTaxInvoice.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTaxInvoice.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTaxInvoiceEdit.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTaxInvoiceJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTaxInvoice_Excel.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportToInvoiceConsignment.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportToInvoiceConsignment.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportToInvoiceConsignmentJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportToInvoiceConsignmentJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTotalProductTemplate.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTotalProductTemplate.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTotalProductTemplateEdit.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTrialBalanceDetail.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTrialBalanceDetail.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTrialBalancePDF.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportValuationStock.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportValuationStock.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehouseControl.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehouseControl.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehouseDetailInventoryJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehouseDetailInventoryJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehousePartnerJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehousePartnerJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementDaily.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementDaily.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementDailyEnv.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementDailyEnv.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementDailyEnvEdit.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementJR.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/Rpt_Etiquetas.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/Rpt_Etiquetas_Config.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_workflow/WorkflowControl.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_workflow/WorkflowControl.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_workflow/WorkflowControl_Response.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/Buscador.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/Buscador.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/PrinterReports.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/PrinterReports.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/TabAttachments.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/TabAttachments_Edition.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/TabAttachments_F1.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/TabFilter.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/TabFilter.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Account.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Account.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/AttributeSetInstance.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/AttributeSetInstance.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/BusinessPartner.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/BusinessPartner.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/BusinessPartnerMultiple.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/BusinessPartnerMultiple.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/DebtPayment.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/DebtPayment.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ImageInfo.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ImageInfo_F1.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ImageInfo_F2.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ImageInfo_F3.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Invoice.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Invoice.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/InvoiceLine.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/InvoiceLine.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Location.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Location_F1.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Location_F2.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Locator.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Locator.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Product.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Product.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ProductComplete.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ProductComplete.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ProductMultiple.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ProductMultiple.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Project.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Project.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/SalesOrder.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/SalesOrder.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/SalesOrderLine.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/SalesOrderLine.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ShipmentReceipt.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ShipmentReceipt.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ShipmentReceiptLine.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ShipmentReceiptLine.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/UserContact.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/UserContact_F1.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/UserContact_F2.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/UserContact_F3.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_F0.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_F1.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_Logo.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_Options_F1.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_Welcome.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/Home.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/Home.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/OpenPentaho.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/PoolStatus.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/PoolStatus.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/PopupLoading.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/PopupLoading.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/ServletSetPriority.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/SetPriority.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/UsedByLink.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/UsedByLink.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/UsedByLink_Detail.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/VerticalMenu.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/VerticalMenu.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/VerticalMenuLoading.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/WindowTree.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/WindowTree.xml
U branches/javascriptremovespanish/src/org/openbravo/erpReports/ReportPaymentFilter.xml
U branches/javascriptremovespanish/src/org/openbravo/erpReports/ReportRegisterFilter.xml
U branches/javascriptremovespanish/src/org/openbravo/erpReports/ReportTaxPaymentJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpReports/ReportVatRegisterJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpReports/RptC_Bpartner.java
U branches/javascriptremovespanish/src/org/openbravo/erpReports/RptC_Bpartner.xml
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/ActionButton_Responser.javaxml
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/ConfigurationSortTab_Relation.xmlxml
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/Configuration_ActionButton.xmlxml
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/Configuration_Edition.xmlxml
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/Configuration_Relation.xmlxml
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/javasource.javaxml
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/javasourceSortTab.javaxml
---

https://dev.openbravo.com/websvn/openbravo/?rev=6596&sc=1 [^]
(0008794)
svnbot (reporter)
2008-08-31 22:46

Repository: openbravo
Revision: 6677
Author: huehner
Date: 2008-08-31 22:46:56 +0200 (Sun, 31 Aug 2008)

Issue 4077
Reapply renaming for the added files during the last r2.5x merge

---
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/EditCCPMeasureValues.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/EditCCPMeasureValues.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/UpdateMaintenanceScheduled.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/UpdateMaintenanceScheduled.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal.xml
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ImageInfo.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ImageInfo.xml
---

https://dev.openbravo.com/websvn/openbravo/?rev=6677&sc=1 [^]
(0008810)
svnbot (reporter)
2008-09-01 12:32

Repository: openbravo
Revision: 6690
Author: huehner
Date: 2008-09-01 12:32:54 +0200 (Mon, 01 Sep 2008)

Issue 4077
Rename baseDirection -> baseDirectory part1:
- introduce compat code in js-files to use new and old name
- modify wad-templates to emit new variable name

---
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/ActionButton_Responser.javaxml
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/TemplateSortTab_Relation.html
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/Template_ActionButton.html
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/Template_Edition.html
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/Template_Relation.html
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/javasource.javaxml
U branches/javascriptremovespanish/src-wad/src/org/openbravo/wad/javasourceSortTab.javaxml
U branches/javascriptremovespanish/web/js/calculator.js
U branches/javascriptremovespanish/web/js/searchs.js
U branches/javascriptremovespanish/web/js/utils.js
---

https://dev.openbravo.com/websvn/openbravo/?rev=6690&sc=1 [^]
(0008812)
svnbot (reporter)
2008-09-01 12:42

Repository: openbravo
Revision: 6691
Author: huehner
Date: 2008-09-01 12:42:05 +0200 (Mon, 01 Sep 2008)

Issue 4077
Rename baseDirection -> baseDirectory part2:
- rename variable in manual html templates

---
U branches/javascriptremovespanish/src/org/openbravo/base/secureApp/Advise.html
U branches/javascriptremovespanish/src/org/openbravo/base/secureApp/AdvisePopUp.html
U branches/javascriptremovespanish/src/org/openbravo/base/secureApp/Error.html
U branches/javascriptremovespanish/src/org/openbravo/base/secureApp/ErrorPopUp.html
U branches/javascriptremovespanish/src/org/openbravo/base/secureApp/HtmlErrorLogin.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ChangeProjectStatus.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromInvoice.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromPOOrder.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromSettlement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateCloseFactAcct.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFile.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_Receipt.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple_Shipment.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Bank.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_CRemittance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_DPManagement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Response.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Settlement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Shipment.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateRegFactAcct.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateVatRegisters.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/DocAction.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/DropCloseFactAcct.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/DropRegFactAcct.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/EditCCPMeasureValues.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/EncryptedButtons.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ExpenseSOrder.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/InsertAcces.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/Posted.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ProjectClose.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ProjectCopyFrom.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ProjectSetType.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/RequestAction.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/Test_In.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/UpdateMaintenanceScheduled.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/About.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/AlertManagement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/BackgroundProcessList.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/CallAcctServer.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/DebtPaymentUnapply.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/EdiFileImport.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/FileImport.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/GenerateInvoicesmanual.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/GenerateShipmentsmanual.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Heartbeat.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/HeartbeatConfirm.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InformeInOut.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InitialClientSetup.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InvoiceVendorMultiline.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InvoiceVendorMultiline_Lines.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MaterialReceiptPending.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Registration.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RegistrationConfirm.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RemittanceCancel.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RequisitionToOrder.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RequisitionToOrderCreate.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Resultado.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Role.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/SQLExecutor.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/ShowSessionPreferences.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/ShowSessionVariables.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Translation.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_Element_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_Element_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_Field_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_Field_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CashBankOperations.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ChangeOrderOrg.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateAccountingReport.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateAccountingReportPopUp.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateCashFlowStatement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateTaxReport.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateTaxReportPopUp.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/DeleteClient.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ExpenseAPInvoice.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/GenerateHelp.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportAccountServlet.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportBPartnerServlet.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportBudgetServlet.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportOrderServlet.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportProductServlet.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportTaxServlet.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/PriceListCreateAll.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/PrintInvoices.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/RequestReOpen.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/SendMailText.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ABCbPartner.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ABCproduct.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReports.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/GenerateModel347.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/MInOutTraceReports.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalysesEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalysesEdition.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAgingBalance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAnnualCertification.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBank.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBankEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBankJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBudgetGenerateExcel.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBudgetGenerateExcelExportXLS.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBudgetGenerateExcelXLS.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCash.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashFlow.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashFlowPopUp.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashFlow_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashflowForecast.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportDebtPayment.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportDebtPaymentTrack.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportExpense.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportExpenseEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournalDetail.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGuaranteeDateJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInventory.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInventoryEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesEdition.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesJRFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerEdition.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscount.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscountEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscountJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorDimensionalAnalysesFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoices.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoicesEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoicesJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialDimensionalAnalysesFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialTransactionEdition.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialTransactionEditionJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialTransactionFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportNotPosted.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportOffer.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportOrderNotInvoiceFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportParetoProduct.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPendingProductionEditJr.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPendingProductionJr.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPricelist.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductMovement.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProduction.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionCost.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionRunJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSite.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSiteJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSitePop.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectProfitabilityJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPurchaseDimensionalAnalysesFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundInvoiceCustomerDimensionalAnalysesEdition.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundInvoiceCustomerDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundSalesDimensionalAnalysesEdition.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundSalesDimensionalAnalysesFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesDimensionalAnalyzeJRFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderInvoicedJasper.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderOpenItem.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderOpenItemJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderProvidedJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipmentDimensionalAnalyzeJRFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipmentEditionJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipmentFilterJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipper.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportStandardCostJRFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTaxInvoice.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTaxInvoiceEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTaxInvoice_Excel.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportToInvoiceConsignment.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportToInvoiceConsignmentJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTotalProductTemplate.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTotalProductTemplateEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTrialBalanceDetail.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportValuationStock.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehouseControl.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehouseDetailInventoryJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehousePartnerJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementDaily.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementDailyEnv.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementDailyEnvEdit.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementJR.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/Rpt_Etiquetas_Config.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_workflow/WorkflowControl.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_workflow/WorkflowControl_Response.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/Buscador.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/PrinterReports.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/TabAttachments_Edition.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/TabAttachments_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/TabFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Account.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/AttributeSetInstance.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/BusinessPartner.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/BusinessPartnerMultiple.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/DebtPayment.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ImageInfo.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Invoice.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/InvoiceLine.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Location_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Location_F2.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Locator.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Product.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ProductComplete.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ProductMultiple.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Project.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/SalesOrder.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/SalesOrderLine.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ShipmentReceipt.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ShipmentReceiptLine.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_F0.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_Logo.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_Options_F1.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login_Welcome.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/Home.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/OpenPentaho.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/PoolStatus.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/PopupLoading.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/SetPriority.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/UsedByLink.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/UsedByLink_Detail.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/VerticalMenu.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/VerticalMenuLoading.html
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/WindowTree.html
U branches/javascriptremovespanish/src/org/openbravo/erpReports/ReportPaymentFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpReports/ReportRegisterFilter.html
U branches/javascriptremovespanish/src/org/openbravo/erpReports/RptC_Bpartner.html
---

https://dev.openbravo.com/websvn/openbravo/?rev=6691&sc=1 [^]
(0008813)
svnbot (reporter)
2008-09-01 12:50

Repository: openbravo
Revision: 6694
Author: huehner
Date: 2008-09-01 12:50:49 +0200 (Mon, 01 Sep 2008)

Issue 4077
Rename baseDirection -> baseDirectory part3:
Rename emitted variable in manual Servlets

---
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromInvoice.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromPOOrder.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CopyFromSettlement.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateCloseFactAcct.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFile.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateFromMultiple.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateRegFactAcct.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/CreateVatRegisters.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/DropCloseFactAcct.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/DropRegFactAcct.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/EditCCPMeasureValues.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ExpenseSOrder.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/InsertAcces.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/Posted.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ProjectClose.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ProjectCopyFrom.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/ProjectSetType.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/RequestAction.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/Test_In.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_actionButton/UpdateMaintenanceScheduled.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/About.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/AlertManagement.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/BackgroundProcessList.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/CallAcctServer.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/DebtPaymentUnapply.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/EdiFileImport.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/FileImport.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/GenerateInvoicesmanual.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/GenerateShipmentsmanual.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Heartbeat.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/HeartbeatConfirm.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InformeInOut.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InitialClientSetup.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InvoiceVendorMultiline.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/InvoiceVendorMultiline_Lines.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/MaterialReceiptPending.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Registration.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RegistrationConfirm.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RemittanceCancel.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/RequisitionToOrder.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Role.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/SQLExecutor.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/ShowSessionPreferences.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/ShowSessionVariables.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_forms/Translation.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/DisplayHelp.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_help/HelpWindow.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CashBankOperations.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ChangeOrderOrg.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CopyFromGLJournal.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateAccountingReport.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateCashFlowStatement.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/CreateTaxReport.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/DeleteClient.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ExpenseAPInvoice.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/GenerateHelp.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportAccountServlet.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportBPartnerServlet.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportBudgetServlet.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportOrderServlet.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportProductServlet.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/ImportTaxServlet.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/PriceListCreateAll.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/PrintInvoices.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/Register.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/RequestReOpen.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/SendMailText.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_process/TestHeartbeat.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ABCbPartner.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ABCproduct.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReports.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/GenerateModel347.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/MInOutTraceReports.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAccountingCountDimensionalAnalyses.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAgingBalance.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportAnnualCertification.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBank.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBankJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBudgetExportExcel.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportBudgetGenerateExcel.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCash.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashFlow.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportCashflowForecast.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportDebtPayment.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportDebtPaymentTrack.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportExpense.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournalDetail.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportGuaranteeDateJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInventory.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalyses.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerEdition.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscount.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceDiscountJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorDimensionalAnalysesJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoices.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportInvoicesJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialDimensionalAnalysesJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialTransactionEdition.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportMaterialTransactionEditionJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportNotPosted.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportOffer.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportOrderNotInvoiceJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportParetoProduct.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPricelist.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductMovement.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProduction.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionCost.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProductionRunJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSite.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectBuildingSiteJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportProjectProfitabilityJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportPurchaseDimensionalAnalysesJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundInvoiceCustomerDimensionalAnalyses.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportRefundSalesDimensionalAnalyses.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesDimensionalAnalyzeJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderInvoicedJasper.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderOpenItem.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderOpenItemJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportSalesOrderProvidedJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipmentDimensionalAnalyzeJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipmentEditionJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportShipper.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportStandardCostJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTaxInvoice.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTaxInvoiceJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportToInvoiceConsignment.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportToInvoiceConsignmentJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTotalProductTemplate.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportTrialBalanceDetail.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportValuationStock.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehouseControl.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehouseDetailInventoryJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWarehousePartnerJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementDaily.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementDailyEnv.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_reports/Rpt_Etiquetas.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/ad_workflow/WorkflowControl.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/Buscador.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/PrinterReports.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/TabAttachments.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/businessUtility/TabFilter.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Account.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/AttributeSetInstance.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/BusinessPartner.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/BusinessPartnerMultiple.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/DebtPayment.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ImageInfo.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Invoice.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/InvoiceLine.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Location.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Locator.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Product.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ProductComplete.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ProductMultiple.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/Project.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/SalesOrder.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/SalesOrderLine.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ShipmentReceipt.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/info/ShipmentReceiptLine.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/security/Login.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/Home.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/PoolStatus.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/PopupLoading.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/ServletSetPriority.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/UsedByLink.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/VerticalMenu.java
U branches/javascriptremovespanish/src/org/openbravo/erpCommon/utility/WindowTree.java
U branches/javascriptremovespanish/src/org/openbravo/erpReports/ReportTaxPaymentJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpReports/ReportVatRegisterJR.java
U branches/javascriptremovespanish/src/org/openbravo/erpReports/RptC_Bpartner.java
---

https://dev.openbravo.com/websvn/openbravo/?rev=6694&sc=1 [^]
(0008846)
svnbot (reporter)
2008-09-02 10:41

Repository: openbravo
Revision: 6730
Author: huehner
Date: 2008-09-02 10:41:37 +0200 (Tue, 02 Sep 2008)

Issue 4077
Move the newly deprecated functions into a single block at the bottom of the file

---
U branches/javascriptremovespanish/web/js/utils.js
---

https://dev.openbravo.com/websvn/openbravo/?rev=6730&sc=1 [^]
(0008860)
svnbot (reporter)
2008-09-02 19:30

Repository: openbravo
Revision: 6756
Author: huehner
Date: 2008-09-02 19:30:56 +0200 (Tue, 02 Sep 2008)

Issue 4077
Move javascriptremovespanish branch under the obsolete directory after its reintegration into r2.5x

---
D branches/javascriptremovespanish/
A branches/obsolete/javascriptremovespanish/
---

https://dev.openbravo.com/websvn/openbravo/?rev=6756&sc=1 [^]

- Issue History
Date Modified Username Field Change
2008-06-19 15:51 jaimetorre New Issue
2008-06-19 15:51 jaimetorre Assigned To => cromero
2008-06-19 15:51 jaimetorre sf_bug_id 0 => 1997886
2008-06-21 22:53 pjuvara Status new => acknowledged
2008-06-21 22:53 pjuvara Type defect => feature request
2008-06-21 22:53 pjuvara Target Version => 2.50
2008-06-21 22:53 pjuvara Status acknowledged => scheduled
2008-06-21 22:54 pjuvara Tag Attached: ReleaseCandidate
2008-06-25 11:32 pjuvara Priority normal => urgent
2008-06-25 11:32 pjuvara Severity minor => trivial
2008-08-20 19:23 svnbot Checkin
2008-08-20 19:23 svnbot Note Added: 0008642
2008-08-20 19:23 svnbot svn_revision => 6442
2008-08-20 19:38 svnbot Checkin
2008-08-20 19:38 svnbot Note Added: 0008643
2008-08-20 19:38 svnbot svn_revision 6442 => 6443
2008-08-21 15:00 shuehner Assigned To cromero => shuehner
2008-08-21 15:15 svnbot Checkin
2008-08-21 15:15 svnbot Note Added: 0008653
2008-08-21 15:15 svnbot svn_revision 6443 => 6465
2008-08-21 15:20 svnbot Checkin
2008-08-21 15:20 svnbot Note Added: 0008654
2008-08-21 15:20 svnbot svn_revision 6465 => 6466
2008-08-21 17:31 svnbot Checkin
2008-08-21 17:31 svnbot Note Added: 0008658
2008-08-21 17:31 svnbot svn_revision 6466 => 6471
2008-08-21 17:35 svnbot Checkin
2008-08-21 17:35 svnbot Note Added: 0008659
2008-08-21 17:35 svnbot svn_revision 6471 => 6472
2008-08-21 17:38 svnbot Checkin
2008-08-21 17:38 svnbot Note Added: 0008660
2008-08-21 17:38 svnbot svn_revision 6472 => 6474
2008-08-21 17:42 svnbot Checkin
2008-08-21 17:42 svnbot Note Added: 0008661
2008-08-21 17:42 svnbot svn_revision 6474 => 6475
2008-08-21 17:48 svnbot Checkin
2008-08-21 17:48 svnbot Note Added: 0008662
2008-08-21 17:48 svnbot svn_revision 6475 => 6476
2008-08-21 17:52 svnbot Checkin
2008-08-21 17:52 svnbot Note Added: 0008663
2008-08-21 17:52 svnbot svn_revision 6476 => 6477
2008-08-21 19:11 svnbot Checkin
2008-08-21 19:11 svnbot Note Added: 0008666
2008-08-21 19:11 svnbot svn_revision 6477 => 6484
2008-08-22 11:20 svnbot Checkin
2008-08-22 11:20 svnbot Note Added: 0008670
2008-08-22 11:20 svnbot svn_revision 6484 => 6488
2008-08-22 11:41 svnbot Checkin
2008-08-22 11:41 svnbot Note Added: 0008671
2008-08-22 11:41 svnbot svn_revision 6488 => 6489
2008-08-22 12:03 svnbot Checkin
2008-08-22 12:03 svnbot Note Added: 0008673
2008-08-22 12:03 svnbot svn_revision 6489 => 6490
2008-08-22 12:06 svnbot Checkin
2008-08-22 12:06 svnbot Note Added: 0008674
2008-08-22 12:06 svnbot svn_revision 6490 => 6491
2008-08-22 12:10 svnbot Checkin
2008-08-22 12:10 svnbot Note Added: 0008675
2008-08-22 12:10 svnbot svn_revision 6491 => 6492
2008-08-22 12:20 svnbot Checkin
2008-08-22 12:20 svnbot Note Added: 0008676
2008-08-22 12:20 svnbot svn_revision 6492 => 6495
2008-08-22 12:33 svnbot Checkin
2008-08-22 12:33 svnbot Note Added: 0008677
2008-08-22 12:33 svnbot svn_revision 6495 => 6496
2008-08-22 13:07 svnbot Checkin
2008-08-22 13:07 svnbot Note Added: 0008681
2008-08-22 13:07 svnbot svn_revision 6496 => 6497
2008-08-22 13:10 svnbot Checkin
2008-08-22 13:10 svnbot Note Added: 0008682
2008-08-22 13:10 svnbot svn_revision 6497 => 6498
2008-08-22 13:31 svnbot Checkin
2008-08-22 13:31 svnbot Note Added: 0008686
2008-08-22 13:31 svnbot svn_revision 6498 => 6500
2008-08-22 15:25 svnbot Checkin
2008-08-22 15:25 svnbot Note Added: 0008690
2008-08-22 15:25 svnbot svn_revision 6500 => 6503
2008-08-22 15:58 svnbot Checkin
2008-08-22 15:58 svnbot Note Added: 0008691
2008-08-22 15:58 svnbot svn_revision 6503 => 6504
2008-08-22 16:07 svnbot Checkin
2008-08-22 16:07 svnbot Note Added: 0008693
2008-08-22 16:07 svnbot svn_revision 6504 => 6505
2008-08-22 16:09 svnbot Checkin
2008-08-22 16:09 svnbot Note Added: 0008694
2008-08-22 16:09 svnbot svn_revision 6505 => 6506
2008-08-25 15:06 svnbot Checkin
2008-08-25 15:06 svnbot Note Added: 0008724
2008-08-25 15:06 svnbot svn_revision 6506 => 6529
2008-08-25 15:14 svnbot Checkin
2008-08-25 15:14 svnbot Note Added: 0008725
2008-08-25 15:14 svnbot svn_revision 6529 => 6533
2008-08-25 17:43 svnbot Checkin
2008-08-25 17:43 svnbot Note Added: 0008732
2008-08-25 17:43 svnbot svn_revision 6533 => 6542
2008-08-25 18:43 svnbot Checkin
2008-08-25 18:43 svnbot Note Added: 0008734
2008-08-25 18:43 svnbot svn_revision 6542 => 6545
2008-08-26 12:14 svnbot Checkin
2008-08-26 12:14 svnbot Note Added: 0008742
2008-08-26 12:14 svnbot svn_revision 6545 => 6562
2008-08-26 16:54 svnbot Checkin
2008-08-26 16:54 svnbot Note Added: 0008761
2008-08-26 16:54 svnbot svn_revision 6562 => 6573
2008-08-26 17:00 svnbot Checkin
2008-08-26 17:00 svnbot Note Added: 0008762
2008-08-26 17:00 svnbot svn_revision 6573 => 6574
2008-08-27 15:52 svnbot Checkin
2008-08-27 15:52 svnbot Note Added: 0008767
2008-08-27 15:52 svnbot svn_revision 6574 => 6590
2008-08-27 18:27 svnbot Checkin
2008-08-27 18:27 svnbot Note Added: 0008770
2008-08-27 18:27 svnbot svn_revision 6590 => 6596
2008-08-31 22:46 svnbot Checkin
2008-08-31 22:46 svnbot Note Added: 0008794
2008-08-31 22:46 svnbot svn_revision 6596 => 6677
2008-09-01 12:32 svnbot Checkin
2008-09-01 12:32 svnbot Note Added: 0008810
2008-09-01 12:32 svnbot svn_revision 6677 => 6690
2008-09-01 12:42 svnbot Checkin
2008-09-01 12:42 svnbot Note Added: 0008812
2008-09-01 12:42 svnbot svn_revision 6690 => 6691
2008-09-01 12:50 svnbot Checkin
2008-09-01 12:50 svnbot Note Added: 0008813
2008-09-01 12:50 svnbot svn_revision 6691 => 6694
2008-09-02 10:41 svnbot Checkin
2008-09-02 10:41 svnbot Note Added: 0008846
2008-09-02 10:41 svnbot svn_revision 6694 => 6730
2008-09-02 19:30 svnbot Checkin
2008-09-02 19:30 svnbot Note Added: 0008860
2008-09-02 19:30 svnbot svn_revision 6730 => 6756
2008-10-28 10:55 pjuvara Status scheduled => resolved
2008-10-28 10:55 pjuvara Fixed in Version => 2.50
2008-10-28 10:55 pjuvara Resolution open => fixed
2008-11-26 20:20 pjuvara Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker