Commit Graph

15463 Commits

Author SHA1 Message Date
Zuhri Utama 2dd6971626 IDEMPIERE-6210 : Dashboard Menu - not showed (#2477) 2024-10-14 18:56:26 +02:00
hengsin 9f84b0607f IDEMPIERE-6211 Dashboard Goal - Chart doesn't work. (#2476) 2024-10-14 18:56:26 +02:00
Nicolas Micoud a2a86c62bf IDEMPIERE-6247: Issue with Zoom Across when several records should open a window using ZoomCondition (#2464) 2024-10-14 18:56:26 +02:00
Nicolas Micoud 43c78b3018 IDEMPIERE-6257: WListbox cannot add total line for Integer (#2470)
* IDEMPIERE-6257: WListbox cannot add total line for Integer

* IDEMPIERE-6257: WListbox cannot add total line for Integer

implement Carlos's suggestion (to reduce number of lines)

Co-Authored-By: Carlos Ruiz <carg67@gmail.com>

---------

Co-authored-by: Carlos Ruiz <carg67@gmail.com>
2024-10-14 18:56:26 +02:00
Carlos Ruiz f60f599619 IDEMPIERE-6013 Implement a way to filter dinamically records on MRole.addAccessSQL (#2471)
- fix queries with alias (like InfoWindow)
- fix InfoWindow issue when the table has no alias
2024-10-03 13:59:13 +02:00
hengsin 62c86f82c3 IDEMPIERE-6146 Recently access menu item: minor refresh refinement (#2370)
* IDEMPIERE-6146 Recently access menu item: minor refresh refinement

* IDEMPIERE-6146 Recently access menu item: minor refresh refinement

- Fix handling of "enter" key
2024-10-03 13:51:27 +02:00
hengsin 66819ecf79 IDEMPIERE-6146 Recently access menu item: minor refresh refinement (#2365) 2024-10-03 13:51:20 +02:00
Carlos Ruiz eb4def6f86 Eclipse warning clean-up after cherry-picks 2024-09-27 15:12:59 +02:00
Nicolas Micoud b4532b3eb8 IDEMPIERE-6249: CLogFormatter.fillExceptionTrace should filter org.adempiere. and org.idempiere. (#2462) 2024-09-27 15:05:29 +02:00
Nicolas Micoud afa5dcfeae IDEMPIERE-6248: SysConfig to avoid cutting log (#2463) 2024-09-27 15:05:29 +02:00
Carlos Ruiz b0ef82de43 IDEMPIERE-5760 Manage mail.smtp.connectiontimeout and mail.smtp.writetimeout using SysConfig (#2465) 2024-09-27 15:05:29 +02:00
hieplq 776b135a4a IDEMPIERE-6251:clean status bar error info (#2468)
Co-authored-by: hieplq <hieplq@debian.vn>
2024-09-27 15:05:29 +02:00
hieplq 32d7e2e96a IDEMPIERE-6250:NPE when open SortTab (#2467)
Co-authored-by: hieplq <hieplq@debian.vn>
2024-09-27 15:05:29 +02:00
hieplq 1051bae3d5 IDEMPIERE-5432:Performance Measure Calculation - Improve SQL Definition(cover more case) (#2460) 2024-09-27 15:05:29 +02:00
Carlos Ruiz 6dce6368e9 IDEMPIERE-6244 Required change on idempiere-server.sh for docker (#2458) 2024-09-27 15:05:29 +02:00
Carlos Ruiz bf3fb64d3b IDEMPIERE-5567 Support of UUID as Key (FHCA-4195) - Record Info Improvements (#2455)
- allow generating permalink also for multi-key tables using UUID
- use TableName instead of AD_Table_ID for permalink
- add zoom condition to role for access tables on non-system tenants
- on copy select, prefer to generate using ID than UUID when possible - is easier when copying a select that is needed to search also for children
2024-09-27 15:05:29 +02:00
Carlos Ruiz 30057f7a12 IDEMPIERE-6007 Log Warning: Evaluator.parseSQLLogic: (AD_Table_ID) - SQL variable parse failed: @SQL=SELECT 1 FROM AD_Field WHERE AD_Tab_ID=@AD_Tab_ID@ (#2456) 2024-09-27 15:05:29 +02:00
hengsin e4808398c9 IDEMPIERE-6225 Improve IsSingleRow logic when opening 1 record (#2454) 2024-09-27 15:05:28 +02:00
Carlos Ruiz 3de220daec IDEMPIERE-5647 Allow definition of context variables by Role - fix issue not being used in Logic (#2452) 2024-09-11 12:09:03 +02:00
Carlos Ruiz 90c4b7a64a IDEMPIERE-6230 ConcurrentModificationException on MTable (#2453) 2024-09-11 12:09:03 +02:00
muriloht 976d5ff19a IDEMPIERE-6228 - Info Window and Info Windows process support for tables with UUID as key / IDEMPIERE-5567 (#2450) 2024-09-11 12:09:03 +02:00
Nicolas Micoud 514bf2fc21 IDEMPIERE-6229: 2Pack / Data : fill table field using SQL Statement content (#2451) 2024-09-11 12:09:03 +02:00
Carlos Ruiz aaaecb42e9 IDEMPIERE-2981 Implement JSON Field type + IDEMPIERE-6227 - fixes (#2449)
* IDEMPIERE-2981 Implement JSON Field type

- Fix the JSON Editor, is sending to the database the value non prettified

* - Fix issue adding a JSON column with log migration script enabled

When logging migration script the Convert layer is applied, and we didn't implement Convert for the JSON column

* IDEMPIERE-6227 Cannot add a column with spaces on the default value (Convert layer logging migration script)
2024-09-11 12:09:03 +02:00
Carlos Ruiz eb5f03f8e5 IDEMPIERE-6223 Add new field JsonData to AD_PInstance - Peer Review Fixes (#2448) 2024-09-11 12:08:11 +02:00
muriloht 57f33550ee IDEMPIERE-6223 / COF #17758 - Add new field JsonData to AD_PInstance and AD_PInstance_Log (#2447) 2024-09-11 12:07:56 +02:00
hengsin ec7d0b5eb2 IDEMPIERE-6217 An Error Occurred While Uploading the CSV File as an Attachment (#2446)
- Fix Eclipse warnings
2024-09-11 12:01:07 +02:00
hengsin 9f14c96134 IDEMPIERE-3040 Invoice Price Variations for Average PO costing method (#2428)
* IDEMPIERE-3040 Invoice Price Variations for Average PO costing method

Co-authored-by: dpansheriya <deepakpansheriya@gmail.com>
2024-09-11 12:01:07 +02:00
Carlos Ruiz f61bda9a14 IDEMPIERE-6189 Performance: queries on RV_C_Invoice doing unnecesary index or seq scan (#2437) 2024-08-21 12:52:28 +02:00
Carlos Ruiz 6f20622001 IDEMPIERE-3294 Process Audit generate unused AD_PInstance_Para (#2439) (#2445) 2024-08-21 12:52:28 +02:00
Elaine Tan c286348cb0 IDEMPIERE-6218 Failed to import location record when there are multiple region records with the same name (#2444) 2024-08-21 12:52:28 +02:00
Carlos Ruiz d4356b7e67 IDEMPIERE-6215 Advanced Search Error -> Not unique in the ID space of <Window eJzF__g>: Row2 (#2440) 2024-08-21 12:52:28 +02:00
Carlos Ruiz cdfa764b08 IDEMPIERE-6216 Usability - Initial Tenant Setup - Missing required parameters (#2441) 2024-08-21 12:52:28 +02:00
Elaine Tan 1f913baa7a IDEMPIERE-6217 An Error Occurred While Uploading the CSV File as an Attachment (#2443) 2024-08-21 12:52:28 +02:00
Carlos Ruiz 8100d9c092 IDEMPIERE-3294 Process Audit generate unused AD_PInstance_Para (#2439) 2024-08-19 21:03:53 +02:00
Carlos Ruiz ba5d576fdd IDEMPIERE-6212 CONTEXT_EMAIL_USER_CC overrides the email user set with CONTEXT_EMAIL_USER_TO in the WEMailDialog (#2438) 2024-08-19 21:03:53 +02:00
Carlos Ruiz 01ac9e0248 IDEMPIERE-6214 PackIn AD_TableIndex can fail if the index exists previously without columns (#2436) 2024-08-19 21:03:53 +02:00
Carlos Ruiz 766654087b IDEMPIERE-6209 Detail Zoom Across not working (#2434)
Caused by IDEMPIERE-5567
2024-08-12 16:53:45 +02:00
Carlos Ruiz a577c1a343 IDEMPIERE-6206 Shortcut for Payment not working with there are different windows for Receipt/Payment (#2432)
* IDEMPIERE-6206 Shortcut for Payment not working with there are different windows for Receipt/Payment

* - remove unnecessary commented code
2024-08-12 16:53:45 +02:00
Carlos Ruiz 86c7e2d026 IDEMPIERE-6202 Field status that applied to new record is applied to the existing a record too in a specific operation at Window (#2430) 2024-08-12 16:53:45 +02:00
Peter Takács 61229b3277 IDEMPIERE-6204 - Env.parseVariable returns wrong parsed message if default value is used (#2431) 2024-08-12 16:53:45 +02:00
Carlos Ruiz 219aeffafe IDEMPIERE-6199 Payment Print/Export cannot set filesuffix depending on the document type (#2427) 2024-08-12 16:53:45 +02:00
Carlos Ruiz 951f9681b2 IDEMPIERE-5567 Support of UUID as Key (FHCA-4195) - fix zoom (#2429) 2024-08-12 16:53:45 +02:00
Carlos Ruiz 1093272fa1 IDEMPIERE-6196 Fix selection columns on several windows (#2426) 2024-08-12 16:53:45 +02:00
Carlos Ruiz 7a667bc5db IDEMPIERE-6194 2Pack must ignore the SIMILAR TO preference from user (#2423)
- make the SIMILAR TO conversion work just for SELECT queries
2024-08-12 16:53:45 +02:00
Diego Ruiz d1450a5ce0 IDEMPIERE-6195 - Add code to return virtual UI columns SQL without the prefix in MColumn (#2424)
* IDEMPIERE-6195 - Add code to return virtual UI columns SQL without the prefix in MColumn
2024-08-12 16:53:45 +02:00
Nicolas Micoud a07047a5ea IDEMPIERE-6196: Restoring Selection Columns for AD_Table (#2425) 2024-08-12 16:53:45 +02:00
Carlos Ruiz aac79ae622 IDEMPIERE-6188 Read-Only Session (#2415)
* IDEMPIERE-6188 Read-Only Session

* IDEMPIERE-6188 Read-Only Session

- improvements suggested by Nicolas Micoud and Alejandro Guerra
2024-07-19 11:49:40 +02:00
Carlos Ruiz bcc6bd5684 IDEMPIERE-6190 TabCreateFields.doIt postgresql exception found in log (#2419) 2024-07-19 11:40:59 +02:00
Carlos Ruiz 58c1aa5904 IDEMPIERE-2981 - Implement JSON field type / fix missing space in certain scenarios (#2417) 2024-07-19 11:40:59 +02:00
hengsin 2813cab603 IDEMPIERE-6182 Update datatables extension for HTML report (#2406) 2024-07-19 11:40:59 +02:00