Commit Graph

1615 Commits

Author SHA1 Message Date
hieplq ee2a9757b6 IDEMPIERE-2154:IndexOutOfBoundsException when match PO1line with multiple lines MR 2014-09-09 19:11:34 +07:00
Carlos Ruiz f021e8f5f1 IDEMPIERE-1970 Improve t_selection logic for info window / change viewID to point to an info column instead of a column 2014-09-05 19:23:26 -05:00
Nicolas Micoud 6ca4902204 IDEMPIERE-1859 Info Window access are based on the table and not on the InfoWindowID 2014-09-05 16:48:44 -05:00
Carlos Ruiz e612a81fb8 IDEMPIERE-2098 minor peer review 2014-09-05 16:26:38 -05:00
hieplq 92adf4a6bd IDEMPIERE-2098:Ok Button is not enabled in Info Account Element info window 2014-07-27 09:08:42 +07:00
Carlos Ruiz 275ba19683 IDEMPIERE-2129 Tab type Sort not show the information of the tab header 2014-09-05 15:26:01 -05:00
hieplq c607a29f31 IDEMPIERE-2170:About direct input to search field 2014-09-05 20:05:34 +07:00
Carlos Ruiz 817c4a78c1 IDEMPIERE-2050 Improvement to Menu Lookup / minor - Document is not a message, using search instead 2014-09-03 16:48:35 -05:00
Hideaki Hagiwara 94a0c732e7 IDEMPIERE-1979 2014-08-29 14:56:24 +09:00
Deepak Pansheriya ef8b4f6434 IDEMPIERE-2082 : keeping JVM locale to server locale 2014-07-30 21:30:26 +05:30
Heng Sin Low a2071804c1 IDEMPIERE-2146 Combobox behaves strange when used with keyboard. 2014-08-21 23:44:42 +08:00
Heng Sin Low f2b32d505a IDEMPIERE-1045 Improve info Window implementation to enable the definition of related info which will be rendered as tabs at the bottom of the content Pane. Fix height for tabs at bottom. 2014-08-21 21:14:41 +08:00
Heng Sin Low 543153c407 IDEMPIERE-2050 Improvement to Menu Lookup. Add back support for search definition transaction code. Separate search definition into a separate tab so there's no performance penalty for menu. Added keyboard navigation ( up and down arrow ) for the search definition result list.
IDEMPIERE-2095 Menu Lookup return records from another client
2014-08-21 00:05:50 +08:00
Heng Sin Low fa3a9fa428 https://idempiere.atlassian.net/browse/IDEMPIERE-2093 2014-08-20 23:26:36 +08:00
Carlos Ruiz 739c51847a IDEMPIERE-2112 improve shortcuts for master detail data entry windows / WIP, enable shortcuts on info windows, Shift+Alt+Down to navigate to the searched records, Enter to select the current row, Escape to cancel 2014-08-15 23:36:53 +02:00
Carlos Ruiz 79f99b8d81 IDEMPIERE-2112 improve shortcuts for master detail data entry windows / WIP, enabled shortcut Shift+Alt+N for new detail button 2014-08-15 08:57:05 +02:00
Heng Sin Low 1b75bb4e78 IDEMPIERE-1684 Quick Info Widget. Fix quick info is not updated when switching tabs. 2014-08-13 14:56:16 +08:00
Heng Sin Low a177bd8c6e IDEMPIERE-2143 Combobox should auto scroll to first matching item. 2014-08-13 14:53:57 +08:00
Carlos Ruiz ce672a5221 IDEMPIERE-2134 Issues found on Payment Selection process - make the call at the end of payment selection configurable 2014-08-12 15:40:49 +02:00
Carlos Ruiz 062f2a8ca6 IDEMPIERE-2134 Issues found on Payment Selection process - implement trx management
* Payment Selection Manual:
** PaySelect.generatePaySelect: out of transaction, dangerous, if a line fails the header is still there
* Payment Print/Export
** PayPrint.cmd_export and cmd_print: both are creating and completing payments out of transaction, if something fails in the middle the process can leave partial things
2014-08-12 09:51:20 +02:00
Carlos Ruiz 5a4654e649 IDEMPIERE-1881 Payment Selection Manual is not working / IDEMPIERE-2134 2014-08-11 18:02:05 +02:00
Carlos Ruiz 2c04735527 IDEMPIERE-2134 Issues found on Payment Selection process
* Payment Selection Manual:
** WPaySelect.onEvent: improved to refresh lines on onlydue, paymentrule and paymentdate changes
** PaySelect.getPaymentRuleData: is getting also inactive payment rules
** WPaySelect is showing correctly the schedule records of an invoice, but the due date is wrong - leading to wrong schedule records shown with only due invoices flag
** PaySelect.getDocTypeData: Is just selecting API/APC, can also include AR documents

* Payment Selection Create (button on window)
** running PaySelectionCreateFrom repeated the invoices - must just add new
** issotrx set based on payment rule - direct debit Y, otherwise N
** The process is getting the records from C_Invoice instead of C_Invoice_V (as manual does) - this must be leading to error on selected schedule records for only due parameter (test required to confirm)

* Payment Print/Export
** deleted not used PayPrint.getPaySelectionData
2014-08-11 17:04:53 +02:00
Carlos Ruiz 9d6fbe06d2 IDEMPIERE-2125 Error in creating recent item avoids to save any record - refactor and apply same code from tbayen in two more places where is needed 2014-08-08 19:02:55 +02:00
Thomas Bayen d76804a007 IDEMPIERE-2125 Error in creating recent item avoids to save any record 2014-08-08 18:59:42 +02:00
Carlos Ruiz f16c7d6367 IDEMPIERE-2110 make the session timeout of zk configurable 2014-07-31 17:26:12 +02:00
Carlos Ruiz 5aeaec339c IDEMPIERE-2102 Invoice Print DB bug 2014-07-27 20:52:25 +02:00
Carlos Ruiz 078534da53 hg merge release-2.0 (merge release2 into development) 2014-07-27 19:12:11 +02:00
Carlos Ruiz 29530e1bce IDEMPIERE-2101 Invoice Print NPE in zk 2014-07-27 19:11:39 +02:00
Carlos Ruiz d50ba20b8d hg merge release-2.0 (merge release2 into development) 2014-07-23 13:02:55 -05:00
Carlos Ruiz 53c142a32c IDEMPIERE-2086 Task not working on zk 2014-07-23 12:53:51 -05:00
Carlos Ruiz afb8d58ef6 IDEMPIERE-2077 Go to the HTML tab of WTextEditorDialog when a field IsHtml is checked in the window / based on patch from Nicolas Micoud (nmicoud) 2014-07-23 10:05:25 -05:00
Carlos Ruiz dd784a0dad hg merge release-2.0 (merge release2 into development) 2014-07-16 18:53:36 -05:00
hieplq 85ed9b016f IDEMPIERE-1788:Value preference for info window process parameters 2014-07-16 18:53:06 -05:00
Elaine Tan ce124d7624 IDEMPIERE-76 Button SelectAll should also be used to DeSelectAll 2014-07-16 12:52:32 -05:00
hieplq bb3e0460d3 IDEMPIERE-2052:make export csv function can export multi detail tab 2014-07-12 01:19:12 +07:00
Carlos Ruiz 562f579eb6 IDEMPIERE-1970:Improve t_selection logic for info window / regenerate serialVersionUID 2014-07-16 11:55:18 -05:00
hieplq d76ac082e2 IDEMPIERE-1970:Improve t_selection logic for info window 2014-07-16 11:27:45 -05:00
Nicolas Micoud a948d74076 IDEMPIERE-1828 Improvement of monitoring of emails 2014-07-16 09:58:38 -05:00
Heng Sin Low 4b4e41a3ab 1004150 Process modal dialog: no scrollbar when content overflow. Fixed for RunAsJob for Financial Report ( Ticket #1004121 ). 2014-07-16 11:15:47 +08:00
Carlos Ruiz 4142a422d7 hg merge release-2.0 (merge release2 into development) 2014-07-15 15:55:47 -05:00
Heng Sin Low d9ae654c16 1004150 Process modal dialog: no scrollbar when content overflow. 2014-07-14 19:09:45 +08:00
Elaine Tan 579d32869b IDEMPIERE-724 Ticket #1004142: Null Data error 2014-07-11 12:51:46 +08:00
Elaine Tan afca73d7b8 IDEMPIERE-1673 In new state of record. click to print and export throws exception 2014-07-15 15:10:52 -05:00
Carlos Ruiz c3f9e44ca0 IDEMPIERE-2003 Capturing wrong numbers with numeric keypad when decimal separator is not dot 2014-07-11 20:11:30 -05:00
Carlos Ruiz 7bf148926e IDEMPIERE-2048 Simple find doesn't work on tabs with Account columns 2014-07-09 08:21:19 -05:00
Heng Sin Low f94deb552a IDEMPIERE-2004 WAccountDialog: Inconsistency between action_find and action_save. 2014-07-04 18:41:27 +08:00
Elaine Tan 1be17505b8 IDEMPIERE-2029 Performance gadgets portlet is not sized correctly on login 2014-07-15 14:27:38 -05:00
hieplq dc9f9ef963 IDEMPIERE-2027:Accounting Fact Reconcilation - Refresh Button Doesn't make sense 2014-06-29 14:59:23 +07:00
Carlos Ruiz 224e163005 IDEMPIERE-2015 Zoom disabled when access to window is read-only 2014-06-23 13:41:27 -05:00
Carlos Ruiz 66e3e69111 IDEMPIERE-1997 Wrong values when selecting a Invoice at Payment Window 2014-06-11 11:51:20 -05:00