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 阅读(793) |
评论 (0) 编辑
OB学习笔记(不定期更新)
摘要: OB学习过程中的笔记
(1)通用设置--应用--国定区域和城市
IBAN码:也就是The International Bank Account Number,国际银行帐户号码,由欧洲银行标准委员会按照其标准制定的一个银行帐户号码。
国际汇款需要用到这个银行代码,但是IBAN码只是欧洲的标准,我国的银行是没有这个码的。如果需要国际汇款,你向国内银行的国际业务部可询问得到该银行的SWIFT代码。
阅读全文
posted @
2012-11-09 10:09 Ke 阅读(473) |
评论 (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 阅读(473) |
评论 (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 阅读(338) |
评论 (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 阅读(780) |
评论 (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 阅读(207) |
评论 (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 阅读(211) |
评论 (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 阅读(413) |
评论 (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 阅读(859) |
评论 (2) 编辑