Deepak Pansheriya
08f6fb17d3
IDEMPIERE-3981: FindWindow - Overwrite isSelection at field level, Va… ( #249 )
...
* IDEMPIERE-3981: FindWindow - Overwrite isSelection at field level, Validation Rule overwrite for Find window, Extended search and advanced hiding options.
* IDEMPIERE-3981: Correcting migration script as per Carlos' code review finding
* IDEMPIERE-3981: Fixing as per code review comment
Co-authored-by: muriloht muriloht@devcoffee.com.br
Co-authored-by: Carlos Ruiz <carg67@gmail.com>
2020-10-21 13:32:25 +02:00
Carlos Ruiz
a60dd24533
IDEMPIERE-4495 github code scanning alerts ( #308 )
...
* IDEMPIERE-4495 github code scanning alerts
Failure to use secure cookies
* Failure to use secure cookies - one more
* Fix: Arbitrary file write during archive extraction ("Zip Slip")
* Fix: Resolving XML external entity in user-controlled data
2020-10-18 11:04:54 +08:00
hengsin
2b9cb9bb2e
IDEMPIERE-4497 Mobile: Update PDF.JS ( #306 )
...
* IDEMPIERE-4497 Mobile: Update PDF.JS
* IDEMPIERE-4497 Mobile: Update PDF.JS
archive and simple pdf viewer
* IDEMPIERE-4497 Mobile: Update PDF.JS
change ZK_USE_PDF_JS_VIEWER sysconfig level to Client level (C)
2020-10-17 17:55:11 +02:00
Nicolas Micoud
4856ca67fc
IDEMPIERE-4461 : Feedback email recipient(s) : add flexibility ( #261 )
...
* IDEMPIERE-4461 : Feedback email recipient(s) : add flexibility
Search recipients in SysConfig and if not found, fallback on System.SupportEMail
* IDEMPIERE-4461 : Feedback email recipient(s) : add flexibility
fixes suggested by @hengsin
Co-authored-by: hengsin <152246+hengsin@users.noreply.github.com>
2020-10-16 23:22:19 +08:00
hengsin
a21fe225e1
IDEMPIERE-4493 Mobile: Animation for Swipe Gesture ( #301 )
2020-10-16 11:46:48 +02:00
igorpojzl
3246bb8b1e
IDEMPIERE-4459 Info Window Customization ( #259 )
...
* IDEMPIERE-4459 Info Window Customization - Added Java Models
* IDEMPIERE-4459 Update Model AD_UserDef_Info_Column
* IDEMPIERE-4459 Added Migration scripts
* IDEMPIERE-4459 User Definition Info Column Added
Added Business Logic for Info Window Customization for Info Columns. Added InfoColumnVO for storing InfoColumn Data filtered with User Definition.
* IDEMPIERE-4459 Added Migration Scripts to Update Columns
Allow Update AD_Role_ID, AD_Language, AD_User_ID in AD_UserDef_Info table.
* IDEMPIERE-4459 Info Window Customisation - Updated Migration scripts
* IDEMPIERE-4459 Migration Script Fix
* IDEMPIERE-4459 Info Window Customization - Update Java Models
* IDEMPIERE-4459 Apply Migration Patch
* IDEMPIERE-4459 Info Window Customization - Update Models
* IDEMPIERE-4459 Apply Patch 2 fix.
* IDEMPIERE-4459 Info Related Cust. Added, Info Window Cust. Implementation..
* IDEMPIERE-4459 Info Related isDisplay added
* IDEMPIERE-4459 Added Display Logic for Info Related
* IDEMPIERE-4459 Fix SeqNo for InfoColumns
* IDEMPIERE-4459 Fix Patch 3
2020-10-16 11:41:50 +02:00
Deepak Pansheriya
b8e9e455f1
IDEMPIERE-4487: Fixing issue that date time editor not showing time part. ( #288 )
2020-10-15 19:17:19 +02:00
hengsin
1addf52f7e
IDEMPIERE-4482 Mobile Improvements ( #299 )
...
make toolbar and message overflow link easier to click
2020-10-15 10:34:32 +02:00
hengsin
91c72fd978
IDEMPIERE-4482 Mobile Improvements ( #297 )
...
* IDEMPIERE-4482 Mobile Improvements
* IDEMPIERE-4482 Mobile Improvements
minor line height fix for process dialog's message area
* IDEMPIERE-4482 Mobile Improvements
- fix issue with grid view column header height
- add customize grid view button to detail pane
- always show message as notifications for mobile
- fix some mobile layout issues
- default desktop font size to 14px
2020-10-14 11:07:18 +02:00
hengsin
6f2cc899d4
IDEMPIERE-4477 Upgrade to Zk 9.5.0 ( #290 )
2020-10-13 16:15:15 +02:00
Patric Massing
36f03b701a
IDEMPIERE-4468 - Pass the current value of numberbox to the textfield of calculator ( #279 )
2020-09-30 22:32:17 +08:00
hengsin
98ab98b28c
IDEMPIERE-4451 Executions.schedule should be executed asynchronously ( #266 )
...
onpiggyback should check whether's there's pending serverpush echo
2020-09-21 20:21:03 +02:00
hengsin
dd2ef468b0
IDEMPIERE 4287 ( #247 )
...
* IDEMPIERE-4287 Cache API not thread safe and inconsistent with Context
add support to make PO immutable
* IDEMPIERE-4287 Cache API not thread safe and inconsistent with Context
- added thread safe Immutable and Copy cache implementation for PO.
- migrate most of PO cache to immutable and copy cache.
- added pos sales order test.
* IDEMPIERE-4287 Cache API not thread safe and inconsistent with Context
- add test case for initial client setup and bank statement
- fix error for image editor, location editor, locator editor, initial
client setup, complete bank statement and migrate storage provider.
* IDEMPIERE-4287 Cache API not thread safe and inconsistent with Context
- added ImmutablePOSupport interface. Model class implement this
interface for immutable PO support.
- remove usage of cache for transaction table (rfq, invoice, inventory).
- add getCopy method to some model class to support getting an
updateable copy of PO from the otherwise immutable PO cache.
- the added getCopy method is use to return updateable PO for indirect
PO reference, for e.g MColumn.getAD_Table() and MOrderLine.getProduct.
2020-09-21 14:03:00 +08:00
Nicolas Micoud
9509d95c7c
IDEMPIERE-4460 : User suggestions for field/context help : check perm… ( #257 )
...
* IDEMPIERE-4460 : User suggestions for field/context help : check permission
new method to check exclusion of a table for current role, used to determine if popups should be displayed or not
* IDEMPIERE-4460 : User suggestions for field/context help : check permission
Following @globalqss's recommandations : rename the method + add more controls inside
Co-Authored-By: Carlos Ruiz <carg67@gmail.com>
Co-authored-by: Carlos Ruiz <carg67@gmail.com>
2020-09-20 15:53:56 +02:00
igorpojzl
dede5bd506
IDEMPIERE-4442 FIX NPE when locatorField is Empty ( #260 )
2020-09-18 21:38:15 +08:00
muriloht
6771a696cc
IDEMPIERE-4029 - global search element id ( #255 )
2020-09-16 14:08:12 +02:00
igorpojzl
7c096a4901
IDEMPIERE-4450 Info Window Performance ( #251 )
...
Pass ReadOnly Parameter to GridField from Info Window Column. For Better Performance of WTableDir Component.
2020-09-14 22:29:06 +08:00
igorpojzl
e18d8001d4
IDEMPIERE-4442 Change Locator Dialog TableDirect ( #242 )
...
* IDEMPIERE-4442 Change Locator Dialog TableDirect
* IDEMPEIRE-4442 Fixed inconsitent Locator
2020-09-07 13:49:10 +02:00
hieplq
bd03a89d1c
IDEMPIERE-4361:Date is subtracted by 1 day in certain cases ( #240 )
...
* IDEMPIERE-4361:Date is subtracted by 1 day in certain cases
sun.util.calendar.ZoneInfo consider offset and "daylight saving time" changed on range 1900-2037
for out of that range then offset always return raw offset, make date incorrect 1 day on some days
offset change by history can reference at:
https://en.wikipedia.org/wiki/Time_in_Vietnam#Time_in_French_Indochina
https://www.timeanddate.com/time/zone/vietnam/hanoi
database for all change
https://www.iana.org/time-zones
* IDEMPIERE-4361:Date is subtracted by 1 day in certain cases (wrong at client side)
when value set from server by DateBox.setValue(Date) it convert that time (without respect history change when out of range 1900 until 2037) to UTC but at client it respect history change when convert to display timezoen so make mismatch
* IDEMPIERE-4361:Date is subtracted by 1 day in certain cases (for datetimebox)
Co-authored-by: Carlos Ruiz <carg67@gmail.com>
2020-09-05 10:55:33 +02:00
hengsin
9d614b985e
IDEMPIERE-4424 ( #222 )
...
* IDEMPIERE-4424 Concurrent update not prevented in Grid View
Grid View - change click navigation to follow the same flow as toolbar
navigation.
* IDEMPIERE-4424 Concurrent update not prevented in Grid View
GridTable - added Updated and Processed concurrency checked against PO.
* IDEMPIERE-4424 Concurrent update not prevented in Grid View
Incorporate fix suggested by Carlos
2020-08-27 12:40:44 +02:00
hengsin
0e9f36add9
IDEMPIERE-3197 Tab still keep editing indicator when move to next record ( #229 )
...
Update tab title after save
2020-08-24 18:39:27 +02:00
hengsin
64a46577a6
IDEMPIERE-4122 missing font icons ( #231 )
...
Integrate patch from Murilo
2020-08-24 12:31:40 +02:00
Carlos Ruiz
a68c5f1968
IDEMPIERE-4425 Find Window improvements ( #219 )
2020-08-21 13:07:01 +02:00
hieplq
23ed373e5d
IDEMPIERE-4413:Change Role, disfunction all keyboard shortcuts ( #216 )
...
remove keydown handle at client side
2020-08-20 08:47:01 +02:00
Carlos Ruiz
7892c54aa1
IDEMPIERE-4386 setAD_User_ID() breaks when logged in as System user ( #188 )
...
* IDEMPIERE-4386 setAD_User_ID() breaks when logged in as System user
Allow saving Tab Customization for System user
* IDEMPIERE-4386 setAD_User_ID() breaks when logged in as System user
Fix copy/paste error
* IDEMPIERE-4386 setAD_User_ID() breaks when logged in as System user
Implement same suggestion on all the classes where setAD_User_ID must be allowed to explicitly set to System
There were already two classes with the Override approach: MUserPreference and MUserRoles, so this commit is to apply the same approach to all the classes with same approach
2020-08-13 18:20:59 +08:00
hengsin
a3e25375fe
IDEMPIERE-4396 Allow idempiere forms sort by header ( #205 )
...
sync model after sort
2020-08-05 10:10:51 +02:00
igorpojzl
fc0c7ed81c
IDEMPIERE-4397 Hide ProcessModalDialog in Autostart ( #204 )
...
Show only BusyDialog when autostarting process.
2020-08-04 23:46:55 +08:00
hengsin
a4bfdb27e7
IDEMPIERE-4391 Product Info - columns are not hidden, when remove wh/pl ( #200 )
...
render header again if number of columns change
2020-08-03 17:12:07 +02:00
hengsin
80146138ac
IDEMPIERE-4382 Locator Editor inconsistent in the application of filter ( #183 )
...
pass ValidationCode to MLocatorLookup
Fix dynamic display support
Fix filter for grid view
Fix locator dialog not open with the selected locator
2020-07-26 12:49:43 +02:00
hengsin
28213b9b9f
IDEMPIERE-1540 Autocomplete for field type "Search" ( #179 )
...
Do not count duplicate record id more than once (some infowindow, like
bpinfo have multiple rows with same record id)
2020-07-26 10:23:28 +02:00
hengsin
1c96affdde
IDEMPIERE-4322 Sort tab does not support virtual column identifier an… ( #173 )
...
* IDEMPIERE-4322 Sort tab does not support virtual column identifier and identifiers with different data type
add support for virtual column identifier
concat multiple identifier instead of taking the first not null value
* IDEMPIERE-4322 Sort tab does not support virtual column identifier and identifiers with different data type
Change to use DB.TO_CHAR.
Other condition (parent, key etc) shouldn't exclude IsIdentifier since
the UI allows it.
2020-07-25 12:15:10 +02:00
Diego Ruiz
763876cca3
IDEMPIERE-4380 Inconsistencies with selected filter query on tab navigation ( #181 )
...
* IDEMPIERE-4380 Inconcistencies with selected filter query on tab navigation
* IDEMPIERE-4380 Heng Sin Peer review
2020-07-24 20:34:30 +08:00
hengsin
a88d766078
Idempiere 4374 ( #178 )
...
* IDEMPIERE-4374 CSS Field Style not working for WSearchEditor
fix css field style not working for WSearchEditor
* IDEMPIERE-4374 CSS Field Style not working for WSearchEditor
fix css
2020-07-22 14:27:51 +02:00
Carlos Ruiz
be063cbd1e
IDEMPIERE-4368 Allow Define Default Saved Query for User / fix problem with recent items and zoom ( #176 )
2020-07-21 14:14:54 +02:00
hengsin
cc76e63d85
IDEMPIERE-4372 Performance: only add log record and sql statement to … ( #172 )
...
* IDEMPIERE-4372 Performance: only add log record and sql statement to context if trace/debug level <= debug/info
Minor clean up and thread safe fix for CLogErrorBuffer and MIssue
Only add LogRecord and SQL to context if TraceLevel is <= INFO
* IDEMPIERE-4372 Performance: only add log record and sql statement to context if trace/debug level <= debug/info
add back DB.isConnected check
remove redundant CLogErrorBuffer call from DB.isConnected
more fine grained synchronization
2020-07-21 12:25:20 +02:00
igorpojzl
dd2b24aafa
IDEMPIERE-4368: Allow Define Default Saved Query for User ( #169 )
...
* Update AD_UserQuery models
* Implementation of initializing Default User Queries
* Added Migration Scripts
* Update 202007161400_IDEMPIERE-4368.sql
Added missing register_migration_script.
* IDEMPIERE-4368 Added missing script.
* IDEMPIERE-4368 Allow Define Default Saved Query for User
Fix Load defaults only on Initialization.
* IDEMPIERE-4368
Move Migration Script to 7.1 folder
* IDEMPEIRE-4368
Apply of patch.
2020-07-20 14:51:48 +02:00
Carlos Ruiz
2d70a1a169
IDEMPIERE-1117 Attachment -> Disable preview over certain size ( #145 )
...
* IDEMPIERE-1117 Attachment -> Disable preview over certain size
New SysConfig key ZK_MAX_ATTACHMENT_PREVIEW_SIZE
* IDEMPIERE-1117 move scripts to 7.1
2020-07-14 21:51:17 +08:00
hieplq
beec96b332
IDEMPIERE-4357:ClassLocator.warn: Replicate resource by jetty append lib on standard web folder ( #155 )
2020-07-04 21:21:49 +08:00
Carlos Ruiz
d6e5cdc26a
IDEMPIERE-1052 Improve Performance using Search instead of Table/Table Direct ( #159 )
...
WSearchEditor broken when importing detail CSV
Merging this pull request tested locally (without peer review) as an emergency.
2020-07-03 20:56:48 +02:00
Carlos Ruiz
11c9ad6c59
IDEMPIERE-1052 Improve Performance using Search instead of Table/Table Direct ( #148 )
...
Integrate patch from Heng Sin
--> Fix Copy Record issue (handling of invalid value)
2020-07-01 15:44:59 +02:00
Nicolas Micoud
1f3b782215
IDEMPIERE-1890 : BroadcastMessageWindow Updates : add a vertical scrollbar ( #142 )
2020-06-27 11:46:46 +02:00
Diego Ruiz
5f0e895d88
IDEMPIERE-4345 zk9 - Payment selection (Manual) open with header collapsed ( #137 )
2020-06-25 17:47:04 +02:00
Carlos Ruiz
10771a7408
IDEMPIERE-4254 get oracle error ORA-01795 when has more than 1000 org ( #109 )
2020-06-09 23:26:44 +07:00
Carlos Ruiz
37e82005b5
IDEMPIERE-4329 Cleanup eclipse warnings ( #107 )
...
* IDEMPIERE-4329 Cleanup eclipse warnings
Clean unused imports
* IDEMPIERE-4329 Cleanup eclipse warnings
Clean some additional warnings
Make org.adempiere.base to respect the Warnings/Errors level configuration from workspace
* IDEMPIERE-4329 Cleanup eclipse warnings
One more unused import caused by the previous commit
2020-06-09 12:26:36 +02:00
hengsin
8f052b4081
IDEMPIERE-4237 timeout page continue do comet request and log a lot message ( #100 )
...
Revert SC_NO_Content for error bad to SC_BAD_REQUEST so that the failure
count at client side will work.
Add session timeout/notfound checking at client side.
2020-06-03 21:17:52 +08:00
hengsin
f2cbbc662d
IDEMPIERE-1540 Autocomplete for field type "Search" ( #91 )
...
Refactoring
Fix table/tabledir auto refresh
Fix MLookupInfo.clone
2020-06-01 15:29:04 +02:00
hieplq
9a35f2054d
IDEMPIERE-4314:eclipse project setting independent JDK ( #90 )
2020-06-01 11:30:00 +08:00
hengsin
5718645bc6
IDEMPIERE-1540 Autocomplete for field type "Search" ( #89 )
...
Fix ClassCastException
2020-05-30 11:53:11 +07:00
hengsin
fc56a2a205
IDEMPIERE-1540 Autocomplete for field type "Search" ( #88 )
...
Fix search column for auto complete
2020-05-29 18:08:39 +02:00
hengsin
baac93f9e0
IDEMPIERE-4307 Quick Entry always retrieve all fields from db ( #83 )
...
add cache for MField
2020-05-29 13:38:15 +02:00
hengsin
e9e7486473
IDEMPIERE-1540 Autocomplete for field type "Search" ( #79 )
...
* IDEMPIERE-1540 Autocomplete for field type "Search"
Implement auto complete for search field
* IDEMPIERE-1540 Autocomplete for field type "Search"
Add support for isAutoComplete flag (default is off).
Add isAutoComplete to AD_UserDef_Field, AD_InfoColumn and
AD_Process_Para.
Performance improvement - reduce number of queries for autocomplete and
added some cache.
* IDEMPIERE-1540 Autocomplete for field type "Search"
add constant for auto complete query timeout
use union all to further reduce the number of queries
2020-05-29 13:25:24 +02:00
Diego Ruiz
4eac03ba0f
IDEMPIERE-4304 Saved Query duplicates if use to save after sharing ( #81 )
...
* IDEMPIERE-4304 Saved Query duplicates if use to save after sharing
* IDEMPIERE-4304 Saved Query duplicates if use to save after sharing - Replaced JDBC call for Query
2020-05-23 00:23:42 +02:00
Carlos Ruiz
89faa3ac49
IDEMPIERE-2523 improve method to add comment to log script ( #75 )
...
#resolve IDEMPIERE-2523
2020-05-20 20:09:23 +02:00
hieplq
595e0df99c
Idempiere-4298:support update jdk (jdk 12 13 14) ( #69 )
...
* IDEMPIERE-4298: remove Bundle-RequiredExecutionEnvironment
when build by tycho value of Bundle-RequiredExecutionEnvironment and jdt need to compatibility
in case we use Bundle-RequiredExecutionEnvironment = 11 then can't build by jdk != 11
so stick on fix value isn't good
eclipse now also support Require-Capability, so don't need Bundle-RequiredExecutionEnvironment anymore
* IDEMPIERE-4298:support update jdk (jdk 12 13 14)
default environment still jdk-11 but you can build for any jdk by below command
export JAVA_HOME=path to jdk
mvn verify -Djdk.version=11
in case on JAVA_HOME is jdk 14 then can set jdk.version for 11, 12, 13, 14 and same for other jdk
at moment java 14 just support on eclipse 2020-03 with install plugin
Java 14 Support for Eclipse 2020-03 (4.15)
2020-05-20 11:18:31 +08:00
hengsin
5550a9633c
IDEMPIERE-4300 DashboardPanel subclass should not cache Env Ctx ( #70 )
...
Remove Env.getCtx() cache
2020-05-19 16:19:41 +02:00
Nicolas Micoud
c5038a33ca
IDEMPIERE-4150 : Right click / New/Update not visible with duplicated windows ( #50 )
...
Also use ZoomConditions for Table/TableDirect editors
2020-05-19 13:56:52 +02:00
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
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
Diego Ruiz
1a902a95de
IDEMPIERE-3657 Missing buttons start/end page on detail tab ( #57 )
2020-05-13 19:22:23 +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
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
hieplq@hasuvimex.vn
4fcd450ffd
IDEMPIERE-3233:process dialog:deduce refresh tab when run a process
2020-05-09 07:59:28 +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
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
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
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
09d2f9a1e3
IDEMPIERE-4253 Duplicated FillMandatory message on process dialogs
2020-04-23 21:08:43 +02:00
hengsin
7fc71f8e9e
IDEMPIERE-4252 Remove usage of vflex/height + rows.
2020-04-22 16:46:18 +08:00
Carlos Ruiz
43c8485b76
Merge release-7.1 into master
2020-04-18 18:44:51 +02:00
hengsin
d059ae50b0
IDEMPIERE-4206 Session timeout shown sometimes when changing roles. Fix theme preference lost after change role.
2020-04-14 20:33:58 +08:00
hengsin
c8b8e00202
Merge remote-tracking branch 'origin/release-7.1'
2020-04-06 12:28:46 +08:00
hengsin
b82156200a
IDEMPIERE-4206 Session timeout shown sometimes when changing roles
...
Do not create new http session and do not use http redirect.
2020-04-06 11:35:20 +08:00
hengsin
db0aafb3dc
Merge branch 'origin/release-7.1'
2020-04-03 20:09:59 +08:00
hengsin
61098bdf3c
IDEMPIERE-4206 Session timeout shown sometimes when changing roles
...
Simplify Serverpush Code - remove retries and warning that just slow down
things and doesn't really help.
Change Role - With session invalidated and all components removed, there
isn't need to destroy desktop.
2020-04-03 20:07:16 +08:00
HideakiHagiwara
628103ef94
IDEMPIERE-4226 Wrong tooltip at Tab title
2020-04-02 18:47:02 +02:00
hengsin
ee4ec74a88
Merge branch 'origin/release-7.1'
2020-04-02 10:01:29 +08:00
hengsin
99cead1540
IDEMPIERE-4228 Align ServerPush implementation with Executions.schedule JavaDoc
2020-04-02 09:58:01 +08:00
Carlos Ruiz
e10a5c9425
Merge release-7.1 into master
2020-04-01 15:27:45 +02:00
hengsin
bf8f5ea8c1
IDEMPIERE-4206 Session timeout shown sometimes when changing roles
2020-04-01 17:19:18 +08:00
Carlos Ruiz
b6898a8f99
Merge release-7.1 into master
2020-03-21 17:45:25 +01:00
Carlos Ruiz
8cd7b0661b
IDEMPIERE-4216 Some text columns are wrongly edited as with length 32767
2020-03-21 16:35:29 +01:00
Carlos Ruiz
1e638f5a28
IDEMPIERE-3786 Number of records in detail grid must not be hardcoded
2020-03-21 11:50:46 +01:00
Carlos Ruiz
e875d2cd6c
minor - show login information on the new test servers
2020-03-19 10:23:09 +01:00
Nicolas Micoud
170739bf6f
IDEMPIERE-4208 Preserve @ and # in HTML content
2020-03-18 14:11:45 +01:00
hengsin
f6a8d4865d
Merge origin/release-7.1
2020-03-17 17:44:47 +08:00
hengsin
0b41ffd3f8
IDEMPIERE-4210 Fix 2 Failed to resume long polling resource warning
2020-03-17 17:25:30 +08:00
Carlos Ruiz
b886c593c8
IDEMPIERE-4209 Attachment button doesn't refresh when deleting the whole attachment
2020-03-13 21:53:49 +01:00
Carlos Ruiz
02647cc5ee
Merge release-7.1 into master
2020-03-13 17:46:17 +01:00
Carlos Ruiz
aecd058f25
IDEMPIERE-4198 Icon duplicated on report dialog when using Font icon
2020-03-13 15:18:44 +01:00
Carlos Ruiz
2d647c520a
IDEMPIERE-4178 Replace NVL with Coalesce / partial revert of commit 2c639f - just the java part
2020-03-13 11:32:27 +01:00
Diego Ruiz
64b35a2e19
IDEMPIERE-4192 dont apply style on advanced search
2020-03-11 17:15:20 +01:00
hengsin
1b6aa35c97
IDEMPIERE-4205 Remove usage of applet
2020-03-11 18:13:42 +08:00
Carlos Ruiz
b38452321f
Merge release-7.1 into master
2020-03-10 18:30:52 +01:00
Diego Ruiz
a3f0681d23
IDEMPIERE-4085 Search in toolbar
2020-03-10 18:24:42 +01:00
Diego Ruiz
eae52b13ad
IDEMPIERE-4192 Mandatory label red
2020-03-10 12:54:54 +01:00
hengsin
2642293c0a
Merge release-7.1 into master
2020-03-08 20:24:05 +08:00
hengsin
501ef7479c
IDEMPIERE-4197 Minor improvements to quick entry and location dialog layout
2020-03-08 20:20:19 +08:00
hengsin
dfcb22fa5c
IDEMPIERE-4196 Image Field: Not fully clickable on user window and doesn't maintain aspect ratio
2020-03-08 19:19:06 +08:00
hengsin
2d06047049
IDEMPIERE-4195 Add NPE check to SchedulerStateEditor
2020-03-08 17:18:31 +08:00
Carlos Ruiz
3a0f1d36b0
Merge release-7.1 into master
2020-03-07 12:08:07 +01:00
hengsin
df5b0c2ea8
IDEMPIERE-4177 Replace SYSDATE with getDate()
2020-03-03 10:07:14 +08:00
hengsin
e0906eb102
IDEMPIERE-4154 ServerPush Adjustments. Reduce sleep to 300ms, longer wait doesn't help. Log schedule failures count. cleanup editor cache listener if schedule fail.
2020-03-02 10:59:29 +08:00
hengsin
31e63dc04d
IDEMPIERE-4193 Incorporate fix from https://tracker.zkoss.org/browse/ZK-4204
2020-03-02 10:04:04 +08:00
Carlos Ruiz
a2ade6340a
Merge release-7.1 into master
2020-02-29 11:22:06 +01:00
Carlos Ruiz
c4cef3b8de
IDEMPIERE-4190 Implement Image Storage Provider (1006528) (FHCA-1165)
...
Peer review and tests:
* PO -> implement postDelete method to be called after the database delete is committed - fix issue about file being deleted from filesystem and commit failing because of referential integrity (for example deleting an image that is associated to a user)
* MArchive, MAttachment, MImage -> change deletion of file from before/afterDelete to postDelete
* MImage -> change getImageStoragePath from clientID/orgID to AD_Image/clientID (this is to allow using the same storage that attachments and archives uses, and avoid issues when changing org)
* MBPartner, MUser, MPOSKey -> delete associated image with postDelete
* ArchiveFileSystem -> fix issue not deleting the file in the filesystem when deleting the archive (using get_ID() on a deleted record returns zero)
* WImageEditor -> save automatically when creating a new image
* AttachmentFileSystem -> avoid trying to save attachment after is deleted
* ImageDBStorageImpl, MSysConfig -> Implement SysConfig IMAGE_DB_STORAGE_SAVE_AS_ZIP to save images in DB zipped - defaults to false which is the actual behavior
* ImageFileStorageImpl -> do not save file with extension, to fix error where previous file was not deleted when uploading a new file with different extension
2020-02-27 22:17:17 +01:00
Carlos Ruiz
c5c3d8c743
IDEMPIERE-4157: Quick Form for fast data entry with keyboard -- peer review - minor changes
2020-02-26 16:09:28 +01:00
Deepak Pansheriya
434cbaf110
IDEMPIERE-4157: Quick Form for fast data entry with keyboard
2020-02-26 16:08:42 +01:00
hengsin
ea1f86837d
IDEMPIERE-4154 ServerPush Adjustments. Fix logging error. commitResponse should be ok as long as resource is available.
2020-02-26 11:01:09 +08:00
Carlos Ruiz
174ff192a4
IDEMPIERE-3545 Add plugin information in About window / fix index out of bounds issue - and avoid starting a fragment
2020-02-25 17:52:03 +01:00
hengsin
0871b81c87
IDEMPIERE-4154 ServerPush Adjustments. AtmosphereResource: use recommended suspend method for infinite suspend. ZkAtmosphereHandler: add server log for errors. serverpush.js: use POST to avoid cache issue, include session parameter to be consistent with other zkau request.
2020-02-23 20:59:15 +08:00
Carlos Ruiz
8733f74809
Merge release-7.1 into master
2020-02-23 13:18:56 +01:00
hengsin
2c639f7a69
IDEMPIERE-4178 Replace NVL with Coalesce
2020-02-21 09:54:57 +08:00
Diego Ruiz
600ab3556b
IDEMPIERE-4084 Minor bug - menuitem icon not centered vertically
2020-02-20 15:56:19 +01:00
Carlos Ruiz
af5cfcb0e8
IDEMPIERE-4174 Login issues using password manager / IDEMPIERE-3182
2020-02-19 22:05:18 +01:00
hengsin
c388716835
IDEMPIERE-4176 Replace DELETE with DELETE FROM
2020-02-19 10:46:23 +08:00
hengsin
b3b53a478e
Merge release-7.1 into master
2020-02-16 17:01:59 +08:00
hengsin
26f18f9c22
IDEMPIERE-4154 ServerPush Adjustments. Incorporate suggestion from Martin Schönbeck.
2020-02-16 17:00:00 +08:00
Carlos Ruiz
e456d65aed
IDEMPIERE-3232 Useless to set focus on a readonly field
2020-02-13 01:03:17 +01:00
Carlos Ruiz
15707d9aac
Merge release-7.1 into master
2020-02-13 01:00:46 +01:00
Carlos Ruiz
46c60f34b8
IDEMPIERE-3232 Useless to set focus on a readonly field
...
Improve next focus on capturing when selecting a value from a list or an info window
2020-02-12 23:54:01 +01:00
Carlos Ruiz
e2af3a5516
IDEMPIERE-4171 DB message on delete is lost
2020-02-12 19:04:22 +01:00
Diego Ruiz
3e3f8ac4e9
IDEMPIERE-4172 onFind forces to refresh the record when another user modified it
2020-02-12 18:46:49 +01:00
Carlos Ruiz
ea70caa08a
IDEMPIERE-4171 DB message on delete is lost
2020-02-12 18:27:08 +01:00
Diego Ruiz
74a84a9fa4
IDEMPIERE-4165 Fixed NPE when onIgnore in form mode
2020-02-10 22:17:18 +01:00
Diego Ruiz
c50d8ff703
IDEMPIERE-4165 Fix problem for case #5 reported in the ticket
2020-02-10 19:03:25 +01:00
Diego Ruiz
643599548e
IDEMPIERE-4084 improve toolbar more configurable - solve issues with custom buttons
2020-02-10 18:56:44 +01:00
hengsin
f30c94939b
Merge release-7.1 into master
2020-02-09 21:50:33 +08:00
hengsin
3abe35f1f3
IDEMPIERE-4154 ServerPush Adjustments. Logout should stop serverpush. Handle stop/abort in serverpush.js, add optional trace.
2020-02-09 21:47:44 +08:00
Carlos Ruiz
6ab7fff658
Merge release-7.1 into master
2020-02-08 13:19:03 +01:00
Diego Ruiz
63ce461862
IDEMPIERE-4165 Display issue in grid mode after grid toggle
2020-02-08 11:22:38 +01:00
hengsin
3dd7349c99
Merge release-7.1 into master
2020-02-04 11:00:07 +08:00
hengsin
a64ccd107e
IDEMPIERE-4154 ServerPush Adjustments. Make another 2 adjustment as there are still report of slowness due to failure to resume long polling resource.
2020-02-04 10:56:33 +08:00
hengsin
df2385eb86
Merge release-7.1 into master
2020-01-31 12:28:44 +08:00
hengsin
1080b5a654
IDEMPIERE-4154 ServerPush Adjustments. Further refinement of the long polling serverpush implmentation. Add back zk-websocket-serverpush.xml
2020-01-31 12:20:05 +08:00
Diego Ruiz
4a81373e9d
IDEMPIERE-2837 add font icon
2020-01-30 19:50:46 +01:00
Diego Ruiz
33d2a4d0f7
IDEMPIERE-4084 - Improve toolbar customization
2020-01-30 17:29:17 +01:00
Deepak Pansheriya
511292c8b9
IDEMPIERE-4070: Adding print format item -> Display logic support in XLSX, XLS and HTML report. ( #11 )
2020-01-29 16:35:49 +01:00
Diego Ruiz
153d311eaa
IDEMPIERE-4151 Label Style not working when a field is set to Heading Only
2020-01-28 15:09:53 +01:00
Carlos Ruiz
55dc83de87
Merge release-7.1 into master
2020-01-25 15:14:33 +01:00
hengsin
96eba5f89a
IDEMPIERE-4154 ServerPush Adjustments
2020-01-22 11:48:46 +08:00
Carlos Ruiz
39d9c68895
IDEMPIERE-4152 : Payment Allocation : notify user when date changes - peer review
2020-01-21 15:49:14 +01:00
Nicolas Micoud
940d33bc66
IDEMPIERE-4152 : Payment Allocation : notify user when date changes
2020-01-21 15:41:42 +01:00
Diego Ruiz
ce7121ae85
IDEMPIERE-4151 Label Style not working when a field is set to Heading Only
2020-01-20 20:20:20 +01:00
Diego Ruiz
54c26b54b6
IDEMPIERE-4151 - Refactor build style code to remove duplicated code
2020-01-20 20:19:55 +01:00
Carlos Ruiz
f810d5a692
Merge release-7.1 into master
2020-01-16 15:26:55 +01:00
Nicolas Micoud
8d6ef9aa18
IDEMPIERE-4148 : WAutoCompleterCity should retrieve only active cities
2020-01-16 12:29:56 +01:00
Carlos Ruiz
44fd0fe898
Merge release-7.1 into master
2020-01-12 22:51:04 +01:00
Deepak Pansheriya
ac94565b3b
IDEMPIERE-4142: Info window do no show any records if there is virtual column of type Search, Table direct or list ( #7 )
2020-01-06 17:57:57 +01:00
Carlos Ruiz
21eb285e5b
IDEMPIERE-2924 Export to XLS limited to 65536
...
* Complete ticket - implement support for XLSX in scheduler, background jobs, jasper reporting, default types
* Synchronize xlsx with xls exporter to use ZK_FOOTER_SERVER_MSG and ZK_FOOTER_SERVER_DATETIME_FORMAT SysConfig
* Excel alerts now export to xlsx instead of xls
2020-01-04 17:26:00 +01:00
Deepak Pansheriya
503ca8eb62
IDEMPIERE-2924: Adding XLSX Export support ( #6 )
2020-01-04 15:19:48 +01:00
Carlos Ruiz
6c5f285dc4
IDEMPIERE-1022 Login warning msg translation / deprecate message
2019-12-26 10:17:16 +01:00
Carlos Ruiz
ef3ed449ca
IDEMPIERE-1424 Report Wizard is not using translated columns
2019-12-24 00:13:21 +01:00
Carlos Ruiz
3041228c45
IDEMPIERE-4130 MaxQueryRecords by Tab (FHCA-1115)
2019-12-18 23:07:01 +01:00
Carlos Ruiz
0ae68806f6
IDEMPIERE-3971 Process Customization - decrease log level
2019-12-18 22:29:33 +01:00
Diego Ruiz
ca714c3774
IDEMPIERE-2836 SQL Searches for advanced users
2019-12-18 16:27:18 +01:00
nmicoud
c979d17550
IDEMPIERE-4215 : Accounting Fact Reconcilation form : add a Select/DeselectAll and ZoomToDocument buttons
2019-12-18 14:28:04 +01:00
Hans Auler GmbH
304014ab72
IDEMPIERE-4075 Html tags and CSS in Status Line
2019-12-11 16:28:35 +01:00
Carlos Ruiz
38c38b2ed1
Backed out changeset d79c1817ead1 / Refs #6142 / IDEMPIERE-3535 - missing font icons / backout - broken Context menu for editor in String fields
2019-12-04 23:05:13 +01:00
Diego Ruiz
570875e74b
IDEMPIERE-4087 Virtual search columns
2019-11-27 19:25:12 +01:00
Nicolas Micoud
3921f67a2d
IDEMPIERE-4124 WSearchEditor - missing public methods
2019-12-04 15:28:44 +01:00
Murilo Habermann Torquato
23dee999a6
Refs #6142 / IDEMPIERE-3535 - missing font icons
2019-11-29 23:16:18 -03:00
Deepak Pansheriya
dd2766d88c
IDEMPIERE-3721 : Adding Archive toolbar button on Jasper viewer
2019-11-27 13:22:49 +05:30
Diego Ruiz
a63306ef4a
IDEMPIERE-4115 Open Window with Find icon pressed when the initial records are filtered
2019-11-27 10:33:51 +01:00
Carlos Ruiz
64eadf1822
release 7.1 process - set version in configuration files
2019-11-21 23:28:48 +01:00
Heng Sin Low
7c4ccdc739
IDEMPIERE-4060 Implement change scheduler state at scheduler window
2019-11-15 16:07:11 +08:00
Carlos Ruiz
e9f48caf03
hg merge release-6.2 (merge release6.2 into default)
2019-11-14 20:38:44 +01:00
Carlos Ruiz
2286fb8f67
IDEMPIERE-4106 Dependent fields not cleared when changing a parent field / IDEMPIERE-3961
2019-11-14 20:38:16 +01:00
Carlos Ruiz
6fcbe19151
IDEMPIERE-2837 - Use in a better way saved searches - PR
2019-11-14 18:06:32 +01:00
Diego Ruiz
3baf23c4dd
IDEMPIERE-2837 - Use in a better way saved searches
2019-11-14 12:53:20 +01:00
Nicolas Micoud
3063be83ca
IDEMPIERE-4100 Show ampersand in window titles
2019-11-13 10:51:56 +01:00
Heng Sin Low
f46b8afb5c
IDEMPIERE-4098 CLogger usage pattern clean up
2019-11-12 20:49:55 +08:00
Carlos Ruiz
f26db68e2b
IDEMPIERE-4072 iDempiere Monitor: Implement server and cache details for cluster node
2019-10-22 17:06:17 +02:00
Carlos Ruiz
68ccc3842f
hg merge release-6.2 (merge release6.2 into default)
2019-10-19 14:17:55 +02:00
Heng Sin Low
31dd08b595
IDEMPIERE-4072 iDempiere Monitor: Implement server and cache details for cluster node. Fixed multiple message cache instance. Improve naming of cache.
2019-10-19 07:28:07 +08:00
Deepak Pansheriya
a574294e33
IDEMPIERE-3210: Refresh the header record when save from detail tab and enable/disable save button on detail tab record edit/save.
2016-10-06 18:57:51 +05:30
hieplq
79f3e4e8f4
IDEMPIERE-3194:prepare data of perfomance gadget should do on thread
...
just work-around better complete implement IDEMPIERE-348.
2016-09-19 20:35:19 +07:00
Nicolas Micoud
123e2074c8
IDEMPIERE-4011 Define paging size per Info window
2019-10-16 16:00:58 +02:00
Murilo Habermann Torquato
a0b5e52daf
IDEMPIERE-3969 - askforinput new editors, allowed on callouts and new methods for display pdfList from process and infowindow from process
2019-05-15 19:22:30 -03:00
Carlos Ruiz
9eabc31cde
hg merge release-6.2 (merge release6.2 into default)
2019-10-15 17:17:15 +02:00
hieplq
ebb6605287
IDEMPIERE-3180:form "create line from" on invoice window make NPE when clear BP field
2016-09-04 19:37:29 +07:00
Heng Sin Low
fc09db1278
IDEMPIERE-4006 Wrong matched PO quanity for vendor credit memo
2019-09-18 18:39:25 +08:00
jonatas.silvestrini
7d0101fcee
COF #9933 / IDEMPIERE-3848 - Photobooth.min.js updated
2019-09-04 16:08:17 -03:00
Carlos Ruiz
10d5df21b7
IDEMPIERE-4041 Implement some callouts for Bank Transfer process parameters
2019-08-30 14:36:59 +02:00
Carlos Ruiz
865f3f843f
IDEMPIERE-3629 Parameter Value Change and Form Validation Listener for Process Dialog / fix query not working correctly
2019-08-30 14:36:44 +02:00
Carlos Ruiz
23e6325afc
IDEMPIERE-4034 Payment Selection improvements/bugs / peer review - set default to true for "Only positive balance"
2019-08-24 14:56:46 +02:00
Diego Ruiz
f7f95937c7
IDEMPIERE-4034 - Payment Selection improvements/bugs
2019-08-23 20:57:20 +02:00
Carlos Ruiz
9f99f32493
IDEMPIERE-3606 Document status panel is not refreshing / IDEMPIERE-3338 / IDEMPIERE-3535 Implement font icon theme
2019-08-23 17:37:34 +02:00
Carlos Ruiz
01381f964d
IDEMPIERE-905 Post-it functionality / better icon for IDEMPIERE-3535
2019-08-23 17:37:04 +02:00
matheus.marcelino
b6aacadeff
COF #10015 / IDEMPIERE-4031 - Adjust font icon to CSV Import File Loader button + IDEMPIERE-3535
2019-08-22 10:43:56 -03:00
matheus.marcelino
87703ab73a
COF #10011 / IDEMPIERE-4033 - avoiding NPE in ZkJRViewer
2019-08-22 11:19:40 -03:00
Murilo Habermann Torquato
4284ae73ed
Refs #9831 / IDEMPIERE-3999 - menu tree missing info window filter
2019-06-28 09:59:30 -03:00
Carlos Ruiz
426dbd3ef8
IDEMPIERE-3979 Record Access Exlude problem / fix Physical Inventory problem
2019-08-15 17:51:20 +02:00
Carlos Ruiz
96b9060618
IDEMPIERE-4008 Related Info Window not displaying lookup values / integrate patch from Matheus Eduardo Marcelino (MatheusMarcelino)
2019-07-31 21:15:57 +02:00
Carlos Ruiz
8c7ef51521
IDEMPIERE-2033 Add Reset button on CustomizeGridView panel / based on suggested patch from Nicolas Micoud (nmicoud)
2019-07-26 21:53:48 +02:00
Nicolas Micoud
c370554e30
IDEMPIERE-4009 Pushing the Enter key on standard search panels don't have any effect
2019-07-26 21:36:27 +02:00
Nicolas Micoud
244718e2cf
IDEMPIERE-3939 Tree node label is not updated after update of record
2019-07-26 20:22:44 +02:00
hieplq
96508b61f7
IDEMPIERE-1937:same for change password pannel
...
SessionManager.logoutSession() clean current Execution, so Executions.getCurrent() return null
so List<String> browserLanguages = browserLanguages(Executions.getCurrent().getHeader("accept-language"));
on LoginPanel make NPE
2019-07-25 21:58:09 +07:00
Diego Ruiz
e32d1f4312
IDEMPIERE-4007 Allow to use set Tool Tip text in the right Help panel from code. i.e in Forms
2019-07-18 21:00:36 +02:00
Hans Auler GmbH
62a8e4efaa
IDEMPIERE-4063 - OK-Button on Infowindow will not be aktivated
2019-10-14 08:26:07 +02:00
Murilo Habermann Torquato
69cc3237c9
IDEMPIERE-3971 - implement new options (carlos suggestions)
2019-10-09 10:46:54 -03:00
Heng Sin Low
dce1355998
IDEMPIERE-4060 Implement change scheduler state at scheduler window. Deactivate toolbar button and add button field implementation
2019-10-08 10:45:13 +08:00
Heng Sin Low
0ebc63b215
IDEMPIERE-4060 Implement change scheduler state at scheduler window
2019-10-04 17:24:41 +08:00
Carlos Ruiz
655c292033
Backed out changeset 82fd39d9c56a - IDEMPIERE-3840 Use web socket for server push - set websocket as the default
2019-09-24 11:20:30 +02:00
Carlos Ruiz
d04bf27c65
Backed out changeset 067ecd1dc47e - IDEMPIERE-3840 Use web socket for server push - set websocket as the default
2019-09-24 11:20:06 +02:00
Carlos Ruiz
6133471c1b
hg merge release-6.2 (merge release6.2 into default)
2019-09-21 12:57:50 +02:00
Heng Sin Low
8f3b199b1f
IDEMPIERE-4052 Move to Eclipse 2019-09 and ECJ 3.19.0
2019-09-19 19:57:52 +08:00
Murilo Habermann Torquato
73c05c3828
IDEMPIERE-3831 info column style
2019-09-17 23:47:21 -03:00
Heng Sin Low
f4aca34b6e
IDEMPIERE-3997 Attachment panel : ability to download all attachments as zip file. Base on patch from Nicolas Micoud.
2019-09-10 11:06:46 +08:00
Carlos Ruiz
54aab6fea3
hg merge release-6.2 (merge release6.2 into default)
2019-09-07 13:30:15 +02:00
Nicolas Micoud
63fab58fc1
IDEMPIERE-4005 Force grid mode when Find panel closes
2019-09-03 14:27:44 +02:00
Carlos Ruiz
12e9d47c74
hg merge release-6.2 (merge release6.2 into default)
2019-08-31 16:34:46 +02:00
Carlos Ruiz
56b1d98e27
IDEMPIERE-3998 Execute Toolbar Process / add info about parameter *RecordIDs* when using this new feature - for logging purposes
2019-08-29 13:12:51 +02:00
Deepak Pansheriya
31c236e419
IDEMPIERE-3998: Execute Toolbar Process, get list of multiple row selected from the Grid view.
2019-08-16 16:50:31 +05:30
Carlos Ruiz
01643c0acb
hg merge release-6.2 (merge release6.2 into default)
2019-08-18 12:38:53 +02:00
sjeffen
9e6b18bcc6
IDEMPIERE-4024 cpherp missing part of help suggestion translation
2019-08-12 08:44:49 +02:00
Carlos Ruiz
fa73cc1fd3
hg merge release-6.2 (merge release6.2 into default)
2019-08-02 20:21:35 +02:00
Carlos Ruiz
f7111b1097
hg merge release-6.2 (merge release6.2 into default)
2019-07-27 11:47:28 +02:00
Carlos Ruiz
1c48a96b10
hg merge release-6.2 (merge release6.2 into default)
2019-07-20 12:39:26 +02:00
Carlos Ruiz
25637cc743
hg merge release-6.2 (merge release6.2 into default)
2019-07-06 12:43:07 +02:00
Heng Sin Low
fafc4a134e
IDEMPIERE-3562 Timeline view of record changes. Fix formatting of old and new value.
2019-07-04 14:20:35 +08:00
Carlos Ruiz
077a2c07a4
IDEMPIERE-2850 Allow to schedule background reports in xls / do not set print format for financial reports
2019-07-03 15:47:11 +02:00
Heng Sin Low
d00c07c2b9
IDEMPIERE-3413 Multi Select List and table reference
2019-06-24 18:23:41 +08:00
Carlos Ruiz
debaa3b017
hg merge release-6.2 (merge release6.2 into default)
2019-06-15 13:00:58 +02:00
Carlos Ruiz
b5281f7f88
IDEMPIERE-3987 EMailDialog user fields open the Info C_SalesDashboard search panel
2019-06-14 22:18:48 +02:00
Carlos Ruiz
470cbca7af
IDEMPIERE-3987 EMailDialog user fields open the Info C_SalesDashboard search panel
2019-06-14 14:22:08 +02:00
Carlos Ruiz
125c5aced8
IDEMPIERE-3980
2019-06-10 23:34:40 +02:00
Carlos Ruiz
822665c81e
hg merge release-6.2 (merge release6.2 into default)
2019-06-10 19:32:11 +02:00
Carlos Ruiz
6bdfc00408
IDEMPIERE-3979 Record Access Exclude problem / peer review
2019-06-10 19:22:13 +02:00
Carlos Ruiz
b600b9878d
IDEMPIERE-3978 Zoom from QuickInfo to a specific window / peer review and tests
2019-06-04 10:26:58 +02:00
Murilo Habermann Torquato
c0b4da403d
Refs #9674 - window UUID from quickInfo zoom ( IDEMPIERE-3978 )
2019-06-03 16:31:38 -03:00
michal_zilincar
05da94ddf1
IDEMPIERE-3979 Record Access Exlude problem
2019-06-03 18:16:21 +02:00
Carlos Ruiz
0451bf0b4f
IDEMPIERE-3980
2019-06-10 18:19:31 +02:00
Carlos Ruiz
1f701bbced
IDEMPIERE-3980 Thanks to Alessandro Cordella for reporting
2019-06-10 15:08:00 +02:00
Carlos Ruiz
4251777150
hg merge release-6.2 (merge release6.2 into default)
2019-05-25 14:38:21 +02:00
Carlos Ruiz
85194f496d
hg merge release-6.2 (merge release6.2 into default)
2019-05-18 15:02:25 +02:00
Carlos Ruiz
adac5357f4
IDEMPIERE-3973 Bug in Business Partner Info window export function
2019-05-18 14:55:11 +02:00
Carlos Ruiz
76f93c7d94
hg merge release-6.2 (merge release6.2 into default)
2019-05-18 13:05:51 +02:00
Deepak Pansheriya
a9fbf53acf
IDEMPIERE-3975: Virtual column can't be used for search, empty result returned
2019-05-17 19:18:40 +05:30
Carlos Ruiz
a1a7b80bd0
IDEMPIERE-2850 Allow to schedule background reports in xls
2019-05-21 18:17:05 +02:00
Carlos Ruiz
d2fc1f0d57
IDEMPIERE-3972 Core problems with big numbers
2019-05-18 12:55:57 +02:00
Carlos Ruiz
c4d6e259b2
IDEMPIERE-2389:Print format and Report type selection on process dialog - do not set HTML as default, let the SysConfig keys for ZK_REPORT_FORM_OUTPUT_TYPE and ZK_REPORT_TABLE_OUTPUT_TYPE take place
2019-05-16 17:58:42 +02:00
Carlos Ruiz
d1498c7362
hg merge release-6.2 (merge release6.2 into default)
2019-05-11 21:43:19 +02:00
sjeffen
a2fcb2f550
IDEMPIERE-3966 cph::erp menu shortcut and use enter
2019-05-08 19:13:58 +02:00
sjeffen
385280f8aa
IDEMPIERE-3963 cph::erp improve findwindow layout by css
2019-05-06 11:17:07 +02:00
Carlos Ruiz
b357b4c13c
IDEMPIERE-3946 - graft part of c9a8d5d into release-6.2
2019-05-04 20:20:00 +02:00
Murilo Habermann Torquato
042740a2dc
IDEMPIERE-3946 - cxf version on webservices and dependencies on target platform
2019-04-30 17:52:38 -03:00
Carlos Ruiz
7753c90af0
hg merge release-6.2 (merge release6.2 into default)
2019-04-27 14:18:37 +02:00
Carlos Ruiz
9f3ab12923
IDEMPIERE-3957 Translation of infogeneralpanel - peer review
2019-04-27 14:15:23 +02:00
sjeffen
a4e501973a
cph::erp IDEMPIERE-3957
2019-04-26 21:24:45 +02:00
hieplq
29f4a4b830
Jetty vulnerability
...
https://webtide.com/indexing-listing-vulnerability-in-jetty/
https://www.eclipse.org/lists/jetty-dev/msg03298.html
2019-04-23 19:48:36 +07:00
Carlos Ruiz
f985863ecd
IDEMPIERE-3956 Add Close Windows to the Left/Right - expanding IDEMPIERE-2335
2019-04-25 16:58:35 +02:00
hieplq
f1fb314422
IDEMPIERE-3883:preserve sorting of info window (fix issue when column display changed)
2019-04-21 20:04:22 +07:00
Carlos Ruiz
61ffa71f8c
hg merge release-6.2 (merge release6.2 into default)
2019-04-21 12:55:49 +02:00
Carlos Ruiz
191ee4a74d
IDEMPIERE-3950 Translation of valuepreference dialog / peer review
2019-04-18 22:16:52 +02:00
sjeffen
4cd2b500b1
cph::erp valuepreference / IDEMPIERE-3950 Translation of valuepreference dialog
2019-04-10 22:58:42 +02:00
Murilo Habermann Torquato
374e23a700
IDEMPIERE-3953 open special forms from process related to info windows
2019-04-15 17:18:28 -03:00
Carlos Ruiz
0e4fc3a373
hg merge release-6.2 (merge release6.2 into default)
2019-03-29 17:47:51 -03:00
Carlos Ruiz
29a52d89e7
IDEMPIERE-393 IDEMPIERE-2405 / Setup Wizard progress meter broken because of zk change
2019-03-29 17:32:44 -03:00
Heng Sin Low
e65edd9e51
IDEMPIERE-3562 Timeline view of record changes.
2019-03-28 16:45:41 +08:00
Heng Sin Low
6265a1bc5c
IDEMPIERE-3840 Use web socket for server push. Move websocket serverpush configuration to a separate zk config file.
2019-03-27 20:56:27 +08:00
Carlos Ruiz
f318aaf854
hg merge release-6.2 (merge release6.2 into default)
2019-03-25 19:57:13 -03:00
Carlos Ruiz
216a84c478
IDEMPIERE-3269 Field to show read-only grid (TrekGlobal contribution 1006181) / fix on zk 8.6.0.1
2019-03-24 14:07:59 -03:00
Carlos Ruiz
cee4edc557
hg merge release-6.2 (merge release6.2 into default)
2019-03-23 21:38:25 -03:00
hieplq
59655e3324
IDEMPIERE-3917: add sql logic for display logic of field, process button, customize button
2019-03-20 08:53:05 +07:00
Carlos Ruiz
c9d4d19fdd
IDEMPIERE-3928 Make log level configurable on runtime - add "Reload Log Props" button on About window for administrators
2019-03-22 11:06:53 -03:00
Carlos Ruiz
0a0ad7027c
IDEMPIERE-3926 Restrict roles in login by type
2019-03-21 16:04:26 -03:00
Carlos Ruiz
5e8c2b26aa
IDEMPIERE-3528 Add to Favorite for Menu Search Panel / fix problem because the unique key of AD_TreeBar is not including ad_client_id
2019-03-18 19:57:10 -03:00
Carlos Ruiz
bb141e796d
hg merge release-6.2 (merge release6.2 into default)
2019-03-16 11:17:29 +01:00
Carlos Ruiz
e3f84efcb0
IDEMPIERE-3912 Report customization sort criteria moving down up make sort no. as 0 and doesnt sort properly / Fix suggested by Pritesh Shah
2019-03-09 20:58:41 +01:00
Carlos Ruiz
b6dc381d11
hg merge release-6.2 (merge release6.2 into default)
2019-03-02 13:00:54 +01:00
Carlos Ruiz
bb8aedc027
IDEMPIERE-3905 Set label in red when editor is mandatory and empty on quick entry panels
2019-02-28 22:42:13 +01:00
hieplq
6f7949c2bb
IDEMPIERE-3883:preserve sorting of info window
2019-02-21 21:37:32 +07:00
Carlos Ruiz
e1a877dd7e
IDEMPIERE-3936 / IDEMPIERE-1334 Msg.translate showing a warning because it wants to translate the process name when it's already translated
2019-03-27 16:00:09 -03:00
Carlos Ruiz
a5afb2f2ee
IDEMPIERE-3936 / IDEMPIERE-1334 / IDEMPIERE-2230 - clear selected records after a process is finished - when the order has changed the records selected are different - is also possible that the process changed the result, so keeping the selection will point also to wrong records
2019-03-27 15:58:33 -03:00
Carlos Ruiz
7541072804
IDEMPIERE-3936 Info Window to maintain Support Roles / fix issue - search editor not working to find info windows for views
2019-03-27 15:56:11 -03:00
Carlos Ruiz
bb2eed58eb
IDEMPIERE-3606 Document status panel is not refreshing / solve also NPE when user doesn't have document status configured
2019-03-27 10:45:28 -03:00
sjeffen
9a9512a484
IDEMPIERE-3933 Remove flickering in the find dialog
2019-03-26 23:02:53 -03:00
Carlos Ruiz
8d5a15aa34
IDEMPIERE-2152 - fix error when Info Window has a non-displayed key and a process -> InfoWindow.getColumnValue: column play keyView should is integer
2019-03-26 21:22:24 -03:00
Carlos Ruiz
bf6cb8cb53
hg merge release-6.2 (merge release6.2 into default)
2019-02-17 15:41:00 +01:00
Carlos Ruiz
259bf17694
IDEMPIERE-3894 IllegalArgumentException when printing a print format with a short name
2019-02-15 17:26:46 +01:00
Carlos Ruiz
1c5a27152c
IDEMPIERE-3894 IllegalArgumentException when printing a print format with a short name
2019-02-15 17:22:13 +01:00
hieplq
b33c82d14d
IDEMPIERE-3883:preserve sorting of info window/clear warning
2019-02-14 23:28:12 +07:00
hieplq
9d00488815
IDEMPIERE-3883:preserve sorting of info window
2019-02-13 23:09:00 +07:00
Carlos Ruiz
b65e393e33
IDEMPIERE-1744 after import record. in detail tab, parent key is not load
2019-02-15 16:57:47 +01:00
Carlos Ruiz
6c0a7110b5
hg merge release-6.2 (merge release6.2 into default)
2019-02-09 16:41:13 +01:00
Carlos Ruiz
53664405aa
hg merge release-6.2 (merge release6.2 into default)
2019-02-02 13:36:54 +01:00
Carlos Ruiz
88e8bce48d
IDEMPIERE-3882 - one more review of WAttachment - the preview is doing a double refresh after 1 second
2019-02-01 12:53:35 +01:00
Carlos Ruiz
a1f5fd0107
IDEMPIERE-3882 high load of the browser by creating a document attachment / disable scroll bar - the preview panel is showing a double scroll bar
2019-02-01 12:30:35 +01:00
Hans Auler GmbH
d061f0bdf0
IDEMPIERE-3882: high load of the browser by creating a document attachment
2019-02-01 11:23:50 +01:00
Carlos Ruiz
6db1526cdd
hg merge release-6.2 (merge release6.2 into default)
2019-01-26 17:48:35 +01:00
Carlos Ruiz
9d3355d6b2
IDEMPIERE-1311 Ability to hide fields on Connection panel
2019-01-25 14:59:03 +01:00
Deepak Pansheriya
d6e2058703
IDEMPIERE-3858 Options to create one to one check on payment selection window.
2019-01-04 16:06:47 +05:30
Carlos Ruiz
1b2007ed3b
IDEMPIERE-3876 Encoding and line delimiter issues / convert sources to unix line delimiter
2019-01-21 15:37:14 +01:00
Carlos Ruiz
4d9912c6e3
IDEMPIERE-2003 Capturing wrong numbers with numeric keypad when decimal separator is not dot / fix a problem with same language using different separator in different countries, for example es_CO vs es_SV
2019-01-17 20:51:48 +01:00
Carlos Ruiz
e1ce7e9ec9
Backed out changeset c14bc0ce677c - IDEMPIERE-3808 - works fine in 2018-12 but not yet in 2018-09
2019-01-10 15:39:41 +01:00
Carlos Ruiz
f79dc728a3
IDEMPIERE-3808:collect info to move idempiere to jdk-11. Fix jdk target environment. As advised by Heng Sin
2019-01-10 15:21:19 +01:00
hieplq
c38dcec5cc
IDEMPIERE-3531: clean stuff download by download-maven-plugin to resulve issue report at group also auto run clean
...
https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!topic/idempiere/4hSPHBqk1oo
2019-01-07 23:54:47 +07:00
Carlos Ruiz
090a34eb88
IDEMPIERE-3808:collect info to move idempiere to jdk-11. Fix jdk target environment. / eclipse still doesn't fully support - avoid annoying warning on launcher
2019-01-07 17:58:10 +01:00
Carlos Ruiz
d14338729b
IDEMPIERE-3808:collect info to move idempiere to jdk-11. Fix jdk target environment.
2019-01-07 13:22:58 +01:00
Carlos Ruiz
9487335169
Preparing release 6.2 - upgrade versions
2019-01-05 23:56:28 +01:00
Carlos Ruiz
08d59a036d
IDEMPIERE-3449 Follow more chrome recommendations: Password field is not contained in a form
2019-01-04 01:29:38 +01:00
Heng Sin Low
5d65cc419d
IDEMPIERE-3840 Use web socket for server push. Fix initial connection setup. Fix handling of timeout.
2019-01-03 21:38:14 +08:00
Carlos Ruiz
b32038f30b
IDEMPIERE-2911 NF3.0 Tree On Any Table not working correctly in subtab
2018-12-29 00:04:32 +01:00
hieplq
6c76b7e4b8
IDEMPIERE-3808:collect info to move idempiere to jdk-11 (update lib j2ee take out from jdk)
...
this commit by auto adjust from eclipse (exclude server.product.launch)
== setup eclipse like bellow to get stable build ==
1. keep eclipse at Eclipse 2018-09 (https://www.eclipse.org/downloads/packages/release/2018-09/r )
2. install "java-11-support-eclipse" https://marketplace.eclipse.org/content/java-11-support-eclipse-2018-09-49
3. call update "help/check for update"
4. now that eclipse full support jdk-11 and build stable without any issue
ref:https://groups.google.com/d/msg/idempiere/At6xXFyEcGY/IJ1ETiohCwAJ
2018-12-28 15:11:11 +07:00
Carlos Ruiz
c48587c8cc
IDEMPIERE-3840 move back zk.xml to Atmosphere while stabilizing WebSocket
2018-12-27 17:19:12 +01:00
Carlos Ruiz
8b73a1b743
hg merge experimental (merge experimental into default)
2018-12-27 16:57:47 +01:00
Carlos Ruiz
e3cf7d225a
hg merge release-6.1 (merge release6.1 into default)
2018-12-27 11:19:27 +01:00
Carlos Ruiz
6037389ced
IDEMPIERE-3855 Implement AD_Tree.IsValueDisplayed - FHCA-817
2018-12-26 15:27:12 +01:00
Carlos Ruiz
b74ed53357
IDEMPIERE-2389 Print format and Report type selection on process dialog / fix problem reported by Vassili Kouleshov at https://groups.google.com/d/msg/idempiere/qFJ0FeDiZJo/7V77mXEkAgAJ
2018-12-23 16:08:52 +01:00
Carlos Ruiz
ec8c384c5f
backout f018794 - IDEMPIERE-611 Zk: number editor popup auto close immediately. - seems like in newer versions of zk the previous patch was correct to get the focus on calculator and latest patch didn't get focus
2018-12-23 15:29:09 +01:00
Carlos Ruiz
18f789b57c
hg merge release-6.1 (merge release6.1 into default)
2018-12-21 16:45:29 +01:00
hieplq
e00b022e12
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (move file server to github)
2018-12-21 19:08:06 +07:00
Carlos Ruiz
abdf2d50d5
IDEMPIERE-2003 Capturing wrong numbers with numeric keypad when decimal separator is not dot / similar problem in calculator
2018-12-20 15:53:16 +01:00
Carlos Ruiz
fbb5f74389
IDEMPIERE-2003 Capturing wrong numbers with numeric keypad when decimal separator is not dot / fix problem reported with double comma in windows and certain keyboards
2018-12-20 14:21:19 +01:00
Carlos Ruiz
83f8ea2253
IDEMPIERE-3851 Filtering list box (AP2-671 TrekGlobal) - integrate development from Elaine Tan
2018-12-18 17:28:24 +01:00
Carlos Ruiz
610c11baa0
hg merge release-6.1 (merge release6.1 into default)
2018-12-15 17:30:10 +01:00
Nicolas Micoud
ec6d32fdd5
IDEMPIERE-3770 Translation : export only centralized data
2018-12-15 17:00:03 +01:00
Heng Sin Low
47d876ddad
IDEMPIERE-3840 Use web socket for server push. Fix construction of websocket path to server. Remove testing timeout code that have been accidentally leftover. Some minor cleanup.
2018-12-11 14:55:21 +08:00
Carlos Ruiz
33b8b505d7
IDEMPIERE-3852 Export zip button (pack out) has error for tabs beyond third level (FHCA-815)
2018-12-19 20:00:20 +01:00
Heng Sin Low
d96de33753
IDEMPIERE-3840 Use web socket for server push
2018-12-03 11:55:17 +08:00
hieplq
45e54b5da0
IDEMPIERE-3808:collect info to move idempiere to jdk-11 (update lib j2ee take out from jdk)
...
https://github.com/eclipse-ee4j
some already release so update, some not yet release so wait
https://eclipse-ee4j.github.io/javamail/
https://eclipse-ee4j.github.io/jaf/
2018-12-23 11:08:13 +07:00
hieplq
942800418e
IDEMPIERE-3808:collect info to move idempiere to jdk-11 (zk8.6.0.1, eclipse-1812, java11, tycho 1.3)
...
still use local repository for maven.to.p2 to continue update library
2018-12-22 15:49:50 +07:00
hieplq
3e2012fb97
Merge with default
2018-12-22 12:23:39 +07:00
hieplq
b59fe516dc
IDEMPIERE-3808:collect info to move idempiere to jdk-11 (zk8.6)
...
Borderlayout.warn: The library-property setting: org.zkoss.zul.borderlayout.animation.disabed was changed to org.zkoss.zul.borderlayout.animation.disabled, please use the new one instea$
2018-11-25 09:08:03 +07:00
hieplq
ce85c72261
IDEMPIERE-3808:collect info to move idempiere to jdk-11 (zk8.6)
...
update zk to zk8.6
2018-11-13 12:01:10 +07:00
Nicolas Micoud
1b88546a84
IDEMPIERE-3767 WReportCustomization / Tabs 1 and 5 are not scrollable
2018-11-11 18:34:41 -02:00
Nicolas Micoud
5e0a824d04
IDEMPIERE-3814 Toolbar doesn't respect restriction when window is opened on a sub tab
2018-11-11 18:31:51 -02:00
hieplq
f39116d95d
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (delete buckminster stuff)
2018-11-10 10:32:38 +07:00
Carlos Ruiz
4aba73b917
Change sourceforge folder for seed database and jarfiles
2018-11-04 20:09:44 -02:00
Carlos Ruiz
7eeb4a8463
More versioning for 6.1
2018-11-04 18:32:21 -02:00
Carlos Ruiz
ee4303d453
set version to 6.1
2018-11-04 14:47:53 -02:00
hieplq
479deb9b27
Merge
2018-10-31 17:31:38 +07:00
hieplq
7ddd9b9692
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (web service/tycho ok, eclipse conflic)
...
use javax.activation bundle from eclipse can resolve issue conflic between tycho buil/eclipse build/eclipse runtime
2018-10-31 10:25:17 +07:00
hieplq
8a04f3e303
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (web service/tycho ok, eclipse conflic)
...
1. new version of cxf need new version of spring so get osgi version from org.apache.servicemix but spring of cxf limit to 4.0 so take 4.3.19.RELEASE_1
http://cxf.apache.org/docs/30-migration-guide.html
2. eclipse auto add --add-modules=ALL-SYSTEM when run eclipse launcher, so when run idempiere server from eclipse encounter bellow condition
javax.activity, javax.xml.ws is depricate package to remove on jdk11
that why this module is exclusive from build class path (but by --add-modules=ALL-SYSTEM it appear at runtime)
we use some replace jar for that package (com.sun.activation for javax.activation)
2018-10-31 04:03:57 +07:00
Carlos Ruiz
eba4ceca7f
hg merge release-5.1 (merge release5.1 into default)
2018-10-26 15:36:31 +02:00
hieplq
69c91e1111
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (build by tycho issue)
...
https://bugs.eclipse.org/bugs/show_bug.cgi
https://bugs.eclipse.org/bugs/show_bug.cgi?id=537016
1. use latest jdt for support jdk10
2. tycho resolve dependency to javax.activation, javax.xml.bind from jdk, but jdk don't public it.
eclipse resolve by get highest version from com.sun.activation.javax.activation, jaxb-api
so need use Require-Bundle to force tycho choose com.sun.activation.javax.activation
2.1 if keep both import javax.activation and Require-Bundle com.sun.activation.javax.activation with get bellow exception on tycho but org.adempiere.base don't have this issue
[ERROR] /home/hieplq/1Dev/project/native/idempiere-dev-11/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/factory/DefaultFeedbackService.java:[16]
[ERROR] import javax.activation.DataSource;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The type 'DataSource' is not API (restriction on classpath entry '/home/hieplq/.m2/repository/p2/osgi/bundle/com.sun.activation.javax.activation/1.2.0/com.sun.activation.javax.activation-1.2.0.jar')
3. pass --add-exports for org.adempiere.base, install, server and swing
2018-10-25 23:59:10 +07:00
hieplq
5e5d79f614
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (add Vendor info to bundle)
2018-10-24 13:07:45 +07:00
hieplq
9d77b3d665
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (IDEMPIERE-3531)
2018-10-24 12:39:44 +07:00
hieplq
bf3561fc0d
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (clazz.getDeclaredConstructor().newInstance())
2018-10-24 12:10:32 +07:00
hieplq
61a5fd1c21
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
...
constance of BigDecimal move to RoundingMode
2018-10-24 09:48:52 +07:00
hieplq
0e5becb6c8
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
...
constructer with expression
2018-10-24 09:28:04 +07:00
hieplq
52a4a836c8
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
...
constructer with expression
2018-10-24 09:26:40 +07:00
hieplq
155810c3f1
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
...
constructer with expression
2018-10-24 09:25:50 +07:00
hieplq
733ad1c89f
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
...
constructer with expression
2018-10-24 09:17:22 +07:00
hieplq
1b05e022d0
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
...
constructer with expression
2018-10-24 09:15:07 +07:00
hieplq
9957ffa06c
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
...
constructer with expression
2018-10-24 09:09:51 +07:00