Openbravo
OB:如何在Java類中獲取在Message中定義的消息
摘要: String text = OBMessageUtils.getI18NMessage("HT_OBEXAPP_MinGtMax",
new String[] { Double.toString(min), Double.toString(max) });
閱讀全文
Openbravo Developers_Guide Notes
摘要: Openbravo Developers_Guide Notes
閱讀全文
posted @
2013-05-03 09:23 Ke 閱讀(811) |
評論 (0) 編輯
OB學習筆記(不定期更新)
摘要: OB學習過程中的筆記
(1)通用設置--應用--國定區域和城市
IBAN碼:也就是The International Bank Account Number,國際銀行帳戶號碼,由歐洲銀行標準委員會按照其標準制定的一個銀行帳戶號碼。
國際匯款需要用到這個銀行代碼,但是IBAN碼只是歐洲的標準,我國的銀行是沒有這個碼的。如果需要國際匯款,你向國內銀行的國際業務部可詢問得到該銀行的SWIFT代碼。
閱讀全文
posted @
2012-11-09 10:09 Ke 閱讀(477) |
評論 (0) 編輯
Openbravo ERP - Localization Process
摘要: * 從Module Type列表,選Module.
* 在Name字段,輸入Java package name of the translation, using the correct naming convention.
* Complete the Description and Help fields, using the language that you are translating into.
* Select the Is translation module option.
* Clear the Has reference data, Translation required and Has chart of accounts options.
* Select the In development option. Remember that you cannot work on a module unless the In development option is sele
閱讀全文
posted @
2011-02-20 14:19 Ke 閱讀(476) |
評論 (0) 編輯
Openbravo ERP - Human Capital Management-代碼修改
摘要: Add Team Manager
org.openbravo.hcm.common.ad_process.HCMC_addmanager_process.java
final Calendar today = Calendar.getInstance();
final SimpleDateFormat sdf = new SimpleDateFormat();
sdf.applyPattern(bundle.getContext().getJavaDateFormat());
final Date effectiveFrom = sdf.parse(strEffectiveFrom);
final Date effectiveTo = ((strEffectiveTo != null && strEffectiveTo != "") ? sdf
.parse(strEffectiveTo) : null);
閱讀全文
posted @
2011-02-11 16:26 Ke 閱讀(339) |
評論 (0) 編輯
Openbravo ERP Development Environment - Stack Setup
摘要: This article explains in detail how to install and configure the whole stack required for a Openbravo ERP development environment, including:
* PostgreSQL.
* Oracle.
* Sun JDK.
* Apache Ant.
* Apache Tomcat.
閱讀全文
posted @
2010-12-31 08:31 Ke 閱讀(785) |
評論 (0) 編輯
openbravo中圖片 IMG 顯示方式 2010-12-5
摘要: --Openbravo_ERP_250.css
.Menu_ToolBar_Button_Icon_logout {
background-repeat: no-repeat;
background-position: center center;
background-image: url(Menu/ToolBar/iconLogout.png); /** sprite-ref: xxspritexx_V; sprite-alignment-ltr: left; */
}
閱讀全文
posted @
2010-12-05 12:12 Ke 閱讀(210) |
評論 (0) 編輯
openbravo Error received in IO response: liveGrid.getBackendPageSize is not a function 2010/11/3
摘要: Error received in IO response:
liveGrid.getBackendPageSize is not a function
解決方法:
清除流覽器的Cookie后 OK
閱讀全文
posted @
2010-11-03 14:46 Ke 閱讀(212) |
評論 (0) 編輯
openbravo 執行ant install.source時報get_uuid()函數錯誤-2010/10/25
摘要: 原因:
在unbuntu 系統上只安裝了
postgresql-8.4
沒有安裝
postgresql-contrib-8.4
安裝后OK
閱讀全文
posted @
2010-10-25 20:41 Ke 閱讀(416) |
評論 (0) 編輯
Openbravo2.5 開發環境的搭建-2010/10/20
摘要: 參照以下說法
http://wiki.openbravo.com/wiki/ERP/2.50/Developers_Guide/Development_Environment/Setting_up_Development_Environment_with_Eclipse_IDE#Download_source_code
不過在ant install.source的最后一個過程中拋出以下異常
[applyModule] 0 [main] ERROR org.openbravo.base.exception.OBException - org.d
om4j.DocumentException: Error on line 202 of document : The element type "symbo
l" must be terminated by the matching end-tag "". Nested exception: The
element type "symbol" must be
閱讀全文
posted @
2010-10-20 10:32 Ke 閱讀(861) |
評論 (2) 編輯