Commit Graph

1000 Commits

Author SHA1 Message Date
Carlos Ruiz 1512899018 IDEMPIERE-337 / fix error reported by Naim Berisha
https://groups.google.com/d/topic/idempiere/Mf-5C62kivg/discussion
2013-02-14 12:17:53 -05:00
Heng Sin Low 8c7ba69090 IDEMPIERE-293 Support for Kill Session. Use dynamic service for access to IMessageService to avoid startup timing issue. 2013-02-14 21:07:31 +08:00
Heng Sin Low ac0d909eac IDEMPIERE-92 Implement Selenium testing framework. Fixed _zk_locator for id with space. Added execution of arbitrary zk widget command support to zk fixture. 2013-02-14 21:03:53 +08:00
Heng Sin Low 5dc758ae47 IDEMPIERE-623 Idempiere's UI stop working when any window is refreshed. 2013-02-14 11:56:01 +08:00
Carlos Ruiz 3c9c010c84 IDEMPIERE-77 Start on the left, Cancel on the right / fix the link to the wiki login help page - make it language friendly 2013-02-13 09:42:03 -05:00
Carlos Ruiz 3743a30562 IDEMPIERE-166 Rebranding of logo and product name / fix demo server not showing login and vendor info 2013-02-13 09:07:37 -05:00
Heng Sin Low 96630a54fc IDEMPIERE-611 Zk: number editor popup auto close immediately. 2013-02-13 20:35:29 +08:00
Heng Sin Low 394b719779 IDEMPIERE-627 Zk: Field group label unnecessary wrap to 2 row. 2013-02-13 19:46:40 +08:00
Heng Sin Low 053f63f5f9 IDEMPIERE-619 Zk: Always show processing prompt when server is processing login request. Fixed processing prompt doesn't goes away when user enter wrong username or password. 2013-02-13 17:44:58 +08:00
Heng Sin Low b25d0dd927 IDEMPIERE-626 Zk: Ticket #1002211: Context help pane. Make panel style of context help consistent with the current idempiere theme. 2013-02-13 17:35:00 +08:00
Heng Sin Low 3b0298a97d IDEMPIERE-325 Complete AD based info window ( AD_InfoWindow ) implementation. Commit migration script for info product window. Fixed data grid not using all available horizontal space. 2013-02-13 17:30:53 +08:00
Heng Sin Low f4da72ef50 IDEMPIERE-359 Add OSGi Service support for existing extension point. 1) Separate osgi service and equinox extension locator API. Service.locator() for OSGi service and EquinoxExtensionLocator.instance() for equinox extension. 2) Use OSGi service for all singleton component ( all factories and most services ) and equinox extension for others ( UI object, Process instance and PIPO handlers). 2013-02-13 16:15:43 +08:00
Heng Sin Low 3e5608734b IDEMPIERE-619 Zk: Always show processing prompt when server is processing login request. 2013-02-08 12:58:04 +08:00
Heng Sin Low b0c4522e1b IDEMPIERE-599 Zk: Clean up shortcut key implementation. Key listener js changes break combobox. 2013-02-08 12:06:59 +08:00
Heng Sin Low 39a01cfed9 Merge c4249198a528 2013-02-08 11:18:04 +08:00
Heng Sin Low 416de5e925 Merge 64973314fe94 2013-02-08 11:17:14 +08:00
Heng Sin Low 58821d7003 IDEMPIERE-166 Rebranding of logo and product name. 2013-02-08 11:16:22 +08:00
Heng Sin Low 833c126b4d IDEMPIERE-166 Rebranding of logo and product name. 2013-02-08 11:15:51 +08:00
Heng Sin Low c621ead859 IDEMPIERE-618 Zk: Binary editor not working. 2013-02-08 11:11:25 +08:00
Carlos Ruiz 0becbfbf3e IDEMPIERE-617 Enable logging of authentication failures 2013-02-07 13:20:27 -05:00
Richard Morales a2080d5d84 IDEMPIERE-512 Fix similar positioning problem in other forms 2013-02-07 11:57:17 -05:00
Elaine Tan e97f0463b6 Ticket #1002211: Create Help pane for Bizidium 2013-02-07 19:25:54 +08:00
Carlos Ruiz 1640fec333 IDEMPIERE-90 Restricted items on Combobox / refactor to avoid direct SQL and use cache 2013-02-06 10:50:35 -05:00
Carlos Ruiz 9d593123c9 Merged tbayen/idempiere-swing into development 2013-02-06 10:25:38 -05:00
Heng Sin Low b6af6a3489 IDEMPIERE-613 Column Encryption Enhancement. 2013-02-06 18:03:42 +08:00
Heng Sin Low 11603bc4fe IDEMPIERE-611 Zk: number editor popup auto close immediately 2013-02-06 12:16:03 +08:00
Heng Sin Low 92dc282c1c IDEMPIERE-529 Search on empty table doesn't allow to close the window. Fitnesse test. 2013-02-05 23:01:41 +08:00
Heng Sin Low 401b046add IDEMPIERE-529 Search on empty table doesn't allow to close the window. 2013-02-05 22:57:22 +08:00
Heng Sin Low 3133da1aa0 IDEMPIERE-369 Master Detail layout improvements. Don't refresh detail if user is editing a new detail record and want to maximize it. 2013-02-05 11:03:42 +08:00
Heng Sin Low 6da6e1c926 IDEMPIERE-369 Master Detail layout improvements. Fixed refresh issue with tab display logic. 2013-02-05 08:51:27 +08:00
Heng Sin Low 4ad6356508 IDEMPIERE-608 Zk InfoSchedule: Replace TimeLine with Calendar component. Add refresh link. 2013-02-05 07:41:54 +08:00
Heng Sin Low 01d80efbb5 IDEMPIERE-608 Zk InfoSchedule: Replace TimeLine with Calendar component. 2013-02-04 18:09:59 +08:00
Heng Sin Low ae6f9fb243 IDEMPIERE-325 Complete AD based info window ( AD_InfoWindow ) implementation. Ported InfoAssignment, InfoBPartner, InfoInOut, InfoInvoice, InfoOrder and InfoPayment. 2013-02-04 18:05:40 +08:00
Heng Sin Low c130793fff Merge 1cd8330e633b 2013-01-31 23:53:18 +08:00
Heng Sin Low a1f7c7c1d5 IDEMPIERE-599 Zk: Clean up shortcut key implementation. 2013-01-31 23:51:12 +08:00
Elaine Tan 9f5de63894 Ticket #1001569: Move receipts into batch from QS to Idempiere - minor fix 2013-01-31 18:46:49 +08:00
Elaine Tan e754412dc8 Ticket #1002158: Dashboard Columns - Bug 2013-01-31 18:02:44 +08:00
Elaine Tan 145c0005cc Ticket #1001569: Move receipts into batch from QS to Idempiere - adjustment to the 'Create From Batch' code design 2013-01-31 16:47:17 +08:00
Heng Sin Low 7d24e083c3 IDEMPIERE-369 Master Detail layout improvements. State of toolbar button sometime is wrong after save and ignore. 2013-01-31 01:32:48 +08:00
Heng Sin Low ef393112e3 IDEMPIERE-325 Complete AD based info window ( AD_InfoWindow ) implementation. Added IsIdentifier and SeqnoSelection to AD_InfoColumn. Ported InfoOrderPanel. 2013-01-30 22:38:09 +08:00
Nicolas Micoud f584dcc1c5 Merged idempiere/idempiere into development 2013-01-30 15:19:59 +01:00
Heng Sin Low 85b7303d98 IDEMPIERE-369 Master Detail layout improvements. Avoid making unnecessary refresh of detail tab when navigating from header to detail. Auto open detail pane for on new event. 2013-01-30 21:19:19 +08:00
Heng Sin Low d07a6a4ce1 minor fixed to runtime classpath and build setup. 2013-01-30 15:43:36 +08:00
Heng Sin Low 722130dc41 IDEMPIERE-563 HTML Editor for text fields. Fixed issue with ctrl-v paste. 2013-01-30 14:41:35 +08:00
Heng Sin Low 9c4b5b3e36 Remove wrongly committed file. 2013-01-30 11:26:50 +08:00
Heng Sin Low 28f3297cc2 Merge ee19655f02b4 2013-01-30 11:25:24 +08:00
Heng Sin Low 226a1d9b86 IDEMPIERE-369 Master Detail layout improvements. Make use of the ad_tab.isSingleRow for detail tabs and onNew event - only auto switch to form view if isSingleRow=Y. 2013-01-30 11:23:39 +08:00
Carlos Ruiz 60feb6068d IDEMPIERE-594 Improve positioning on windows / BP Window 2013-01-29 16:43:10 -08:00
Thomas Bayen 4c4a9ec84f merge 34174c929304 2013-01-29 18:24:22 +01:00
Heng Sin Low 09269e1c78 Merge 8ea10ec5ce3f 2013-01-30 00:29:57 +08:00
Heng Sin Low 8a22f8c3e5 IDEMPIERE-325 Complete AD based info window ( AD_InfoWindow ) implementation. Ported InfoBPartnerPanel to InfoBPartnerWindow. 2013-01-30 00:28:27 +08:00
Elaine Tan d50e43d850 Ticket #1001569: Move receipts into batch from QS to Idempiere 2013-01-29 14:38:39 +08:00
Heng Sin Low 7f3e9c8c92 IDEMPIERE-369 Master Detail layout improvements. turn off borderlayout animation. 2013-01-29 11:42:32 +08:00
Heng Sin Low 4be3d8838b Merge a31ce785fee6 2013-01-29 10:07:53 +08:00
Heng Sin Low 9e7ea1ba96 IDEMPIERE-369 Master Detail layout improvements. 1) Make the opening of window and switching between header and detail tab faster. 2) Implemented lazy loading for collapsed detail tabs. 3) Remember the collapsed/open state of detail tabs. 4) Improvement to the breadcrumbe popup menu. 2013-01-29 00:19:49 +08:00
Heng Sin Low 70c91a34c9 IDEMPIERE-325 Complete AD based info window ( AD_InfoWindow ) implementation. Added search editor processing feedback. Fixed order by and where clause for info product window. In progress implementation of info bpartner window. 2013-01-28 12:24:40 +08:00
Carlos Ruiz 5c55d46ad1 IDEMPIERE-594 Improve positioning on windows / Change DocAction button to have the name of the Document Action element 2013-01-25 17:28:38 -08:00
Carlos Ruiz 52aababe24 IDEMPIERE-563 HTML Editor for text fields / Include more items on the toolbar 2013-01-25 16:43:59 -08:00
Carlos Ruiz 62e2b95508 IDEMPIERE-393 Setup wizards / Implement opening form from zoom button 2013-01-24 10:55:17 -08:00
Nicolas Micoud 92a269f200 IDEMPIERE 90 2013-01-24 12:15:23 +01:00
Carlos Ruiz 17b194ede6 IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning 2013-01-23 10:25:47 -08:00
Carlos Ruiz 1a73d27df8 IDEMPIERE-577 Message not translated at the end of processes / relates to IDEMPIERE-370 2013-01-23 09:48:00 -08:00
Heng Sin Low 66c7e2267e Merge 24fba97c4841 2013-01-23 18:21:41 +08:00
Heng Sin Low 7cc4052caf IDEMPIERE-325 Complete AD based info window ( AD_InfoWindow ) implementation. Ported existing info product panel to the new ad_infowindow implementation. 2013-01-23 18:20:49 +08:00
David Peñuela 5eb035dfac IDEMPIERE-373 Implement User Locking / Improve error messages 2013-01-22 21:55:48 -08:00
Heng Sin Low d8ab6df543 Merge 40378f0fdaec 2013-01-23 11:03:50 +08:00
Heng Sin Low 4bd63b66f4 IDEMPIERE-563 HTML Editor for text fields. Revert back to ckeditor. The new 4.0.1 release is working fine again. 2013-01-23 10:55:48 +08:00
Carlos Ruiz 573e919b3a IDEMPIERE-377 Improve current search dialog box - Lookup button on toolbar continues to insert a new record - Thanks to Juliana 2013-01-21 21:59:48 -08:00
Heng Sin Low 577ee64113 IDEMPIERE-557 Zk: new window border and form background. Fixed border style for popup window. 2013-01-22 10:53:56 +08:00
Heng Sin Low bac9f3e32b IDEMPIERE-579 Zk: Location and locator editor broken. 2013-01-22 10:45:34 +08:00
Heng Sin Low 1395d8acb3 IDEMPIERE-563 HTML Editor for text fields. Fixed layout and only mask out current tab. 2013-01-21 23:34:38 +08:00
Elaine Tan 11e8a2a0ed Ticket #1002158: Dashboard Columns - Bug 2013-01-21 19:30:35 +08:00
Heng Sin Low b0fe14d87e Merge ced6213e57fb 2013-01-21 12:53:09 +08:00
Heng Sin Low 92361b2d4d IDEMPIERE-575 Zk:Long Button text not render completely 2013-01-21 11:50:42 +08:00
Heng Sin Low d9119a6762 IDEMPIERE-563 HTML Editor for text fields. Can't get ckeditor component working, replace with jawwa zk cleditor component. 2013-01-19 17:57:28 +08:00
Carlos Ruiz 7f1a780111 IDEMPIERE-442 Unable to highlight and delete text in "Lookup" box - remove draggable setting in the "Lookup" search box 2013-01-18 11:55:17 -08:00
Heng Sin Low 7795430880 Merge 18de84160972 2013-01-18 23:04:50 +08:00
Heng Sin Low d7a09de753 IDEMPIERE-564 Exception from the instantiation of extension process is swallow by the system. 2013-01-18 23:03:44 +08:00
Elaine Tan 626bc5c977 Ticket #1002158: Dashboard Columns - Bug 2013-01-18 19:51:05 +08:00
Elaine Tan 7bc1e373c9 Change "CreateFrom" factory to use OSGi service 2013-01-18 19:14:02 +08:00
Heng Sin Low 78d846ccad Merge 280cf71dcd1b 2013-01-18 15:29:14 +08:00
Heng Sin Low bfdd3f4fc0 IDEMPIERE-443 Lookup not working until you click somewhere else. Refactoring. 2013-01-18 15:02:58 +08:00
Heng Sin Low 6982daaaa6 IDEMPIERE-443 Lookup not working until you click somewhere else. Modify menu tree lookup to use onSelect instead of onChange. Using undocumented API to ensure onSelect always fire for mouse click selection. 2013-01-18 13:58:58 +08:00
Heng Sin Low e4a7fdfbd0 IDEMPIERE-562 Zk: Add system property override for active theme. 2013-01-18 13:57:35 +08:00
Heng Sin Low 3e47b5701e IDEMPIERE-557 Zk: new window border and form background. Fixed top and bottom padding. Fixed header font color for modal window. Remove round corner from shadow window. 2013-01-18 11:02:12 +08:00
Heng Sin Low f46851822b IDEMPIERE-557 Zk: new window border and form background. Minor adjustment. 2013-01-17 11:44:32 +08:00
Heng Sin Low af16d7aac5 IDEMPIERE-557 Zk: new window border and form background. Drop round corner - can't get it to work correctly when window have no title. 2013-01-17 11:38:01 +08:00
Juan David Arboleda 0ebc6fab41 IDEMPIERE-454 Easy import / Version 2 - add update capatibility in 1 tab - it requires the key field(s) to be suffixed with /K 2013-01-16 16:24:03 -08:00
Juan David Arboleda ce32859d68 IDEMPIERE-379 Reporting wizard for end users / Refactor Sort Tab for print format items 2013-01-16 16:04:11 -08:00
Heng Sin Low d91e1e41cb Merge e7949f8cecbd 2013-01-17 01:15:22 +08:00
Heng Sin Low 9d312ff605 IDEMPIERE-348 Zk Performance: remove use of polling background thread for update of dashboard. Use server side event to update calendar and recent items dashboard widget. Activities dashboard widget is still using polling but update of home tab label for activities count is now event driven. 2013-01-17 01:14:16 +08:00
Carlos Ruiz 4c858b8894 IDEMPIERE-555 Tenant user can edit System records when AutoCommit is disabled / thanks to Heng Sin for catching this one 2013-01-16 08:20:37 -08:00
Carlos Ruiz d06198cc41 IDEMPIERE-555 Tenant user can edit System records when AutoCommit is disabled 2013-01-16 07:54:37 -08:00
Carlos Ruiz 7f02fac181 IDEMPIERE-560 Chat window disappearing when moved 2013-01-16 06:07:47 -08:00
Carlos Ruiz 9a1fa58f9f IDEMPIERE-530 improve performance to enable attachments and chat buttons
IDEMPIERE-554 Chat button broken
2013-01-16 05:39:37 -08:00
Heng Sin Low 7e24ff5ae5 IDEMPIERE-559 Zk: Breadcrumb rendering is broken when toolbar wrap to 2 row. 2013-01-16 15:46:04 +08:00
Heng Sin Low a5d95b7a09 IDEMPIERE-554 Chat button broken 2013-01-16 13:46:56 +08:00
Heng Sin Low 9f8247b38b Merge f32e3a9d9afb 2013-01-16 13:27:38 +08:00
Heng Sin Low c4c60fc88b IDEMPIERE-557 Zk: new window border and form background. Dark gray window border and light gray form background.
IDEMPIERE-522 Zk: Random Freeze of screen update. Remove use of Clients.showBusy(Component,String).
2013-01-16 13:17:57 +08:00
Heng Sin Low ea9830767d IDEMPIERE-92 Implement Selenium testing framework. Added instanceName for selenium script. 2013-01-16 13:15:11 +08:00
Heng Sin Low 8619761edf IDEMPIERE-558 Zk: Prevent user from clicking button twice and firing redundant requests. 2013-01-16 13:09:54 +08:00
Elaine Tan dc39833e47 Ticket #1001974: Unable to highlight and delete text in "Lookup" box - remove draggable setting in the "Lookup" search box 2013-01-16 12:23:27 +08:00
Elaine Tan 5927908b34 IDEMPIERE-462 Ticket #1001503: Credit Cards Online - Drop old payment button implementation 2013-01-15 14:55:13 +08:00
Heng Sin Low f66a728b74 IDEMPIERE-550 Zk: Ok button is slightly bigger than the cancel button 2013-01-15 01:37:52 +08:00
Heng Sin Low dd884d5297 IDEMPIERE-92 Implement Selenium testing framework. Make credit card payment form test ready. 2013-01-14 23:37:07 +08:00
Heng Sin Low 79bc88e332 IDEMPIERE-547 Zk: Shouldn't open embedded window as overlapped window. Fixed for document action dialog. 2013-01-14 17:40:47 +08:00
Heng Sin Low 44d863d488 IDEMPIERE-548 Zk: Error notification show at two different location at the same time. 2013-01-14 16:16:18 +08:00
Heng Sin Low 90d521b3a2 IDEMPIERE-547 Zk: Shouldn't open embedded window as overlapped window 2013-01-14 14:43:13 +08:00
Heng Sin Low ebb76fd02c IDEMPIERE-520 Master/Detail bugs found using Production window. Fixed regression after the 6.5.1 upgrade. 2013-01-12 00:08:08 +08:00
Heng Sin Low ae93d9ecc6 IDEMPIERE-92 Implement Selenium testing framework. Added _zk_locator dom attribute to further ease the use of zk selector for the writing of selenium script. Fixed issue with id after a component have change parent. 2013-01-11 18:11:48 +08:00
Heng Sin Low 093bf34f9c IDEMPIERE-92 Implement Selenium testing framework. Added _zk_locator dom attribute to further ease the use of zk selector for the writing of selenium script. Fixed issue with id after a component have change parent. 2013-01-11 18:11:28 +08:00
Carlos Ruiz 5d5cb4112f IDEMPIERE-512 Elements in the window Accounting Fact Reconciliation ,is looking bad / Thanks to Richard Morales 2013-01-09 19:31:13 -05:00
Heng Sin Low 1bcccc6431 Fixed missing top and bottom border for form group header. 2013-01-09 15:25:43 +08:00
Heng Sin Low ebb924a46c IDEMPIERE-369 Master Detail layout improvements. Fixed occasional popup auto open in the bottom of browser window. 2013-01-09 15:00:26 +08:00
Heng Sin Low efa9fa0a72 IDEMPIERE-325 Complete AD based info window ( AD_InfoWindow ) implementation. Added support for custom query operator and query function. Added support to open info window from menu. 2013-01-09 12:09:58 +08:00
Heng Sin Low f0b547815f IDEMPIERE-175 Atmosphere server push. Fixed startup warning. 2013-01-06 09:17:06 +08:00
Heng Sin Low 5fa0eb06de IDEMPIERE-325 Complete AD based info window ( AD_InfoWindow ) implementation. Fixed support for order by and group by. 2013-01-05 08:56:56 +08:00
Heng Sin Low 06362405e1 IDEMPIERE-325 Complete AD based info window ( AD_InfoWindow ) implementation. Still pending migration of existing custom InfoPanel implementation. 2013-01-04 16:59:50 +08:00
Heng Sin Low d112a9c316 IDEMPIERE-369 Master Detail layout improvements. Fixed click on row indicator not working in header grid view. Single click instead of double click to maximize selected detail tab. Not to auto switch to form view for the detail record icon and the click to maximize selected tab action. 2013-01-02 20:54:49 +08:00
Heng Sin Low 147b55cd26 IDEMPIERE-542 Zk: IColumnCallout extension doesn't work. Commit patch from red1. 2013-01-02 20:17:11 +08:00
Heng Sin Low b92320fdb6 IDEMPIERE-486 Display problem in grid model of Windows>Tab>Field page. Faster fix for the issue, previous fix caused significant performance issue when the number of column and row of the grid is big. 2012-12-31 14:27:29 +08:00
Heng Sin Low 45d88ff3ab IDEMPIERE-369 Master Detail layout improvements. Performance tuning - reduce use of borderlayout. 2012-12-31 12:18:50 +08:00
Heng Sin Low caf7b53e5e IDEMPIERE-486 Display problem in grid model of Windows>Tab>Field page. Revert to Div, the change to Cell cause the problem to re-occur again. 2012-12-29 08:37:14 +08:00
Heng Sin Low 9d44e22ad2 IDEMPIERE-369 Master Detail layout improvements. Fixed zoom to second level detail. 2012-12-29 07:14:49 +08:00
Heng Sin Low 14d41aaf33 IDEMPIERE-522 Zk: Random Freeze of screen update. Fixed intermittent update issue after removal of in progress mask. 2012-12-29 07:13:19 +08:00
Heng Sin Low 64a2869aa5 IDEMPIERE-325 Complete AD based info window ( AD_InfoWindow ) implementation. Still Work in progress , this commit is to fixed build error and NPE caused by accidental merge of the WIP code at revision 3d4225c. 2012-12-28 07:51:38 +08:00
Heng Sin Low 1a096ff10a Merge 3ec3918730fd 2012-12-28 00:30:38 +08:00
Heng Sin Low a1600043a9 IDEMPIERE-369 Master Detail layout improvements. Fixed bug in previous revision. 2012-12-27 23:25:22 +08:00
Heng Sin Low 679b9ca1f9 IDEMPIERE-537 Zk: Dynamic Validation Rule for Advanced Query 2012-12-24 18:17:04 +08:00
Heng Sin Low b323eb1424 IDEMPIERE-369 Master Detail layout improvements. Performance optimization. Drop non split view support for form view. 2012-12-24 16:19:35 +08:00
Heng Sin Low 84af8c3d6a IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning - Drop deprecated class AsyncProcess. 2012-12-23 15:16:09 +08:00
Heng Sin Low 2fd58c9bad IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning - Replace/remove Deprecated API. 2012-12-23 12:04:48 +08:00
Heng Sin Low c84aa4c312 IDEMPIERE-370 Implement link from process ending message to next records. 2012-12-22 01:48:23 +08:00
Heng Sin Low 2afcd4085e Merge with 648eace927e995af3afbe059368cdb796050a600 2012-12-22 00:03:18 +08:00
Heng Sin Low 732baf28bc Merge with 2ea67bc4205a3545966cee505ad99214b8b1c0a7 2012-12-21 23:55:11 +08:00
Heng Sin Low fec27509f0 IDEMPIERE-535 Zk: Upgrade to 6.5.1 2012-12-21 23:46:39 +08:00
Heng Sin Low 9fbb2eb010 IDEMPIERE-534 Lookup dialog disappears if navigate to another tab. 2012-12-21 23:26:29 +08:00
Heng Sin Low 343f3215c0 IDEMPIERE-486 Display problem in grid model of Windows>Tab>Field page. 2012-12-21 22:37:47 +08:00
Deepak Pansheriya 4feb955c34 IDEMPIERE-294 Internationalizing messages 2012-12-21 17:12:47 +05:30
Elaine Tan d33e6319c9 Ticket #1001758: FedEx & UPS 2012-12-21 18:48:41 +08:00
Richard Morales 944542b2d5 IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> deprecated 2012-12-20 17:56:26 -05:00
Carlos Ruiz d951ae7b72 IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> deprecated 2012-12-20 17:05:26 -05:00
Carlos Ruiz 49562e0b98 IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> The import ___ is never used 2012-12-20 16:19:55 -05:00
Carlos Ruiz 42db616672 IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> unused 2012-12-20 16:17:08 -05:00
Carlos Ruiz 6e6a48e15a IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> deprecated 2012-12-20 16:16:54 -05:00
Richard Morales d0c6f4127a IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> suppress unchecked 2012-12-20 15:47:59 -05:00
Carlos Ruiz 740908e0c5 IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> dead code 2012-12-20 15:46:40 -05:00
Carlos Ruiz c7ed781ae4 IDEMPIERE-530 improve performance to enable attachments and chat buttons 2012-12-20 14:22:30 -05:00
Carlos Ruiz beeac4449a IDEMPIERE-524 Product Info Windows, Description Tab does not show DocumentNote 2012-12-20 11:26:15 -05:00
Hesham S. Ahmed 506e1eb6fd IDEMPIERE-524 Product Info Windows, Description Tab does not show DocumentNote 2012-12-20 11:25:51 -05:00
Heng Sin Low 1dde3e4227 Merge f23a102ab4bb 2012-12-20 14:47:31 +08:00
Heng Sin Low 42be0bf8c6 IDEMPIERE-534 Lookup dialog disappears if navigate to another tab 2012-12-20 14:46:08 +08:00
Richard Morales 3bd806e304 IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> deprecated setSpans 2012-12-19 18:25:56 -05:00
Carlos Ruiz df48675ea8 IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> deprecated setFlex 2012-12-19 18:00:00 -05:00
Richard Morales b74cf169c0 IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> deprecated setFlex 2012-12-19 16:19:32 -05:00
Richard Morales 4990c67dcc IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> deprecated setAlign 2012-12-19 16:18:08 -05:00
Heng Sin Low 8e39f76d96 Merge 18f92542e24c 2012-12-19 16:26:05 +08:00
Heng Sin Low d442f2c04d IDEMPIERE-92 - Integrate Selenium. Make more class test ready. Added test case for IDEMPIERE-520. 2012-12-19 16:23:33 +08:00
Richard Morales dce3b0d46f IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> raw type 2012-12-18 12:03:23 -05:00
Carlos Ruiz d3e8ef0a7a IDEMPIERE-455 Discover and fix FindBugs problems / Patterns Multithreaded correctness 2012-12-17 20:32:05 -05:00
Juan David Arboleda 7516e37f1f IDEMPIERE-379 Reporting wizard for end users / Refactor 2012-12-17 18:19:21 -05:00
Juan David Arboleda bbba2cdd72 IDEMPIERE-364 Improve Grid Layout / Refactor customizegrid 2012-12-17 18:04:33 -05:00
Carlos Ruiz 565b5b0dca IDEMPIERE-530 improve performance to enable attachments and chat buttons (Thanks to Juliana Corredor) 2012-12-17 17:00:28 -05:00
Carlos Ruiz 2e5fb7c33f IDEMPIERE-217 Allocate Payment to Charge 2012-12-17 14:42:46 -05:00
Carlos Ruiz 4d96865590 IDEMPIERE-92 - Integrate Selenium / fix problem with WAcctViewer
14:15:30.889===========> zkoss.handleError:1352: >>java.lang.IllegalArgumentException: There is no WTableColumn at column 0
>>	at org.adempiere.webui.component.WListItemRenderer.getColumn(WListItemRenderer.java:123)
2012-12-17 14:17:58 -05:00
Heng Sin Low 2ea09aad3a IDEMPIERE-532 Zk: Grid view should use editor for rendering of column text instead of using hard-coded formatting. 2012-12-17 22:37:19 +08:00
Heng Sin Low 92c334886a minor: should take gridtab from gridfield as default instead of null. 2012-12-17 21:26:50 +08:00
Heng Sin Low 971cc102b4 minor: should export org.adempiere.webui.factory 2012-12-17 21:26:19 +08:00
Heng Sin Low 6b1f26159e IDEMPIERE-92 - Integrate Selenium. Use widget name and instance name for uuid generation when id is not set. Change WEditor to use the common instanceName widget attribute. 2012-12-17 11:50:14 +08:00
Carlos Ruiz b1275ae52b IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> deprecated (Thanks to Richard Morales) 2012-12-15 19:33:37 -05:00
Richard Morales 9362bcaed2 IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> raw type 2012-12-15 16:18:52 -05:00
Heng Sin Low 12de6319d2 Merge 7f170d6a43f8 2012-12-14 16:50:32 +08:00
Heng Sin Low a43e609451 IDEMPIERE-92 - Integrate Selenium. Make more class test ready. 2012-12-14 16:48:09 +08:00
Heng Sin Low fa2b6fa861 IDEMPIERE-520 - Master Detail Bugs found using production window 2012-12-14 16:35:37 +08:00
Heng Sin Low 83631f7277 IDEMPIERE-92 - Integrate Selenium. Use widgetAttribute instead of widget id to avoid non-unique id runtime error. 2012-12-14 13:59:07 +08:00
Richard Morales ae3990ce11 IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> not used 2012-12-13 18:41:45 -05:00
Richard Morales 024c8d35c9 IDEMPIERE-455 Discover and fix FindBugs problems / Pattern LSYC_LOCAL_SYNCHRONIZED 2012-12-13 18:11:40 -05:00
Heng Sin Low 09664e3b37 IDEMPIERE-92 - Integrate Selenium. Improve support for Combobox. Reorganize and reformat test suite for zk. Added test case for the missing field translation tab bug. Added support for selection of tab. 2012-12-13 17:22:56 +08:00
Heng Sin Low 9601ffae85 Merge 057fe5da7bfe 2012-12-13 10:09:50 +08:00
Carlos Ruiz 8f13ed795e unnecessary SuppressWarnings 2012-12-12 18:11:53 -05:00
Richard Morales 2cd9a1d0f1 IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> The import ___ is never used 2012-12-12 17:56:24 -05:00
Richard Morales cbe8d69e30 IDEMPIERE-455 Discover and fix FindBugs problems / Generate serialVersionUID instead of the default 1L 2012-12-12 17:37:18 -05:00
Richard Morales 624d5862e2 IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> The serializable class does not declare a static final serialVersionUID field of type long 2012-12-12 17:32:09 -05:00
Carlos Ruiz 24e4972406 IDEMPIERE-455 Discover and fix FindBugs problems / Pattern NP_NULL_ON_SOME_PATH (Thanks to Richard Morales) 2012-12-12 16:30:06 -05:00
Heng Sin Low 34fa499bb8 IDEMPIERE-92 - Integrate Selenium. Fixed potential id space error 2012-12-13 03:15:15 +08:00
Heng Sin Low 93387fff01 IDEMPIERE-92 - Integrate Selenium. Prevent id space error caused by bad data. 2012-12-13 03:00:51 +08:00
Heng Sin Low a5adac4806 Merge 8ec4eb9e7161 2012-12-11 01:38:57 +08:00
Heng Sin Low b33fc0fc45 Merge a0778d39bc26 2012-12-11 01:21:21 +08:00
Heng Sin Low 6afdbc8a9b IDEMPIERE-92 - Integrate Selenium. Fixed non-unique id space error. 2012-12-11 01:14:39 +08:00
Heng Sin Low 37a926276d minor: javadoc to clarify method usage. 2012-12-11 01:13:54 +08:00
Heng Sin Low fbb79c0c91 IDEMPIERE-92 - Integrate Selenium. Include only id space owner's id as part of component uuid to make it easier to extract zk id locator from generated html id. 2012-12-11 01:13:10 +08:00
Carlos Ruiz f7d21a2c98 hg merge a0778d39bc26 2012-12-10 12:09:19 -05:00
Carlos Ruiz f5a0756ca7 IDEMPIERE-523 can´t delete archive / Peer review 2012-12-10 12:07:45 -05:00
Deepak Pansheriya 555930ee5b IDEMPIERE-293 Internationlizing messaged on timeout panel 2012-12-10 22:27:19 +05:30
Juliana Corredor 17a02687e0 IDEMPIERE-523 can´t delete archive 2012-12-10 11:36:26 -05:00
Carlos Ruiz b29658bb80 hg merge 794631dd9264 2012-12-10 11:35:35 -05:00
Carlos Ruiz 0ae714b5ca IDEMPIERE-364 Improve Grid Layout / Refactor customizegrid - peer review 2012-12-07 09:04:51 -05:00
Juan David Arboleda 9fc9c8e4f2 IDEMPIERE-364 Improve Grid Layout / Refactor customizegrid, enable multi-selection and drag-drop events both sides of the list 2012-12-07 09:03:11 -05:00
Heng Sin Low 514e2a8f38 Merge 355b9d231d1d 2012-12-07 07:05:19 +08:00
Heng Sin Low f63d735da5 IDEMPIERE-92 - Integrate Selenium. Fixed a non-unique id issue. 2012-12-07 07:04:06 +08:00
Richard Morales 1e30b56290 IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse Warning : Is never used 2012-12-06 15:00:04 -05:00
Heng Sin Low b901cbc546 Merge 5d12eefde075 2012-12-06 21:55:14 +08:00
Heng Sin Low 89ba8e6aed Merge d31dbdc39c79 2012-12-06 21:15:55 +08:00
Heng Sin Low bb45a55152 IDEMPIERE-92 - Integrate Selenium. Selenium test for Zk6 should depends on zk widget/component id instead of uuid. Added new project that contains the initial sample test cases that created using ztl, selenium ide and selenium web driver + zk jq selector. 2012-12-06 18:29:41 +08:00
Heng Sin Low f0c67833e7 IDEMPIERE 369 - Master Detail Improvements. Mouse over to show the menu for sibling tabs. 2012-12-06 18:24:45 +08:00
Richard Morales 751f74cb46 IDEMPIERE-455 Discover and fix FindBugs problems / Pattern: RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE 2012-12-05 17:36:30 -05:00
Richard Morales f8a4523e49 IDEMPIERE-455 Discover and fix FindBugs problems / Pattern: PRMC_POSSIBLY_REDUNDANT_METHOD_CALLS 2012-12-05 16:44:51 -05:00
Juan David Arboleda a5a198f358 IDEMPIERE-457 Tab Editor (to ease positioning of fields) / implemente better grid behavior for droppable empty spaces 2012-12-05 12:43:21 -05:00
Richard Morales a486d1317c IDEMPIERE-308 Performance: Replace use of StringBuffer and String concatenation with StringBuilder / findbugs fb-contrib pattern LSYC_LOCAL_SYNCHRONIZED_COLLECTION 2012-12-05 12:09:37 -05:00
Richard Morales 529089a426 IDEMPIERE-183 Fixed generic type warning 2012-12-04 11:24:23 -05:00
Deepak Pansheriya fb7085aca1 Merge 294 2012-12-04 16:48:54 +05:30
Deepak Pansheriya 304cda8d5e Merge IDEMPIERE-293 and 294 2012-12-04 16:32:44 +05:30
Heng Sin Low 16f86adfab Merge 225bf9f28692 2012-12-04 16:52:26 +08:00
Heng Sin Low b0f78eac84 Merge 73b3af19f5b3 2012-12-04 16:51:25 +08:00
Heng Sin Low e1115bd294 IDEMPIERE-522 Zk: Random Freeze of screen update. Modify process and form to only block the parent window instead of the whole browser. 2012-12-04 16:50:17 +08:00
Elaine Tan 778d4ba228 IDEMPIERE-462 Ticket #1001503: Credit Cards Online - Fix the database transaction used to save payment transaction and online trx history records, encrpyt credit card number and cvv, fix the allocation when perform credit payment transaction for AR credit memo. 2012-12-04 12:42:01 +08:00
Carlos Ruiz 3041e38b38 IDEMPIERE-511 Filename button on Initial Client Setup (maybe other processes) does not work 2012-12-03 17:40:13 -05:00
Heng Sin Low e5658fad56 IDEMPIERE-522 Zk: Random Freeze of screen update. Modify process and form to only block the parent window instead of the whole browser. 2012-12-03 18:13:47 +08:00
Heng Sin Low f0f7900627 IDEMPIERE-522 Zk: Random Freeze of screen update. Modify process and form to only block the parent window instead of the whole browser. 2012-12-03 18:09:21 +08:00
Heng Sin Low 14f3e0b0ff IDEMPIERE-378 Implement Reverse Accrual . Fixed reverse accrual not working for inventory move, payment and physical inventory. 2012-12-03 17:04:23 +08:00
Carlos Ruiz 583074cb16 IDEMPIERE-293 Support for Kill Session / Peer Review 2012-12-03 00:37:06 -05:00
Deepak Pansheriya 962110fd2c IDEMPIERE-293 Support for Kill Session 2012-11-30 17:15:19 +05:30
Deepak Pansheriya 7788bf9bae IDEMPIERE-293 Support for Kill Session 2012-11-30 17:15:19 +05:30
Carlos Ruiz 2de5900c6c IDEMPIERE-294 BroadCast Message / Peer review 2012-12-02 23:59:49 -05:00
Deepak Pansheriya 8d1865571f IDEMPIERE-294 BroadCast Message 2012-11-30 14:56:59 +05:30
Deepak Pansheriya f992cef2d7 IDEMPIERE-294 BroadCast Message 2012-11-30 14:56:59 +05:30
Heng Sin Low a4fc8c40be IDEMPIERE-522 Zk: Random Freeze of screen update. Modify process and form to only block the parent window instead of the whole browser. This allow user to continue using the application if the process busy dialog doesn't get close at the end for whatever reason. 2012-11-30 18:03:49 +08:00
Heng Sin Low e852eefa2e IDEMPIERE-369 Master Detail layout improvements. Revert back to pixel height for adwindow-gridview-detail due to performance issue. 2012-11-30 17:56:25 +08:00
Heng Sin Low dfbefe61f9 Fixed build and runtime classpath configuration. 2012-11-30 10:21:46 +08:00
Heng Sin Low 36b39ddf9f Merge c088cbe26368 2012-11-30 01:19:15 +08:00
Heng Sin Low 9a24ad651e IDEMPIERE-522 Zk: Random Freeze of screen update 2012-11-30 01:17:44 +08:00
Heng Sin Low 2a2c8a2e2c http://jira.idempiere.com/browse/IDEMPIERE-520 2012-11-30 01:12:26 +08:00
Heng Sin Low f9f09d0b9c http://jira.idempiere.com/browse/IDEMPIERE-520 2012-11-29 23:42:43 +08:00
Carlos Ruiz beb0b209e8 IDEMPIERE-390 Attachments/archives on load balancer scenario / Peer review 2012-11-28 17:00:13 -05:00
Juliana Corredor 28008f2737 IDEMPIERE-390 Attachments/archives on load balancer scenario 2012-11-28 15:52:54 -05:00
Juan David Arboleda be0e5134f8 IDEMPIERE-379 Reporting wizard for end users 2012-11-28 01:14:41 -05:00
Carlos Ruiz 5c4de4a93a IDEMPIERE-393 Setup wizards / Peer review 2012-11-28 01:05:41 -05:00
David Peñuela 7fa15475a8 IDEMPIERE-393 Setup wizards 2012-11-27 22:54:38 -05:00
Carlos Ruiz 06b2249b08 Stop NPE messages on performance indicators 2012-11-26 15:20:23 -05:00
Heng Sin Low f8c002536e IDEMPIERE-369 Master Detail layout improvements. Redraw event must execute as the last event. 2012-11-26 12:35:31 +08:00
Heng Sin Low 6ea176f61a IDEMPIERE-369 Master Detail layout improvements. Fixed wrong redraw condition in previous revision. 2012-11-26 11:26:59 +08:00
Heng Sin Low 6c89a97f01 Merge 1504e61 2012-11-26 11:16:05 +08:00
Heng Sin Low 960a984e5d IDEMPIERE-369 Master Detail layout improvements. Minor adjustment to the redraw of detailpane. 2012-11-26 11:12:57 +08:00
Carlos Ruiz a70916d6e7 Avoid repetitive message on eclipse about session inactivated 2012-11-23 11:06:23 -05:00
Carlos Ruiz 89c9a7a2ed hg merge e29fe52f1f00 2012-11-23 10:17:17 -05:00
Heng Sin Low b0c509fa06 IDEMPIERE-369 Master Detail layout improvements. Make detail tabpane smaller for split view. Auto scroll to detail tab for non-split view. 2012-11-23 16:57:26 +08:00
Carlos Ruiz 0ba86d5da4 IDEMPIERE-385 Resolve M_Storage locking and data consistency / Show storage totals on Info Product Panel 2012-11-21 17:19:33 -05:00
Carlos Ruiz 3e0fb3b5a2 hg merge fb4181fa99c2 2012-11-21 10:04:09 -05:00
Heng Sin Low 41c9005d81 Merge with a38faf9fb423b6a26fd5085f0b8b45a4f339311e 2012-11-21 18:00:04 +08:00
Heng Sin Low 48ac83c4d3 Merge with d6b2cf8369afa87ae85cdeff838b061f3f5ab331 2012-11-21 17:58:12 +08:00