Commit Graph

657 Commits

Author SHA1 Message Date
Carlos Ruiz 8c427dbb6c Fix [ 1876965 ] Wrong serial management on purchase process 2008-02-05 07:17:17 +00:00
teo_sarca 3eff6ddfe5 BF [ 1874419 ] JDBC Statement not close in a finally block - for ProductCost, Tax, Env, Msg 2008-02-04 23:50:24 +00:00
teo_sarca 432cfe0bc9 BF [ 1874419 ] JDBC Statement not close in a finally block - fixed for MChangeLog
* reorganize imports
2008-02-04 23:16:05 +00:00
teo_sarca b0a302589c BF [ 1874419 ] JDBC Statement not close in a finally block - fixed for MChangeLog
* reorganize imports
2008-02-04 23:12:49 +00:00
teo_sarca 751ef01796 BF [ 1874419 ] JDBC Statement not close in a finally block - fixed for MChangeLog 2008-02-04 21:09:33 +00:00
teo_sarca 8805fceef2 * reorganized imports
* commented some unused variables
* fixed java 5 warnings
2008-02-04 20:40:34 +00:00
Redhuan D. Oon 874cd059de BF [ 1874419 ] JDBC Statement not close in a finally block
this is a deep one to db.close, many stmt/rs closes in between removed. Need for review. Already done simple grid field entry test - ok.
2008-02-04 18:27:17 +00:00
teo_sarca e5d3c08749 BF [ 1886480 ] Print Format Item Trl not updated even if not multilingual 2008-02-04 18:23:07 +00:00
Redhuan D. Oon f8d99975df BF [ 1874419 ] JDBC Statement not close in a finally block
done.
2008-02-04 18:09:23 +00:00
teo_sarca 5e26c9cc02 * reorganize imports from MSequence 2008-02-04 12:27:56 +00:00
Carlos Ruiz 154a633c70 A little more on FR [ 1879470 ] Implement Table and Document ModelValidator script JSR 223 2008-02-04 06:57:34 +00:00
Heng Sin Low b67b5a1268 [ 1886013 ] MSequence.getNextId should be executed outside of trx 2008-02-04 03:38:19 +00:00
Redhuan D. Oon a5d9c4efff Done for all Callouts
1. Remove deprecated CalloutActive sets
2. BF [ 1874419 ] JDBC Statement not close in a finally block

Not tested, assume no new impact
2008-02-04 00:19:09 +00:00
teo_sarca 4bb15e12d2 BF [ 1874419 ] JDBC Statement not close in a finally block - fixed for Query 2008-02-03 10:20:36 +00:00
teo_sarca fba218d872 * minor message translation issue 2008-02-03 10:15:21 +00:00
teo_sarca 6608962f25 BF [ 1874419 ] JDBC Statement not close in a finally block - fixed for MLocator 2008-02-03 10:13:06 +00:00
teo_sarca e4152c7582 BF [ 1885260 ] MPAttributeLookup: throws SQLException sometimes
* reorganize imports
* commented out unused variables
2008-02-03 09:00:00 +00:00
Redhuan D. Oon 0ad10e90d3 1. Reorganize Imports
2. Remove deprecated CalloutActive sets
3. BF [ 1874419 ] JDBC Statement not close in a finally block

tested with single POS order, export pricelist, patio BP, invalid complete due to no cash book, change to Std Order, completes ok.

committing for review
2008-02-03 03:28:55 +00:00
Carlos Ruiz 0a15b4a374 [ 1755175 ] ad_changelog should capture insert too
[ 1755177 ] ad_changelog should have an 'action' field
2008-02-03 02:23:21 +00:00
Carlos Ruiz b2865c6d2f [ 1885417 ] Validate BP on Payment Prepare or BeforeSave 2008-02-03 00:25:18 +00:00
Carlos Ruiz c722164b1f [ 1854603 ] Prepare method is being called twice
Make main and children workflows run in the same thread as the window caller
2008-02-02 19:58:55 +00:00
Carlos Ruiz d7c31694e4 Fix [ 1773939 ] Processing button is treated as always updateable 2008-02-02 18:33:54 +00:00
teo_sarca 23c4031415 org.compiere.model.PO:
* BF [ 1874419 ] JDBC Statement not close in a finally block
* minor - PO.get_xmlString - was exporting xml without indentation
2008-02-02 09:39:22 +00:00
teo_sarca 92b24e05b8 BF [ 1878743 ] SvrProcess.getAD_User_ID 2008-02-02 07:41:54 +00:00
Heng Sin Low 0eb0137c73 [ 1883270 ] Enhance Document No Formatting 2008-02-02 04:49:59 +00:00
Redhuan D. Oon 4ffe1affbd BF [ 1874419 ] JDBC Statement not close in a finally block
ACTION: Done two db.close acts. Please review.
TESTS:
Tested in Eclipse debug to confirm methods called without incident.
Compiled deployed on desktop, looks OK.
Committing for higher level review.
2008-02-02 00:19:13 +00:00
Redhuan D. Oon 84b3b5b135 Reorganize Import of Base.java
After some runs for a day, now wishing to commit direct to trunk. Nothing to review
2008-02-02 00:15:17 +00:00
teo_sarca 5ded70c335 BF [ 1564496 ] Inventory Move should warn if insufficient stock on hand 2008-02-01 21:20:47 +00:00
teo_sarca f8d10212a8 BF [ 1874419 ] JDBC Statement not close in a finally block - fixed for MStorage 2008-02-01 21:06:15 +00:00
teo_sarca b323065f13 FR [ 1884435 ] Add more DB.getSQLValue helper methods 2008-02-01 20:34:30 +00:00
Carlos Ruiz 567288fbae Fix [ 1783036 ] Change log management inconsistent for update and delete 2008-02-01 18:34:00 +00:00
Carlos Ruiz 220c7b8580 Fix again [ 1686341 ] List Datatype bug 2008-02-01 18:13:02 +00:00
Carlos Ruiz 72632c33df Integrate fix [ 1773939 ] Processing button is treated as always updateable
Proposed by Bahman
2008-02-01 18:01:48 +00:00
Carlos Ruiz d19b2cd1ea Fix for [ 1884676 ] Fact not setting transaction 2008-02-01 17:25:45 +00:00
teo_sarca c97242420c org.compiere.util.DB:
* reorganize imports
* commented unused variables (from old connection code)
* minor cleanup
2008-02-01 17:14:56 +00:00
teo_sarca bd8324ebb9 FR [ 1884435 ] Add more DB.getSQLValue helper methods 2008-02-01 17:05:56 +00:00
Carlos Ruiz 071d9768d8 BF [ 1874419 ] JDBC Statement not close in a finally block 2008-02-01 16:33:58 +00:00
Carlos Ruiz 3d2bae2080 FR [ 1879470 ] Implement Table and Document ModelValidator script JSR 223 2008-02-01 08:48:22 +00:00
Heng Sin Low 9932a8538e * minor - missing image file shouldn't be log as error or warning. 2008-02-01 04:21:26 +00:00
Redhuan D. Oon 1b50451ee6 Amount in Word EN,
Update ‘Fourty’ to ‘Forty’
Fourty is wrong.
 -- asked by Sureeraya Limpaibul <sureeraya(at)grandlinux.com>
2008-01-31 15:07:00 +00:00
Heng Sin Low 434f2d4c7e [ adempiere-ZK Web Client-1883132 ] Open Invoice (Vendor) window throw errors in log 2008-01-31 00:25:09 +00:00
teo_sarca ed7526abcc BF [ 1882470 ] Generate Class Model: setter for lookup fields issue 2008-01-30 09:07:26 +00:00
teo_sarca 1b5a943509 BF [ 1874419 ] JDBC Statement not close in a finally block - for MUserQuery 2008-01-30 08:54:31 +00:00
Heng Sin Low 8393b8113b * [ 1876642 ] Add Collapsed by Default to Field Group
* minor - show java.io.tmpdir value on preference dialog.
2008-01-30 04:31:37 +00:00
armenrz d077175913 BUG [1881727] Fix Create costing return value when catch exception 2008-01-29 10:53:38 +00:00
armenrz b1241e7a95 BUG [ 1878795 ] Invoice-Receipt over matched 2008-01-29 10:44:44 +00:00
Carlos Ruiz 8fab7b03da Fix [ 1760521 ] WebUI: Invoice (Customer) not showing Target Doc Type 2008-01-29 05:41:22 +00:00
Carlos Ruiz 9d60d383a0 Fix [ 1878783 ] Cant seem to access any html window 2008-01-29 04:29:06 +00:00
Carlos Ruiz 538f34352d [ 1840016 ] Avoid usage of clearing accounts
Found a new issue when crossing one payment+ with a payment-, or an invoice against a credit memo
2008-01-29 03:21:27 +00:00
tspc fb989f1134 BF[ 1878783 ] Cant seem to access any html window 2008-01-29 00:55:47 +00:00