Commit Graph

2550 Commits

Author SHA1 Message Date
Carlos Ruiz 91a394aaaf Fix [ 1885485 ] Some windows too little
Fix numbering on migration scripts
2008-02-03 00:21:19 +00:00
Carlos Ruiz a53c81cd95 Fix [ 1885485 ] Some windows too little 2008-02-03 00:11:06 +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
Heng Sin Low ad34029418 * remove unnecessary checking
* only put in record_id param if it is > 0
2008-02-02 07:50:51 +00:00
teo_sarca 92b24e05b8 BF [ 1878743 ] SvrProcess.getAD_User_ID 2008-02-02 07:41:54 +00:00
Heng Sin Low 2e177ba3e6 * NPE if classname not set for jasperreport process
* catch throwable to avoid freezing of application.
2008-02-02 06:41:54 +00:00
Heng Sin Low 5e08ba120a [ 1883270 ] Enhance Document No Formatting
- migration script.
2008-02-02 05:14:09 +00:00
Heng Sin Low b8443b2f9f [ 1883270 ] Enhance Document No Formatting 2008-02-02 05:03:52 +00:00
Heng Sin Low bd7a0c321d [ 1883270 ] Enhance Document No Formatting 2008-02-02 04:53:41 +00:00
Heng Sin Low 0eb0137c73 [ 1883270 ] Enhance Document No Formatting 2008-02-02 04:49:59 +00:00
Heng Sin Low 62daa9a782 [ 1884105 ] Show preview of all open window
- Fixed window switching bug, clean up unuse import.
2008-02-02 04:30:15 +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 9f0cdd3457 test.functional: fixed minor transaction issues 2008-02-01 22:30:59 +00:00
teo_sarca 8e5d2f5b53 BF [ 1564496 ] Inventory Move should warn if insufficient stock on han
* Added MStorageTest JUnit Test case
2008-02-01 21:50:43 +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
Carlos Ruiz 57b13fb133 Fix [ 1621517 ] Duplicate vendor invoice document numbers permitted 2008-02-01 17:16:25 +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
Carlos Ruiz e213c272f9 Fix [ 1869844 ] CLIENT_ID not ReadOnly any more ?!? 2008-02-01 17:09:33 +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
Redhuan D. Oon 070b7a20ea Bugs-1874419 ] JDBC Statement not close in a finally block
Trying out another case for review.

Tested call of the method - ok.
2008-02-01 12:30:52 +00:00
Redhuan D. Oon 5d2f5de9c2 Bugs-1874419 ] JDBC Statement not close in a finally block
.. left out something when comparing to Teo's.
2008-02-01 10:44:22 +00:00
Redhuan D. Oon 4f3b666ef4 Bugs-1874419 ] JDBC Statement not close in a finally block
Trying out with one case for review. If ok, will do the rest
2008-02-01 10:34:10 +00:00
teo_sarca 53d68602fd org.adempiere.apps.graph package:
* BF [ 1874419 ] JDBC Statement not close in a finally block
* replace system.out with logging
* minor - HtmlDashboard: select only active PA_DASHBOARDCONTENT
* reorganized imports
* removed "TODO Auto-generated method stub"
2008-02-01 09:47:49 +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 462945618d [ 1884153 ] Table cell editor readwrite setting not always correct 2008-02-01 06:23:38 +00:00
Heng Sin Low 5544bd1022 [ 1884105 ] Show preview of all open window
- migration script
2008-02-01 04:29:32 +00:00
Heng Sin Low af1edda1cc [ 1884105 ] Show preview of all open window
- Ctrl+W to show a preview of all open windows.
2008-02-01 04:23:00 +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
Carlos Ruiz 262dcd66a1 Add RUN_build 2008-01-31 19:34:27 +00:00
Carlos Ruiz 27a5840282 [ 1782412 ] Add Document Action Access Functionality 2008-01-31 19:26:02 +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
Carlos Ruiz 27ed80a688 [ 1883112 ] Implement language on login 2008-01-31 07:31:12 +00:00
Heng Sin Low a6b910188f [ 1876642 ] Add Collapsed by Default to Field Group
- fixed postgresql migration script mistake.
2008-01-31 06:14:02 +00:00
Carlos Ruiz 5fff720612 Fix [ 1883273 ] In some cases the context is not setting #AD_Language 2008-01-31 05:54:55 +00:00
Carlos Ruiz 79824e78c8 Fix [ 1883272 ] List of dependant fields are not being refreshed 2008-01-31 05:53:23 +00:00
Carlos Ruiz 5a45b99971 Fix [ 1883164 ] Error in Project Management -> Issue to Project 2008-01-31 03:37:53 +00:00
Carlos Ruiz c0912859ca Fix [ 1883143 ] Process Delete Import doesn't allow to select table 2008-01-31 02:56:40 +00:00
Carlos Ruiz 0029eb6f93 Fix [ 1883187 ] Window Business Partner doesn't open 2008-01-31 02:22:49 +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
Carlos Ruiz ad78162d2d Wrong W_Store_ID reference in web.xml 2008-01-31 00:16:38 +00:00