Commit Graph

145 Commits

Author SHA1 Message Date
Heng Sin Low 358e5bc4ab * Enhance document no not working using vpn/wan profile. 2008-02-27 21:24:07 +00:00
Carlos Ruiz 59d084daed Revert revisions 4434 and 4438
4434 - [ 1884762 ] FR - Make main logo and link for Home configurable
4438 - Deploy Adempiere ZK webUI by default
2008-02-22 04:32:26 +00:00
Heng Sin Low 7527c2e9b8 [ 1898042 ] VPN/Wan transaction management bugs 2008-02-20 17:15:50 +00:00
Heng Sin Low dfe9197bf6 * minor - include process log info as part of the process email notification. 2008-02-16 20:54:24 +00:00
teo_sarca c39ed6b8d0 FR [ 1894573 ] Alert Processor Improvements 2008-02-15 20:27:59 +00:00
Heng Sin Low 1dc1281bb4 [ 1893413 ] Email notification from scheduler doesn't set from user. 2008-02-14 09:16:23 +00:00
Carlos Ruiz 911d7e4f3e Implement security mechanism for [ 1851190 ] Running outdated client can cause data corruption 2008-02-13 06:24:51 +00:00
Heng Sin Low 0ff215d419 [ 1891711 ] ServerBean.saveLob doesn't support transaction
- added trxName parameter.
[ 1627679 ] Complete CPreparedStatement Implementation for WAN Profile
- added execute() support
- added output parameter and named parameter support for CallableStatement
- some cleanup and refactoring
2008-02-12 05:27:37 +00:00
Carlos Ruiz e74f86cba2 Deploy Adempiere ZK webUI by default 2008-02-04 08:00:20 +00:00
Heng Sin Low 860b4ede1e [ 1874419 ] JDBC Statement not close in a finally block 2008-01-29 08:47:47 +00:00
Carlos Ruiz bca948a704 [ 1851190 ] Running outdated client can cause data corruption 2008-01-09 03:08:52 +00:00
Carlos Ruiz 31538b6774 [ 1851190 ] Running outdated client can cause data corruption 2008-01-09 02:28:46 +00:00
Carlos Ruiz 0df245d663 [ 1851190 ] Running outdated client can cause data corruption 2008-01-08 23:08:58 +00:00
Carlos Ruiz 0a3a977925 FR 1860642 - Enhance document numbering 2007-12-30 02:20:31 +00:00
Carlos Ruiz d9d5c28b4e Prepare relese 3.3.1b 2007-12-05 20:18:24 +00:00
trifonnt bbc9c79fc2 Removed not working link.
Ajax WEB UI is not part of standard Adempiere distribution.
As per below forum discussion:
https://sourceforge.net/forum/message.php?msg_id=4657087
2007-12-03 23:09:30 +00:00
trifonnt cb084769c3 Added Eclipse project files for Ajax Web UI. 2007-12-01 06:43:16 +00:00
shameem_z 119e240dc5 Adding Web UI to the build.xml 2007-11-23 13:21:08 +00:00
Carlos Ruiz ad914c6bbe Precedence error found in SQL workflow processor (more) 2007-11-11 10:44:48 +00:00
Carlos Ruiz fff20c41c6 Precedence error found in SQL workflow processor 2007-11-11 10:43:07 +00:00
Heng Sin Low eb5f088788 [ 1801842 ] DB connection fix & improvements for concurrent threads
- more robust connection and transaction management when using wan and vpn profile.
2007-10-05 10:41:56 +00:00
Heng Sin Low 419b574c66 [ 1798249 ] Failed to load standardjboss.xml
- integrate fix from Teo.
2007-09-27 21:49:54 +00:00
Heng Sin Low 0c2cb2bc54 [ 1801842 ] DB connection fix & improvements for concurrent threads.
- Integrating contribution from the Posterita Team.
2007-09-26 09:09:13 +00:00
Heng Sin Low e7d223dac2 [ 1798249 ] Failed to load standardjboss.xml 2007-09-24 18:48:00 +00:00
Heng Sin Low de70b563f3 * [ 1796015 ] Add notification for schedule process run. 2007-09-17 05:05:34 +00:00
Heng Sin Low fd8bd2431d [ 1717658 ] Status bean unprotected in default install 2007-09-16 09:10:43 +00:00
teo_sarca e38b3d9ef1 BF [ 1757523 ] Server Processes are using Server's context
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=1757523&group_id=176962
2007-07-22 15:29:46 +00:00
Carlos Ruiz 63d151846f Preparing 3.3.0 release 2007-07-14 16:19:01 +00:00
trifonnt f7c0946342 Fixed Eclipse settings!
Now Eclipse projects reference proper jar files:
oracle.jar is artificial jar. Replaced by : orcs12.jar and ojdbc14.jar
jboss.jar is artificial jar. Replaced by: jbossall-client.jar
This makes cheouted Adempiere sources from Eclipse compilable!
2007-07-04 10:03:57 +00:00
Carlos Ruiz a66119b005 Fix [ 1686531 ] Automatic change of status on requests is not happening 2007-06-28 03:51:31 +00:00
teo_sarca 6ceff048ba Cleanup: removed unused imports 2007-06-25 10:20:12 +00:00
Heng Sin Low a566f922f0 [ 1731053 ] Refactoring of ProcessCtl and ServerBean 2007-06-06 01:17:58 +00:00
teo_sarca 561ce058f3 BF [ 1726066 ] AdempiereMonitor shows the directories from the log dir
http://sourceforge.net/tracker/index.php?func=detail&aid=1726066&group_id=176962&atid=879332
2007-05-26 11:32:07 +00:00
Heng Sin Low a8a3123964 * minor - license header, javadoc and comments. 2007-05-25 10:47:19 +00:00
Heng Sin Low 899c9e0042 * [ adempiere-Bugs-1719617 ] Server bean allows remote unauthenticated queries
- Implemented jaas authentication for server bean
2007-05-25 06:47:28 +00:00
Heng Sin Low c26e51f18d * [ adempiere-Bugs-1719617 ] Server bean allows remote unauthenticated queries
- Added security token validation for wan profile. This is on by default, if you need to test the wan profile from your IDE ( Eclipse , Netbean, etc ), you need to manually edit the Adempiere.properties file on the application server, and change ServerValidateSecurityToken=xyzY to ServerValidateSecurityToken=xyzN
- Next step is to add JAAS authentication, later ...
2007-05-21 05:04:31 +00:00
Heng Sin Low 4fb3b6ac1a * minor, fixed build issue. 2007-05-11 17:52:58 +00:00
deathmeat 1b949c9576 Fixed classpath issue (missing junit libraries)
https://sourceforge.net/forum/message.php?msg_id=4307401
2007-05-11 15:06:53 +00:00
deathmeat 291d85c6c7 Missing classpath references caused classes not found during build under NetBeans as well as standalone, added the missing libraries to the classpath (base.path) 2007-05-10 11:50:13 +00:00
Heng Sin Low 3d864ebba5 * remove dbport, print and interface project reference 2007-05-10 03:54:08 +00:00
Heng Sin Low bf363db4bc * fixed eclipse classpath 2007-05-10 03:37:54 +00:00
Carlos Ruiz 0cd4cb4b9e Implemented FR [ 1696228 ] ModelValidator for BeforePost and AfterPost
Moved lots of sources and packages to base as discussed in forums
2007-05-09 10:54:40 +00:00
armenrz 02f3e7226c Bug Fix #1713850 GL Distribution only works for Accounts 2007-05-09 09:26:38 +00:00
Carlos Ruiz c17c1ae08c Revert revision 2327 and 2328
Testing a better approach
2007-05-09 07:43:24 +00:00
Carlos Ruiz d640fc4190 FR [ 1696228 ] ModelValidator for BeforePost and AfterPost
Publish required methods to customize accounting facts in Validator
2007-05-09 06:03:21 +00:00
Carlos Ruiz ca3ebb02b7 FR [ 1696228 ] ModelValidator for BeforePost and AfterPost
Big thanks to Heng Sin for helping me to solve this
2007-05-09 01:11:53 +00:00
Carlos Ruiz c3eb997ab4 Fix big [ 1713532 ] Accounting error introduced by "Allow Negative Posting" 2007-05-05 18:00:44 +00:00
Carlos Ruiz 3597aa15ca Preparation for 3.2.0 release 2007-05-01 05:05:54 +00:00
trifonnt 484507369c Added "Remote Debug Adempiere"!
This will allow developers to debug Adempiere server without any setup in Eclipse IDE.
Just need to uncomment run.bat
rem JPDA options. Uncomment and modify as appropriate to enable remote debugging.
REM set JAVA_OPTS=-classic -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y %JAVA_OPTS%
2007-04-14 14:27:17 +00:00
Heng Sin Low 61d02cb3af * [ 1658448 ] Remove use of rownum 2007-04-10 02:00:59 +00:00
Heng Sin Low 3cd98ecea6 * minor fix for postgresql port of oracle romwnum sql 2007-04-10 01:38:58 +00:00
Carlos Ruiz 61c2ca5231 * Add C_AcctSchema.IsAllowNegativePosting
for [ 1693362 ] current ADempiere show credit and debit negative
2007-04-04 00:03:19 +00:00
vpj-cd 100da407ea Fixed [ adempiere-Bugs-1693362 ] current ADempiere show credit and debit negative
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=1693362&group_id=176962
2007-04-03 05:30:18 +00:00
Carlos Ruiz 54bb98ea66 preparing release 3.1.6 2007-04-02 02:39:28 +00:00
Heng Sin Low a36054b406 * [ 1647734 ] incorrect cost used in Shipment and MM (Avg PO costing), third time lucky :) 2007-03-27 13:52:45 +00:00
Heng Sin Low 814dba2eda * [ 1647734 ] incorrect cost used in Shipment and MM (Avg PO costing) 2007-03-27 13:06:18 +00:00
Heng Sin Low f1a78ab8c9 * [ 1647734 ] incorrect cost used in Shipment and MM (Avg PO costing) 2007-03-26 03:44:30 +00:00
Heng Sin Low 7227891daa * [ 1688102 ] Posting of PO Failed 2007-03-26 03:42:02 +00:00
Carlos Ruiz eb78424ef6 * [ 1686531 ] Automatic change of status on requests is not happening 2007-03-23 07:51:46 +00:00
teo_sarca e4b692e8cf BF [ 1679765 ] On posting invoice, M_Product_PO.PriceLastInv is not updated 2007-03-13 12:52:21 +00:00
Heng Sin Low fa9bf55dba * minor fix - sleep is not a valid window batch file command. 2007-03-09 13:54:41 +00:00
Carlos Ruiz 0cd6a49b61 * [ 1658448 ] Remove use of rownum 2007-03-06 23:35:26 +00:00
Carlos Ruiz dd1a79e69c Preparing 315 release 2007-02-28 21:06:41 +00:00
Carlos Ruiz b2db385533 Integrate bug fixing from Compiere 260c 2007-02-26 07:46:50 +00:00
Carlos Ruiz 14afc561fd Integrate bug fixing from Compiere 260b 2007-02-26 05:49:54 +00:00
Heng Sin Low 32c2a8ecbb * [ 1666919 ] Transaction handling different for local and remote process 2007-02-23 09:47:26 +00:00
Carlos Ruiz 7f172f4ed3 fix version 2007-02-22 03:03:00 +00:00
Heng Sin Low f7d8d7c8b0 * [ 1661548 ] WAN: tab loading should be improved
- Improve loading of field meta data for wan profile
- Added optional background loading of field meta data ( default to off )
2007-02-20 13:41:07 +00:00
kontro 00b4fca241 Removes some duplicate xml files. 2007-02-15 23:08:12 +00:00
kontro e93a8bb021 Makes subprojects clean jars created.
Removes lib/adempiereRoot.jar because it is generated by
build process.

This and my previous commit probably breaks eclipse's
.classpath files. Just run ant in tools dir and
everything returns to normal.
2007-02-15 22:37:20 +00:00
Carlos Ruiz ca7563a039 Fix bug [ 1657372 ] M_MatchInv records can not be balanced
complete solution including Accounted values
2007-02-13 07:46:50 +00:00
armenrz aac05de974 Bug Fix [ 1657115 ] Variable not initialized in Doc_Allocation.java 2007-02-12 01:40:57 +00:00
Carlos Ruiz 892131e35f Fix bug [ 1657372 ] M_MatchInv records can not be balanced
integrate solution reported by Chris Farley
2007-02-12 00:37:10 +00:00
kontro 3a3c3fa672 Improving DeathMeat's work.
Now properties are loaded in utils_dev/properties.xml and
and imported from there to every other build file.
2007-01-30 10:13:17 +00:00
kthiemann b8c96c1581 contribution [ 1647225 ] Improved ANT scripts and NetBeans integration - by Johannes Gubo (deathmeat) 2007-01-30 09:06:53 +00:00
Heng Sin Low 85ddbcd144 * Align startDBProcess with startProcess transaction semantic 2007-01-29 11:52:00 +00:00
Heng Sin Low fd7c2c9b12 * [ 1644635 ] WAN: DB.prepareCall not working 2007-01-29 05:10:10 +00:00
Carlos Ruiz c75006fd69 preparing release of version 3.1.4 2007-01-24 00:00:20 +00:00
trifonnt 5b084305d3 Adempiere-Jasper Integration. 2007-01-19 19:32:49 +00:00
Heng Sin Low d1f434b4d3 * restructure of jboss deployment, customization.jar and patches.jar now repackage into Adempiere.jar during the deployment process 2007-01-12 09:27:31 +00:00
Carlos Ruiz d22f887e80 minor typo 2007-01-11 06:00:30 +00:00
Heng Sin Low 6685c9e75c * Fixed wan connection profile issue reported by CarlosRuiz 2007-01-10 09:33:21 +00:00
Heng Sin Low 72152751a1 * Fixed for bug [1619933] and [1619933], now it is possible to run adempiere client with only a single connection to the application server. 2007-01-07 07:35:30 +00:00
Heng Sin Low b11e48cd60 * Fix for bug [1628515] 2007-01-05 22:12:30 +00:00
Heng Sin Low f477e3f81d * Fix for bug [1628515] 2007-01-05 15:46:41 +00:00
Carlos Ruiz f188552c7a * added customization.jar and patches.jar to classpath 2006-12-30 01:24:17 +00:00
Carlos Ruiz a3129f792a Preparing 3.1.3 release 2006-12-27 06:36:14 +00:00
Carlos Ruiz e24596adf5 Preparing 3.1.3 release 2006-12-27 05:47:44 +00:00
Carlos Ruiz a7b2f86962 Rebranding on jnlp 2006-12-12 09:31:33 +00:00
Carlos Ruiz 2c4c2fe9fa 311 -> 312 2006-12-09 23:48:41 +00:00
vpj-cd 64eca30fca Adempiere 3.1.2 2006-12-07 03:25:49 +00:00
Heng Sin Low 9793b62271 * Commit patch [ 1588085 ] 2006-12-07 03:15:29 +00:00
marekmosiewicz 2567d2ef55 Fyracle port 2006-12-01 17:14:01 +00:00
marekmosiewicz e898568505 bug in subselect to find first line. Must match also product not only invoice 2006-12-01 13:37:48 +00:00
vpj-cd 9802eea0be move branch adempire311 to trunk 2006-11-17 03:13:45 +00:00