Commit Graph

496 Commits

Author SHA1 Message Date
Carlos Ruiz 359f90cee2 Fix [2856097] The "Enter new Location/Address" countries are not translate / fix for zkwebui
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2856097
2010-04-19 23:05:21 +00:00
Carlos Ruiz 95c5b756be Fix [2987531] Cannot search on Posted field - Thanks to Paul
reverted revision 12035
implemented new patch submitted by Paul
peer reviewed and tested (swing and zkwebui)
added migration script to fix some dictionary errors on Posted columns
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2987531
2010-04-19 22:52:43 +00:00
trifonnt deaa6cf731 FR [2983757] - Contrib: images for menu in the webui
https://sourceforge.net/tracker/index.php?func=detail&aid=2983757&group_id=176962&atid=955896
Committed proposal by arnulf0.
2010-04-15 17:52:14 +00:00
trifonnt a55504a2ec FR [2983757] - Contrib: images for menu in the webui
https://sourceforge.net/tracker/index.php?func=detail&aid=2983757&group_id=176962&atid=955896
2010-04-15 17:46:29 +00:00
tspc eb2dd63503 Merge bug fixes from release to trunk
merge 12009, 12011, 12014, 12015

Revision: 12009
Fix [2927581] Financial Report parameter does not display in Report
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2927581

Revision: 12011
Fix [2926732] Query.setParameters has wrong argument type - thanks to Tobi
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2926732

Revision: 12014
Fix [2927102] Big Decimal exception calling setScale()
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2927102

Revision: 12015
Fix [2920052] print format Cache Image
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2920052

Regards,
Tony
2010-04-15 08:38:52 +00:00
Carlos Ruiz a21db5de0f FR [2976452] Implement included roles feature - thanks to Teo and Metas
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2976452
2010-04-08 20:10:54 +00:00
Heng Sin Low c91726015e Buttons are not working correctly on included tab
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2979169
2010-04-08 04:07:09 +00:00
Heng Sin Low dbe819c58b WListbox.setData will not re-render the list box header after the first call, i.e if your subsequent call to WListbox.setData doesn't have the same number of columns, the content and header will not be in sync.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2983597
2010-04-08 03:00:51 +00:00
Heng Sin Low 793b7f28f4 Info window enhancement:
* Info should be non-modal when not open as lookup ( that's how the swing client perform now )
* Layout refinement
* Always open the progress indicator when running query
* InfoProductPanel missing status bar
* Don't show ok button when info is not open as lookup. The ok and cancel button behave the same when info is in non-lookup mode, confusing and unnecessary.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2983129
2010-04-07 10:17:14 +00:00
Heng Sin Low 8095e68239 Zoom to detail open Find window if target is high volume
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2980775
2010-04-01 21:49:18 +00:00
Heng Sin Low ea22b39541 revision 11874 is too aggressive and can kill session prematurely.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2979748
2010-04-01 21:41:34 +00:00
Heng Sin Low a70712ab63 Fixed display issue for process modal dialog
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2979511
2010-03-31 12:54:42 +00:00
Heng Sin Low 26ae5bf924 previous commit is bad, should only call onSave(true) if invoke from the save toolbar button or user press the save shortcut
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2979823
2010-03-31 12:32:25 +00:00
Heng Sin Low 900f6b3677 onSave(false) doesn't auto refresh GridField value after save hence should always call onSave(true) unless it is follow by a refresh action.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2979823
2010-03-31 11:46:56 +00:00
Heng Sin Low 7e9652edc6 Lookup editor should search "Value" column too if IsValueDisplay is check
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2979862
2010-03-31 08:43:12 +00:00
Heng Sin Low 9685a343a4 Adempiere.startup should set Ini.isClient before initialized CLogMgt
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2979844
2010-03-31 08:30:10 +00:00
Heng Sin Low e80c8d0163 minor - add timeout parameter for Execution.activate 2010-03-31 08:11:02 +00:00
Heng Sin Low 226018cbc9 AbstractADWindowPanel enhancement:
* Log more detail for user session crossover to make it easier to cross reference with details captured in log file.
* Make the invocation of onSave consistent with the invocation of cmd_save in APanel.
* No longer need to enabled server push before calling process dialog

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2979823
2010-03-31 08:05:20 +00:00
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
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 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 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