Commit Graph

13557 Commits

Author SHA1 Message Date
Hideaki Hagiwara 2e065e6e61
IDEMPIERE-4293 Excel that download from Info Window is displayed ID Number (#67) 2020-05-19 13:47:27 +02:00
Carlos Ruiz 52b19fa452
IDEMPIERE-4297 Improve test data. Not Advanced Role (#68) 2020-05-19 12:01:50 +02:00
hengsin ad756782e7
IDEMPIERE-2699 Performance: Constant visits to database for MTable not cached (#63)
add unit testing
2020-05-19 10:05:56 +02:00
Carlos Ruiz 9009a3c4a7
IDEMPIERE-4294 Cannot install wildcard certificate #resolve IDEMPIERE-4294 (#65)
Solve java.lang.IllegalStateException: KeyStores with multiple certificates are not supported on the base class org.eclipse.jetty.util.ssl.SslContextFactory.
2020-05-18 12:01:32 +02:00
hengsin 77bf87f88a
IDEMPIERE-235 Generate Shipments is generating partial for complete orders (#64)
Add unit testing for DatePromised validation
2020-05-15 16:46:26 +02:00
hengsin 4487904bde
IDEMPIERE-4292 QueryTest.testOnlySelection fail on fresh db (#62)
Fix test failure on fresh db.
2020-05-15 10:19:07 +02:00
Carlos Ruiz fb3e730ad6
Merge pull request #61 from globalqss/IDEMPIERE-3333
Idempiere 3333
2020-05-14 19:00:49 +02:00
Carlos Ruiz fd72ce3d1b IDEMPIERE-3333 - extend the usage of the new MReportView to other places where is suggested as best practice 2020-05-14 18:58:16 +02:00
Deepak Pansheriya 14c27c58ca Idempiere 3333 (#60)
* IDEMPIERE-3333: Respecting ReportView order by clause when there is no orderby field on print format configured.

* IDEMPIERE-3333: Adding cached method as per peer review comment.

* IDEMPIERE-3333: Refactoring as per feedback from Carlos Ruiz.
2020-05-14 18:57:25 +02:00
hengsin ce107f3678
IDEMPIERE-2698 Performance: Report checking for zoom condition on dat… (#59)
* IDEMPIERE-2698 Performance: Report checking for zoom condition on database - must be cached

Add unit testing

* IDEMPIERE-2699 Performance: Constant visits to database for MTable not cached

Should usually access from tenant instead system client.
2020-05-14 15:41:39 +02:00
Diego Ruiz 1a902a95de
IDEMPIERE-3657 Missing buttons start/end page on detail tab (#57) 2020-05-13 19:22:23 +02:00
Carlos Ruiz 86ca0a9523
IDEMPIERE-235 Generate Shipments is generating partial for complete orders (#58) 2020-05-13 19:19:56 +02:00
Patric Massing cc159a3e53
IDEMPIERE-4288 zk9 - Editor-Dialog: Not Allowed to set height and rows at the same time (#56) 2020-05-13 17:13:25 +02:00
Nicolas Micoud b7a2b0762e
IDEMPIERE-4272 : Add GW_Sample_WebServices in default seed (#46)
* IDEMPIERE-4272 : Add GW_Sample_WebServices in default seed

Insert content of org.idempiere.webservices\testScripts\GW_Sample_WebServices.zip

* IDEMPIERE-4272 : Add GW_Sample_WebServices in default seed

Update of previous commit following Carlos's comments :
With 'past' migration script names ^^
Fix Sample get BP Standard (using Carlos's patch)
Add Storage Detail process for the role Web Service Execution
2020-05-13 10:20:46 +02:00
hengsin 292b26eac9
IDEMPIERE-4291 Upgrade org.netbeans.api:org-netbeans-api-visual to RELEASE113 (#54)
Update to RELEASE113
Adjustment for background transparency - needed for the new release
Remove https://bits.netbeans.org/maven2 repository - not accessible
2020-05-13 09:42:55 +02:00
hengsin 4c03fef8a8
IDEMPIERE-4289 Implement Support for JUnit5 Unit Testing (#53)
Add JUnit5 unit testing project org.idempiere.test
Add tycho sure fire test (skip by default)
2020-05-12 17:17:36 +02:00
Carlos Ruiz 9d050a96b3
IDEMPIERE-1108 Some bugs found while testing 2Pack / solves 32 errors in dictionary columns (#52) 2020-05-12 14:56:19 +02:00
Carlos Ruiz a64b9081cf
IDEMPIERE-1376 Fix migration scripts (#49) 2020-05-10 12:50:55 +02:00
Diego Ruiz c369410c48
IDEMPIERE-4283 QuickInfo showing the wrong orders by default on Generate PO from Sales Order (#48) 2020-05-09 18:51:44 +02:00
Diego Ruiz 4c22d862be
IDEMPIERE-1376 Error message not translated in Validate Business Partner (#45) 2020-05-09 15:40:27 +02:00
Carlos Ruiz 1f3a83c96e
IDEMPIERE-1146 + IDEMPIERE-3234 / Centralized ID not working with na… (#44)
* IDEMPIERE-1146 + IDEMPIERE-3234  / Centralized ID not working with native sequence enabled / PROJECT_ID_USE_CENTRALIZED_ID should take priority higher than SYSTEM_NATIVE_SEQUENCE

* IDEMPIERE-1146 + IDEMPIERE-3234

improve performance not reading MTable and Columns but just a cache
list of tables with EntityType column

* IDEMPIERE-1146 + IDEMPIERE-3234

Remove deprecation as the method is now capable of managin all cases
2020-05-09 21:13:50 +08:00
hengsin a84c1eac2f
IDEMPIERE-4277 Sizing error for Info Window and Error message popup (#42)
Fix size error of infowindow's parameter panel and ad window's error
message popup.
2020-05-09 08:42:13 +02:00
hengsin 4da87fa96b
Merge pull request #43 from globalqss/IDEMPIERE-3233
IDEMPIERE-3233:process dialog:deduce refresh tab when run a process
2020-05-09 14:15:19 +08:00
hieplq@hasuvimex.vn 4fcd450ffd IDEMPIERE-3233:process dialog:deduce refresh tab when run a process 2020-05-09 07:59:28 +02:00
hengsin 9a74e18e40
Idempiere 4168 (#40)
* IDEMPIERE-4168 Move Webstore out of core

Change EntityType of webstore table, column, field and menu from 'D' to
'WSTORE'

* IDEMPIERE-4168 Move Webstore out of core

Generate Model/Interface: filter column by EntityType. Update
AD_UserMail model class.

* IDEMPIERE-4168 Move Webstore out of core

Added optional column entity type filter.
2020-05-08 19:06:54 +02:00
hengsin e1090674a5
IDEMPIERE-4276 Update zk to release 9.0.1.2 (#39) 2020-05-08 15:31:12 +02:00
hengsin 7b02b3ff28
IDEMPIERE-4275 Remove obsolete projects (#38)
Remove obsolete org.slf4j.jdk14 and
org.idempiere.hazelcast.service.config project.
2020-05-08 13:45:16 +02:00
hengsin a6e19374d8
IDEMPIERE-4274 Move example projects to idempiere-examples repository (#37)
Remove org.adempiere.report.jasper.fonts and org.adempiere.ui.zk.example
project.
2020-05-08 13:36:51 +02:00
Deepak Pansheriya df6b9c8c22
IDEMPIERE-4157: Removing open quick form tracking from sessionManager, Adding support for tool tip translation (#36) 2020-05-08 13:25:06 +02:00
hengsin 912767b4ec
IDEMPIERE-4266 Remove hard coded modal dialog height (#32)
* IDEMPIERE-4266 Remove hard coded modal dialog height

Replace fixed process modal dialog height with css flex box rule.

* IDEMPIERE-4266 Remove hard coded modal dialog height

Fix css for process/report dialog.
2020-05-06 14:42:37 +02:00
hengsin 9d937aa328
IDEMPIERE-4267 Remove org.adempiere.report.jasper.webapp (#33)
* IDEMPIERE-4267 Remove org.adempiere.report.jasper.webapp

Remove org.adempiere.report.jasper.webapp project.
Use reportfilename.md5 to get remote md5 hash.
Use hex instead of base64 for md5 hash.
Copy standalone.jrxml to org.adempiere.report.jasper/test folder.

* IDEMPIERE-4267 Remove org.adempiere.report.jasper.webapp

Remove org.adempiere.report.jasper.fragment.test project
Added space checking for the default hash created by the md5sum command
line tool.
2020-05-06 13:08:58 +02:00
hengsin c6df56d2ba
IDEMPIERE-4265 Error log at console for first run of Jasper Report (#31)
Fix spring handlers configuration
2020-05-05 12:45:35 +02:00
hengsin 738b97ccaf
IDEMPIERE-4199 Clean up org.adempiere.extend (#29)
Remove org.adempiere.pipo.legacy project.
2020-05-04 20:36:59 +02:00
hengsin ed6470ea1d
IDEMPIERE-4249 Platform Refresh for 7.1z (#28)
Fix project name
2020-05-04 19:46:49 +02:00
Carlos Ruiz 58187cdc05
IDEMPIERE-4220 payment could not be committed due to wrong invoice date #resolve #comment Fixed trx issue (#26) 2020-05-03 15:38:47 +02:00
Nicolas Micoud 5c523c5f12
IDEMPIERE-4261 (#25)
Fix a typo on ProcessOK message
2020-05-02 15:48:19 +02:00
hengsin 9193267acf
IDEMPIERE-4249 Platform Refresh for 7.1z (#23)
Fix target platform and feature configuration for slf4j
2020-05-01 13:24:40 +02:00
Diego Ruiz a77a991b9f
IDEMPIERE-1035 hard to find exceptions when using restrictive rights … (#21)
* IDEMPIERE-1035 hard to find exceptions when using restrictive rights - Improve not access to workflow message

* IDEMPIERE-1035 hard to find exceptions when using restrictive rights - Improve not access to workflow message
2020-04-30 22:07:24 +02:00
Carlos Ruiz 94169c0af4
IDEMPIERE-4260 Web Services : Query should use MRole.addAccessSQL with RO (#20)
Co-authored-by: Nicolas Micoud <nmicoud@tgi.fr>
2020-04-30 16:01:49 +02:00
hengsin c3cad0d1e2
IDEMPIERE-4249 Platform Refresh for 7.1z (#19)
Upgrade to Tycho 1.7.0, Eclipse 2020-03, Zk 9.0.1 and Jetty 9.4.28
2020-04-30 16:01:19 +02:00
Carlos Ruiz 69af9e8fc4
IDEMPIERE-4258 Error runnig Jasper file on Report (#18) 2020-04-30 15:05:18 +02:00
Diego Ruiz 1e6a263a09
Merge pull request #17 from globalqss/IDEMPIERE-4247
IDEMPIERE-4247 WTableDirEditor - missing public methods
2020-04-29 22:45:34 +02:00
Nicolas Micoud 0ddc26be2f IDEMPIERE-4247 WTableDirEditor - missing public methods 2020-04-29 19:05:42 +02:00
Carlos Ruiz 190ef9d75c Merge release-7.1 into master 2020-04-26 13:45:06 +02:00
Diego Ruiz 7fa724f1ee IDEMPIERE-3611 line with missing mandatory content disappears when save in detail tab 2020-04-24 20:44:36 +02:00
Carlos Ruiz 6fb899bef2 Revert "IDEMPIERE-3551: set AUTOMATIC_PACKIN_FOLDERS by system properties to override configuration on database"
This reverts commit a1f1b609af.
2020-04-24 20:31:59 +02:00
Carlos Ruiz 09d2f9a1e3 IDEMPIERE-4253 Duplicated FillMandatory message on process dialogs 2020-04-23 21:08:43 +02:00
Diego Ruiz ffb6388d3c IDEMPIERE-2794 Run process via web services does not validate inactive parameters 2020-04-23 19:30:36 +02:00
Carlos Ruiz 0b663af8ab IDEMPIERE-4220 payment could not be committed due to wrong invoice date 2020-04-23 00:30:12 +02:00
Martin Schönbeck f156a01676 IDEMPIERE-4119 Importing products hangs on many products
Signed-off-by: Martin Schönbeck <ms.git@schoenbeck.de>
2020-04-22 23:47:43 +02:00