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