Commit Graph

2670 Commits

Author SHA1 Message Date
vpj-cd c2c377131b [ 1999230 ] Add Safety Stock in Create Planning Data
http://sourceforge.net/tracker/index.php?func=detail&aid=1999230&group_id=176962&atid=879335
2008-06-21 00:03:26 +00:00
vpj-cd ddbc493f38 [ 1999156 ] Is necessary that can create the network distribution
http://sourceforge.net/tracker/index.php?func=detail&aid=1999156&group_id=176962&atid=879335
2008-06-20 21:46:48 +00:00
kthiemann a9e6b6f3c2 [1998727] MMovementLine.setM_LocatorTo_ID() sets the M_Locator_ID 2008-06-20 12:36:58 +00:00
teo_sarca 30c8cf617a org.compiere.acct.ProductInfo: db connection fix 2008-06-20 12:04:58 +00:00
teo_sarca ff35be4493 BF [ 1960523 ] Server Process functionality not working 2008-06-20 11:49:40 +00:00
teo_sarca 9e5d5ada4a BF [ 1996056 ] Report error message is not displayed
BF [ 1998575 ] Document Print is discarding any error
2008-06-20 11:36:10 +00:00
teo_sarca e8d64525fe BF [ 1963128 ] Running a process w/o trl should display an error 2008-06-20 11:19:38 +00:00
teo_sarca 3178d74907 package org.compiere.apps.search: fix db connection 2008-06-20 10:04:18 +00:00
teo_sarca 5126b0bf02 Info, InfoProduct:
* fix db connection
* organized imports
2008-06-20 09:53:38 +00:00
tspc cb8d903768 BF1994221 Mfg Workflows with wrong start node id 2008-06-15 05:10:19 +00:00
Carlos Ruiz 499e03f066 Implement [ 1992542 ] Import Payment doesn't have DocAction parameter 2008-06-13 01:56:07 +00:00
Carlos Ruiz 3eaa98b04b Fix [ 1991514 ] ProductInfo empty after called from BOM
Fix translation from element instead of message for some columns
2008-06-12 17:26:28 +00:00
Carlos Ruiz d7648d34cf Refactor - indentation - improve readability - translate comments - organize imports - fix warnings 2008-06-12 17:13:14 +00:00
Carlos Ruiz d75cc47746 Fix [ 1991514 ] ProductInfo empty after called from BOM 2008-06-12 05:29:02 +00:00
teo_sarca 7d33fd9c33 POTest.testTruncatedStrings - more tests added 2008-06-11 14:48:05 +00:00
teo_sarca b71f4b88c3 BF [ 1990856 ] PO.set_Value* : truncate string more than needed
* fixed minor saveEx/deleteEx issue
2008-06-11 14:22:55 +00:00
Carlos Ruiz c473d0d1a9 Fix [ 1989305 ] Missing GL Journal Batch in GardenWorld 2008-06-10 01:24:11 +00:00
Carlos Ruiz 28c1358156 Problems found running adempiere with Ubuntu Hardy Heron 2008-06-09 20:40:02 +00:00
Carlos Ruiz 69112bea2f Fix [ 1989152 ] DataEngine.getPrintDataInfo getting more columns than needed 2008-06-09 20:38:04 +00:00
vpj-cd 81690fe578 [ 1988593 ] Let show Totals in a MiniTable for Numeric Value
http://sourceforge.net/tracker/index.php?func=detail&aid=1988593&group_id=176962&atid=879335
2008-06-09 06:21:01 +00:00
vpj-cd b13354d076 [ 1988593 ] Let show Totals in a MiniTable for Numeric Value
http://sourceforge.net/tracker/index.php?func=detail&aid=1988593&group_id=176962&atid=879335
2008-06-09 05:53:58 +00:00
teo_sarca e3dd22ccc6 VPanel:
* organized imports
* fixed java generics warnings
2008-06-06 16:50:53 +00:00
teo_sarca 48bf37d878 * deleted org.eevolution.model.X_S_Resource - bad model class (right package is org.compiere.model) 2008-06-06 13:04:51 +00:00
teo_sarca 5681b0992b * fixed entity types for some tables + moved the models in right package 2008-06-06 13:02:02 +00:00
teo_sarca 3c5b4dcb98 HR_Payroll: Reset SeqNo for HR_Payroll.Value, there is already HR_Payroll.Name as 2008-06-06 11:58:00 +00:00
teo_sarca 4227d852a0 [ 1981760 ] Improve Query class
* org.compiere.model.Query.Query(String tableName, String whereClause, String trxName) ctor should take ctx parameter too, bug introduced in rev. 5343
2008-06-06 07:31:24 +00:00
tspc 96d1d0ea48 BF1985198 196_FB1983672_refactory script failing
- add column to database
2008-06-06 04:09:01 +00:00
Carlos Ruiz ae9a439f17 Fix [ 1985198 ] 196_FB1983672_refactory script failing 2008-06-06 01:49:31 +00:00
teo_sarca afab87d464 FR [ 1866739 ] ReportCtl: use printformat from the transient/serializable 2008-06-05 21:53:29 +00:00
teo_sarca 545605ec12 VHRActionNotice - bug fixing
PS: there still a lot of bugs that need to be fixed
2008-06-05 21:12:42 +00:00
teo_sarca 97a570eed0 VHRActionNotice
* organized imports
* fixed indentation
2008-06-05 21:11:47 +00:00
teo_sarca 64b3c191d6 org.eevolution.process.MRP:
* removed unused/unnecessary code
* fixed minor message issue
* breaked one line big query in multiple lines (for readability)
2008-06-05 19:25:19 +00:00
teo_sarca ec9947dc93 org.eevolution.process.MRP:
* fixed indentation
* organized imports
* fixed warning: static variables should be access in a static way
2008-06-05 19:19:04 +00:00
teo_sarca e0a2c35a8a BF MHRProcess.getProcessMsg - was not returning anything 2008-06-05 19:12:06 +00:00
teo_sarca 7ab35749be FR [ 1984794 ] DBException improvements - introduced org.compiere.util.DBException class for backward compatibility 2008-06-05 18:22:21 +00:00
teo_sarca ff1cbef06a FR [ 1984794 ] DBException improvements - move DBException to org.adempiere.exceptions 2008-06-05 18:13:53 +00:00
teo_sarca ab2af4a206 FR [ 1984794 ] DBException improvements 2008-06-05 18:07:07 +00:00
teo_sarca 2abbe97cba FR [ 1984831 ] Add DB.close(POResultSet) convenient method 2008-06-05 17:40:40 +00:00
teo_sarca 19d2313752 BF InfoAsset is not filling the "Value" field by default when called from a VLookup 2008-06-05 17:28:24 +00:00
teo_sarca bf468e6768 BF - Internal Use Inventory / Attributes it's an advanced tab 2008-06-05 17:20:42 +00:00
tspc 1a920db54e BF1985495 - Errors in MCost and MCostElement classes 2008-06-05 14:20:11 +00:00
teo_sarca 72a2978dcf FR [ 1985321 ] CalloutEngine introduce NO_ERROR constant 2008-06-05 11:43:21 +00:00
teo_sarca 626546f3f2 FR [ 1984834 ] Add POResultSet.hasNext convenient method
FR [ 1985134 ] POResultSet improvements
2008-06-05 07:08:59 +00:00
vpj-cd eb83609f3a [ 1983672 ] Manufacturing: Don't use PO set/get methods
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=1983672&group_id=176962
2008-06-05 04:34:25 +00:00
Carlos Ruiz ae96e05f85 [ adempiere-Bugs-1984768 ] M_Product_PO.Manufacturing/VendorCategory changed wrongly 2008-06-04 20:33:30 +00:00
teo_sarca f0eae3a981 BF [ 1984627 ] Missing table AD_Rule_Engine 2008-06-04 19:34:30 +00:00
Carlos Ruiz c2a1e9956f Reported problem with migration script 2008-06-04 18:59:58 +00:00
teo_sarca 8a71746ee0 FR [ 1984700 ] Introduce PeriodClosedException 2008-06-04 18:26:56 +00:00
teo_sarca f3a58107b3 BF [ 1984193 ] All records are readonly if IsAccessAllOrgs 2008-06-04 17:34:17 +00:00
teo_sarca 0469ad4ee8 more manufacturing fixes 2008-06-04 16:51:49 +00:00