Carlos Ruiz
9c85560ff3
Removing some unnecesary code after [ 1886013 ] MSequence.getNextId should be executed outside of trx
2008-02-06 05:30:22 +00:00
Carlos Ruiz
14deebdab7
Fix [ 1887608 ] SequenceCheck deadlock
2008-02-06 04:58:15 +00:00
Carlos Ruiz
f9c0eaed7d
More logging on nightly build scripts
2008-02-06 01:43:57 +00:00
Carlos Ruiz
58a3dfbd0a
Logging to troubleshoot nightly build problem
2008-02-06 01:15:42 +00:00
Heng Sin Low
e8da8ed403
[ 1706651 ] Fixed lookup behaviour on Ranged Parameters
2008-02-05 16:46:35 +00:00
Heng Sin Low
0c21b7f328
[ 1874419 ] JDBC Statement not close in a finally block
2008-02-05 08:52:24 +00:00
Carlos Ruiz
7032937dc6
Fix [ 1886773 ] isTradeDiscountPosted not working
2008-02-05 08:43:21 +00:00
Heng Sin Low
7891512128
[ 1874419 ] JDBC Statement not close in a finally block
2008-02-05 08:34:52 +00:00
Heng Sin Low
1873121a4e
[ 1886731 ] org.compiere.model.MSequence looking for nonexistant columns
2008-02-05 07:56:12 +00:00
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
Carlos Ruiz
601b6ab46a
Fix [ 1881480 ] Navigation problem between tabs
...
Safer approach - just clear the key column from context
2008-01-29 00:42:55 +00:00
Carlos Ruiz
3491ac2745
Fix [ 1881480 ] Navigation problem between tabs
2008-01-28 23:57:41 +00:00
Carlos Ruiz
7ca3ef5043
Fix [ 1881480 ] Navigation problem between tabs
2008-01-28 23:46:16 +00:00
Carlos Ruiz
8e67bce559
Fix bug [ 1822782 ] login with empty password allowed when ldap active
...
Implementing suggestion from stefan kuthan - stefan_kuthan
2008-01-28 19:35:12 +00:00
Heng Sin Low
620261e2bb
[ 1879395 ] Implement Process script JSR 223
...
- Implement G_, W_, A_ and P_ prefix for variables.
2008-01-28 17:35:35 +00:00
Carlos Ruiz
346983a22a
Fix bug [ 1881291 ] Found orphan trx in Doc_Allocation
2008-01-28 17:28:30 +00:00
Heng Sin Low
17321afafb
[ 1879395 ] Implement Process script JSR 223
...
- Implement G_, W_, A_ and P_ prefix for variables.
2008-01-28 17:26:33 +00:00
teo_sarca
f7ebc30818
BF [ 1879568 ] CalloutMouvement QtyAvailable issues
...
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=1879568&group_id=176962
* minor refactoring
2008-01-28 09:44:19 +00:00
Carlos Ruiz
b4016c6fc0
[ adempiere-Feature Requests-1879395 ] Implement Process script JSR 223
2008-01-28 01:03:46 +00:00
Carlos Ruiz
6b8491537c
Fix [ 1874419 ] JDBC Statement not close in a finally block
...
Thanks Teo for remember this to me
2008-01-26 18:44:44 +00:00
Carlos Ruiz
bc911ef263
Scripting - change underscore by dollar sign -> _ by $
2008-01-26 18:13:19 +00:00
Heng Sin Low
5adf8c9853
* Fixed .classpath
2008-01-26 07:52:44 +00:00
Carlos Ruiz
54d72ee8a1
FR [ 1879396 ] Implement Login ModelValidator script JSR 223
2008-01-25 23:02:20 +00:00
Carlos Ruiz
3f1d22083e
FR [ 1879395 ] Implement Process script JSR 223
2008-01-25 23:00:25 +00:00
Carlos Ruiz
452069c60e
Refactoring for [ adempiere-Feature Requests-1877902 ] Implement JSR 223: Scripting callout
...
Created MRule
2008-01-25 22:58:32 +00:00
Carlos Ruiz
652a22924f
Fix bug [ 1871567 ] Wrong value in Payment document
...
Thanks to Alejandro
2008-01-25 22:48:58 +00:00
Carlos Ruiz
a2551a4fde
Fix bug [ 1854603 ] Prepare method is being called twice
...
Make workflows run in one single thread different from the main thread
2008-01-25 22:46:19 +00:00
Carlos Ruiz
f3dad924e0
One more slight fix for [ adempiere-Feature Requests-1877902 ] Implement JSR 223: Scripting callout
2008-01-24 23:16:55 +00:00
vpj-cd
1ad2d20761
[ 1877902 ] Implement JSR 223: Scripting callout
...
http://sourceforge.net/tracker/?func=detail&atid=879335&aid=1877902&group_id=176962
2008-01-24 21:33:37 +00:00
Carlos Ruiz
e2d2678df1
FR [ 1564429 ] LDAP username registration (OpenLDAP compatibility)
2008-01-24 21:17:43 +00:00
Carlos Ruiz
9667f26ad9
Fix bug [ 1854603 ] Prepare method is being called twice
...
great team work on IRC between tobi42, MCalderon, hengsin and me
:-) Thanks
2008-01-24 19:16:07 +00:00
teo_sarca
51f916f51c
BF [ 1874419 ] JDBC Statement not close in a finally block
2008-01-24 10:28:23 +00:00
teo_sarca
920c5f51ea
BF [ 1874419 ] JDBC Statement not close in a finally block
2008-01-24 10:12:25 +00:00
teo_sarca
bef274f45e
BF [ 1874419 ] JDBC Statement not close in a finally block
2008-01-24 10:09:59 +00:00
teo_sarca
757bec9e02
BF [ 1874419 ] JDBC Statement not close in a finally block - only for PrintFormatUtil.java
2008-01-24 09:56:55 +00:00
teo_sarca
002c1948c3
FR [ 1841834 ] PrintFormatUtil: work in transaction
...
BF [ 1874419 ] JDBC Statement not close in a finally block - only for PrintFormatUtil.java
2008-01-24 09:11:46 +00:00
teo_sarca
2c4be7b8bc
BF [ 1874419 ] JDBC Statement not close in a finally block - only for SvrProcess
...
BF [ 1877935 ] SvrProcess.process should catch all throwables
FR [ 1877937 ] SvrProcess: added commitEx method
* fixed minor java 5 generics warning
2008-01-24 08:38:48 +00:00
tspc
a1cc46bf32
[ 1878571 ] Trunk build fails after revision 4278
2008-01-23 23:29:09 +00:00
Carlos Ruiz
07e61b1dc3
Implement [ 1877902 ] Implement beanshell callout
...
- Add groovy to the ref list
- Fix window fields
2008-01-23 18:15:39 +00:00
Carlos Ruiz
a53076bbd4
Implement [ 1877902 ] Implement beanshell callout
2008-01-23 17:44:31 +00:00
Carlos Ruiz
ccd2dd41bc
[ 1717125 ] Frequently checking for new Requests/Notices (Thread for update info)
...
minor - comment annoying log messages - now that updateInfo works in thread is better to avoid logging so much
2008-01-23 16:35:00 +00:00
Carlos Ruiz
c19b550ae7
FR [ 1876984 ] Make payment numbering configurable
2008-01-22 04:35:32 +00:00
Carlos Ruiz
50d096b84e
FR 1860642 - Enhance document numbering
...
- add deprecated methods for backward compatibility
2008-01-21 18:15:52 +00:00
trifonnt
4a80d16e14
Feature Request [ 1875981 ] Add support for EAN13 Barcode
...
http://sourceforge.net/tracker/index.php?func=detail&aid=1875981&group_id=176962&atid=879335
2008-01-21 00:19:38 +00:00
vpj-cd
ae203ba4cc
[ 1875608 ] Error when i try import bpartner with DUMP function
...
http://sourceforge.net/tracker/index.php?func=detail&aid=1875608&group_id=176962&atid=879332
2008-01-20 04:07:37 +00:00
Heng Sin Low
b1627547d0
[ 1874419 ] JDBC Statement not close in a finally block
2008-01-18 07:59:41 +00:00
Heng Sin Low
661f0ba5ef
* minor - added one utility method
2008-01-18 00:25:27 +00:00
Heng Sin Low
4d45c2eb8a
[ 1756793 ] RMA Feature
...
- Incorporate bug fix from client production site.
2008-01-17 06:10:33 +00:00
Carlos Ruiz
77d59f707d
Fix bug [ 1873417 ] AD_PrintFont - No Persistent Object
2008-01-17 04:01:37 +00:00
Heng Sin Low
6f93dcb593
* minor - copyright header
2008-01-16 04:35:53 +00:00
Heng Sin Low
909e6f215f
[ 1869609 ] Tabs within Collapsed Grid disabled
2008-01-16 04:32:15 +00:00