Heng Sin Low
366ff46f9d
* Minor trx fix, reported here
...
- https://sourceforge.net/forum/message.php?msg_id=4349419
2007-06-07 02:07:30 +00:00
Heng Sin Low
a904062c17
* Minor trx fix, including the one reported here
...
- https://sourceforge.net/forum/message.php?msg_id=4349419
2007-06-07 02:04:09 +00:00
Heng Sin Low
f5a2126e41
* Refactoring to better separate business logic from view
...
- Move some business rule from swing dialog VDocAction to DocumentEngine
2007-06-06 05:53:38 +00:00
Heng Sin Low
b2fc7de3c1
[ 1731053 ] Refactoring of ProcessCtl and ServerBean
2007-06-06 01:04:58 +00:00
wght
d29162a086
Fixed a bug when exporting a process/report that has a printformat not closing
...
the printformat tag.
2007-06-05 19:12:22 +00:00
teo_sarca
0dcc13fee8
[ 1731362 ] When you modify product's name it throws SQLException
...
http://sourceforge.net/tracker/index.php?func=detail&aid=1731362&group_id=176962&atid=879332
2007-06-05 14:19:24 +00:00
wght
412aadbb28
Fixed bug dealing with outputing a printformat for a process when AD_PrintFormat_ID was 0.
2007-06-04 20:27:55 +00:00
kthiemann
20e49ecefc
Feature Request [ 1730595 ] Dependant Mandatory Field
2007-06-04 11:04:10 +00:00
Heng Sin Low
2c3b29a575
[ 1727193 ] Convert failed with decode in quoted string
...
- more robust handling of quoted string in sql statement
- change to use junit test
- added test case for decode
2007-05-29 03:25:10 +00:00
teo_sarca
a36682063b
* minor localization fix for exceptions: use getLocalizedMessage instead of getMessage
2007-05-26 15:18:25 +00:00
wght
ce5d490602
Fixed bug dealing with not exporting a sub printformat. BUG #: 1723733
2007-05-25 23:32:21 +00:00
wght
a02fd823c9
Major printformat bug fixed.
2007-05-25 20:54:16 +00:00
wght
d459a0e6bc
Corrected a missing argument and added single quotes on D.
2007-05-25 20:07:20 +00:00
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
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
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
0289d09d92
Added the ability to export a print format as a seperate type.
2007-05-24 21:25:18 +00:00
kthiemann
176f33cc62
Feature Request [ 1677797 ] Store Archive In File System Or In DB
2007-05-23 11:57:18 +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
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
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
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
3d4f4cee2e
* [ 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 04:59:54 +00:00
trifonnt
30f7ea07a6
BugFix [ 1722278 ] Wrong usage of ==""
...
http://sourceforge.net/tracker/index.php?func=detail&aid=1722278&group_id=176962&atid=879332
2007-05-20 19:30:39 +00:00
Carlos Ruiz
e00358ebab
Bug fix [ 1722058 ] Server Management doesn't decrypt password
2007-05-20 07:41:38 +00:00
trifonnt
29e8400cbf
Commented System.out.println which print user password!
...
Bug item #1717620
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=1717620&group_id=176962
2007-05-18 23:52:32 +00:00
trifonnt
a6c4f8bfde
Reverted SVN Revision:
...
2413
http://svn.sourceforge.net/adempiere/?rev=2413&view=rev
2007-05-18 23:27:14 +00:00
teo_sarca
3dab921fef
[ 1721360 ] Dunning print shows duplicate lines
...
http://sourceforge.net/tracker/index.php?func=detail&aid=1721360&group_id=176962&atid=879332
* code clean up
2007-05-18 15:15:34 +00:00
vpj-cd
7db210ec69
Improve [ 1712241 ] Delete hard code to set a Column, Tab , Window, PrintFormat
...
http://sourceforge.net/tracker/index.php?func=detail&aid=1712241&group_id=176962&atid=879335
2007-05-16 14:51:11 +00:00
trifonnt
42a5381273
[ 1717620 ] DB password printed on screen.
2007-05-16 08:02:23 +00:00
Carlos Ruiz
fc4b40d2bc
Don't synchronize column with database by default, synchronize only if you mark column as getIsSyncDatabase='Y'
2007-05-15 20:03:23 +00:00
Carlos Ruiz
d0f4cae6e6
Some rebranding
2007-05-15 19:17:31 +00:00
Carlos Ruiz
4ef7cd2bc0
Allow SQLStatements specific for postgres
2007-05-15 19:11:32 +00:00
Carlos Ruiz
c146263b6e
Integrate Tim Heath enhancements on 2pack
...
[ 1712313 ] 2Pack Export of Message Functionality
[ 1712314 ] 2Pack PackIn Message import functionality
2007-05-15 01:05:25 +00:00
trifonnt
9cc835c68b
Added junit.jar to base project else it do not compile.
...
Added jars to svn:ignore.
2007-05-14 15:45:07 +00:00
Carlos Ruiz
b86d40fc68
Fix [ 1718009 ] Five 2Pack bugs
2007-05-13 05:38:48 +00:00
Carlos Ruiz
a51eb60084
Include in trunk revision 2333 lost with changes in revision 2335.
...
Thanks Teo for noticing this.
2007-05-12 18:41:41 +00:00
Heng Sin Low
368fe14f96
* Fixed issue after package refactoring.
2007-05-12 07:34:47 +00:00
Carlos Ruiz
02aad9e903
A little more on [ 1716866 ] Tax Rates By Zip Code
2007-05-12 04:00:47 +00:00
deathmeat
b3a2457a8d
[ 1716866 ] Tax Rates By Zip Code
...
Workaround for a NPE on postgresql
2007-05-11 14:03:30 +00:00
kthiemann
56e792ec17
bug [ 1716437 ] InventoryCountCreate.java ignores Product Categroy Tree
2007-05-11 11:43:49 +00:00
Carlos Ruiz
4fab5dc0a9
Bug Fix [ 1716866 ] Tax Rates By Zip Code
...
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=1716866&group_id=176962
https://sourceforge.net/tracker/index.php?func=detail&aid=1276304&group_id=29057&atid=410215
2007-05-11 03:31:33 +00:00
deathmeat
2dea68b86d
tools/lib/servlet.jar not existing, changed classpath to reference servlet-api.jar instead
2007-05-10 11:48:47 +00:00
Heng Sin Low
c975d88e1b
* minor - update junit classpath reference
2007-05-10 05:22:24 +00:00
Heng Sin Low
7bc2413742
* remove dbport, print and interface project reference
2007-05-10 04:16:00 +00:00
Heng Sin Low
73419b5a6d
* fixed eclipse classpath and launch configuration
2007-05-10 03:18:34 +00:00
Carlos Ruiz
39c44b6373
Implemented FR [ 1696228 ] ModelValidator for BeforePost and AfterPost
...
Moved lots of sources and packages to base as discussed in forums
2007-05-09 11:08:52 +00:00
armenrz
42b7a6438b
Bug Fix #1694472
2007-05-09 09:13:29 +00:00
armenrz
fddbf894f5
Fixed #1683587 Non-Item isStocked flag
2007-05-09 09:02:48 +00:00
armenrz
49d4a971c3
Bug Fix #1702235
2007-05-09 08:55:11 +00:00
Carlos Ruiz
c17c1ae08c
Revert revision 2327 and 2328
...
Testing a better approach
2007-05-09 07:43:24 +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
c12ec7d400
fix bug [ 1707019 ] Fixed Assets package is broking synchronize translation
...
better indentation
dropped the AD_Synchronize specific for Oracle for easier maintenance.
2007-05-08 03:42:54 +00:00
Carlos Ruiz
3b9a37e64b
- InOutGenerate.java - minor indentation enhancement
...
- 002_add_feature_1714090.sql - change it to make new parameter optional
- 003_make_feature_1714090_optional.sql - update for those who already ran the 002
2007-05-08 03:40:49 +00:00
kthiemann
d146950e0b
bug [ 1704212 ] order reserves at the wrong locator
2007-05-07 09:46:19 +00:00
kthiemann
2d17ff09d8
[ 1672362 ] Resort Lines By Pressing Shift+Up/Down
2007-05-07 09:42:28 +00:00
mjudd
cfaa8b1e45
Feature Request http://sourceforge.net/tracker/index.php?func=detail&aid=1714090&group_id=176962&atid=879335
2007-05-07 08:35:34 +00:00
fer_luck
a460bed9d0
This code commit is related to:
...
Feature request: 1707462
Description: Change VFormat on runtime and add a mask that uppercases any char.
Patch: 1646656
Description: Truncated characters for pt_BR lang files. Converted the truncated files to unicode hex format.
2007-04-29 04:33:35 +00:00
teo_sarca
2c2ef34172
BF [ 1708835 ] Document Status=Completed but Processed=N
...
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=1708835&group_id=176962
Fixed some identation issues.
2007-04-28 14:40:15 +00:00
Carlos Ruiz
52428e8db1
Revert revision 2156
...
Not Fixed Yet: [ 1691676 ] Duplicate Allocation when you reverse invoice with PR cash
Explanations on tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1691676&group_id=176962&atid=879332
2007-04-28 07:01:33 +00:00
Carlos Ruiz
9e22b109b1
minor changes:
...
- remove some messages
- changes some images
2007-04-28 06:15:12 +00:00
kthiemann
9152827885
Bug [1708656] - PriceList Generation Ignores Category Tree
...
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=1708656&group_id=176962
2007-04-27 13:34:26 +00:00
mjudd
da07a6ead8
Feature Request http://sourceforge.net/tracker/index.php?func=detail&aid=1708139&group_id=176962&atid=879335
...
Add new rounding rule - whole number ending in 9 or 5
2007-04-26 15:42:30 +00:00
Carlos Ruiz
25cfe5ffc4
Great contribution from Tim Heath!
...
FR [ 1659903 ] Export & import WF in 2Pack
Bug [ 1663186 ] 2pack is not exporting Dynamic Validation
Contrib [ 1706928 ] 2Pack Workflow Import Functionality
Contrib [ 1706940 ] 2Pack Workflow Export Functionality
Contrib [ 1707038 ] 2Pack Dynamic Validation Rule Export Functionality
Contrib [ 1707039 ] 2Pack Dynamic Validation Rule Import Functionality
2007-04-26 08:46:31 +00:00
teo_sarca
0c004aaf8e
[ 1699826 ] Process Parameters Panel overwrites window context
...
http://sourceforge.net/tracker/index.php?func=detail&aid=1699826&group_id=176962&atid=879332
2007-04-26 08:03:28 +00:00
Carlos Ruiz
17126b8dd1
Better naming convention for column for revision 2210
2007-04-25 23:27:37 +00:00
Carlos Ruiz
26b4346053
[ 1707009 ] Produc Category Tree
2007-04-25 23:23:48 +00:00
teo_sarca
01ebaba0aa
[ 1707589 ] PackOut export data not working in postgresql
...
http://sourceforge.net/tracker/index.php?func=detail&aid=1707589&group_id=176962&atid=879332
2007-04-25 17:32:52 +00:00
kthiemann
a4da34825a
Product Category Tree enhancement - as discussed here:
...
http://sourceforge.net/forum/forum.php?thread_id=1721178&forum_id=611158
2007-04-24 12:04:22 +00:00
Carlos Ruiz
215a3b3148
Bug [ 1704548 ] Non printing images from database
...
fix broken build
2007-04-22 06:06:43 +00:00
teo_sarca
d24494c69c
BF [ 1704802 ] 2Pack is not exporting/importing column version
...
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=1704802&group_id=176962
2007-04-21 11:39:19 +00:00
teo_sarca
88fcfc9f51
BF [ 1704760 ] PackOut - output dir is wrong
...
http://sourceforge.net/tracker/index.php?func=detail&aid=1704760&group_id=176962&atid=879332
BF [ 1704762 ] PackOut - streams are not closed
http://sourceforge.net/tracker/index.php?func=detail&aid=1704762&group_id=176962&atid=879332
BF [ 1704763 ] PackOut - field IsReadOnly/isReadWrite is incorrect exported
http://sourceforge.net/tracker/index.php?func=detail&aid=1704763&group_id=176962&atid=879332
2007-04-21 09:24:25 +00:00
vpj-cd
7c09038c6d
fixed: [ 1693801 ] Error when you try comple a shipmet or receipt and tax is 0
...
https://sourceforge.net/tracker/index.php?func=detail&aid=1693801&group_id=176962&atid=879332
2007-04-18 23:02:59 +00:00
vpj-cd
1e4ecda35a
Fixed : [ 1703318 ] Error generate invoice line ad charge and should use product
...
https://sourceforge.net/tracker/index.php?func=detail&aid=1703318&group_id=176962&atid=879332
2007-04-18 22:57:18 +00:00
vpj-cd
56575e6679
Fixed: [ 1691676 ] Duplicate Allocation when you reverse invoice with PR cash
...
https://sourceforge.net/tracker/index.php?func=detail&aid=1691676&group_id=176962&atid=879332
2007-04-18 22:35:01 +00:00
teo_sarca
07b5159755
BF [ 1702807 ] Manual tax not added to InvoiceTax
...
http://sourceforge.net/tracker/index.php?func=detail&aid=1702807&group_id=176962&atid=879332
2007-04-18 10:49:44 +00:00
teo_sarca
0e389c5505
BF [ 1686773 ] Invoice: inconsistent use of TaxAmt, LineTotalAmt
...
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=1686773&group_id=176962
2007-04-18 09:15:16 +00:00
teo_sarca
040571954d
MInventory - fixed indentation issues introduced in rev. 1192
2007-04-18 08:28:19 +00:00
Heng Sin Low
e034e5ff52
[ 1680304 ] Problem with Replenish Report when you use custom type
2007-04-17 00:51:55 +00:00
teo_sarca
2b7de0899a
BF [ 1701324 ] MMovementLine: beforeSave Qty precision error
...
http://sourceforge.net/tracker/index.php?func=detail&aid=1701324&group_id=176962&atid=879332
2007-04-16 08:19:36 +00:00
teo_sarca
c540f9a625
BF [ 1701274 ] Shipment doesn't copy order priority
...
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=1701274&group_id=176962
2007-04-16 07:08:37 +00:00
teo_sarca
7a772cb5c8
BF [ 1699033 ] Import BPartner Problem
2007-04-12 09:45:51 +00:00
teo_sarca
8f479b9d9e
BF [ 1698284 ] NPE in Payment window
2007-04-11 10:07:59 +00:00
Heng Sin Low
c02fe7657d
* [ 1658448 ] Remove use of rownum
2007-04-10 02:37:25 +00:00
Heng Sin Low
d86f009afd
* remove derby and fyracle from trunk
2007-04-09 15:26:12 +00:00
Heng Sin Low
b55bb9f8ec
* remove derby and fyracle from trunk
2007-04-09 14:02:01 +00:00
Carlos Ruiz
cc7435704d
* Fix [ 1693801 ] Error when you try comple a shipmet or receipt and tax is 0
2007-04-03 17:58:10 +00:00
teo_sarca
1e5522be6b
patch [ 1673699 ] Code-cleanup: unused imports
2007-04-02 16:07:30 +00:00