Commit Graph

15491 Commits

Author SHA1 Message Date
Vitor Henrique Dos Santos 157269644c IDEMPIERE-6294 default expression for multi-select fields (#2532)
* IDEMPIERE-6294 default expression for multi-select fields

* IDEMPIERE-6294 - Adjusts
2024-11-19 15:12:33 +01:00
hengsin b4f89d9c0e IDEMPIERE-6297 Fix RelatedInfoWindow Order By (#2535)
Fix build error
2024-11-19 15:12:33 +01:00
Macchiarch 2d4befbfa7 IDEMPIERE-6297 Fix RelatedInfoWindow Order By (#2529)
* Fix RelatedInfoWindow Order By

The info's default Order By clause must be separated by a comma if there is a user-entered order

* raise exception

---------

Co-authored-by: Carlos Ruiz <carg67@gmail.com>
2024-11-19 15:12:33 +01:00
Diego Ruiz f61e2f569a IDEMPIERE-6296 -Fixed process workflow node using inactive parameters (#2534) 2024-11-19 15:12:33 +01:00
hieplq 6b2455c6f4 IDEMPIERE-6255:Incorrect column count on datatables / fix headers of CSV on change language (#2527)
* IDEMPIERE-6255:Incorrect column count on datatables
* IDEMPIERE-6255:Incorrect column count on datatables (language on csv preview)
2024-11-19 15:12:33 +01:00
Carlos Ruiz e9a71c4092 IDEMPIERE-6000 Reset AD_SysConfig cache automatically when configured (#2525) 2024-11-19 15:12:33 +01:00
Carlos Ruiz 3a810791d0 Revert "IDEMPIERE-6255:Incorrect column count on datatables (#2483)"
This reverts commit 3512cd00da.
2024-11-07 17:47:23 +01:00
Jose Leite 5ee17ae649 IDEMPIERE-6288 - Fix script in format item (#2516) 2024-11-07 17:47:17 +01:00
Zuhri Utama d61d6b2cf1 IDEMPIERE-6286-optimize-image-background-on-landing-page (#2515) 2024-11-07 17:47:17 +01:00
Carlos Ruiz 42b56141cd IDEMPIERE-6279 Problem with hazelcast with multiple server running on localhost postgres on same network (#2514) 2024-11-07 17:47:17 +01:00
matheus-marcelinux 4ab86f7f4e IDEMPIERE-6285 - Component doesn't enable when user clicks on new record if positioned in a record without access (#2513) 2024-11-07 17:47:17 +01:00
Diego Ruiz 87f6d93d8c IDEMPIERE-6284 - Order is not validating user values when 0 is set (#2511) 2024-11-07 17:47:17 +01:00
Zuhri Utama 19305437e9 IDEMPIERE-6282 : idempiere login page enhancement (#2509)
* IDEMPIERE-6282 : idempiere login page enhancement

* revert latest change and added APPLICATION_LOGIN_LEFT_PANEL_SHOWN to configure the left panel visibilty

* remove unnecessary change
2024-11-07 17:47:17 +01:00
Carlos Ruiz 8b511cdaa1 Extract just Env.java fixes -> IDEMPIERE-6116 Implement escape sequence in Env parseVariable and parseContext methods (#2503) 2024-10-30 14:21:17 +01:00
Carlos Ruiz bac29a7059 IDEMPIERE-6277 When deleting a Recent Item the list is shrunk, instead of showing the next recent item (#2506)
* IDEMPIERE-6277 When deleting a Recent Item the list is shrunk, instead of showing the next recent item

* - implement suggestion from Heng Sin
2024-10-30 14:15:03 +01:00
Carlos Ruiz 8fc5aa14e0 IDEMPIERE-6276 Window > Tab > Copy Tab Fields - must copy just the missing fields (#2505) 2024-10-30 14:15:03 +01:00
HideakiHagiwara c46fd668b8 IDEMPIERE-6267 Fields with dynamic validation using TabNo do not reve… (#2495)
* IDEMPIERE-6267 Fields with dynamic validation using TabNo do not revert to blank automatically when the target value is changed

* Handle ~ and make : optional

* Use regex to handle expression with default value

* - remove unnecessary $ from regex

---------

Co-authored-by: hengsin <hengsin@gmail.com>
Co-authored-by: Carlos Ruiz <carg67@gmail.com>
2024-10-30 14:15:03 +01:00
Diego Ruiz f3e5601a13 IDEMPIERE-6272 - Model Generator fails in silence when the query does… (#2499)
* IDEMPIERE-6272 - Model Generator fails in silence when the query does not return any record

* IDEMPIERE-6272 - Model Generator fails in silence when the query does not return any record
2024-10-30 14:15:03 +01:00
Carlos Ruiz ecd8563a58 IDEMPIERE-6048 Check access - based on Heng Sin's PR2485 (#2494)
* IDEMPIERE-6048 Check access - based on Heng Sin's PR2485

* - remove warning

* - add a refactor to MChart Column Lookup, to be used by REST

* - fix wrong call - suggested by Heng Sin
2024-10-30 14:15:03 +01:00
Carlos Ruiz 3864166213 IDEMPIERE-3551 Automatic Packin - lower verbosity (#2491) 2024-10-30 14:15:03 +01:00
hengsin 89e6e6209f IDEMPIERE-6263 Wrong line net amount (#2490) 2024-10-30 14:15:03 +01:00
hengsin 9158a638f4 IDEMPIERE-6260 Posting error not creating Notice (#2489)
Fix unit test error
2024-10-14 19:05:11 +02:00
Carlos Ruiz d89f8b9801 IDEMPIERE-6264 - other cases with double :: on Error (#2486) 2024-10-14 19:05:11 +02:00
hieplq 3512cd00da IDEMPIERE-6255:Incorrect column count on datatables (#2483)
* IDEMPIERE-6255:Incorrect column count on datatables

* IDEMPIERE-6255:Incorrect column count on datatables (csv header isn't translate)

* Remove never used warning

---------

Co-authored-by: hieplq <hieplq@debian.vn>
Co-authored-by: hengsin <hengsin@gmail.com>
2024-10-14 19:05:01 +02:00
Diego Ruiz 70cde611a0 IDEMPIERE-6264 - Error message on BEFORE_PROCESS and AFTER_PROCESS is shown wrongly (#2484) 2024-10-14 18:56:27 +02:00
Nicolas Micoud b9cfc8c6e6 IDEMPIERE-6248: System Property to avoid cutting log (#2482)
* IDEMPIERE-6248: System Property to avoid cutting log

* IDEMPIERE-6248: System Property to avoid cutting log

Remove SysConfig

* IDEMPIERE-6248: System Property to avoid cutting log

fix import
2024-10-14 18:56:26 +02:00
Carlos Ruiz ad267ad247 IDEMPIERE-6260 Posting error not creating Notice (#2478) 2024-10-14 18:56:26 +02:00
Nicolas Micoud fa576f0e70 IDEMPIERE-6196 - AD_SysConfig (#2479) 2024-10-14 18:56:26 +02:00
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