Commit Graph

2705 Commits

Author SHA1 Message Date
Richard Morales 5662475b92 IDEMPIERE-455 Discover and fix FindBugs problems / Pattern SIC_INNER_SHOULD_BE_STATIC 2012-12-11 19:47:25 -05:00
Richard Morales d9afbe2768 IDEMPIERE-455 Discover and fix FindBugs problems / Pattern OS_OPEN_STREAM 2012-12-11 16:48:34 -05:00
Carlos Ruiz db87b54563 IDEMPIERE-293 List of active session / fix findbug pattern SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE 2012-12-10 15:23:43 -05:00
Carlos Ruiz a3c1e9dc78 IDEMPIERE-455 Discover and fix FindBugs problems / Pattern SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE 2012-12-10 15:11:21 -05:00
Richard Morales 05b0af19e5 IDEMPIERE-455 Discover and fix FindBugs problems / Pattern RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 2012-12-10 13:06:55 -05:00
Richard Morales b5a2bd6dba IDEMPIERE-455 Discover and fix FindBugs problems / Pattern RV_EXCEPTION_NOT_THROWN 2012-12-10 13:05:43 -05:00
Heng Sin Low bededbe348 Change default alignment of number field to right align
(transplanted from 3bff538040f8ee26273031c69c9cc5c19373a4ac)
2011-07-05 11:17:42 +08:00
Carlos Ruiz d4a90da92f fixes #33 - ZkReportViewer.onClose not being called when closing the viewer - apply same fix from Heng Sin to jasper viewer window 2011-06-22 00:01:30 -05:00
Carlos Ruiz 11ee51bd85 fixes #33 - regenerate serialversionUID after adding methods 2011-06-21 23:31:12 -05:00
Heng Sin Low c02b06e328 Fixed zk report viewer not cleanup when tab is closed.
(transplanted from 8336c90d4bc263843f7b10a6bb22738918423659)
2011-06-22 00:48:20 +08:00
Carlos Ruiz b85f11d738 fixes #40 New resource assignment cannot be saved if logged in without org
http://bitbucket.org/idempiere/idempiere/issue/40
2011-06-16 21:56:58 -05:00
Carlos Ruiz f1dc9e783c fixes #39 Unify format of datefields on forms
http://bitbucket.org/idempiere/idempiere/issue/39
2011-06-16 21:54:03 -05:00
Carlos Ruiz 26337eddb8 fixes #37 Make iDempiere safer using saveEx instead of save
https://bitbucket.org/idempiere/idempiere/issue/37
2011-06-14 15:39:10 -05:00
Carlos Ruiz 0cc73a03fd fixes #35 Performance issue on Payment Print/Export
http://bitbucket.org/idempiere/idempiere/issue/35
2011-06-07 01:34:20 -05:00
Carlos Ruiz 9a9bfc36ee fixes #34 NPE on WPayPrint 2011-06-06 23:50:56 -05:00
Carlos Ruiz 4b22df1f7d fixes #32 Problem with advanced query on report viewer
http://hg.idempiere.com/idempiere/issue/32
2011-06-06 22:50:03 -05:00
Carlos Ruiz 2b11005fc8 fixes #31 Context problem when parent column can be in multiple tabs 2011-06-06 18:38:27 -05:00
Carlos Ruiz c2b2b7232a Fix #21 Msg.getMsg: NOT found: SaveCreate
http://bitbucket.org/idempiere/idempiere/issue/21
2011-05-13 17:29:30 -05:00
Carlos Ruiz aadb69a1c5 Fix #14 NPE on workflow activities
http://hg.idempiere.com/idempiere/issue/14
2011-05-12 12:04:34 -05:00
Carlos Ruiz fa77d740ae Implement #8 Allow number boxes wider
http://hg.idempiere.com/idempiere/issue/8
2011-05-04 22:43:28 -05:00
Carlos Ruiz 98464c0934 Fix [2989717] - Missing location button
http://sourceforge.net/support/tracker.php?aid=2989717
2011-05-03 17:44:36 -05:00
Heng Sin Low d91283f41e Fixed context problem with embedded tab 2011-04-21 20:24:19 -05:00
Carlos Ruiz f5a2d182f7 Fix for zkwebui - report fields - drop down field not cleared https://sourceforge.net/projects/adempiere/forums/forum/610547/topic/4450695 2011-04-10 01:34:42 -05:00
Carlos Ruiz b83d30409e Fix - How to see the time colunm from the WEBUI
https://sourceforge.net/projects/adempiere/forums/forum/610546/topic/2063231
2011-04-09 11:51:33 -05:00
Carlos Ruiz 067fc36957 Set as default language defined for client system (instead of defaulting to en_US) - http://kenai.com/jira/browse/HENGSIN-68 2011-03-26 01:52:00 -05:00
Carlos Ruiz b45a2a6fb8 Minor change to allow showing user selected system languages on login list 2011-03-26 01:50:57 -05:00
Carlos Ruiz 090f1ba144 minor - regenerate serialversionUID 2011-03-26 01:44:55 -05:00
Carlos Ruiz f2d0b8d75c Fix bug reported by lovely:
https://sourceforge.net/projects/adempiere/forums/forum/610548/topic/3880506?message=9100474
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at org.compiere.grid.ed.VPAttribute.actionPerformed(VPAttribute.java:381)
When pushing attribute set instance button on Order Receipt & Issue form
2011-03-26 01:39:19 -05:00
Carlos Ruiz 2dd881d020 BF [3058780] WNumberEditor allow only BigDecimal
https://sourceforge.net/tracker/?func=detail&aid=3058780&group_id=176962&atid=955896
Fix problem reported at http://sourceforge.net/support/tracker.php?aid=3168968
2011-03-26 01:32:47 -05:00
Carlos Ruiz 8375af90ac Make WPayment safe locking the UI when processing credit card online - it avoids the user potentially changing values from fields during the process 2011-03-26 01:31:58 -05:00
Carlos Ruiz 4854ad5f08 BF [2984836] - Wrong #AD_User_ID when user with the same name from two Ten.
http://sourceforge.net/support/tracker.php?aid=2984836
2011-03-26 01:31:02 -05:00
jmpiloq b946639903 BF [3062723] - Payment Rule incorectly filling Direct Debit bank account
http://sourceforge.net/support/tracker.php?aid=3062723
Thanks to Michael McKay (mjmckay) for reporting and suggesting the solution
2011-03-26 01:24:29 -05:00
Carlos Ruiz 9687466c7f FR [2931852] - Show dialog box on Add to Bar for already existig window
http://sourceforge.net/support/tracker.php?aid=2931852
2011-03-26 01:18:02 -05:00
zulqarnainhabib e8d6370699 BF [3159953] - ReQuery - ZKWebUI
http://sourceforge.net/support/tracker.php?aid=3159953
2011-03-26 01:16:41 -05:00
Carlos Ruiz 06bc5898e0 Fix [3159033] - List fields zoom incorrectly
http://sourceforge.net/support/tracker.php?aid=3159033
Refactored DB.isSOTrx to avoid launching log errors on postgresql
2011-03-26 01:01:25 -05:00
Carlos Ruiz 4c46bf37cc zkwebui Translation 2011-03-26 00:47:01 -05:00
Carlos Ruiz 666e291efe Fix [3158764] - ZKWebUI - New Lot
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=3158764&group_id=176962
2011-03-26 00:41:45 -05:00
vpj-cd d6dfbb39ff Bug in Adempiere ZK WListbox component not rest the value for the column
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3108141
2011-03-26 00:08:37 -05:00
Carlos Ruiz d673117995 BF [3074827] - Context problem at VPAttribute
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=3074827&group_id=176962
* Implement same solution suggested by mgrigioni in zkwebui
2011-03-26 00:05:35 -05:00
Carlos Ruiz c3246f437a Product Info can display data from another client
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3030365
* Implement the same solution from phib in zkwebui
2011-03-25 23:57:53 -05:00
redchris e5f304ddb9 BF [3058780] WNumberEditor allow only BigDecimal
https://sourceforge.net/tracker/?func=detail&aid=3058780&group_id=176962&atid=955896
-- please review
2011-03-25 23:47:49 -05:00
Carlos Ruiz e94f766cd4 several zkwebui and swing missing translations 2011-03-25 23:32:00 -05:00
Carlos Ruiz d37279076f Implement some incomplete translation on zkwebui 2011-03-25 23:18:53 -05:00
Carlos Ruiz 3c267f1daa Usability on zkwebui:
* Increase usability on login window as the OK button is shown in the same place
* Show always OK button at the top right, same as Swing client does
2011-03-25 23:09:53 -05:00
Carlos Ruiz a2a86c75ca Usability on zkwebui:
* Red color whole label of empty mandatory fields
2011-03-25 23:04:01 -05:00
Carlos Ruiz 29c30b7df0 FR [3132033] - Make payment export class configurable per bank
https://sourceforge.net/tracker/?func=detail&aid=3132033&group_id=176962&atid=879335
2011-03-25 20:54:47 -05:00
Carlos Ruiz 6477a8139c Fix [3114390] - UI disappearing long running refresh
https://sourceforge.net/tracker/index.php?func=detail&aid=3114390&group_id=176962&atid=955896
2011-03-25 20:16:11 -05:00
Carlos Ruiz 0fa5e00d34 * Implement translation for Dashboard Content titles (name) and tooltip (description)
* Integrate MDashboardContent class implemented by Teo Sarca with revision 12691
http://adempiere.svn.sourceforge.net/viewvc/adempiere?view=revision&revision=12691
http://sourceforge.net/tracker/index.php?func=detail&aid=3018377&group_id=176962&atid=879335
2011-03-25 20:09:53 -05:00
Carlos Ruiz de8c0de43e Fix problem in zkwebui - resource assignment cannot be created.
Steps to reproduce:
- Create a Sales Order
- Create a line selling Mary Consultant product
- Try to create a resource assignment
a Null Pointer Exception was thrown
2011-03-25 19:54:10 -05:00
Carlos Ruiz 4f3363a0c5 Fix problem with PDF Viewer window that cannot be closed on zkwebui.
Steps to reproduce:
- Create an standard order with delivery=Force and complete
- Run the Generate Shipments process (from zkwebui) and fill the parameters to generate the shipments
- Answer Yes when asked to print the shipments
- zkwebui open a pdf viewer window without title that cannot be closed
This patch solves the problem assigning a title to the window when the title is empty
2011-03-08 11:52:10 -05:00
Carlos Ruiz 1c21d4122e minor - translate BPartner message on two zk forms 2011-03-08 11:51:03 -05:00
Carlos Ruiz 9bc32c1cd4 Fix several errors with Allocation:
- fix a wrong raise of exception when no organization (add throws keyword)
- when creating the allocation is taking the organization of log in, and it must take precedence the organization chosen by the user on the allocation window (login org still used in case no org is selected by user)
2011-03-08 11:45:59 -05:00
Carlos Ruiz 52ccb1f03c Just one record for personal lock or record access can be saved.
Steps to reproduce:
- Enable Personal Lock on a Role (i.e. GardenAdmin)
- Log in as GardenAdmin, open Payment Term window and lock the first record
- Then try to lock the second record, it's not possible, just one record can be saved on the same session
This commit fix the problem.
2011-03-08 11:43:49 -05:00
Carlos Ruiz c2072ab61e Implement system configurator parameter ZK_ROOT_FOLDER_BROWSER to indicate the root for zk folder browser 2011-03-08 11:27:33 -05:00
Carlos Ruiz 2960ff204b Improve output message from translation import process 2011-03-08 11:03:32 -05:00
Carlos Ruiz 6b9b4814e7 Fix zkwebui problem with mandatory read-only fields.
There is a case where a read-only field is set as mandatory (it's filled with a default value) - this is working ok in swing, but in zkwebui was not working because read-only fields were treated in a different way
----------------------
Fix problem caused by revision 14423:
http://adempiere.svn.sourceforge.net/viewvc/adempiere?view=revision&revision=14423
Problem reported here:
https://sourceforge.net/projects/adempiere/forums/forum/610548/topic/3958171
* Fix zkwebui problem with mandatory read-only fields.
* Now it behaves like swing
* And lists are not filled for read-only fields (better performance)
2011-03-08 10:46:14 -05:00
Carlos Ruiz dc9b7d5829 Improvements for zkwebui process parameter panel:
- show mandatory fields similar to windows (marked with a red * at the end)
- validate mandatory fields, inform the user and allow the user to fill them without cancelling the report/process (the user is notified immediately no need to push Parameter button to go back and fill the mandatory parameters - similar as swing client behaves)
2011-03-07 10:59:31 -05:00
Carlos Ruiz 67d11bfa3b fix in BrowserToken to avoid Null Pointer Exception 2011-03-07 10:25:32 -05:00
Carlos Ruiz 56f1f079d4 Synchronize InfoInvoice with InfoInvoicePanel (zkwebui)
- swing is showing DueDate and zk is not
- add DocumentNo to the order in case several documents fall on the same due date
2011-03-07 10:11:51 -05:00
Heng Sin Low d31059cc6d WGenForm must be declare as instance variable instead of static variable. 2011-02-16 12:11:56 +08:00
Heng Sin Low bc5fffb793 Fixed wrong variable declaration - should be instance instead of static. 2011-02-14 12:21:20 +08:00
Heng Sin Low 68eef9fc88 Fixed current record could disappear after save. 2011-02-08 18:59:03 +08:00
Heng Sin Low 564457e4ab Set zk component id prefix for selenium test support. 2011-02-08 10:54:42 +08:00
Heng Sin Low 20d37271bf Implement saveAndCreate toolbar button - use ctrl-q as shortcut instead of ctrl-a which is commonly known as the short cut key for select all text. 2011-02-08 10:53:35 +08:00
Heng Sin Low 72f706021a Fixed can't auto focus to number box. 2011-02-07 18:18:18 +08:00
Heng Sin Low b82586bb82 Fixed memory leak in the merge pdf method. 2011-02-07 18:13:58 +08:00
Heng Sin Low e460eca472 Added NPE check. 2011-02-07 18:11:50 +08:00
Heng Sin Low b7b4573689 Remove unnecessary max length for search criteria input box. 2011-02-07 18:07:39 +08:00
Heng Sin Low 3cb79e95d4 Set zk component id prefix for selenium test support. 2011-02-07 18:00:56 +08:00
Heng Sin Low 14242ef8b6 Render user home page in background thread. 2011-02-07 18:00:37 +08:00
Heng Sin Low ba9cc04439 Implemented login date support, set zk component id prefix for selenium test support. 2011-02-07 17:58:26 +08:00
Heng Sin Low 23bd9decf2 Set zk component id prefix for selenium test support. 2011-02-07 17:50:05 +08:00
Heng Sin Low 02c41740fa Should execute confirmPrint before printing of check. 2011-02-07 17:29:46 +08:00
Heng Sin Low e793134959 Implement saveAndCreate toolbar button. 2011-02-07 12:19:05 +08:00
Heng Sin Low ba556ff480 Modify zk progress prompt to be rendered at middle of screen and mask screen from user access. 2011-02-07 12:04:25 +08:00
Heng Sin Low 6170d4bf3a Implement saveAndCreate toolbar button. 2011-02-07 12:01:09 +08:00
Heng Sin Low ac90b69d9e Show busy dialog while button process is running. 2011-02-07 11:28:32 +08:00
Heng Sin Low 0a0f56134e Fixed showWindow(modalWindow, "center") doesn't show modal window in the center of screen. 2011-02-07 11:28:09 +08:00
Heng Sin Low c0559b8e18 Fixed the new record button in find dialog incorrectly set an empty query object as the current query for the window. 2011-02-07 11:18:23 +08:00
Heng Sin Low 6b37fe8be3 The file name editor value is not save if user doesn't press enter at the text box after selected file using the browse for file button. 2011-02-07 11:14:10 +08:00
Heng Sin Low e2fa0f1fc4 The file directory editor value is not save if user doesn't press enter at the text box after selected folder using the browse for directory button. 2011-02-07 11:11:37 +08:00
Heng Sin Low a9f8888564 Added null check. 2011-02-07 11:07:20 +08:00
Heng Sin Low 14f27d2f3b Added null check. 2011-02-07 11:06:27 +08:00
Heng Sin Low 8f8f279cb9 Added null check. 2011-02-07 11:03:36 +08:00
Heng Sin Low 8675e83423 added null check for attachment entry and move button state management to the auto preview method. 2011-01-19 13:11:01 +08:00
Heng Sin Low 4aef583e4f Use process title as pdf viewer title. Ensure busy dialog is always closed. 2011-01-19 12:24:38 +08:00
Heng Sin Low b81502f138 Fixed tab context preparation error. 2011-01-19 11:10:47 +08:00
Heng Sin Low 1d5b1541dd Info panel not reset to empty after a new query doesn't match any records in db. 2011-01-17 20:02:20 +08:00
Heng Sin Low 58ee1f6eda Fixed context management bug with server push. 2011-01-17 18:05:09 +08:00
Heng Sin Low 8d1ab1833c Updated extension point documentation formatting. Remove the use of osgi: prefix for form, modelvalidator and process to ease migration, the framework will now always check whether an implementation exists in the extension registry before checking the java classpath. Rename org.adempiere.osgi in swing to org.adempiere.ui.swing.factory and drop the incomplete IMenuAction extension in swing ( will come back to this later ). 2010-12-20 10:46:25 +08:00
Heng Sin Low eb657e8e63 Fixed loading of image resource for web ui. 2010-12-17 11:49:05 +08:00
Heng Sin Low 5d487f1ad2 minor - make generated id more readable. 2010-12-16 16:26:08 +08:00
Heng Sin Low 5bdee92457 Fixed AdempiereIdGenerator doesn't always generate valid uuid which should only include ascii alphabet, digit and the '_' character. 2010-12-15 16:21:25 +08:00
Heng Sin Low 3140378121 Update hgignore rule and workaround WEB-INF/classes empty folder issue 2010-12-14 08:20:24 +08:00
Heng Sin Low 490784dbbc 2pack refactoring - decouple from SvrProcess and DB Model. Enhance the grid tab export framework to support export of 2pack archive. 2010-12-14 07:59:58 +08:00
Heng Sin Low 92ea2ef0bb Implemented data grid export service for zk client. 2010-11-24 11:58:19 +08:00
Heng Sin Low 6003245f32 Implemented field editor factory extension for zk client 2010-11-24 07:27:22 +08:00
Heng Sin Low 5832e19b79 Minor info product window search enhancement. 2010-11-23 18:34:00 +08:00
Heng Sin Low b9e40c4bf4 Implemented info factory as extension point for zk and swing client. 2010-11-23 18:01:11 +08:00
Heng Sin Low bc72f1c6fe Fixed checkout of org.adempiere.ui.zk missing WEB-INF/classes 2010-11-19 16:38:37 +08:00
Heng Sin Low c75089559b Fixed lookup of form extension. 2010-11-04 03:51:55 +08:00
Heng Sin Low 29b64b7d51 Don't continue platform startup if Adempiere.properties file is missing. 2010-10-26 18:58:04 +08:00
Heng Sin Low 916fef8565 LoginPanel should display only supported language. 2010-10-26 18:57:21 +08:00
Heng Sin Low 5b96e9c685 Ported chat window from swing UI. 2010-10-22 10:30:19 +08:00
Heng Sin Low 83715fa436 Refactoring to make project and folder name the same as the bundle symbolic name. Migrate to use eclipse feature and product configuration ( build is broken, to fix later ) 2010-09-29 15:25:34 +08:00