teo_sarca
732bba1e20
Query:
...
FR [ 2107068 ] Query.setOrderBy should be more error tollerant
FR [ 2107109 ] Add method Query.setOnlyActiveRecords
* fixed indentation
* fixed copyright
2008-09-12 09:39:39 +00:00
teo_sarca
b5b78bb16a
FR [ 2107062 ] Add more DB.getKeyNamePairs methods
2008-09-12 08:54:48 +00:00
phib
5462895d6c
BT [ 2106723 ] InvoiceGenerate process should ignore proposal/quote orders
2008-09-12 02:45:07 +00:00
vpj-cd
f551abdba1
small improve
2008-09-12 02:02:33 +00:00
vpj-cd
736c059e4e
fix error introducing with re factory, The Purchase Order is a Supply
2008-09-12 01:56:58 +00:00
teo_sarca
9f745caa45
MRP process improvements:
...
* org caching is implemented in MOrg class, so is not needed here (same as warehouse)
* use new Query API (better exception handling)
2008-09-11 10:10:40 +00:00
teo_sarca
56dc7e973d
MOrg: increase cache size in concordance with MWarehouse.s_cache size
2008-09-11 10:06:13 +00:00
teo_sarca
343270572f
MDDNetworkDistribution - minor corrections
...
* use java 5 autoboxing
* always use lazy cache instead (i.e. lines will be loaded on first getLines)
2008-09-11 09:38:43 +00:00
vpj-cd
bca6ae9e19
NULLS LAST not supported in postgresql 8.2 or earlier
...
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2104835&group_id=176962
2008-09-11 04:22:13 +00:00
vpj-cd
f0e1413491
This change let lock more short, the reason is when you have big volume of record is best execute sort deletes and insert, this case you create the record for resource, organization , warehouse
2008-09-11 04:08:23 +00:00
vpj-cd
42b66d7d2d
This is best way to management the transaction when calculate MRP, I made 3 test:
...
1.- Calculate MRP in single transaction, this case show large locks in DB of PP_MRP table set in wait other transaction as create SO,PO,REQ,etc
2.- Calculate MRP all transaction independents this drop the large lock in DB
3.- Calculate MRP with single transaction and commits for each document, So this test is that get best result.
kind regards
Victor Perez
www.e-evolution.com
2008-09-11 03:42:00 +00:00
vpj-cd
7613b20989
fixed small bugs
2008-09-10 23:39:48 +00:00
vpj-cd
aa02bdbe4b
Implementing Caches and MRP should run out transaction.
2008-09-10 19:52:05 +00:00
vpj-cd
4027198f74
Implementing cache for Network Distribution
2008-09-10 19:50:58 +00:00
vpj-cd
c794877516
Increment cache is necessary for when run MRP.
2008-09-10 19:49:46 +00:00
teo_sarca
e5800655bd
BF [ 2104022 ] GridTab.processCallout: throws NPE if callout returns null
2008-09-10 17:02:57 +00:00
teo_sarca
1e329d3c76
BF [ 2104021 ] CalloutEngine returns null if the exception has null message
2008-09-10 16:45:48 +00:00
vpj-cd
cb40da8cc6
Current ADempiere use DB.getNextID for get next sequence vs MSequence.getNextID, so in the future the developer need use only DB.getNextID
2008-09-09 18:26:55 +00:00
Carlos Ruiz
76dbf6e3c2
Integrate [ 2074600 ] Housekeeping - Process to delete historic information
...
Contribution from d_ruiz
2008-09-07 05:45:06 +00:00
vpj-cd
9feb992370
Implementing Local Phantom
2008-09-06 22:32:46 +00:00
vpj-cd
5b750b1abe
[ 2097563 ] Compatibility with old functionality the production
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2097563&group_id=176962&atid=879332
2008-09-06 22:03:10 +00:00
teo_sarca
505c7bd4ca
CreateCostElement: bug fixing
...
MCostElement.getElements: AD_Org_ID parameter is not needed since all M_CostElements are created with AD_Org_ID=0 (see beforeSave)
2008-09-06 17:55:20 +00:00
teo_sarca
ccc427a99e
RollupWorkflow:
...
* use COLUMNNAME_*
* use cached getters instead of loading MCostElement-s
2008-09-06 17:11:58 +00:00
teo_sarca
539e4035fd
MRPUpdate: simplified code - don't need to use Trx class
2008-09-06 16:58:19 +00:00
vpj-cd
84bc634f89
fixed small bug
2008-09-05 23:23:22 +00:00
Heng Sin Low
bae7f1f380
[ 2094575 ] Cannot create new record with roles other than Admin
2008-09-05 23:06:54 +00:00
vpj-cd
4629a65860
MRP Update with transactions
2008-09-05 21:58:46 +00:00
Carlos Ruiz
26bbbeaab0
Refactoring
...
[ 2087134 ] MRP-SOO: DatePromised not changed when Order date is changed
2008-09-05 19:38:49 +00:00
vpj-cd
48db341e5a
Implement the transaction because very long
2008-09-05 18:57:31 +00:00
vpj-cd
3d82b58aad
[ 2094162 ] New Process Bank Transfer
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2094162&group_id=176962&atid=879335
2008-09-05 01:53:30 +00:00
teo_sarca
cb0e8a06c7
FR [ 2093551 ] Refactor/Add org.compiere.model.MProduct.getCostingLevel
...
FR [ 2093569 ] Refactor/Add org.compiere.model.MProduct.getCostingMethod
* forget to commit: MProductCategoryAcct.get should cache objects to speed things up
2008-09-04 18:37:59 +00:00
teo_sarca
dae6866242
FR [ 2093551 ] Refactor/Add org.compiere.model.MProduct.getCostingLevel
...
FR [ 2093569 ] Refactor/Add org.compiere.model.MProduct.getCostingMethod
2008-09-04 18:27:37 +00:00
teo_sarca
edd76b9323
BF [ 2093001 ] Error in Cost Workflow & Process Details
2008-09-04 12:16:19 +00:00
teo_sarca
0e6b5c6201
RollupWorkflow:
...
* organized imports
* fixed indentation
2008-09-04 12:14:12 +00:00
teo_sarca
4d71731b43
FR [ 2092739 ] When I select a product, default BOM and WF should be set
2008-09-04 08:28:46 +00:00
vpj-cd
1672bf5c18
little fixed
2008-09-04 02:55:58 +00:00
vpj-cd
23b4715fe9
Refactory do not is necessary send ad parameter the AD_CLient_ID, this can take of context.
2008-09-04 02:41:54 +00:00
vpj-cd
1fceea050d
[ 2092263 ] New Implementation the Qty Reserved & Qty Ordered
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2092263&group_id=176962&atid=879335
Discusion:
https://sourceforge.net/forum/message.php?msg_id=5037014
2008-09-04 02:27:45 +00:00
Carlos Ruiz
db492a76f6
Fix [ 2092198 ] Error voiding an Inventory Move
2008-09-04 01:49:37 +00:00
teo_sarca
53bc5e47c4
MResourceType:
...
* added serialVersionUID
* added @Override annotation
2008-09-03 20:56:17 +00:00
teo_sarca
164a78d163
MPPProductBOM.getLines(): lines should be ordered by "Line" column
2008-09-03 20:32:28 +00:00
teo_sarca
ef3c89d701
MRP: bug fixing some NPEs
2008-09-03 20:29:19 +00:00
teo_sarca
8c5bfe4d78
RollupBillOfMaterial:
...
* refactor
* fix DB issues
* improved readability
2008-09-03 20:24:30 +00:00
teo_sarca
9426884b5d
RollupBillOfMaterial:
...
* organized imports
* fixed indentation
2008-09-03 20:23:18 +00:00
vpj-cd
e801453f0d
fixed the last commit
2008-09-03 19:41:27 +00:00
teo_sarca
110b892761
MMovement.getLines(): fix issue introduced in rev. 6311
2008-09-03 15:54:58 +00:00
teo_sarca
218c44d185
PP_Product_BOM_Check: minor BF
2008-09-03 09:07:02 +00:00
teo_sarca
fcdf078207
HR:
...
* use new Query API
* organized imports
* added some useful methods
2008-09-03 09:05:26 +00:00
teo_sarca
5917b4f9c7
libero:
...
* use new Query API
* minor refactoring
* organized imports
2008-09-03 08:55:32 +00:00
teo_sarca
c8afc0d1e2
MOrder:
...
* fixed some issues introduced in rev.6325
* use new Query API
* improved exception handling
2008-09-03 08:42:33 +00:00
teo_sarca
991c4a50c6
FR [ 2090659 ] Add FillMandatoryException
2008-09-03 08:17:01 +00:00
Redhuan D. Oon
ca1549c465
Applying Teo Sarca's [FR 1981760 ] Improve query Class
...
Set in MOrder.java and resolve dependencies.
Tested by creating a new POS Sales Order, complete it, reactivate it, set to Std Order, complete it;
Generate Shipments (manual) - OK
Generate Invoices (manaul) - OK
detected same dependency in eevolution.process.MovementGenerate.java
2008-09-03 07:18:45 +00:00
vpj-cd
7de7553dac
fixed [ 1943736 ] Wrong price used in Orders
...
http://sourceforge.net/tracker/index.php?func=detail&aid=1943736&group_id=176962&atid=879332
bug introduced in revision
http://adempiere.svn.sourceforge.net/viewvc/adempiere/trunk/base/src/org/compiere/model/CalloutOrder.java?r1=1308&r2=1307&pathrev=1308
http://sourceforge.net/tracker/index.php?func=detail&aid=1643489&group_id=176962&atid=879332
2008-09-03 02:11:33 +00:00
vpj-cd
bba26f85e0
refactory new query API
2008-09-02 21:16:17 +00:00
Redhuan D. Oon
fdc85ad72f
FR [ 1981760 ] Improve Query class
...
Fix params
2008-09-02 10:43:16 +00:00
Redhuan D. Oon
55329cafb9
FR [ 1981760 ] Improve Query class
...
Forgot the whereClause string! (it seems SQL stuff doesnt get error before runtime)
2008-09-02 09:33:29 +00:00
Redhuan D. Oon
75378bbc81
Applying FR [ 1981760 ] Improve Query class
...
Teo, pls review if this the right way? If not pls revert. Thanks!
2008-09-02 09:20:58 +00:00
teo_sarca
0548454e07
MCurrency:
...
* organized imports
* added serialVerionUID
2008-09-02 06:34:52 +00:00
teo_sarca
b83ca2ac5d
BF [ 2087134 ] MRP-SOO: DatePromised not changed when Order date is changed
2008-09-01 16:40:29 +00:00
teo_sarca
1a02dd2547
FR [ 2086964 ] Product Is BOM should be auto updated
2008-09-01 15:15:21 +00:00
usrdno
de88152f83
Updated to use the Query API.
2008-09-01 14:53:56 +00:00
teo_sarca
24fd729e47
MPPOrderBOMLine: throw exception if using not supported component types
2008-09-01 14:26:09 +00:00
usrdno
7ecf75273a
Added static, cache enabled, get method that uses currency ISO code as key.
2008-09-01 14:15:56 +00:00
teo_sarca
2c5b782c1c
MHRProcess: fix credits
2008-09-01 11:18:32 +00:00
Redhuan D. Oon
7081af9c3b
English term - employee
2008-08-31 08:42:13 +00:00
tspc
1ffa5ade3a
BF2084725 PDF Exporting Issues
2008-08-31 03:58:34 +00:00
teo_sarca
f8d7041844
libero fixing:
...
* MRPUpdate is generating duplicate records
* MPPMRP: in case of Orders, the PP_MRP.C_BPartner_ID should be filled
2008-08-30 16:23:11 +00:00
vpj-cd
ff4df8636d
[ 2083255 ] Let Calculate Material Plant for every Plant, Org, Wh
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2083255&group_id=176962&atid=879335
2008-08-30 01:34:55 +00:00
vpj-cd
6ba1731fae
fixes some issues
2008-08-29 02:59:34 +00:00
vpj-cd
6695c5a99e
Fixed the setSalesRep and getLine Method
2008-08-29 00:51:57 +00:00
teo_sarca
c627e298fb
MRP: fix Plan Qty vs Scheduled Receipt Qty issues
2008-08-28 18:04:15 +00:00
teo_sarca
7c0e11a051
MWarehouse:
...
* BF [ 1874419 ] JDBC Statement not close in a finally block
* organized imports
* exception handling improvements (use saveEx instead of save)
2008-08-28 10:21:39 +00:00
teo_sarca
b27cf2b2e5
FR [ 2080217 ] Implement TrxRunnable
2008-08-28 08:42:36 +00:00
vpj-cd
aabad61689
fixed small bug
2008-08-28 02:59:53 +00:00
vpj-cd
3cd3a64f6d
fixed some bugs
2008-08-28 02:55:35 +00:00
teo_sarca
74b806dec8
BF [ 1926113 ] MMatchInv.getNewerDateAcct() should work in trx
2008-08-27 21:08:14 +00:00
teo_sarca
4dc76a953e
FR [ 2079083 ] Add MFactAcct.deleteEx method
2008-08-27 20:57:22 +00:00
teo_sarca
c1e2d1cc4a
FR [ 2079083 ] Add MFactAcct.deleteEx method
2008-08-27 20:54:17 +00:00
teo_sarca
7c98840275
BF [ 1943723 ] WF Activity History is not translated
2008-08-27 19:55:39 +00:00
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
Carlos Ruiz
19beaeaf8b
minor refactoring and fixing comments
2008-08-02 16:20:09 +00:00
vpj-cd
60894d8ffa
[ 2035366 ] Implementing DocAction for new document.
...
https://sourceforge.net/tracker/index.php?func=detail&aid=2035366&group_id=176962&atid=879335
2008-08-01 22:32:11 +00:00
Carlos Ruiz
319167d436
Implement [ 2035176 ] Immediate Bank Transfer
2008-08-01 20:12:05 +00:00
Heng Sin Low
7399729733
* need to change method visibility to public for ZkReportViewer implementation.
2008-08-01 08:48:20 +00:00
Carlos Ruiz
280a274fde
[ adempiere-Bugs-2022372 ] Reset Accounting process failure
2008-08-01 03:02:43 +00:00
Carlos Ruiz
627ac1bd4d
Fix [ 2034366 ] Firefox 3 problem with #Date context
...
Better solution - it's not about firefox, but the Timestamp.toString sometimes returns one digit nanos, and sometimes more (I suppose this depend on the op. sys)
2008-07-31 22:02:34 +00:00
Carlos Ruiz
83a28c6d60
Fix [ 2034366 ] Firefox 3 problem with #Date context
2008-07-31 21:14:31 +00:00
Carlos Ruiz
90e8d05860
Fix [ 1989152 ] DataEngine.getPrintDataInfo getting more columns than needed
...
-- need to include image type also
2008-07-31 18:30:03 +00:00
Carlos Ruiz
6b49111199
Fix [ 2033791 ] No Document Print Format defined
...
[ 2033315 ] Oracle SQL error in ReportEngine.get()
2008-07-31 17:48:26 +00:00
Carlos Ruiz
ac2e1f1f01
Fix [ 2034138 ] HR_Employee.ImageURL wrongly defined
2008-07-31 17:38:21 +00:00
teo_sarca
a1d0ce1d58
org.compiere.dbPort.Convert.dontLog: minor bug fix
2008-07-31 16:40:59 +00:00
teo_sarca
2100340d06
DocumentEngine: refactor getServer() code
2008-07-31 16:35:12 +00:00
Carlos Ruiz
e069024049
Model generated for 352a
2008-07-30 00:27:57 +00:00
Carlos Ruiz
faf6e29f9d
Fix [ 1979978 ] A_VALID_ASSET_COMBINATIONS in dict not in db
...
GenerateModel is generating even for inactive tables
2008-07-29 23:45:59 +00:00
teo_sarca
eed9b754b8
* FR [ 1990848 ] Generated Models: remove hardcoded field length
...
* reverted [ 2028151 ] Dynamic column length validation
2008-07-29 21:23:38 +00:00
Carlos Ruiz
524147954a
Minor fix - comment header is truncated when generated
2008-07-29 20:38:22 +00:00
Carlos Ruiz
6830aa7e5f
Implement [ 1810133 ] Add logging policy on column level
2008-07-29 19:56:12 +00:00
Carlos Ruiz
091fe072e9
Fix [ 2028301 ] Errors with Revison 5784
2008-07-29 19:29:29 +00:00
Carlos Ruiz
574b0befe5
Integrate Karsten's autocompletion from trunk revisions 5521 and 5670
...
FR [2003044] Autocomplete for Textfields
http://sourceforge.net/tracker/index.php?func=detail&aid=2003044&group_id=176962&atid=879335
[Ctrl + Tab] iterates through all available matches
2008-07-29 17:57:49 +00:00
teo_sarca
02b749cd4c
BF [ 2031461 ] Scriptlet not working for context vars that contain "."
2008-07-29 13:33:32 +00:00
teo_sarca
70c84dd787
BF [ 2031197 ] Skips saving
...
Thanks to Cristina Ghita
2008-07-29 11:55:34 +00:00
teo_sarca
67dc6b32ff
DistributionRunOrders - fix compile error issue ( => organized imports)
2008-07-29 11:47:56 +00:00
teo_sarca
316306e951
MInOut.checkMaterialPolicy - fix indentation
2008-07-29 11:11:44 +00:00
Carlos Ruiz
5303895f63
Integrate phib's change from trunk revision 5447
...
BF[ 1688862 ] Replenish report fails unless all replenish records active
2008-07-29 07:48:52 +00:00
Carlos Ruiz
72c88dcb3e
Integrate phib's change from trunk revision 5453
...
[ 1990524 ] Shipment does not clear stock reservations
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=1990524&group_id=176962
2008-07-29 07:47:20 +00:00
Heng Sin Low
582d8a0e07
[ 1564523 ] Max width of print element not always respected
2008-07-29 07:33:52 +00:00
Carlos Ruiz
9f3e5592d7
Integrate phib's change from trunk revision 5693
...
BF [ 2019262 ] Allocation posting currency gain/loss omits line reference
2008-07-29 07:30:00 +00:00
vpj-cd
b032e1051a
[ 2022372 ] Reset Accounting process failure
...
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2022372&group_id=176962
2008-07-29 07:24:17 +00:00
Carlos Ruiz
2be812419a
Integrate Trifon's change from trunk revision 5700
...
Buf Fix: [ 2017673 ] Export Report as Excel - Bad Encoding
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2017673&group_id=176962
2008-07-29 07:24:04 +00:00
vpj-cd
716bb3311d
[ 2027935 ] Resubmit Posting failing
...
http://mail.google.com/a/e-evolution.com/#search/posting/11b5ad33da9f1a86
2008-07-29 07:14:12 +00:00
Carlos Ruiz
7eb915047a
Integrate Trifon's change from trunk revision 5795
...
BugFix: [ 1939524 ] Bad context for cache of po objects on server
https://sourceforge.net/tracker/index.php?func=detail&aid=1939524&group_id=176962&atid=879332
2008-07-29 07:07:14 +00:00
Carlos Ruiz
5c4d6def6f
Integrate Trifon's change from trunk revision 5799
...
Feature: [ 2028151 ] Dynamic column lenght validation
http://sourceforge.net/tracker/index.php?func=detail&aid=2028151&group_id=176962&atid=883808
2008-07-29 07:04:21 +00:00
vpj-cd
730e60cf49
[ 2011569 ] Implementing new Summary flag in Report View
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2011569&group_id=176962&atid=879335
Implementing from trunk revision 5581,5582
2008-07-29 06:27:41 +00:00
Carlos Ruiz
0122b11eb1
Preparing release 3.5.2a
2008-07-29 05:34:48 +00:00
Carlos Ruiz
d823361719
Implement [ 1810133 ] Add logging policy on column level
2008-07-29 05:27:49 +00:00
vpj-cd
6aa7c87454
[ 2031000 ] Detail Order Distribution Report
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2031000&group_id=176962&atid=879335
2008-07-29 05:27:44 +00:00
vpj-cd
c96e6c2496
[ 2030865 ] Let use the Distribution List and Distribution Run for DO
...
https://sourceforge.net/tracker/index.php?func=detail&aid=2030865&group_id=176962&atid=879335
2008-07-29 01:52:54 +00:00
Carlos Ruiz
ff16cba290
Fix [ 2030685 ] Payment Selection is creating payments with dateacct=today
2008-07-28 20:51:08 +00:00
teo_sarca
1912256998
MUOM:
...
* reorganized imports
* BF [ 1874419 ] JDBC Statement not close in a finally block
2008-07-28 13:45:53 +00:00
teo_sarca
da73066385
BF [ 2030280 ] org.compiere.model.Query apply access fielter issue
2008-07-28 13:40:18 +00:00
teo_sarca
31b3674aa9
* BF [ 2030233 ] Remove duplicate code from DB class
...
* refactored "pstmt.set..." code
2008-07-28 11:53:24 +00:00
vpj-cd
8c3073d498
Fix Callout Distribution Order
2008-07-27 21:28:03 +00:00
Carlos Ruiz
51a787b461
Fix [ 2019115 ] Don't allow UoM change if product already used
2008-07-27 01:13:05 +00:00
Heng Sin Low
c7cf233ed0
[ 1981944 ] Report Loading Takes time
2008-07-26 08:21:22 +00:00
Carlos Ruiz
79d3469f72
FR [ 1829798 ] Easy generation of migration scripts
...
Generate different names for different sessions
2008-07-25 16:06:32 +00:00
vpj-cd
a3239d014b
[ 2027432 ] Distribution Order print format as Special Format
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2027432&group_id=176962&atid=879332
2008-07-25 07:37:47 +00:00
vpj-cd
cc7b263981
Implement create Export Format Key for parent link in children transaction table ie C_Order_ID into C_OrderLine
2008-07-25 00:30:00 +00:00
teo_sarca
b1e41cdaf1
BF [ 2025680 ] Import java.math in MHRProcess
...
* organized imports
* more logging, useful for debugging rule engines
* use MRole instead of X_AD_Rule
* minor bug fixing
2008-07-24 08:23:42 +00:00
Carlos Ruiz
d1ab1ad3e3
Fix [ 2025274 ] Identifier not shown in postgresql
2008-07-23 01:46:35 +00:00
teo_sarca
5364036b18
MRefList:
...
* BF [ 1874419 ] JDBC Statement not close in a finally block
* organized imports
* added test case
2008-07-22 10:00:21 +00:00
vpj-cd
f5984501b4
[ 2023927 ] Receivables Write-Off do not work
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2023927&group_id=176962&atid=879332
2008-07-21 22:20:59 +00:00
tspc
008b832548
BF2022161 - MRPUpdate process failing on Oracle
2008-07-19 12:42:02 +00:00
kzmp
2d57b2e869
Simplified AmtInWords_BG and fixed a problem with separator other than comma or with no separator.
2008-07-19 08:48:18 +00:00
Carlos Ruiz
ffe229a48c
Fix [ 2021745 ] Cannot assign project to payment with charge
2008-07-18 18:51:24 +00:00
vpj-cd
146c0cc4b4
[ 2021146 ] Do not work VMRPDetail, MRP Detail Report and VIEWs
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2021146&group_id=176962&atid=879332
2008-07-18 16:47:46 +00:00
Carlos Ruiz
1e41bbd864
[ 1965015 ] Posting not balanced when is producing more than 1 produc
...
Fix a rounding problem found
2008-07-18 03:46:07 +00:00
tspc
4bc63ab3b4
BF2017087 Relation »pp_mrp_id« does not exist
...
+ organise imports
+ fix db close
2008-07-16 10:51:17 +00:00
Carlos Ruiz
a6345d0702
[ 1955264 ] Changing columns is updating fields needlessly
2008-07-16 02:50:25 +00:00
Heng Sin Low
c9fea0e495
[ 1897512 ] CLogger not thread safe
...
- replace use of static and instance variable with context. Context should then be implemented as inheritable thread local in server environment ( done for ZK client, need to check the EJB & Servlet implementation ).
2008-07-15 09:42:35 +00:00
Carlos Ruiz
f9fc05acb1
Speed up financial reports
...
[ 1642765 ] problem with Facc_act_balance slow financial report
Implemented a better approach (suggested by Heng Sin)
- Dropped Fact_Acct_Balance table
- Created Fact_Acct_Balance view for backward compatibility
- Created speed up index on Fact_Acct
- Replaced the accesses to Fact_Acct_Balance by accessing directly Fact_Acct in code
- Don't need to "update balances" anymore
2008-07-15 08:47:46 +00:00
Carlos Ruiz
ef26def1bb
Fix [ 1797687 ] Find Form: boolean is not working ok
2008-07-15 07:23:40 +00:00
Carlos Ruiz
6a400a45bf
[ 1774332 ] Public MInvoice.isReversal
2008-07-14 19:19:19 +00:00
teo_sarca
fe6f073442
BF [ 2017987 ] Env.getContext(TAB_INFO) should NOT use global context
2008-07-14 14:18:41 +00:00
tspc
6ecc91660a
BF2017794 BOM verification, Error not being detected by AfterSave
2008-07-14 09:06:55 +00:00
tspc
badca70452
BF2016936 BOM verification while saving BOM lines not working
...
- fix typo in last commit
2008-07-14 07:35:11 +00:00
tspc
7f3483d363
BF2003790 BOM Verify - root insert error
2008-07-14 04:23:53 +00:00
tspc
a5a40bdb81
BF [ 1874419 ] JDBC Statement not close in a finally block
...
organize imports
+ re-format
2008-07-14 04:11:00 +00:00
tspc
b4750dad0a
BF [ 1874419 ] JDBC Statement not close in a finally block
...
organize imports
+ re-format
2008-07-14 03:51:38 +00:00
tspc
5a443d4ee9
BF2016936 BOM verification while saving BOM lines not working
2008-07-14 03:08:46 +00:00
Redhuan D. Oon
7d76f73d9a
[ 1743159 ] Requests - Start Date is not retained
...
commit for peer review.
Line changed: commented // setStartDate(null);
2008-07-12 14:01:04 +00:00
tspc
4288218dac
BF [ 1874419 ] JDBC Statement not close in a finally block
...
organize imports
+ re-format
2008-07-11 12:41:10 +00:00
tspc
1a58eca004
BF2015925 Mfg Order WF start node always set to 1st wf node
2008-07-11 11:39:24 +00:00
Carlos Ruiz
1afbdc34d4
Implement [ 2015331 ] Financial Report Source with Type Combination
...
Organize imports in other report class sources
2008-07-11 02:43:34 +00:00
vpj-cd
b9d6775bf6
[ 1966760 ] DRP Implementation
...
http://sourceforge.net/tracker/index.php?func=detail&aid=1966760&group_id=176962&atid=879335
2008-07-08 05:37:21 +00:00
vpj-cd
7237a0d9ea
[ 2012882 ] Implementing Planning Horizon for MRP Calculated
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2012882&group_id=176962&atid=879335
2008-07-07 22:39:27 +00:00
Carlos Ruiz
dd3673533b
Fix [ 2012750 ] NX printers can't be discovered
2008-07-07 18:49:07 +00:00
teo_sarca
bc6ae9ad5f
BF [ 2012439 ] DiscountSchemaBreak: setting product & category is allowed
2008-07-07 12:33:01 +00:00
vpj-cd
931bae1a4a
[ 2011935 ] Implementing the Locate for MX,VE,EC,DO
...
http://sourceforge.net/tracker/?func=detail&atid=879335&aid=2011935&group_id=176962
2008-07-06 22:37:04 +00:00
Redhuan D. Oon
ae9e30aa84
Reverting back commit Revision: 5580 - (wrongly commented meant for core trunk)
2008-07-06 08:46:38 +00:00
Redhuan D. Oon
2d299caecd
commenting away /* Java 6 support - teo_sarca BF [ 1806700 ] */ to remove errors
2008-07-06 03:29:19 +00:00
tspc
492bd93551
BF2011489 BOM & Formula window difficult to set up correctly
2008-07-06 01:28:49 +00:00
tspc
98903ed276
BF1991523 CopyFromBOM class not found
2008-07-05 07:58:43 +00:00
Redhuan D. Oon
01a63d62dc
BF [ 1874419 ] JDBC Statement not close in a finally block
...
organize imports
2008-07-04 03:39:24 +00:00
Redhuan D. Oon
f6e16856c9
BF [ 1874419 ] JDBC Statement not close in a finally block
...
organize imports
2008-07-03 16:46:09 +00:00
Redhuan D. Oon
64e56fb818
BF [ 1874419 ] JDBC Statement not close in a finally block
...
organize imports
2008-07-03 16:40:35 +00:00
Redhuan D. Oon
6bcf6c444d
BF [ 1874419 ] JDBC Statement not close in a finally block
2008-07-03 14:38:40 +00:00
Redhuan D. Oon
ca5a97280c
BF [ 1874419 ] JDBC Statement not close in a finally block
...
organize imports
2008-07-03 14:38:27 +00:00
Redhuan D. Oon
c4d792b425
BF [ 1874419 ] JDBC Statement not close in a finally block
...
organize imports
2008-07-03 14:04:45 +00:00
Carlos Ruiz
796857544a
Fix [ 1970150 ] Incorrect combination used in posting of Cash
...
Thanks to Georgi Angelov - gangelov
2008-07-01 17:18:02 +00:00
teo_sarca
5e3e989248
org.compiere.model.MInOutLine:
...
* fix db connection
* organized imports
2008-07-01 16:17:42 +00:00
vpj-cd
86553f3279
[ 2007264 ] Adding 2 parameter Org, Resource, Warehouse Create MRP
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2007264&group_id=176962&atid=879335
Now the process execute direct insert and improve the performance, this is very useful when start implementation.
2008-07-01 05:07:22 +00:00
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