Commit Graph

4603 Commits

Author SHA1 Message Date
Heng Sin Low 9d6d3dce67 minor - added maximize button to attachment dialog 2009-03-10 10:02:25 +00:00
Heng Sin Low 6101318f3f [ 2549235 ] Search window - too many records
minor twist to focus logic in form view.
2009-03-10 06:50:13 +00:00
Heng Sin Low 3d373500ff [ 2674923 ] Performance enhancement
zk.xml
- turn of js compression
ServerContextCallback
- avoid expensive reflection call for the 2 most common use case
CompositeADTab
- replace Window with ligher weight Div
Window
- turn off drop shadow to improve performance and resize behaviour
windowContainer
- remove delay resize to improve responsiveness of UI
2009-03-10 02:14:07 +00:00
Heng Sin Low bd452d6b5b Upgrade to zk 3.6.0 2009-03-10 02:08:08 +00:00
Heng Sin Low a27e86f006 [ 2486831 ] Dashboard auto refresh performance issue
- Regression: context not correct after first auto refresh
2009-03-10 01:53:54 +00:00
Heng Sin Low 610cf9ec64 [ 2617300 ] Reimplement grid view using Grid instead of Listbox
- Regression: double click to switch from list view to form view not working.
2009-03-10 01:51:17 +00:00
Heng Sin Low 4b8d6dca2c [ 2656716 ] Focus management enhancement
- Regression : button with pull down menu not working.
- Grid sometime render twice.
- javadoc
- unuse import
2009-03-10 01:49:30 +00:00
Carlos Ruiz 66e7a7d0ff Fix [ adempiere-Bugs-2676108 ] Error creating payment selection line and check
https://sourceforge.net/tracker2/?func=detail&atid=879332&aid=2676108&group_id=176962
Thanks to Susanne Calderon for reporting
2009-03-09 21:00:29 +00:00
Carlos Ruiz d7134aedd2 Fix [ adempiere-Bugs-2669957 ] It doesn't print correctly BOM Product detail in shipments
https://sourceforge.net/tracker2/?func=detail&atid=879332&aid=2669957&group_id=176962
Thanks to Enrique Ruibal
2009-03-07 17:44:02 +00:00
Carlos Ruiz 88f79db0ce Fix problem with script, it must be finished with ";" to make it run properly with migration_postgresql.sh tool 2009-03-07 17:21:19 +00:00
Carlos Ruiz 58495c0f1f minor fix in comments 2009-03-07 17:18:46 +00:00
Carlos Ruiz dd5920dff6 minor typo 2009-03-07 17:08:57 +00:00
Carlos Ruiz 29d8349055 [ adempiere-Bugs-2671625 ] Spanish: Amount in words translate wrongly billion as billon
In spanish is translated as millardo
The capacity of routine was expanded to manage bigger numbers
With int variables it can just manage numbers <= 2.147.483.647
Now with long variables it can manage numbers <= 9.223.372.036.854.775.807
2009-03-07 16:20:49 +00:00
teo_sarca 09ab394684 [ 2668133 ] Inactivate deprecated/incomplete processes
https://sourceforge.net/tracker/index.php?func=detail&aid=2668133&group_id=176962&atid=934929

Deactivated:
Product Costing
Cost Workflow & Process Details
2009-03-06 12:41:05 +00:00
teo_sarca 8d932458df libero: BOM Qty is not well calculated when we include the scrap. We forgot to multiply by 100 2009-03-06 06:49:06 +00:00
Heng Sin Low 5a2384733f Incorporate suggestion from this form post - https://sourceforge.net/forum/message.php?msg_id=6610130 2009-03-06 03:07:38 +00:00
Heng Sin Low 4840407796 [ 2666113 ] leave input gives nullpointer error 2009-03-06 00:34:54 +00:00
teo_sarca 1b1b5d13f6 [ 2666056 ] Product Planning: do not allow to create products
https://sourceforge.net/tracker/index.php?func=detail&aid=2666056&group_id=176962&atid=934929
2009-03-05 19:54:00 +00:00
teo_sarca 574b416579 libero: fix Cost BOM & Formula Review report fields 2009-03-05 13:16:33 +00:00
teo_sarca 072c306db4 [ 2664599 ] Fix CreateCostElement process parameters
https://sourceforge.net/tracker/index.php?func=detail&aid=2664599&group_id=176962&atid=934929
2009-03-05 10:17:04 +00:00
Heng Sin Low 68450f4290 Improve layout. 2009-03-05 09:40:59 +00:00
Heng Sin Low 82d4ab0493 Revise header panel layout so that the role and logout link wouldn't be truncated when user increase the font size ( ctrl-+ on firefox ) 2009-03-05 08:51:39 +00:00
Heng Sin Low 8fd5367c8f OnFind doesn't check FindWindow.IsCancel 2009-03-05 08:42:55 +00:00
Heng Sin Low c5b01e5672 [ 2656716 ] Focus management enhancement
- Fixed scrolling bug in previous commit
- Minor improvement in setfocus
2009-03-03 22:36:49 +00:00
Heng Sin Low 8c8399bac3 [ 2656716 ] Focus management enhancement
https://sourceforge.net/tracker/index.php?func=detail&aid=2656716&group_id=176962&atid=955896
2009-03-03 09:41:37 +00:00
Heng Sin Low 33c2f1ee70 [ 2656713 ] List editor fire redundant ValueChange event 2009-03-03 09:26:06 +00:00
Carlos Ruiz 1b55b59f68 Fix [2655587] Multi-org not supported in Aging 2009-03-03 02:01:01 +00:00
Heng Sin Low 41b89588b9 [ 2653673 ] Attachment dialog enhancement 2009-03-02 06:15:54 +00:00
Heng Sin Low 70fc16dd51 [ 2653588 ] Can't select NULL for dropdown list 2009-03-02 05:15:30 +00:00
Heng Sin Low 83566cc130 [ 2653441 ] Browser reload button crash window with included tab 2009-03-02 03:48:10 +00:00
Heng Sin Low 735e61778a [ 2642430 ] Upload give intermitten IllegalStateException 2009-02-26 17:05:32 +00:00
trifonnt 0cf4478890 minor typo-mistake fix. 2009-02-26 17:02:27 +00:00
Heng Sin Low 240b574f15 [2642349 ] Windows toolbar doesn't check Role.AllowProductInfo 2009-02-26 16:37:13 +00:00
teo_sarca f0bea786a4 forgot so import "List" in my last commit 2009-02-26 10:01:24 +00:00
teo_sarca 7611d6b602 MInventory:
[ 2616330 ] Use MPeriod.testPeriodOpen instead of isOpen
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2616330&group_id=176962

* better exception handling - use saveEx
* use parametrized SQL queries
2009-02-26 09:57:59 +00:00
teo_sarca 054d256ac3 [ 2002318 ] Context WINDOW_INFO bug
https://sourceforge.net/tracker/index.php?func=detail&aid=2002318&group_id=176962&atid=879332

Same issue on Internal Use Inventory:
* when selecting a product by "actionText", the TAB_INFO and windows's ASI is not reseting

Please review.
2009-02-26 08:30:38 +00:00
usrdno 9186b12bba Use both columns of the primary key to select the product accounting. 2009-02-26 07:58:17 +00:00
teo_sarca 9c6ae7d4c5 [ 2633082 ] Q: Why Batch Time involves setting of Setup Time?
https://sourceforge.net/tracker/index.php?func=detail&aid=2633082&group_id=176962&atid=934929

Changed Action Control Window: i hided IsBatchTime flag since we always report batchtime, and SetupTimeReal and DurationReal are always showed
2009-02-26 07:49:57 +00:00
phib 131aaa71e3 [ 2639443 ] Msg.translate using context ignores defaults
https://sourceforge.net/tracker/index.php?func=detail&aid=2639443&group_id=176962&atid=879332
2009-02-26 01:55:33 +00:00
Heng Sin Low e6a49848fc [ 2636027 ] Embedded tab not activated after switching from grid to form 2009-02-25 07:06:03 +00:00
usrdno 7f9931cd55 FR 2619262 - Adjusted coding style. 2009-02-24 16:15:57 +00:00
teo_sarca deb02c1053 [ 2571538 ] Units by Cycle do not is implement
https://sourceforge.net/tracker/index.php?func=detail&aid=2571538&group_id=176962&atid=934929
2009-02-24 10:39:40 +00:00
usrdno 9002c4c95e FR 2619262 - Committing this to trunk for review. Have tested it and it works for the purpose I've described. Committing to trunk since it doesn't affect any existing code or processes. If the process is approved by the community I can add necessary settings in the AD to link to the process. 2009-02-24 09:59:58 +00:00
Heng Sin Low 0af6792f9b update wtp setting
- use runtime configuration classpath instead of deploying to web-inf/classes
2009-02-24 03:17:30 +00:00
Heng Sin Low 80338af215 minor - .classpath 2009-02-24 02:47:33 +00:00
Heng Sin Low 05730e876e [ 2610044 ] Can't save Shipments
- reset zero to null if it is not in list
2009-02-24 02:31:12 +00:00
Heng Sin Low 3d55c83dd0 minor, use new API. 2009-02-23 18:14:18 +00:00
teo_sarca d5556b951b BF MDocType.getOfClient should return ONLY active records.
See https://sourceforge.net/forum/message.php?msg_id=6499893
2009-02-23 09:37:10 +00:00
teo_sarca 32dfedf741 [ 2624860 ] MCost not updated in transaction
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2624860&group_id=176962
2009-02-21 19:16:01 +00:00
Heng Sin Low d5b1984d6a Merge
Rev. 8553
minor - avoid double registration of the same listener

Rev. 8561
[ 2617300 ] Reimplement grid view using Grid instead of Listbox
[ 2621916 ] Enhance short cut key support
2009-02-21 08:56:23 +00:00