Commit Graph

735 Commits

Author SHA1 Message Date
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