Commit Graph

1233 Commits

Author SHA1 Message Date
teo_sarca 31ad9d6107 DB, Query: refactor setParameter logic 2008-08-27 19:49:29 +00:00
teo_sarca 0c5b13e196 libero: refactor MPPOrder* classes 2008-08-27 19:45:15 +00:00
teo_sarca 2dbcaa9f4a BF [ 2076298 ] undeletable uncompleted order lines 2008-08-27 12:33:10 +00:00
teo_sarca 35ca25e2ee MResource: added toString() method, useful for logging 2008-08-27 09:17:34 +00:00
vpj-cd f55f35256c fixed error introduced in 6230 revision 2008-08-27 02:07:18 +00:00
teo_sarca 8b28e6b139 MPPProductPlanning: minor bug fix, reported by Victor 2008-08-26 20:20:16 +00:00
Carlos Ruiz 2655b35b6a More fixing on this type of error
strings using "=="
2008-08-26 18:59:25 +00:00
teo_sarca 24760345bf MRP:
* refactored
* fixed indentation
* bug fixing
* improved readability
2008-08-26 07:49:56 +00:00
teo_sarca 05032c31ed MPPProductPlanning:
* fixed some indentation
* beforeSave: validate Order_Min < Order_Max
* override dump() method (for debugging)
2008-08-26 07:03:06 +00:00
teo_sarca c9c38dfe6d delete org.eevolution.process.RequisitionPOCreate because is not used nowhere 2008-08-25 18:34:46 +00:00
teo_sarca 26b5f8ddee MRPUpdate:
* organized imports
* fixed indentation
* better exception handling
* BF [ 1874419 ] JDBC Statement not close in a finally block
* refactored
* changed MRequisition to delete lines on delete
2008-08-25 18:24:14 +00:00
teo_sarca c3750a2984 MPriceList:
BF [ 2073484 ] MPriceList.getDefault is not working correctly
BF [ 1874419 ] JDBC Statement not close in a finally block
* organized imports
2008-08-25 18:02:56 +00:00
teo_sarca 9ffb8fc1ca BF [ 2053279 ] MPPMPRP.getDays always returns zero 2008-08-25 15:32:43 +00:00
teo_sarca 013e0a0d2f FR [ 1984268 ] DB.executeUpdateEx should throw DBException
FR [ 1986583 ] Add DB.executeUpdateEx(String, Object[], String)
2008-08-25 08:44:18 +00:00
teo_sarca c5fe2c9873 MProductPO:
BF [ 1874419 ] JDBC Statement not close in a finally block
organized imports
2008-08-25 07:46:08 +00:00
vpj-cd 7c64bf9942 FR 2039663 fix some minors issues 2008-08-22 21:40:38 +00:00
Carlos Ruiz 679bb893b7 Integrate revision 5905
Fix from Paul (phib) BF [ 2032185 ] Periods should not overlap
2008-08-22 20:30:27 +00:00
Carlos Ruiz becce9b627 Minor refactoring
- organize imports
- use current method to get bank account
- drop unused variable
2008-08-22 16:42:46 +00:00
teo_sarca becf8a33ad BF [ 2053279 ] MPPMPRP.getDays always returns zero
* minor wrong use of "==" bug fix
2008-08-22 14:27:04 +00:00
vpj-cd 500cac765f [ 2037954 ] BOM AND Workflow Cost Roll-Up
http://sourceforge.net/tracker/index.php?func=detail&aid=2037954&group_id=176962&atid=879332
2008-08-22 04:55:59 +00:00
tspc 408e8a3364 Fix errors in rev 6180
Order Rate Variance duplicated
Operation Activity missing
Payroll already added in 140_FB1935325HRProcess.sql
2008-08-22 00:30:34 +00:00
Carlos Ruiz 13c23d78c6 [ adempiere-Feature Requests-2065395 ] Implement New Document when create a new Client
minor - fix typo - regenerate model classes "ordered"
2008-08-21 20:06:53 +00:00
vpj-cd dd0a3bdce7 [ adempiere-Feature Requests-2065395 ] Implement New Document when create a new Client
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2065395&group_id=176962
2008-08-21 18:43:27 +00:00
Carlos Ruiz 4a362a08c6 Fix [ 1890616 ] Workflow infinate loop (fix attached)
Thanks to Kostadin
2008-08-21 18:05:44 +00:00
teo_sarca c1fa0d16c2 POResultSet:
BF [ 1874419 ] JDBC Statement not close in a finally block -more protection added (just in case)
2008-08-21 08:49:14 +00:00
vpj-cd 03a72d738c bug fixed consolidate order 2008-08-20 19:18:01 +00:00
Carlos Ruiz 36d7e38a93 Minor refactoring 2008-08-19 20:55:06 +00:00
teo_sarca 674b1b5724 BF [ 2051941 ] MPPMPRP.getHoursAvailable hardcoded 6750000 ?
BF [ 2053279 ] MPPMPRP.getDays always returns zero.
* added some more javadoc comments
* fixed some warnings
2008-08-19 15:59:30 +00:00
teo_sarca 562e87a0bc MBPartner - minor bug fix (ensure that getPrimaryC_BPartner_Location_ID and getPrimaryAD_User_ID will get first created item) 2008-08-19 09:53:59 +00:00
teo_sarca 4513b48f50 MPPProductPlanning.find - improved performance 2008-08-19 07:08:53 +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 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
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
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
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
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
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
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
Heng Sin Low 59902e3a1a & Merge zkwebui revision 6081 changes from branches/adempiere341 2008-08-11 07:14:54 +00:00
vpj-cd c6c4dd7dcb [ 2011567 ] Implement background image for Document printed
http://sourceforge.net/tracker/index.php?func=detail&aid=2011567&group_id=176962&atid=879335
2008-08-08 14:40:25 +00:00
teo_sarca b4f4756a4e MPPProductBOM, MPPProductBOMLine, CalculateLowLevel, PP_Product_BOM_Check:
BF [ 1874419 ] JDBC Statement not close in a finally block
BF [ 2041456 ] Don't use Env.getCtx in base project
* added cache support (MPPProductBOM.get())
* refactored a lot of code
* removed static and pseudo-static methods and properties (like getLines, getLowLevel)
* removed deprecated and not used code (too much code to maintain)
* better exception handling support
2008-08-08 13:41:03 +00:00
teo_sarca 0544b26115 MPPProductBOM:
* organized imports
* fixed indentation
2008-08-08 10:44:28 +00:00
teo_sarca ed095deea5 MPPOrder: fix bug introduced in rev. 6018 2008-08-08 08:17:51 +00:00
Heng Sin Low 1759d9d4a7 [ 1851417 ] Problem with AveragePO Costing
[ 1693997 ] Calculation of cost should happen when transaction complete
[ 1991574 ] Average Cost Error
2008-08-08 06:53:33 +00:00
teo_sarca 22df2fec30 BF [ 1896885 ] BS Line: don't update header if after save/delete fails 2008-08-08 06:49:30 +00:00
armenrz 06cbca5a71 [ 2041226 ] BP Open Balance should count only Completed Invoice 2008-08-07 23:45:04 +00:00
teo_sarca a4a20bca26 MPPOrder:
BF [ 2041456 ] Don't use Env.getCtx in base project
* refactored getLines methods and removed static method
2008-08-07 21:42:29 +00:00
teo_sarca cd14a70e07 BF [ 2042195 ] MPPOrderBOMLine: Set Line automatically if zero 2008-08-07 21:25:51 +00:00
teo_sarca cce7e13ae8 MPPOrderBOMLine:
* fixed indentation
* organized imports
* removed unused code
2008-08-07 20:59:37 +00:00
vpj-cd e0605a3553 Fixed error with execute transaction out the context and some issue to run MRP 2008-08-07 19:15:04 +00:00
vpj-cd e01ca930d2 Fix refactory 2008-08-07 17:48:00 +00:00
teo_sarca c19dc4cd23 FR [ 2041894 ] Add Query.match() method
* optimization: don't use ORDER BY clause for "count" and "match" records
2008-08-07 17:24:27 +00:00
teo_sarca 4a2dca160e BF [ 2030233 ] Remove duplicate code from DB class
- refactored instead of remove
2008-08-07 17:12:53 +00:00
teo_sarca 942d3f3dc9 [ 2041456 ] Don't use Env.getCtx in base project
fixed for class org.eevolution.process.MRP
2008-08-07 16:06:16 +00:00
teo_sarca dd3a4c796f BF [ 2041456 ] Don't use Env.getCtx in base project
fixed for org.eevolution.model.MPPMRP.getMaxLowLevel
2008-08-07 16:02:33 +00:00
teo_sarca 2566e3d814 BF [ 2041799 ] Can't delete PP_Order_Node (Not found=PP_Order_Node_Trl)
BF [ 1874419 ] JDBC Statement not close in a finally block
* organized imports
* removed not used methods and properties
* fixed some warnings
2008-08-07 15:54:17 +00:00
teo_sarca e456509bf4 BF [ 2041819 ] Can't delete PP Order
* exception friendly
2008-08-07 15:36:12 +00:00
teo_sarca 1bd2033620 BF [ 1874419 ] JDBC Statement not close in a finally block 2008-08-07 09:56:02 +00:00
teo_sarca 8f04152e25 MPPProductPlanning:
* fix indentation
* organized imports
2008-08-07 08:55:25 +00:00
teo_sarca 1bd24e90b0 MPPMRP:
* fix indentation
* organized imports
2008-08-07 07:58:23 +00:00
armenrz a891d6fa5e [ 1875622 ] Negative posting in Return Material Transaction 2008-08-07 05:38:21 +00:00
armenrz ffdb2aa393 [ 2041202 ] BPartnerOrgLink out of trx 2008-08-07 05:21:40 +00:00
armenrz 9af52f43e9 [ 1702235 ] Voided Bank Statement should recover the balance 2008-08-07 05:19:45 +00:00
vpj-cd 7e58933bde [ 2030865 ] Let use the Distribution List and Distribution Run for DO
http://sourceforge.net/tracker/index.php?func=detail&aid=2030865&group_id=176962&atid=879335
2008-08-06 17:10:26 +00:00
vpj-cd 3f234fca58 [ 2030865 ] Let use the Distribution List and Distribution Run for DO
http://sourceforge.net/tracker/index.php?func=detail&aid=2030865&group_id=176962&atid=879335
2008-08-06 16:59:34 +00:00
teo_sarca edc4d5a3f0 FR [ 2039775 ] Refactor/cleanup HRCreatePeriods code 2008-08-06 06:38:04 +00:00
tspc 70d98a06ef BF1874419 JDBC Statement not close in a finally block
+ Fix indentation and format
2008-08-06 00:46:10 +00:00
vpj-cd d8dfc605e6 [ 2038848 ] Product Planning window - can't save if Fixed Order Qty
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2038848&group_id=176962
2008-08-05 15:58:30 +00:00
vpj-cd 8a84aabf10 [ 2037983 ] CreateProductPlanning
http://sourceforge.net/tracker/index.php?func=detail&aid=2037983&group_id=176962&atid=879332
2008-08-05 08:16:54 +00:00
vpj-cd 0099f9febd [ 2037954 ] Workflow Cost Roll-Up
http://sourceforge.net/tracker/index.php?func=detail&aid=2037954&group_id=176962&atid=879332
2008-08-05 06:07:22 +00:00
vpj-cd 4a9c3e18b2 Fixed Document Type to Manufacturing Order 2008-08-04 22:58:11 +00:00
vpj-cd 847fe3d1ed Process to Generate Movement from DO is Implemented 2008-08-04 22:56:30 +00:00
vpj-cd 979d9c553f [ 2037027 ] Invalid order Policy
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2037027&group_id=176962
2008-08-04 22:50:26 +00:00
vpj-cd fd4c41fffe [ 2038014 ] New form Material Receipt Distribution Order
http://sourceforge.net/tracker/index.php?func=detail&aid=2038014&group_id=176962&atid=879335
2008-08-04 21:01:27 +00:00
vpj-cd 828d67431e Setup for implement product with Manufacturing process 2008-08-04 17:13:59 +00:00
Carlos Ruiz 373b60f28e Implement [ 1795398 ] Process Parameter: add display and readonly logic 2008-08-02 22:19:08 +00:00