Commit Graph

529 Commits

Author SHA1 Message Date
Heng Sin Low 16afab193b The current drilldown and drillacross in report viewer implementation can caused NPE as it create WReport without a parent component which is needed in the showPopup method.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2979808
2010-03-31 07:38:11 +00:00
Heng Sin Low 62ebd70936 minor - remove obsolete comments 2010-03-31 04:10:33 +00:00
Heng Sin Low d2c63f6e70 Grid view scroll position lost for the following 2 scenario:
1. at grid view, scroll down and select a row so that part of the list is cut off from the top. open another window and comback, the list scroll back to top and the selected row is not visible until you scroll down to it.
2. at grid view, scroll down and select a row so that part of the list is cut off from the top. toggle to form view and back, the list scroll back to top and the selected row is not visible until you scroll down to it.


Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2979746
2010-03-31 04:07:43 +00:00
Heng Sin Low 8d75aa84ee server push thread doesn't stop after browser refresh
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2979748
2010-03-31 04:04:31 +00:00
Heng Sin Low e2bb7765dd Message box enhancement:
* Use shorter title text ( forgot to commit this at revision 11861 )



Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2979504
2010-03-31 03:54:35 +00:00
Heng Sin Low befe1e6ebe Grid view scroll position lost for the following 2 scenario:
1. at grid view, scroll down and select a row so that part of the list is cut off from the top. open another window and comback, the list scroll back to top and the selected row is not visible until you scroll down to it.
2. at grid view, scroll down and select a row so that part of the list is cut off from the top. toggle to form view and back, the list scroll back to top and the selected row is not visible until you scroll down to it.


Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2979746
2010-03-31 03:49:45 +00:00
Heng Sin Low 7fc78215a4 Custom form enhancement:
* Use custom progress dialog with adempiere localization support
* Cleanup eclipse editor warnings
* Remove use of background thread ( serverpush ) to reduce resource usage and for slight performance improvement
* Use zk's native WrongValueException for mandatory field error

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2979740
2010-03-31 03:28:30 +00:00
Heng Sin Low ec3939024f minor - remove an eclipse editor warning 2010-03-31 03:16:21 +00:00
Heng Sin Low 6da5888e6a Process dialog enhancement:
* Fixed display issues for long process log
* Drop the use of server push to reduce resource usage and slight performance improvement
* Use custom progress window with adempiere localization support
* Fixed css of the button
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2979511
2010-03-30 17:24:58 +00:00
Heng Sin Low 37f28623cc Message box enhancement:
* Follow standard UI convention - icon on the left, message on the right and button at bottom.
* Set max-height and overflow:auto for the message content to make the messagebox usable even for very long message content.
* Use shorter title text


Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2979504
2010-03-30 17:10:40 +00:00
Carlos Ruiz 7fb2a677c5 Fixed problem when importing in zkwebui with UTF-8
FR [1658127] - Select charset encoding on import
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=1658127
2010-03-30 05:06:39 +00:00
Heng Sin Low d2fc48c00e Numeric fields "mandatory" are not labeled with the corresponding red
asterisk.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2977536
2010-03-29 21:41:20 +00:00
Heng Sin Low aff29fc575 * Implement timeout page
* Reduce default session timeout period from 120 minutes to 60 minutes

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2947703
2010-03-29 02:44:16 +00:00
tspc 704877109d Merge bug fixes from release to trunk
merge 11707, 11708, 11816, 11817

11707 -> Fix [2971934] DigestOfFile incosistent Base64 conversion - thanks to Silvano (freepath)
Adding raise of exceptions when the file cannot be written
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2971934

11708 -> Fix [2127565] - LOT Control Error
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2127565

11816 -> Fixing some errors found when building testadempiere
Link to /release commit: http://adempiere.svn.sourceforge.net/adempiere/?rev=11816&view=rev

11817 -> [2846601] - DB.isDatabaseOK() is not called / moving the validation some lines down - it breaks completely the usage of Adempiere
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2846601

Regards,
Tony
2010-03-26 23:10:30 +00:00
trifonnt cbc9d926b2 FR [2977050] - Read ADEMPIERE_HOME from web.xml
https://sourceforge.net/tracker/?func=detail&aid=2977050&group_id=176962&atid=955896
2010-03-26 14:18:53 +00:00
trifonnt e4c24f1ba4 Fixed ZK Web UI starting from Eclipse. Added required MFG jars. 2010-03-25 00:03:31 +00:00
trifonnt 5663e534d1 Working Eclipse configuration which enables Developers to start ADempiere ZK Web Ui from Eclipse. 2010-03-24 23:35:42 +00:00
trifonnt cc910019d2 Added support to start ADempiere ZK Web UI from Eclipse.
Multiple project setup.
2010-03-24 22:17:44 +00:00
Heng Sin Low 7705215787 Fixed many Workflow Activities make the window unusable
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2958446
2010-03-22 04:17:22 +00:00
Carlos Ruiz 93fbc42293 FR [2897194] Advanced Zoom and RelationTypes - Thanks to Tobias Schöneberg (tobi42)
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2897194
2010-03-20 12:51:35 +00:00
Heng Sin Low a30d25e764 FR - Implementing new Summary flag in Report View
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2897727
2010-03-18 05:52:03 +00:00
tspc 478075d45d Merge bug fixes from release into trunk
merge -r 11666:11670 -r 11677:11680 -r 11682:11684

11666-11670 -> Fix Eclipse warnings/ERROR
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2970867

11677 -> Fix - Firstof Function Week Constant
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2079794

11678 -> The revision 7509 introduced a bug because of bad programming
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2001910

11679 -> Integrate fix contributed by mcicchelli for [2514168] Port missing connect for Test.sql
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2514168

11680 -> minor - fix typos in comments

11682 -> [2971637] DB.executeUpdate working as autocommit if trx is not opened
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2971637

11683 -> Client Accounting Processor - fix a problem found, it was not updating Posted status on posting failure
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2857289

11684 -> Firstof Function Week Constant - scripts swapped - thanks to Armen by the peer review
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2079794
2010-03-17 10:57:46 +00:00
Heng Sin Low 4bf641e805 Info window paging
- Fixed sorting bug

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2913975
2010-03-15 08:41:24 +00:00
Heng Sin Low 9d7e263183 apply changes from VPayment and some cleanup 2010-03-13 00:29:03 +00:00
felixmoeller 1037232823 fixed a really small typo 2010-03-11 11:42:55 +00:00
Heng Sin Low 08aa2b0875 Info window paging
- Fixed a paging calculation error
- Fixed paging for Oracle, resultset.absolute doesn't work on forward only resultset.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2913975
2010-03-09 17:47:10 +00:00
Heng Sin Low 025ed3e4e1 Improve IE8 support
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2898957
2010-03-05 11:06:05 +00:00
Heng Sin Low dc50ece192 When user press the print button on the toolbar, the current window no is not pass to the print dialog causing report parameter failed to get default value from current window context.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2963196
2010-03-04 08:33:28 +00:00
Heng Sin Low c3805382ae Prepare window context before entering a tab
- Fixed invalid context for tab 0
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2959339
2010-03-01 05:37:59 +00:00
tspc cd4c15c059 Merge bug fixes in release not committed to trunk
merge -c 11478 -c 11471 -c 11374
BF2958108	Answer in Workflow Activities keeps adding Yes/NO
https://sourceforge.net/tracker/?func=detail&atid=955896&aid=2958108&group_id=176962

BF2957689	Material Receipt -> Create From -> Only same wh not working
https://sourceforge.net/tracker/?func=detail&atid=955896&aid=2957689&group_id=176962

BF2815307 Default Tax Error
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2815307&group_id=176962
2010-02-27 06:16:16 +00:00
Heng Sin Low fa569115e1 The window context variable is share by all tab and can get mix up when user navigate from one tab to another. This patch recreate the window context variable before entering a tab to solve the potential conflict issue.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2959339
2010-02-26 02:07:55 +00:00
Heng Sin Low cd210e3170 minor - add undefined and null check 2010-02-26 01:52:35 +00:00
Heng Sin Low c7175c22ba Remove use of ejb, not necessary since zkwebui is already running at server.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2959285
2010-02-26 00:40:39 +00:00
Heng Sin Low 47c6baa245 ValuePreference dialog missing the explaination message
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2959281
2010-02-26 00:24:49 +00:00
Heng Sin Low 4b3d5de150 Dropdown sometime doesn't display the currently selected value ( swing
always does )
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2958556
2010-02-25 08:03:23 +00:00
Heng Sin Low 75f4dc9eba Info window pagign
- use cursor to load a subset of the result when native database paging is not available.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2913975
2010-02-24 08:18:47 +00:00
Carlos Ruiz e0dff39270 FR Product Info Window - Add filter by Attribute Set
- implemented for zkwebui
- extend the functionality to filter the attributes by the attribute set selected
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2952085
2010-02-17 23:05:02 +00:00
trifonnt 8aea69bac6 Minor typo fixes. 2010-02-15 08:26:52 +00:00
trifonnt b498f12ab8 BF [2948213] - Record ID parameter is not carried in jasper report
https://sourceforge.net/tracker/?func=detail&atid=955896&aid=2948213&group_id=176962
2010-02-09 22:34:25 +00:00
Heng Sin Low 4d1300ed0f Merge "Fix [2944349] - WDocAction panel not assigning selected item" from /release
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2944349
2010-02-02 03:57:19 +00:00
Heng Sin Low ca187b22b7 Enhance to allow zooming to any level ( tested zooming from gl journal to the period tab in the calendar-year-period window )
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2887701
2010-02-01 10:40:13 +00:00
trifonnt 17f61308bd Fix Eclipse multiple project setup.
Uses System Default JDK. By this way avoid changing of JDK Lib when different JDK is installed.
2010-01-23 23:18:52 +00:00
vpj-cd 06c846a1d3 merge from 11334
* See identifiers columns when delete records - Fix NPE problem reported in forums
https://sourceforge.net/projects/adempiere/forums/forum/610548/topic/3525006

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2877111
2010-01-23 21:14:49 +00:00
mjudd 71a9fc9c3f Revert as per https://sourceforge.net/projects/adempiere/forums/forum/610548/topic/3502040
commits 11204, 11205 and 11207
2010-01-12 09:11:57 +00:00
vpj-cd 0655a2b950 Fix some NPE on -> Add change log context menu for field
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2898860
2010-01-06 00:52:41 +00:00
vpj-cd 25596ca6c5 Integrate revision 11223
Fix Bug: Generate Invoices (manual) broke for Customer RMA

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2925697
2010-01-05 07:41:47 +00:00
vpj-cd ea9d9fb36b integrate revision 11218
Fix zkwebui: Second tab must not enable history button
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2923033
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2923033
2010-01-05 07:03:08 +00:00
mjudd 76cc5c9642 Upgrade iText Library from 2.1.7 -> 5.0.0
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2923757
2009-12-30 20:27:33 +00:00
Heng Sin Low 6052138311 * Row content not updated after exit edit mode
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2921253
2009-12-26 04:22:27 +00:00
Carlos Ruiz 284f80f194 Fix * testadempiere site - zkwebui showing two strange windows
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2904136
2009-12-17 03:59:28 +00:00