Commit Graph

992 Commits

Author SHA1 Message Date
vpj-cd c41fa360c0 simplify the comments 2008-07-01 01:34:33 +00:00
teo_sarca 5542d14a95 org.compiere.acct: fix db connection 2008-06-30 07:03:14 +00:00
teo_sarca a0884d2c93 org.compiere.acct.DocTax: fix db connection 2008-06-30 06:53:58 +00:00
tspc d533ea444d BF2004751 Import Payments - column doesn't exist 2008-06-28 03:32:55 +00:00
Carlos Ruiz 93a64eeea6 Fix [ 1965015 ] Posting not balanced when is producing more than 1 product 2008-06-27 17:47:33 +00:00
teo_sarca d990073486 BF [ 1989090 ] Incorrect HRProcess.getConceptGroup behaviour 2008-06-27 15:34:38 +00:00
teo_sarca d4d6fea6fb BF [ 1974309 ] Exporting a report to XLS is not setting page format 2008-06-27 15:26:18 +00:00
teo_sarca 6adcc98adb BF [ 2004203 ] Default conversion type is used always 2008-06-27 14:59:40 +00:00
teo_sarca 4da24b6233 FR [ 1894651 ] Info Account: Excel Export support 2008-06-27 14:33:17 +00:00
vpj-cd 3483a4f8c1 Fixed the Transaction lock, Now the transaction is short 2008-06-26 05:42:24 +00:00
vpj-cd 8814b541ee [ 2002892 ] Error in 2 Pack when try save the history
http://sourceforge.net/tracker/index.php?func=detail&aid=2002892&group_id=176962&atid=879332
2008-06-26 03:46:21 +00:00
teo_sarca 33f8fdd77c BF [ 2002318 ] Context WINDOW_INFO bug 2008-06-25 09:02:42 +00:00
vpj-cd b647cd38cb [ 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-25 03:00:34 +00:00
tspc 83509e0546 BF2002143 integrity constraint (ADEMPIERE.PPORDERNODE_PPORDERWORKFLOW) 2008-06-25 02:29:42 +00:00
Carlos Ruiz 0787b8fd47 Refactoring - organize imports - avoid warnings 2008-06-23 21:32:31 +00:00
Carlos Ruiz 2f9d6e74e6 Small performance improvement on Payment completion - don't rewrite a valid value (avoid save/check cycle) 2008-06-23 21:31:37 +00:00
kthiemann cb9e7efa69 BF [2000582] Error in Tax Correction
https://sourceforge.net/tracker/index.php?func=detail&aid=2000582&group_id=176962&atid=879332
2008-06-23 08:49:57 +00:00
tspc 3d379974d2 BF1999731 Loading Translation table where none exist 2008-06-22 02:20:04 +00:00
tspc 08a1ba7636 BF1999688 - OrderReceipt&Issue - NullPointerException
and begin some clean-up
2008-06-22 01:49:16 +00:00
tspc 29058f7f83 Fix indentation to make reading easier.
No code changes.
2008-06-21 22:22:23 +00:00
vpj-cd 9887014984 Safety Stock fixed 2008-06-21 03:14:20 +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
Carlos Ruiz 499e03f066 Implement [ 1992542 ] Import Payment doesn't have DocAction parameter 2008-06-13 01:56:07 +00:00
Carlos Ruiz d7648d34cf Refactor - indentation - improve readability - translate comments - organize imports - fix warnings 2008-06-12 17:13:14 +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 69112bea2f Fix [ 1989152 ] DataEngine.getPrintDataInfo getting more columns than needed 2008-06-09 20:38:04 +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 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
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
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
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 0513be6de5 BF [ 1984310 ] GridTable.getClientOrg() doesn't work for AD_Client/AD_Org 2008-06-04 09:45:35 +00:00
Carlos Ruiz c291cc3a1b Fix get_Value part [ 1983672 ] Manufacturing: Don't use PO set/get methods
Safer approach
2008-06-03 20:29:48 +00:00
teo_sarca a2b7c5c2dd MPPMRP - fix trx locking issue 2008-06-03 18:27:47 +00:00
Carlos Ruiz 69c5821477 Fix [ 1983672 ] Manufacturing: Don't use PO set/get methods
Solving get_Value part
Pending some reported in tracker
2008-06-03 17:28:13 +00:00
teo_sarca 098cd34531 BF [ 1983657 ] "Data found" error on creating new MO (manually) 2008-06-03 15:41:01 +00:00