Commit Graph

12039 Commits

Author SHA1 Message Date
Guilherme Chaddad 99839476c3 IDEMPIERE-3446 Define the workflow approver dynamically - java 2017-08-10 17:15:39 -03:00
Alex Silva de Albuquerque 1b8d9b038e IDEMPIERE-3446 Define the workflow approver dynamically - migration scripts 2017-08-10 17:15:07 -03:00
Eduardo Jaremicki Moreira a58428373c IDEMPIERE-3450 Idempiere config file is recreated without necessity 2017-08-10 16:40:14 -03:00
Eduardo Jaremicki Moreira 60a9930755 IDEMPIERE-3448 Request don't send notice messages to internal users 2017-08-10 16:35:11 -03:00
Carlos Ruiz c663b563b4 IDEMPIERE-3443 Payment Schedule leading to -> Current record was changed by another user, please ReQuery 2017-08-03 14:05:44 +02:00
Carlos Ruiz d0b5697dc6 IDEMPIERE-1157 Adding functionality to add charts on the standard windows 2017-07-27 17:43:22 +02:00
Carlos Ruiz 363bedd9f5 IDEMPIERE-3429 The method newInstance(String, String, List<PasswordData.Reference>) is undefined for the type PasswordData - integrate suggestion from dadan su at https://groups.google.com/d/msg/idempiere/Zzhf_K2YtDA/xvEC5sROCQAJ / confirmed by Gerald O'Sullivan 2017-07-21 20:18:36 +02:00
Diego Ruiz 1f747fb0b3 IDEMPIERE-3433 Info Window error when navigating to last page and LoadPageNum=N 2017-07-21 20:09:13 +02:00
Carlos Ruiz 0154540290 IDEMPIERE-3408 Encrypted Field can explore by normal user 2017-07-13 20:01:53 +02:00
Carlos Ruiz 4157a647d0 IDEMPIERE-3408 Encrypted Field can explore by normal user / found an issue if a password box has a length littler than 10 characters (can be plugins or max length defined in dictionary) 2017-07-12 01:12:11 +02:00
Carlos Ruiz 01cd2b1ef2 IDEMPIERE-2490 java.lang.IllegalStateException: Form too large -> IDEMPIERE-3118 IDEMPIERE-669 2017-07-06 14:42:56 +02:00
Carlos Ruiz c083110778 IDEMPIERE-2687 Void a Document on Closed Period / based on Nicolas comment https://groups.google.com/d/msg/idempiere/TDV_93n92h4/YCB9HMbJAwAJ 2017-07-06 13:59:47 +02:00
Heng Sin Low f4969a172f IDEMPIERE-3352 Enhancement of Batch Level Costing. Use safer approach for production reversal checking. 2017-07-04 20:04:16 +08:00
Nicolas Micoud 8194d58ec1 IDEMPIERE-3422 More info for error message "Failed to update user record with date last login" 2017-07-04 13:23:58 +02:00
Carlos Ruiz a2150cf29f IDEMPIERE-3421 wtable dir editor load wrong list 2017-07-04 12:42:55 +02:00
Heng Sin Low b0f7cda146 IDEMPIERE-3419 Wrong Account date in Matched PO if invoice and MR in different periods 2017-07-04 17:47:43 +08:00
Heng Sin Low e20c9b3be5 IDEMPIERE-3352 Enhancement of Batch Level Costing. Fixed checking of Reversal_ID not working when productionplan is use. 2017-07-04 17:25:27 +08:00
Heng Sin Low d70a8c07f3 IDEMPIERE-3350 Accounting Processor GL postings to "secondary" schema unreliable. Posted not updated after posting completed with error ( it stay as N ). 2017-07-04 15:21:33 +08:00
Carlos Ruiz fb35ec9d68 IDEMPIERE-3416 Implement the ability to track open DB connections 2017-06-30 16:45:12 +02:00
Carlos Ruiz 9bfe040d9b Integrate patches from hengsin - IDEMPIERE-3416 Implement the ability to track open DB connections (1007726/1008135) 2017-06-30 15:57:15 +02:00
Carlos Ruiz 680cf7f5a7 1008183 C_BankAccount.CurrentBalance is updated when Drafted Bank Statement is voided (IDEMPIERE-3414) 2017-06-29 21:41:49 +02:00
Carlos Ruiz 5625e27627 IDEMPIERE-3058 Make 2Pack transaction safe / fixing a case where the packin doesn't get the error marked 2017-06-29 14:32:27 +02:00
Carlos Ruiz 20a8d8d6f0 IDEMPIERE-3058 Make 2Pack transaction safe / fixing a case where the packin fails because of foreign keys but still was wrongly being marked as successful 2017-06-27 01:37:47 +02:00
hieplq c1390e3097 IDEMPIERE-3370:NPE when back to tab hasn't detail tab 2017-05-22 09:54:01 +07:00
Nicolas Micoud 5c9b4233aa IDEMPIERE-3555 WFieldSuggestion doesn't display translated field name 2017-11-23 14:26:16 +01:00
Carlos Ruiz 6b2470e670 IDEMPIERE-3564 Ability to change OrderBy (ASC / DESC) for print format items on ReportCustomizationPanel - integrate patch from Nicolas Micoud (nmicoud) + peer review 2017-11-23 14:21:03 +01:00
Heng Sin Low 0ae352c815 IDEMPIERE-3406 MStorageOnHand.getDateMaterialPolicy isn't correct on some condition 2017-11-22 15:49:11 +08:00
hieplq ed5f3b33d9 IDEMPIERE-3551:1008086 - External (non-plugin) 2Pack automation
break 2pack
2017-11-16 00:29:29 +07:00
Heng Sin Low 90949747f0 IDEMPIERE-3518 Improvement For Mobile Compatibility. Minor fix for process modal dialog and login user popup 2017-11-17 21:54:16 +08:00
hieplq a79255a9f5 IDEMPIERE-3136:update jetty to 9.4.x
error when build 2nd on jenkin: CSpec org.apache.httpcomponents.httpclient.source:osgi.bundle$4.3.6.v201511171540 has no  action, group, or local artifact named bundle.jar

orbit repository have 2 version of org.apache.httpcomponents.httpclient
1st do materialize, buckminster get correct verison org.apache.httpcomponents.httpclient and org.apache.httpcomponents.httpclient.source at version 4.3.6
2nd do materialize at without clear old one (like on jenkin) it will get new one version of source at 4.5.2
i guest issue by wrong process dependency on org.idempiere.eclipse.platform-feature
after 1st materialize, cspec of org.idempiere.eclipse.platform-feature have dependency to org.apache.httpcomponents.httpclient.source and it will get newest version.
don't know why it don't happen to org.apache.httpcomponents.httpclient
2017-05-21 23:52:34 +07:00
hieplq bac7729a59 IDEMPIERE-3136:update jasper report to use P2 2017-05-21 16:26:46 +07:00
hieplq f9c0adcebe IDEMPIERE-3277:metadata of joda-time at maven is break use same jar but re-create metadata at modifyBundle
already fix on maven, so can revert
2017-05-21 10:11:48 +07:00
hieplq 79f8edf12f IDEMPIERE-2544:to more warning compiler hidden good warning 2017-05-17 21:55:20 +07:00
hieplq 768762d32a IDEMPIERE-3136:all stuff relate library of idempiere
sync/clean/test when merger to core
2017-05-21 00:29:38 +07:00
hieplq fd28854b30 IDEMPIERE-3136:update jasper report
add more good standard parameter
2017-05-17 13:13:26 +07:00
hieplq cfe99b2408 IDEMPIERE-3136:update jasper report to use P2
refine bundle class path
2017-05-16 13:18:42 +07:00
hieplq 7968f8c9b4 IDEMPIERE-3136:update jasper report to use P2 2017-05-15 23:19:23 +07:00
hieplq 9c279a1d19 shut off validate warrning of org.adempiere.ui.zk
by history or other reason, builder list of org.adempiere.ui.zk have validate
so it make warning for some kind of spcial xml file like ant build, service componnent
add DOCTYPE to get rip of warrning about miss DTD or scheama
2017-05-07 14:55:04 +07:00
hieplq e9b019a242 IDEMPIERE-3136:update jasper report to use P2
refine dependency alse make org.adempiere.report.jasper.library become fragment
2017-05-15 14:13:05 +07:00
hieplq 29dac9e3fb IDEMPIERE-3136:update jasper report to use P2
update note install launch
2017-05-14 22:39:20 +07:00
hieplq e4e86b59f6 IDEMPIERE-3136:update jasper report
add more good standard parameter
2017-05-14 20:46:18 +07:00
hieplq 333458f8c1 IDEMPIERE-3136:update jasper report to use P2
pending to correct dependency of org.compiere.db.oracle.provider org.compiere.db.postgresql.provider
to org.jfree.io
it better use common from apache or create new one
2017-05-14 20:58:08 +07:00
hieplq 787883c56f IDEMPIERE-3136:update jasper report to 6.3.1 2017-05-14 20:54:48 +07:00
hieplq 2f27199ac0 IDEMPIERE-3136:update jetty to 9.4.x
jetty have some bundle on jetty repository and public some dependency to maven
so fix level of org.eclipse.jetty to same current level of jetty to avoid break when jetty have new release
2017-05-14 20:42:52 +07:00
hieplq 10275a406c IDEMPIERE-3136:update jasper report to 6.3.1 2017-05-13 16:44:02 +07:00
hieplq eca11cce8f IDEMPIERE-3353:sync development profile (eclipse) and package profile 2017-04-27 18:40:22 +07:00
hieplq 6868d3eaf6 IDEMPIERE-3353:sync development profile (eclipse) and package profile
on content tab of server.product, if click add required it will add feature server.feature include.
but it let can't materialize by dupplicate reference.
this action only help to display plugin when add at configuration tab. don't effect to runtime, so it's save to remove
2017-04-27 11:50:09 +07:00
hieplq 21cbb35b1d IDEMPIERE-3354:refine feature group
org.idempiere.customize should only dependency by server feature, so don't disturb other product
it also should option, just import when exsits
2017-04-27 12:55:16 +07:00
hieplq 40c595c969 IDEMPIERE-3353:sync development profile (eclipse) and package profile 2017-04-27 00:24:44 +07:00
hieplq ad5adf23e8 IDEMPIERE-3353:sync development profile (eclipse) and package profile
correct product define
2017-04-26 12:24:05 +07:00