Commit Graph

3780 Commits

Author SHA1 Message Date
Muhammad Eko ac9d9aa18e tax 2025-03-10 14:53:15 +07:00
Muhammad Eko ccaf5a808a fix conflict midsuit 2024-12-31 10:50:59 +07:00
Muhammad Eko ff64aab5ca midsuit 2024-12-31 10:39:09 +07:00
Carlos Ruiz 751f6a5d33 IDEMPIERE-6342 Issues when renaming a table that already has records saved (#2591) 2024-12-22 13:26:01 +01:00
Vitor Henrique Dos Santos aebedaee28 IDEMPIERE-6331 - (MWFActivity) SaveError (#2578) 2024-12-22 13:26:01 +01:00
Carlos Ruiz 5ea94dad45 IDEMPIERE-6332 Implement MChart.getData to return the data used to paint the chart - add chart type (#2589) 2024-12-22 13:26:01 +01:00
Carlos Ruiz e5f364f391 IDEMPIERE-6332 Implement MChart.getData to return the data used to paint the chart (#2579) 2024-12-04 14:37:14 +01:00
Carlos Ruiz 36c08e7476 IDEMPIERE-6314 Issues with attachment on System records (#2567)
- IDEMPIERE-5567 fix for the PO.is_new method
2024-12-04 13:50:27 +01:00
Jose Leite b6e25d71f8 IDEMPIERE-6317 - Create message for errors in msysconfig (#2564)
* IDEMPIERE-6317 - Create message for errors in msysconfig

* IDEMPIERE-6317 - Create message for errors in msysconfig
2024-12-04 13:47:29 +01:00
Nicolas Micoud be264655dc IDEMPIERE-6316: Wrong Name on RecordInfo panel when the value of the … (#2560)
* IDEMPIERE-6316: Wrong Name on RecordInfo panel when the value of the column is Context

* IDEMPIERE-6316: Wrong Name on RecordInfo panel when the value of the column is Context

Change all translate to getElement

* IDEMPIERE-6316: Wrong Name on RecordInfo panel when the value of the column is Context - patch from Carlos

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

---------

Co-authored-by: Carlos Ruiz <carg67@gmail.com>
2024-12-04 13:46:55 +01:00
Carlos Ruiz 38f452e4b0 IDEMPIERE-6314 Issues with attachment on System records (#2556)
* IDEMPIERE-6314 Issues with attachment on System records

* - change approach to make it read-only

* - support for UUID key tables
- IDEMPIERE-5567 fix for the PO.is_new method
2024-12-04 13:43:47 +01:00
Nicolas Micoud 9bb107864f IDEMPIERE-6193: Trial Balance : remove lines where account has no beg… (#2422)
* IDEMPIERE-6193: Trial Balance : remove lines where account has no beginning balance and movement

* IDEMPIERE-6193: Trial Balance : remove lines where account has no beginning balance and movement - patch from Carlos

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

---------

Co-authored-by: Carlos Ruiz <carg67@gmail.com>
2024-12-04 13:43:15 +01:00
Carlos Ruiz c82810a269 IDEMPIERE-6305 Improve some Error Messages (#2544)
* IDEMPIERE-6305 Improve some Error Messages

* - verify also if the message ends with :
2024-11-19 15:12:34 +01:00
hengsin c191234b53 IDEMPIERE-6295 OIDC SSO: logout not working for Amazon Cognito (#2533)
* IDEMPIERE-6295 OIDC SSO: logout not working for Amazon Cognito

* IDEMPIERE-6295 OIDC SSO: logout not working for Amazon Cognito

- Fix logout for keycloak and azure
2024-11-19 15:12:33 +01:00
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
Diego Ruiz f61e2f569a IDEMPIERE-6296 -Fixed process workflow node using inactive parameters (#2534) 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
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
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
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 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
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
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 1051bae3d5 IDEMPIERE-5432:Performance Measure Calculation - Improve SQL Definition(cover more case) (#2460) 2024-09-27 15:05:29 +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
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 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 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 8100d9c092 IDEMPIERE-3294 Process Audit generate unused AD_PInstance_Para (#2439) 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
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 951f9681b2 IDEMPIERE-5567 Support of UUID as Key (FHCA-4195) - fix zoom (#2429) 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