Commit Graph

3093 Commits

Author SHA1 Message Date
teo_sarca 6af3e09c77 VMRPDetailed:
* code cleanup
* refactoring
* trying to separate model & view
* making more easily to translate to webui
* minor bug fixing
BF [ 1874419 ] JDBC Statement not close in a finally block
2008-08-19 07:01:29 +00:00
tspc abeb8633af BF2059012 Missing class ViewPI 2008-08-19 06:00:19 +00:00
Heng Sin Low a378b8c11c * merge revision 6147-6148 changes from branches/adempiere341 2008-08-19 02:08:08 +00:00
teo_sarca 7980165ed9 MLanguage:
BF [ 1874419 ] JDBC Statement not close in a finally block
* improve exception handling
2008-08-18 08:45:53 +00:00
teo_sarca 796538357d PO: minor error logging improvements 2008-08-18 08:35:21 +00:00
teo_sarca ec6f0ea17c VOrderDistribution, VOrderReceiptIssue:
* organized imports
* fixed indentation
* added serialVersionUID = 1
2008-08-18 08:29:25 +00:00
teo_sarca 39d29a9116 VTreeBOM:
* reorganized imports
* fixed indentation
* refactor some code
* cleanup
2008-08-18 08:23:38 +00:00
teo_sarca 13e407caff FR [ 2042844 ] PO.get_Translation improvements 2008-08-18 08:14:01 +00:00
vpj-cd fc486133a5 [ 2056097 ] Fix Multiple Change Components
http://sourceforge.net/tracker/index.php?func=detail&aid=2056097&group_id=176962&atid=879332
2008-08-17 17:39:12 +00:00
vpj-cd 274d3df9f7 Small improve in the code 2008-08-16 19:30:44 +00:00
teo_sarca 4021628925 MRP:
BF [ 1874419 ] JDBC Statement not close in a finally block
* improve exception handling
* minor indentation
2008-08-16 11:01:47 +00:00
teo_sarca b98a2bdf03 MDocType: BF [ 1874419 ] JDBC Statement not close in a finally block
* removed not needed variables/properties
2008-08-16 10:18:45 +00:00
Heng Sin Low 125da4ab35 * merge revision 6136 bug fix from branches/adempiere341 2008-08-16 09:03:15 +00:00
Carlos Ruiz d14217a6ee Export all jars in classpath definition 2008-08-15 17:37:12 +00:00
Carlos Ruiz 5d75884ae7 Fix [ 2053140 ] Mandatory lookup fields autofilled (badly) 2008-08-15 17:30:00 +00:00
trifonnt dd231952a6 identation and prevent NullPointer exception. 2008-08-15 09:49:42 +00:00
trifonnt 5d0df7375b BugFix: [ 2051473 ] CostCollector NullPointerException
https://sourceforge.net/tracker/index.php?func=detail&aid=2051473&group_id=176962&atid=879332
2008-08-15 09:44:29 +00:00
vpj-cd 7172287be8 Refactory and Improve in write code 2008-08-15 09:19:59 +00:00
Heng Sin Low 1d9d823ec0 * Merge performance fix from branches/adempiere341 revision 6125 2008-08-15 08:58:39 +00:00
trifonnt 6fccaaf510 added build.xml files for migration project. 2008-08-15 08:23:42 +00:00
Carlos Ruiz 90850c2fbd Refactoring
- avoid usage of Strings when replacing variables in SQL (to avoid potential SQL injection), better change this for binding variables
2008-08-15 02:29:05 +00:00
Carlos Ruiz 494cad0b57 Refactoring
- imports
- comments
- translating spanish messages and variables
- Use trxname properly
- Avoid hardcoding of variables
2008-08-15 02:19:06 +00:00
vpj-cd e8d28b26fe Only send email when the payment is > 0 2008-08-15 00:35:35 +00:00
vpj-cd 68f9a844f3 Improve and New method implementation 2008-08-15 00:24:57 +00:00
tspc e4fe12b878 BF2052249 Default window size for tabs with included tab 2008-08-15 00:19:25 +00:00
Carlos Ruiz 74bf943568 Minor refactoring 2008-08-14 19:16:41 +00:00
Carlos Ruiz b2b73f772a Refactoring
- imports
- comments
- translating spanish messages and variables
- Use trxname properly
- Avoid hardcoding of docstatus and doctype
2008-08-14 18:42:12 +00:00
Carlos Ruiz efc23da628 Fix [ 2051718 ] Zoom for Locator not working properly 2008-08-14 16:17:57 +00:00
trifonnt bd89c81bf7 Decrease level of SQL statement logging to ALL. 2008-08-14 15:41:24 +00:00
Carlos Ruiz 8d9f866d7f Minor refactoring 2008-08-14 15:14:09 +00:00
teo_sarca 2e34345ccb MPrintFormat.getPrintFormat_ID: fixed minor issue (added order by at that query) 2008-08-14 15:03:14 +00:00
trifonnt 37aa47f47c identation of source code. 2008-08-14 14:44:33 +00:00
trifonnt 1686f3a321 BugFix: [ 2051473 ] CostCollector NullPointerException
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2051473&group_id=176962
2008-08-14 14:29:46 +00:00
teo_sarca 1a5f51e1c7 [ 2051056 ] MResource[Type] should be cached
* use MUOM.get() (cached) instead of new MUOM
2008-08-14 09:44:06 +00:00
teo_sarca ce561b9bdc MPPOrderWorkflow:
BF [ 1874419 ] JDBC Statement not close in a finally block
* fix translation issues (table PP_Order_Workflow_Trl does not exist)
* cleanup unnecessary copy/paste code from MWorkflow class
2008-08-14 08:02:15 +00:00
trifonnt 6f8ad73360 fixed Print Format to lookup for report in system client. 2008-08-14 07:48:37 +00:00
teo_sarca 3e83c905d4 MPPOrderWorkflow:
* fix indentation
* organized imports
2008-08-14 07:39:47 +00:00
teo_sarca f3487bc607 CRPReasoner
* fix indentation
* organized imports
2008-08-13 18:33:31 +00:00
trifonnt d51e50402e Libero fixed to work with Postgre.
Fixed deletion of records.
2008-08-13 15:28:32 +00:00
teo_sarca 437927389e BF [ 2049497 ] Allow Info MRP should be mandatory - fixed for all AD_Role.Allow_Info_* fields 2008-08-13 12:43:56 +00:00
Heng Sin Low 077f4f6b00 [ 1693997 ] Calculation of cost should happen when transaction complete 2008-08-13 07:34:02 +00:00
teo_sarca 148d0ad69a MPPOrderBOM: organized imports, fix indentation, major cleanup 2008-08-13 07:28:14 +00:00
Heng Sin Low 2e27910d9b * Merge branches/adempiere341 revision 6095 bug fixes for zkwebui 2008-08-13 03:32:02 +00:00
Carlos Ruiz cd7097d6ab Fix [ 2004396 ] Collapse field group + Text column problem 2008-08-12 21:10:15 +00:00
teo_sarca 643a60cb98 FR [ 2048081 ] Mf. Workflow editor should display only mf. workflows 2008-08-12 17:36:15 +00:00
teo_sarca 47324c4dbd CRP: fix indentation 2008-08-12 16:23:31 +00:00
vpj-cd 6a953c5e12 [ 2046897 ] Error when try set Project Type
http://sourceforge.net/tracker/index.php?func=detail&aid=2046897&group_id=176962&atid=879332
2008-08-11 20:11:17 +00:00
vpj-cd 1443714128 [ 2011567 ] Implement background image for Document printed
http://sourceforge.net/tracker/?func=detail&atid=879335&aid=2011567&group_id=176962
2008-08-11 19:30:41 +00:00
teo_sarca 4a62f95bae VMRPDetailed:
* fix indentation
* organized imports
2008-08-11 15:14:04 +00:00
teo_sarca c77f53376b BF [ 2046200 ] Qty reference in table PP_Order_BOMLine 2008-08-11 11:27:49 +00:00