Commit Graph

3143 Commits

Author SHA1 Message Date
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
phib ae89db1d1e BT [ 2081237 ] PaymentAvailable Oracle-XE function wrong -- paymentAllocated 2008-09-03 06:20:26 +00:00
phib 252e6dff67 BT[ 2026347 ] Financial Report Line - Operand display order 2008-09-03 05:48:02 +00:00
Heng Sin Low 3f3f8fffa3 * merge revision 6321 from branches/adempiere341 2008-09-03 04:07:41 +00:00
Heng Sin Low 3824014613 merge revision 6275-6315 from branches/adempiere341 2008-09-03 02:50:56 +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 41d4657556 fix bug introduced in rev. 6305 - the C_Invoice_v is not valid 2008-09-02 06:32:24 +00:00
vpj-cd a3e89f32f8 http://sourceforge.net/tracker/index.php?func=detail&aid=1926882&group_id=176962&atid=879335
discusion
https://sourceforge.net/forum/message.php?msg_id=5216017
2008-09-02 01:08:42 +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
Heng Sin Low 5f6dc1ef0f * merge branches/adempiere341 revision 6285 changes 2008-08-30 05:29:39 +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
Carlos Ruiz e92957b06d Synchronizing some unsync classes from zkwebui 341 to stable 2008-08-29 22:57:30 +00:00
Heng Sin Low 1c1b967813 * merge revision 61272-6275 from branches/adempiere341 2008-08-29 07:57:02 +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
Carlos Ruiz 26ae3aaccb Fix [ 2081237 ] PaymentAvailable Oracle-XE function wrong 2008-08-28 22:20:45 +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
vpj-cd 9708e96475 Unique Index for BOM code is unique. 2008-08-28 01:58:14 +00:00
Heng Sin Low fc34e54d53 Merge revision 6246 from branches/adempiere341 2008-08-27 22:41:42 +00:00
Heng Sin Low 34c5801c80 * change image from gif to png
- doing in small batches, having connection issue.
2008-08-27 22:30:02 +00:00
Heng Sin Low 86286eb027 * change image from gif to png
- doing in small batches, having connection issue.
2008-08-27 22:23:52 +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
Heng Sin Low fb72fa6816 * change image from gif to png
- doing in small batches, having connection issue.
2008-08-27 19:04:16 +00:00
Heng Sin Low 7843c941d1 * change image from gif to png
- doing in small batches, having connection issue.
2008-08-27 17:55:39 +00:00
Heng Sin Low a190930714 * change image from gif to png
- doing in small batches, having connection issue.
2008-08-27 17:48:21 +00:00
Heng Sin Low 08dce5cda8 * change image from gif to png
- doing in small batches, having connection issue.
2008-08-27 17:41:54 +00:00