wght
cc7bf05fe9
Added ad_printformat_id | numeric(10,0) | so needed to regenerate the x class.
2007-05-25 20:06:30 +00:00
wght
9d5aecf4ca
Fixed arg value to Generate Model to have single quotes around it.
2007-05-25 19:33:23 +00:00
wght
bb5cdbdd1c
Added a GenerateModel ant target. It doesn't hurt the build process at all
...
so didn't think I needed approval. It is just a nice/easy way to invoke GenerateModel.
2007-05-25 19:18:25 +00:00
Carlos Ruiz
4664d4da3f
Fix element_id on scripts
2007-05-25 18:00:22 +00:00
Carlos Ruiz
2c6cf0d1e6
008_2pack_enhancements_printformat.sql for oracle
2007-05-25 17:45:14 +00:00
wght
abcb2de830
Fixed alter statement.
2007-05-25 17:40:23 +00:00
wght
c1a57c5dc2
Deleted 006_2pack_enhancements_printformat.sql and renamed to 008_2pack_enhancements_printformat.sql to keep in sequence. I also corrected bad sequence #'s that were being used by other sql scripts.
2007-05-25 17:38:04 +00:00
wght
98721dbcf2
AD table changes needed for printformat 2pack PackOut type export.
2007-05-25 17:15:12 +00:00
Heng Sin Low
a8a3123964
* minor - license header, javadoc and comments.
2007-05-25 10:47:19 +00:00
Carlos Ruiz
e9b32a3312
Bug fix [ 1674891 ] MLocatorLookup - weird error
2007-05-25 10:31:41 +00:00
Carlos Ruiz
063f967bf8
Bug Fix [ 1725383 ] QtyOrdered wrongly updated
2007-05-25 09:13:36 +00:00
Carlos Ruiz
78135ac724
Revert revision 2490 - this doesn't solve the problem.
...
The bug doesn't occurs always
2007-05-25 08:19:54 +00:00
Carlos Ruiz
994b1a5d65
Bug Fix [ 1725345 ] Material Receipt - Create Lines From - Invalid column index
2007-05-25 07:11:27 +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
e92cd37435
* [ adempiere-Bugs-1719617 ] Server bean allows remote unauthenticated queries
...
- Implemented jaas authentication for server bean
2007-05-25 06:42:12 +00:00
Heng Sin Low
c6b0478c14
* [ adempiere-Bugs-1719617 ] Server bean allows remote unauthenticated queries
...
- Implemented jaas authentication for server bean
2007-05-25 06:40:20 +00:00
Heng Sin Low
6c59ed5784
* [ adempiere-Bugs-1719617 ] Server bean allows remote unauthenticated queries
...
- Implemented jaas authentication for server bean
2007-05-25 06:38:28 +00:00
wght
7f8ef7f43b
Functional test to import a 2pack package.
2007-05-25 02:28:42 +00:00
wght
0289d09d92
Added the ability to export a print format as a seperate type.
2007-05-24 21:25:18 +00:00
trifonnt
bfe90e9ef6
Removed!
2007-05-24 12:17:17 +00:00
wght
77d0b264f1
Added a new test dealing with creation of a 2pack export package.
2007-05-24 00:13:40 +00:00
trifonnt
aa05465618
Added launch configuration for FunctionalTestSuite.
...
Removed individual launch configurations.
2007-05-23 23:22:04 +00:00
deathmeat
1ad5b7beae
Unable to compile Hole.java because of missing reference to javax.ejb.EJBHome
...
Referenced jboss.jar in build.xml
2007-05-23 14:54:11 +00:00
Heng Sin Low
2ccb302d11
* Adding an example implementation of TestSuite
2007-05-23 14:18:29 +00:00
Heng Sin Low
b3e4e41610
* Fixed a mistake in previous commit.
2007-05-23 14:03:02 +00:00
Heng Sin Low
174885b5b9
* Handle exception/error with Assert.Fail instead of System.out
...
* Make Hole.java compile with latest trunk
2007-05-23 13:51:08 +00:00
kthiemann
68c8377a25
Feature Request [ 1677797 ] Store Archive In File System Or In DB
2007-05-23 11:58:05 +00:00
kthiemann
176f33cc62
Feature Request [ 1677797 ] Store Archive In File System Or In DB
2007-05-23 11:57:18 +00:00
trifonnt
71bfeb38e2
Added AD_Client_ID=11 to test.properties.template
...
We do not need to use utils classes from other projects(JasperReports).
Created org.adempiere.test.utils package and added DBUtils whihc has oly 2 methods now used by tests.
Refactored functional tests in order to use static variables by class name not object name(changed from: someObject.STATIS_VARIABLE to: SomeClass.STATIC_VARIABLE).
2007-05-23 07:38:17 +00:00
wght
8d45259f6d
Added new functional tests dealing with importing of business partners.
...
I also modified MLocationTest.java to set a specific AD_Client_ID through
the properties ctx.
2007-05-22 23:48:11 +00:00
wght
8686e23d3d
Added a testfunctional target and new tests to execute.
2007-05-22 23:31:22 +00:00
vpj-cd
a225b0049b
Fixed the Issue with PrintFormat when import a process
2007-05-22 22:52:56 +00:00
vpj-cd
3d29856071
2007-05-22 21:45:06 +00:00
vpj-cd
72df8f2a55
Fix [ 1723711 ] Issue with lower case when try create printformat
...
http://sourceforge.net/tracker/index.php?func=detail&aid=1723711&group_id=176962&atid=879332
2007-05-22 19:03:04 +00:00
croo
e17f7c1924
minor edit to the readme to state the correct order to run the migration scripts
2007-05-22 13:43:14 +00:00
Redhuan D. Oon
afec87922d
The setAD_User_ID (0) ensures persistence of the record to be System
...
and
avoid a new record. This idea was borrowed from remarks in X_AD_User.
Tested fully with various logins and changes to few records including
SuperUser and System. Hit a mandatory exception which is not fatal.
2007-05-22 12:19:05 +00:00
teo_sarca
40c9fb51c7
[ 1723309 ] EMail password is required even if not IsSTMPAuthorization
...
http://sourceforge.net/tracker/index.php?func=detail&aid=1723309&group_id=176962&atid=879332
2007-05-22 09:55:46 +00:00
teo_sarca
98b7b3791a
[ 1723106 ] DunningEntry Amt not updated correctly
...
http://sourceforge.net/tracker/index.php?func=detail&aid=1723106&group_id=176962&atid=879332
NOTE: got sql exception when deleting the last dunning run line
2007-05-22 08:44:43 +00:00
bmovaqar
a9b3f4929b
[ Bugs-1717931 ] Shortcut not working for combobox and button
2007-05-22 08:04:15 +00:00
bmovaqar
8db37af95e
[ Bugs-1717931 ] Shortcut not working for combobox and button
2007-05-22 08:03:51 +00:00
Heng Sin Low
c774a9be12
* minor - license header and javadoc.
2007-05-22 03:55:10 +00:00
Heng Sin Low
c8cad345ca
* minor - javadoc
2007-05-22 03:49:49 +00:00
Heng Sin Low
ea4ca0ed26
[ 1717620 ] DB password printed on screen.
...
- Do not save password to client machine for wan profile
2007-05-22 03:48:51 +00:00
teo_sarca
e4448cb588
[ 1723106 ] DunningEntry Amt not updated correctly
...
http://sourceforge.net/tracker/index.php?func=detail&aid=1723106&group_id=176962&atid=879332
2007-05-21 22:34:01 +00:00
trifonnt
9c2bba3565
Reorganzation of tests:
...
functional
performance
2007-05-21 12:22:32 +00:00
trifonnt
9209afdd20
Improvement in MProductTest.
...
Better timestatistic.
2007-05-21 06:55:57 +00:00
Heng Sin Low
e7b8f20a7b
* [ adempiere-Bugs-1719617 ] Server bean allows remote unauthenticated queries
...
- A more secure patch.
2007-05-21 05:38:03 +00:00
Heng Sin Low
031c500303
* [ adempiere-Bugs-1719617 ] Server bean allows remote unauthenticated queries
...
- A more secure patch.
2007-05-21 05:37:15 +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
0d58e3158a
* [ 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:03:12 +00:00