Commit Graph

14228 Commits

Author SHA1 Message Date
Saulo José Gil 4d93067d1a
IDEMPIERE-5025 Easier usage of process parameters ()
* IDEMPIERE-5025 Easier usage of process parameters

Created @Parameter annotation in order to tag process class attributes
as parameters and have them to have their values assigned automatically
without extra code.

* Minor changes
2021-11-06 14:50:14 +08:00
Carlos Ruiz 96f34baad4
IDEMPIERE-5028 NPE on 2Pack when a TableIndex deferred cannot find the Table () 2021-11-05 12:27:16 +01:00
hengsin cbb3bf6614
IDEMPIERE-5024 Horizontal scrolling anomaly () 2021-11-05 12:24:17 +01:00
Haient f755426ba0
IDEMPIERE-5027 Packing out lost translation of sub menu () 2021-11-05 12:18:40 +01:00
hengsin ea3b147fb1
IDEMPIERE-5021 Implement Storage Reservation Log ()
* IDEMPIERE-5021 Implement Storage Reservation Log

- implement log table for movement of QtyReserved and QtyOrdered

* IDEMPIERE-5021 Implement Storage Reservation Log

update javadoc and license header

* IDEMPIERE-5021 Implement Storage Reservation Log

increase documentno column length to 255

* IDEMPIERE-5021 Implement Storage Reservation Log

Fix migration script
2021-11-03 12:27:57 +01:00
hengsin ecfef9091b
IDEMPIERE-5023 Generate Shipment and Generate Invoice manual form not working correctly () 2021-11-03 11:02:22 +01:00
Tony Snook dd89e1e8f5
IDEMPIERE-5022 fix BOM Viewer data pane sometimes showing incorrect information () 2021-11-01 22:09:00 +08:00
hengsin ed4c1a81d0
IDEMPIERE-4472 Window Advanced Search - Allow select column from wind… ()
* IDEMPIERE-4472 Window Advanced Search - Allow select column from window tabs - 2pack compatibility

Based on pull request  from igorpojzl.
Difference from :
- use AD_Tab_UU instead of AD_Tab_ID
- use Combobox for table list

* IDEMPIERE-4472 Window Advanced Search - Allow select column from window tabs - 2pack compatibility

Fix attribute search

* IDEMPIERE-4472 Window Advanced Search - Allow select column from window tabs - 2pack compatibility

Merge patch from Carlos (increse length of AD_UserQuery.Code)
2021-11-01 22:05:49 +08:00
Carlos Ruiz 7380c99a58
IDEMPIERE-4863 Enable save column width in WListBox / add maintenance window () 2021-10-29 15:38:02 +08:00
Carlos Ruiz 180b11bd65
IDEMPIERE-5020 Allow to show products without price in Info Product window () 2021-10-29 15:35:40 +08:00
Carlos Ruiz 4e4a3d9bac
IDEMPIERE-4782 Multi-factor authentication (FHCA-2034) ()
- support for System user with access to multiple tenants
- default to re-register device when expired
2021-10-29 14:48:36 +08:00
Carlos Ruiz 9356fc1d76
IDEMPIERE-5017 DateAcct on Find Window of M_InOut display wrong () 2021-10-29 14:42:31 +08:00
hengsin ef7e2e9ba2
IDEMPIERE-4863 Enable save column width in WListBox ()
add size/index check
2021-10-28 16:27:15 +02:00
hengsin 28638d075b
IDEMPIERE-5019 add org.adempiere.base.annotation.EventTopicDelegate annotation () 2021-10-28 11:21:08 +02:00
hengsin c4c5fed0fa
IDEMPIERE-5012 org.idempiere.ui.zk.annotation.Form annotation ()
change naming convention to follow other annotation based factory
2021-10-28 11:16:30 +02:00
hengsin 4e867f161e
IDEMPIERE-5018 Vendor changed to customer when edited using Quick Entry ()
Fix unit test
2021-10-28 11:13:10 +02:00
Carlos Ruiz 9abc2c09e2
IDEMPIERE-5018 Vendor changed to customer when edited using Quick Entry ()
IDEMPIERE-3705
2021-10-27 15:14:03 +02:00
hengsin 22c09368e6
IDEMPIERE-5015 add org.adempiere.base.annotation.Callout annotation () 2021-10-27 12:15:58 +02:00
hengsin c43cefd0c9
IDEMPIERE-5016 idempiere-rest plugin doesn't start with iDempiere 8.2z (master) ()
* IDEMPIERE-5016 idempiere-rest plugin doesn't start with iDempiere 8.2z (master) 

* IDEMPIERE-5016 idempiere-rest plugin doesn't start with iDempiere 8.2z (master) 
2021-10-26 17:53:44 +02:00
hengsin f863f9b652
IDEMPIERE-5009 Syntax error while installing PackIn (native postgres) ()
* IDEMPIERE-5009 Syntax error while installing PackIn (native postgres)

* IDEMPIERE-5009 Syntax error while installing PackIn (native postgres)

Incorporate patch from Carlos
2021-10-26 13:05:44 +02:00
hengsin 85f640ffdf
IDEMPIERE-4966 Error in FinReport with List Sources and Native Postgr… ()
* IDEMPIERE-4966 Error in FinReport with List Sources and Native PostgreSQL

* IDEMPIERE-4966 Error in FinReport with List Sources and Native PostgreSQL

Incorporate suggestion from Carlos (replace DB.executeUpdate call with
DB.executeUpdateEx)
2021-10-26 16:35:08 +08:00
Carlos Ruiz 750a58cabd
IDEMPIERE-4994 Generate invoice (manual) tries to look for vendors () 2021-10-25 13:58:10 +02:00
hengsin 633c2e240f
IDEMPIERE-5012 org.idempiere.ui.zk.annotation.Form annotation () 2021-10-23 15:11:49 +02:00
hengsin fe2b0bb966
IDEMPIERE-5011 Intermittent web client error at Firefox ()
- Desktop cleanup: fix timing issue with redirect
- index.zul: remove obsolete workaround for rmDesktop (desktop cleanup)
- serverpush.js: remove unreliable immediate stop of serverpush
2021-10-23 13:50:44 +02:00
hengsin 940586fa97
IDEMPIERE-5010 Info Panel show NPE at console ()
add null check
2021-10-22 13:38:30 +02:00
Carlos Ruiz 6a1ef46f44
Merge pull request from CarlosRuiz-globalqss/IDEMPIERE-4988
IDEMPIERE-4988 NPE - Change Role
2021-10-22 13:31:43 +02:00
Carlos Ruiz d6d05d5fd1 IDEMPIERE-4988 NPE - Change Role 2021-10-22 13:27:46 +02:00
Orlando Curieles 0192bca743 IDEMPIERE-4988 Fix NPE on changeRole 2021-10-22 13:27:12 +02:00
hengsin 4759ae5c2b
IDEMPIERE-5001 add org.adempiere.base.annotation.Process annotation ()
* IDEMPIERE-5001 add org.adempiere.base.annotation.Process annotation

* IDEMPIERE-5001 add org.adempiere.base.annotation.Process annotation

minor refinement

* IDEMPIERE-5001 add org.adempiere.base.annotation.Process annotation

refine error handling

* IDEMPIERE-5001 add org.adempiere.base.annotation.Process annotation

refactor to follow closer the AnnotationBasedModelFactory naming
convention.
2021-10-22 12:38:10 +02:00
hengsin 4b923f4d03
IDEMPIERE-5004 add org.adempiere.base.Model annotation support to MappedModelFactory () 2021-10-22 12:27:48 +02:00
hengsin a73ce05875
IDEMPIERE-4999 Advanced Lookup on sub-tab of a window triggers a PSQL Exception ()
- Integrate patch from Tony Snook to fix issue with "product category"
and "Chosen Multiple Selection List" field
2021-10-22 12:23:39 +02:00
hengsin eb82c679ca
IDEMPIERE-5003 Abort for workflow activity and process manage is not working () 2021-10-22 12:18:20 +02:00
Carlos Ruiz 3cab0992d5
IDEMPIERE-4863 Enable save column width in WListBox / fix oracle script () 2021-10-22 12:08:26 +02:00
HideakiHagiwara 9f835c3e15
IDEMPIERE-5008 Performance improvement of "NF3.0 Tree On Any Table". ()
Co-authored-by: jpiere <h.hagiwara@compiere-distribution-lab.net>
2021-10-21 15:48:09 +08:00
Ricardo Santana 1970ee6539
IDEMPIERE-5002 RMA does not handle UoM properly () 2021-10-21 15:23:17 +08:00
muriloht 2a4d5dded0
IDEMPIERE-4999 - fix advanced find and/or where clause () 2021-10-21 14:51:43 +08:00
Tony Snook 0d36f61cb4
IDEMPIERE-4297 Improve test data ()
Correct Delivered Qty on Garden World PO 800000, 800001 & 800002
2021-10-20 19:07:19 +08:00
Tony Snook a1c43734d3
IDEMPIERE-5007 fix BOM Viewer only showing single level of BOM () 2021-10-20 15:48:12 +08:00
Tony Snook f25c1c9922
IDEMPIERE-5007 fix BOM Viewer only showing single level of BOM () 2021-10-20 15:47:29 +08:00
Saulo José Gil aeb45c6192
IDEMPIERE-5005 - Chat window broken ()
* IDEMPIERE-5005 - Chat window broken

Fix event processing on chat window

* IDEMPIERE-5005 - Chat window broken

Removed confirm panel as it servers no other purpose than closing the
window.
2021-10-19 21:12:21 +08:00
hengsin 6a56596f10
Revert "IDEMPIERE-4770 - fix advanced find and/or where clause ()" ()
This reverts commit bba2be3514.
2021-10-18 20:44:08 +08:00
muriloht bba2be3514
IDEMPIERE-4770 - fix advanced find and/or where clause () 2021-10-18 20:29:40 +08:00
Carlos Ruiz cb07d78293
IDEMPIERE-2901 Period Control Management () 2021-10-14 13:06:09 +08:00
Diego Ruiz c9354bca85
IDEMPIERE-5000 Window Customization Field does not show fields that are not displayed in the Window>Tab>Field sytem record () 2021-10-13 16:14:59 +02:00
Diego Ruiz 6dd60f30c7
IDEMPIERE-4723 - Clean up org.compiere.acct dead code () 2021-10-13 13:19:18 +08:00
Nicolas Micoud 08b2c28207
IDEMPIERE-4998 : NPE when saving a SysConfig from code ()
* IDEMPIERE-4998 : NPE when saving a SysConfig from code

fix missing parenthesis and remove .bak file

Co-Authored-By: Carlos Ruiz <carg67@gmail.com>
2021-10-12 17:16:44 +02:00
Carlos Ruiz 5f39c14e31
IDEMPIERE-4997 Allow to use product (or charge) in commissions configuration () 2021-10-12 12:04:59 +02:00
Carlos Ruiz 68d2d7432e
IDEMPIERE-2624 Cant confirm 0 qty on Shipment Confirmation () 2021-10-12 09:36:49 +08:00
gsjeffen eb3db56364
IDEMPIERE-4863 Enable save column width in WListBox ()
* IDEMPIERE-4863-1 Enable save column width in WListBox

This PR is the base for implementing save of column width of a wlistbox in forms and windows.

* IDEMPIERE-4863-1 Enable save column width in WListBox implementation example

This commit is showing examples implementation of this PR, it is for infoProductWindow and infoWindow
2021-10-12 09:27:26 +08:00
Diego Ruiz 859c30166b
IDEMPIERE-4964 - Status line message does not update when changing th… ()
* IDEMPIERE-4964 - Status line message does not update when changing the detail

* Update GridTab.java

Co-authored-by: Carlos Ruiz <carg67@gmail.com>
2021-10-11 20:06:01 +02:00