Commit Graph

2327 Commits

Author SHA1 Message Date
hieplq 9482f02dec IDEMPIERE-3531:add maven tycho configuration 2018-02-10 16:42:06 +07:00
hieplq b8caaa1549 IDEMPIERE-3531:some plugin don't include class on output maven when export
"bin.includes = ." is mandatory for maven build
2018-02-11 00:37:05 +07:00
hieplq d7808da56a IDEMPIERE-3531:setting output build, jdk follow project convert from pure plugin to maven
a mavent project convert from plugin have flow default rule
   1. maven project prefer setting JRE to Execution environment, so .classpath is updated
   2. java class compliment to target/classes/, so build.propertie is updated
   3. JDK compliance configuration setting per project (only this option), so .settings/org.eclipse.jdt.core.prefs is created

extra setting about warning done manual to resolved
https://bugs.eclipse.org/bugs/show_bug.cgi?id=367431

   it happend on bundle use non-standard java package
      org.adempiere.base/.settings/org.eclipse.jdt.core.prefs
      org.adempiere.ui.swing/.settings/org.eclipse.jdt.core.prefs

   on org.adempiere.server, old method add accessrules to classpathentry don't work for maven build.
   so change to warning method make it consitent with other
      org.adempiere.server/.settings/org.eclipse.jdt.core.prefs
2018-02-03 01:39:47 +07:00
hieplq 34741c7d87 IDEMPIERE-3531:standard maven repository url
find out origin reposiroty for almost library
maven url include maven2 part
2018-02-03 16:38:23 +07:00
hieplq b6d9886732 IDEMPIERE-3531:standard lib folder
on all project, put library into lib folder, so easy apply parametrize
remove some unuse (don't see reference) library
2018-02-02 13:47:07 +07:00
Carlos Ruiz 16167a62cb hg merge release-5.1 (merge release5.1 into default) 2018-01-23 12:01:20 +01:00
Carlos Ruiz 7c0bffa908 IDEMPIERE-1906 Use postgresql SIMILAR TO instead of LIKE 2018-01-19 23:02:46 +01:00
Carlos Ruiz 975a46ae45 IDEMPIERE-3580 Advanced Zoom Across 2018-01-19 18:22:16 +01:00
Carlos Ruiz 9ce5c347cb IDEMPIERE-3545 Add plugin information in About window / implement start-stop 2018-01-19 15:45:53 +01:00
Carlos Ruiz af32053a03 hg merge release-5.1 (merge release5.1 into default) 2018-01-19 15:44:08 +01:00
Carlos Ruiz 391b57de2a IDEMPIERE-3535 Implement font icon theme / integrate fix from Murilo (muriloht) for the lock button 2018-01-05 15:20:29 +01:00
Carlos Ruiz caf3ca2367 hg merge release-5.1 (merge release5.1 into default) 2018-01-05 15:17:26 +01:00
Carlos Ruiz 23d2ca465e IDEMPIERE-905 Post-it functionality / add 16 pixels icon 2018-01-05 15:15:37 +01:00
Carlos Ruiz d7353f8e2a IDEMPIERE-3535 / thanks to Murilo - fixed a flaw on the rendering of Lock button 2018-01-05 15:14:50 +01:00
Carlos Ruiz dc373fbb4e IDEMPIERE-3614 styles on fields also apply in the find window 2018-01-16 11:30:55 +01:00
Carlos Ruiz ee233577c6 IDEMPIERE-3612 improve the look of posting window by avoiding multiline output 2018-01-16 09:50:24 +01:00
Diego Ruiz baa44f138f IDEMPIERE-3529 - Add parameters to InvoicePrint process 2018-01-11 19:15:30 +01:00
Carlos Ruiz 016549fb6c IDEMPIERE-3572 "New Record" button in Info Windows does not work properly 2018-01-11 07:31:22 +01:00
Carlos Ruiz 0ec3576fe2 IDEMPIERE-3599 allow DocActions to be selected in a more flexible way 2018-01-08 21:58:22 +01:00
Carlos Ruiz a96a27c12a IDEMPIERE-3603 checking permission on doctype instead of doctypetarge 2018-01-08 17:11:42 +01:00
Murilo Habermann Torquato 80acb075a8 IDEMPIERE-3518 Improvement For Mobile Compatibility 2018-01-05 15:38:49 +01:00
Carlos Ruiz 4e4f31e9be IDEMPIERE-3545 Add plugin information in About window 2017-12-12 23:05:02 +01:00
Nicolas Micoud 82178fa0fd IDEMPIERE-3578 BPartner Location name : Preserve custom name 2017-12-12 19:16:11 +01:00
Carlos Ruiz 6d2700ac72 hg merge release-5.1 (merge release5.1 into default) 2017-11-29 10:45:50 +01:00
Heng Sin Low 0e6ae23f83 IDEMPIERE-3552 update to zk 8.5.0. Fixed context menu not working for readonly combobox. 2017-11-26 07:29:50 +08:00
Heng Sin Low 3669419d2c IDEMPIERE-3568 Report Wizard is Not Working 2017-11-24 21:51:11 +08:00
Heng Sin Low 68f7100ac0 IDEMPIERE-3563 Improvement to Process/COG toolbar button popup. 2017-11-20 10:28:31 +08:00
Heng Sin Low 0aa9041931 hg merge release-5.1 (merge release5.1 into default) 2017-11-17 05:21:18 +08:00
Heng Sin Low e7540e1c70 IDEMPIERE-3536 Dynamic validation not working correctly in Grid View 2017-11-16 10:19:20 +08:00
Carlos Ruiz b689ad0495 IDEMPIERE-3559 DrillDown report didn't work because of two bug / integrate suggestions from Denis Kuznetsov 2017-11-15 10:46:11 +01:00
Heng Sin Low 87db420650 IDEMPIERE-3538 NPE happen if show dialog at time not yet complete login 2017-11-11 21:49:02 +08:00
Carlos Ruiz 2fdd02f65a IDEMPIERE-2361 / IDEMPIERE-581 / organize SysConfig 2017-11-12 11:46:49 +01:00
Carlos Ruiz 452a848f71 IDEMPIERE-2361 / IDEMPIERE-581 / organize SysConfig 2017-11-12 11:46:00 +01:00
Carlos Ruiz da15fe4de4 IDEMPIERE-3532 / fix better defaults - include also order and inout - add a default to IsPaid=N when paymentinfo is called from payment window 2017-11-08 11:23:18 +01:00
Nicolas Micoud 6950087449 IDEMPIERE-3532 Remove hardcoded values for InfoInvoiceWindow (BPartnerID / IsSOTrx) and InfoPaymentWindow (IsSOTrx) 2017-11-08 10:58:09 +01:00
Carlos Ruiz 6a76072a43 IDEMPIERE-3486 peer review / better defaults when calling BP Info from dashboard 2017-11-08 10:19:00 +01:00
hieplq 1e17b5af6f IDEMPIERE-3549:allow IAction decorate toolbar button 2017-11-07 20:52:49 +07:00
Heng Sin Low c7745182f1 IDEMPIERE-3537 Generic Info Window: Rendering of Search, Table Direct and List columns 2017-11-11 21:52:14 +08:00
Heng Sin Low 624b14b51f IDEMPIERE-3538 NPE happen if show dialog at time not yet complete login 2017-11-11 21:49:02 +08:00
Carlos Ruiz ed891d0c71 hg merge release-5.1 (merge release5.1 into default) 2017-11-10 15:05:26 +01:00
hieplq 38cbc20c94 IDEMPIERE-3552:update to zk 8.5.0
https://www.zkoss.org/wiki/Small_Talks/2017/October/New_Features_of_ZK_8.5.0#Keep_Using_The_Previous_Default_Theme_-_Breeze
2017-11-10 01:00:02 +07:00
Heng Sin Low 54cf738763 hg merge release-5.1 (merge release5.1 into default) 2017-11-05 20:50:53 +08:00
Heng Sin Low 4f530b9405 IDEMPIERE-3543 Range Process parameters displayed on 2 lines with Firefox 2017-11-05 20:48:44 +08:00
Heng Sin Low f84c90342b hg merge release-5.1 (merge release5.1 into default) 2017-11-05 16:46:00 +08:00
hieplq 6175848eed IDEMPIERE-3541:can't input number > 999 on WNumberEditor 2017-11-04 11:45:35 +07:00
Heng Sin Low 83acfa13a7 IDEMPIERE-3535 Implement font icon theme. Fixed missing icon for "Zoom Across (Where Use)" 2017-11-03 19:49:15 +08:00
Heng Sin Low f16500ffe1 IDEMPIERE-3535 Implement font icon theme. Fixed row edit icon not working in grid view. 2017-11-03 08:05:55 +08:00
Heng Sin Low c0e13c7321 IDEMPIERE-3535 Implement font icon theme 2017-11-03 06:56:57 +08:00
Carlos Ruiz 28884f378a hg merge release-4.1 (merge release4.1 into release-5.1) 2017-11-01 19:25:12 +01:00
Diego Ruiz b37bf7376a IDEMPIERE-3526 callout not triggering on grid view 2017-11-01 19:23:51 +01:00