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
Diego Ruiz
4c22d862be
IDEMPIERE-1376 Error message not translated in Validate Business Partner ( #45 )
2020-05-09 15:40:27 +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
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
Carlos Ruiz
455ed28e92
IDEMPIERE-308 Performance: Replace use of StringBuffer and String concatenation with StringBuilder
2020-04-13 14:47:46 +02:00
hengsin
d5a82db8b1
IDEMPIERE-4232 Remove code for Media and Knowledge management
2020-04-06 16:45:52 +08:00
Carlos Ruiz
790d96148f
Merge release-7.1 into master
2020-03-29 14:37:39 +02:00
hengsin
41aa4102cd
IDEMPIERE-4223 Model class generated with wrong datatype for Column with displaytype=button and columname ends with _ID
2020-03-27 11:35:47 +08:00
Carlos Ruiz
b6898a8f99
Merge release-7.1 into master
2020-03-21 17:45:25 +01:00
Carlos Ruiz
3efc30368b
IDEMPIERE-3936 - minor harmless fix - delete doesn't need to be saved
2020-03-21 17:35:28 +01:00
Carlos Ruiz
4e6794b0a1
IDEMPIERE-4178 Add NVL PostgreSQL function
2020-03-15 10:03:50 +01:00
Carlos Ruiz
02647cc5ee
Merge release-7.1 into master
2020-03-13 17:46:17 +01:00
Carlos Ruiz
a1a0aad125
IDEMPIERE-3862 ORACLE - Update datatype NVARCHAR2 and CHAR(>1) to VARCHAR2
...
Fix Column Encryption broken in oracle - it was changing the column to
NVARCHAR - modified to preserve the type, and fixed an error when
encrypting columns from AD_Client
2020-03-13 13:37:45 +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
Carlos Ruiz
3a0f1d36b0
Merge release-7.1 into master
2020-03-07 12:08:07 +01:00
Carlos Ruiz
86a483eec8
IDEMPIERE-4191 Process to migrate storage provider (FHCA-1165)
2020-03-04 16:28:57 +01:00
hengsin
df5b0c2ea8
IDEMPIERE-4177 Replace SYSDATE with getDate()
2020-03-03 10:07:14 +08:00
Carlos Ruiz
a2ade6340a
Merge release-7.1 into master
2020-02-29 11:22:06 +01:00
mschnbeck
71138cdef9
IDEMPIERE-4189 skip empty product anyway to avoid null pointer exceptions;
2020-02-24 19:23:18 +01:00
Carlos Ruiz
5952da8f97
Revert "IDEMPIERE-4189 Fix potential NPE in generate shipment - based on patch from Martin Schönbeck"
...
This reverts commit 04001e1055
.
2020-02-24 19:21:34 +01:00
Carlos Ruiz
04001e1055
IDEMPIERE-4189 Fix potential NPE in generate shipment - based on patch from Martin Schönbeck
2020-02-24 14:14:34 +01:00
hengsin
2c639f7a69
IDEMPIERE-4178 Replace NVL with Coalesce
2020-02-21 09:54:57 +08:00
hengsin
c388716835
IDEMPIERE-4176 Replace DELETE with DELETE FROM
2020-02-19 10:46:23 +08:00
Carlos Ruiz
6ab7fff658
Merge release-7.1 into master
2020-02-08 13:19:03 +01:00
hengsin
b8cc9cf2b4
IDEMPIERE-4168 Move Webstore out of core
2020-02-07 11:01:05 +08:00
Carlos Ruiz
3ed3ca4761
IDEMPIERE-4167 Can't use Copy Info Window columns process with an Order By clause - add suggestion from Nicolas to save the valid status
2020-02-06 12:37:05 +01:00
Carlos Ruiz
c87223e5c9
IDEMPIERE-4167 Can't use Copy Info Window columns process with an Order By clause
2020-02-05 22:38:02 +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
f46b8afb5c
IDEMPIERE-4098 CLogger usage pattern clean up
2019-11-12 20:49:55 +08: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
Heng Sin Low
fc09db1278
IDEMPIERE-4006 Wrong matched PO quanity for vendor credit memo
2019-09-18 18:39:25 +08:00
Nicolas Micoud
72ab1de774
IDEMPIERE-2134 Issues found on Payment Selection process - fix NPE replace it with a proper message
2019-09-17 14:01:52 +02:00
Carlos Ruiz
4af8195f5b
hg merge release-6.2 (merge release6.2 into default)
2019-09-14 12:17:35 +02:00
Carlos Ruiz
bac7f08495
IDEMPIERE-2134 Issues found on Payment Selection process - fix error reported by Nicolas Micoud at https://groups.google.com/d/msg/idempiere/cbv8917XX00/Pf-W0BX9BAAJ
2019-09-13 13:29:13 +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
cb2387f9fe
IDEMPIERE-4038 Implement multi for Period Open Close
2019-08-29 13:14:00 +02:00
Diego Ruiz
f7f95937c7
IDEMPIERE-4034 - Payment Selection improvements/bugs
2019-08-23 20:57:20 +02:00
sjeffen
2fcf9759b4
IDEMPIERE-4035 OrderLineCreateShipment missing translation
2019-08-25 13:42:40 +02:00
sjeffen
8790af0262
IDEMPIERE-4023 Missing translation in Client setup
2019-08-11 14:58:20 +02:00
Carlos Ruiz
fa73cc1fd3
hg merge release-6.2 (merge release6.2 into default)
2019-08-02 20:21:35 +02:00
Ricardo Santana
1b700d7ac9
IDEMPIERE-3714 Includes Shipment as parameter of Generate Invoice Process
2019-08-02 12:35:29 +02:00
Nicolas Micoud
497bf9d429
IDEMPIERE-4014 Aging - some lines are hidden if using C_Currency_ID as parameter
2019-07-30 13:26:21 +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
9d9eb132c4
IDEMPIERE-918 Allow to choose the reversal document for invoice - peer review
2019-07-26 18:50:30 +02:00
Nicolas Micoud
33729acb64
IDEMPIERE-918 Allow to choose the reversal document for invoice - Add C_Invoice.RelatedInvoice_ID
2019-07-26 18:00:26 +02:00
Carlos Ruiz
d1498c7362
hg merge release-6.2 (merge release6.2 into default)
2019-05-11 21:43:19 +02:00
Heng Sin Low
93c4356c65
IDEMPIERE-3877 Purchase Order-Currency Type=NULL when created through process "create PO from requisition"
2019-05-07 17:32:21 +08:00
Carlos Ruiz
f5e6beb8b7
hg merge release-6.2 (merge release6.2 into default)
2019-04-11 15:51:04 +02:00
Carlos Ruiz
18ec16c2fb
IDEMPIERE-3944 SynchronizeTerminology FK error (FHEG-637)
2019-04-09 12:39:05 +02:00
Carlos Ruiz
0e4fc3a373
hg merge release-6.2 (merge release6.2 into default)
2019-03-29 17:47:51 -03:00
Carlos Ruiz
f318aaf854
hg merge release-6.2 (merge release6.2 into default)
2019-03-25 19:57:13 -03:00
Carlos Ruiz
7ee9d5e7cd
IDEMPIERE-3929 "Failed when processing document" & "is mandatory" is not translated. / integrate suggestion from Flemming Birch (sjeffen)
2019-03-24 13:16:00 -03:00
Carlos Ruiz
cee4edc557
hg merge release-6.2 (merge release6.2 into default)
2019-03-23 21:38:25 -03:00
Carlos Ruiz
160aa2a692
IDEMPIERE-2395 - Delete also corrupt records pointing to non-key tables
2019-03-20 16:56:43 -03:00
Carlos Ruiz
1d95cc5cba
IDEMPIERE-2395 - Delete also corrupt records pointing to non-key tables
2019-03-20 14:29:06 -03:00
Carlos Ruiz
429162c43d
IDEMPIERE-2395 - Add ad_package_uuid_map - and parameter for changelog
2019-03-19 15:47:51 -03:00
Carlos Ruiz
7ee436d5af
IDEMPIERE-2395 - Add tree nodes to clean orphan
2019-03-19 14:51:13 -03:00
Carlos Ruiz
4e31368f17
IDEMPIERE-3936 Info Window to maintain Support Roles / it allows to activate/deactivate/delete assignation of support roles to support users
2019-03-27 16:01:38 -03: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
255c083a7c
IDEMPIERE-3636 Add AD_PInstance_ID in update T_InventoryValue where clause in InventoryValue / implement sugestion from Pritesh Shah
2019-02-02 11:52:17 +01:00
Carlos Ruiz
6db1526cdd
hg merge release-6.2 (merge release6.2 into default)
2019-01-26 17:48:35 +01:00
tsvikruha
42f0399bae
IDEMPIERE-2692 Copy lines process doesn't handle org properly
2019-01-26 13:07:21 +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
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
Carlos Ruiz
df55d4649c
IDEMPIERE-3431 Posting error for Matched PO if invoice posted while MR is not posted. / integrating fixes from Heng Sin AP2-825
2019-01-09 22:38:08 +01: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
a4130cd988
IDEMPIERE-3860 Reversed MatchPO cannot be deleted
2019-01-05 22:36:17 +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
8b73a1b743
hg merge experimental (merge experimental into default)
2018-12-27 16:57:47 +01:00
Carlos Ruiz
fbb6e1cf53
AP2-191 IDEMPIERE-3837 Revenue Recognition / fix issues discovered in QA
2018-12-26 13:11:01 +01: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
Carlos Ruiz
7c023a5ac3
IDEMPIERE-3842 Cannot run Synchronize Column on oracle CLOB columns
2018-12-04 15:25:43 +01:00
Carlos Ruiz
e89fbe3b29
IDEMPIERE-3837 Revenue Recognition / peer review
2018-11-28 01:54:58 +01:00
Carlos Ruiz
fc2d69e8ab
IDEMPIERE-3837 Revenue Recognition - integrate Revenue Recognition implementation from Adaxa
2018-11-28 01:12:21 +01: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
Carlos Ruiz
eba4ceca7f
hg merge release-5.1 (merge release5.1 into default)
2018-10-26 15:36:31 +02: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
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
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
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
hieplq
0a010a526d
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (update maven project)
...
run auto update maven projec (side effect from 15ccf00c09f5).
2018-10-24 08:56:57 +07:00
hieplq
1c5a89128b
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (Bundle-RequiredExecutionEnvironment)
...
eclipse don't reconize Bundle-RequiredExecutionEnvironment 10
2018-10-23 17:29:35 +07:00
Diego Ruiz
86c3c5638f
IDEMPIERE-3807
2018-10-23 13:56:36 +02:00
Carlos Ruiz
945e79de67
IDEMPIERE-235 Generate Shipments is generating partial for complete orders / not a complete solution, but it helps to make predictable the order of processing order lines
2019-01-23 20:19:16 +01:00
Carlos Ruiz
bc5a6e6d9c
IDEMPIERE-3878 MatchInvDelete wrong save at the end
2019-01-23 16:20:38 +01:00
hieplq
82c8c5b31d
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10
...
change targetPlatform and classpath to JavaSE-10
2018-10-16 07:08:34 +07:00
Carlos Ruiz
38ac6686fe
IDEMPIERE-2395 NoteDelete leaving orphan attachments
2018-10-13 15:44:31 +02:00
Carlos Ruiz
c049ebfeaf
IDEMPIERE-2395 NoteDelete leaving orphan attachments
2018-10-06 23:42:20 +02:00
Carlos Ruiz
08e622ba6d
IDEMPIERE-3794 Improvement to Housekeeping
2018-09-27 17:19:36 +02:00
hieplq
fe0f36668b
IDEMPIERE-3531: add manifest for java 9 warning
2018-09-11 09:04:49 +07:00
Heng Sin Low
bfcf88748a
IDEMPIERE-3761 Process "Create AP Expense Invoices" creates wrong AP and expense postings if product's price list "isTaxIncluded=Y"
2018-08-08 11:15:23 +08:00
Carlos Ruiz
6b89176b2f
iIDEMPIERE-918 Allow to choose the reversal document for invoice / created a process that allows the user to create a credit memo instead of reversing
2018-05-22 19:31:54 +02:00
Carlos Ruiz
8c2088ba80
IDEMPIERE-3159 found more places where ImportInvoice doesn't have a trx leading to errors
2018-05-17 23:01:29 +02:00
Pritesh Shah
15102da10d
--Pritesh Shah
...
JIRA ticket - IDEMPIERE-2887
Added Parenthesis in the OR condition between "i.I_IsImported<>'Y' OR i.I_IsImported IS NULL"
Also added client check in query to get the I_Payment
2015-10-16 13:55:12 +05:30
Carlos Ruiz
ac0b824eee
hg merge release-5.1 (merge release5.1 into default)
2018-08-29 20:42:42 +02:00
Carlos Ruiz
cd298bf31f
hg merge release-5.1 (merge release5.1 into default)
2018-05-29 13:52:46 +02:00
hieplq
6bb1c5ecc3
Merge with default
2018-02-26 03:11:15 +07:00
Nicolas Micoud
0c1b9fd6b9
IDEMPIERE-3639 Placeholders for every fields
2018-02-24 14:28:40 +01:00
hieplq
31ad04d7ef
IDEMPIERE-3531:auto update by eclipse when import project to new workspace by choose import exists maven project
2018-02-18 23:41:09 +07:00
hieplq
9482f02dec
IDEMPIERE-3531:add maven tycho configuration
2018-02-10 16:42:06 +07:00
Carlos Ruiz
1216407472
IDEMPIERE-3637 Invoice vendor re-price is not recalculating taxes
2018-02-09 23:20:37 +01: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
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
50c53e04f7
IDEMPIERE-3615 Import CSV Process not processing detail callouts -> data corruption
2018-01-15 11:29:07 +01:00
Carlos Ruiz
3c10b2c455
IDEMPIERE-3604 improve error messages when process access rights are not set / IDEMPIERE-1920
2018-01-08 15:24:23 +01:00
Diego Ruiz
43cfdd2a96
IDEMPIERE-2825 - Pluggable product pricing
2017-12-18 18:40:11 +01:00
Nicolas Micoud
524be5d6a3
IDEMPIERE-3577 Replace now() - postgres specific - by sysdate
2017-12-11 18:06:33 +01:00
Carlos Ruiz
d63062d0d0
New version
2017-10-31 23:12:29 +01:00
Carlos Ruiz
a036839491
hg merge release-4.1 (merge release4.1 into default)
2017-10-31 17:55:06 +01:00
Carlos Ruiz
267fab419a
IDEMPIERE-3529 - Add parameters to InvoicePrint process / peer review
2017-10-25 18:41:23 +02:00
Carlos Ruiz
84b9538c14
hg merge release-4.1 (merge release4.1 into development)
2017-09-08 16:05:42 +02:00
Carlos Ruiz
82ba01d4a3
IDEMPIERE-3469 MProductPricing does not consider new Product in current transaction / peer review - solve deprecated warnings
2017-09-08 15:29:41 +02: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
Heng Sin Low
9eef8e0ca8
IDEMPIERE-3352 Enhancement of Batch Level Costing.
2017-06-04 17:11:03 +08:00
hieplq
07b1f8ddc0
IDEMPIERE-3364:Sequence Check don't respect inactive record of ad_table
2017-05-18 18:17:05 +07:00
Carlos Ruiz
9c170f8b71
IDEMPIERE-3363 SequenceCheck case for DB.executeUpdate
2017-05-19 11:18:41 +02:00
Carlos Ruiz
55e074dc5e
IDEMPIERE-37 Make iDempiere safer using saveEx instead of save / found and fix more cases using save - or ignoring the error of save
2017-03-31 18:29:53 +02:00
Carlos Ruiz
f474ad12f6
1006079 Ease edit of OnLine Context Help. / IDEMPIERE-3438 (integrating contribution from hengsin)
2016-07-05 23:07:48 +08:00
Heng Sin Low
41803aea7c
1006483 Ease edit of Field label, description and Help / IDEMPIERE-3438
2016-07-01 16:17:49 +08:00
Carlos Ruiz
94ddd650a0
IDEMPIERE-3326 Issue with Import GL Journal - OrgTrxValue mapped Incorrectly / integrate patch suggested by Chuck Boecking
2017-03-31 16:31:37 +02:00
Heng Sin Low
3309d9a157
IDEMPIERE-3305 Material Policy Date for products with and without ASI. Use MovementDate or MStorageOnHand.datempolicy instead of M_AttributeSetInstance.Created
2017-03-16 21:16:53 +08:00
markus_bozem
f83ee64a52
IDEMPIERE-3039 Add IBAN and Swift fields to Business Partner/Bank Account
2017-01-18 15:56:13 +01:00
Carlos Ruiz
503ec9d9e2
IDEMPIERE-3279 Implement configurable Write-Off in Payment Selection / multicurrency
2017-01-13 19:07:26 +01:00
Carlos Ruiz
afaedf1bf6
IDEMPIERE-3279 Implement configurable Write-Off in Payment Selection
2017-01-13 17:50:38 +01:00
Carlos Ruiz
59ce34cedb
IDEMPIERE-448 Add CopyFrom on Bank Statement / add copying description for non-payment lines
2016-11-06 11:00:31 +01:00
Carlos Ruiz
3d985bd0ed
change references to new version
2016-10-30 20:30:07 +01:00
Carlos Ruiz
2f05d731c1
hg merge release-3.1 (merge release3.1 into development)
2016-09-03 20:54:17 +02:00
hieplq
54bca51007
IDEMPIERE-3136:all stuff relate library of idempiere
...
remove version of dependency bundle
2016-07-07 12:51:24 +07:00
hieplq
116cde1e96
IDEMPIERE-3136:all stuff relate library of idempiere
...
set runtime of all project to 1.8
2016-07-07 10:59:31 +07:00
hieplq
4ae72bb050
IDEMPIERE-3136:all stuff relate library of idempiere
...
because each project don't have partical build setting, so let control from workspace
2016-07-07 10:14:33 +07:00
Heng Sin Low
2074c9622d
IDEMPIERE-3176 1006115 Bug when adding ASI product line on Physical Inventory window.
2016-09-03 17:34:51 +02:00
Carlos Ruiz
5cfb8bce61
IDEMPIERE-3159 Importing Orders / Invoices implicitly creating BPs fail to see BPs already created in the same import process / integrate patch contributed by Daniel Haag (dhdx)
2016-08-24 15:03:55 +02:00
hieplq
52da25249b
IDEMPIERE-3106:RequestEmailProcessor does not set values during CheckInputParameter
2016-05-18 01:42:03 +07:00
Dirk Niemeyer
1937b947c3
IDEMPIERE-3067 Improve Sales Management
2016-05-08 21:19:28 -07:00
Carlos Ruiz
7bf6ef3296
IDEMPIERE-3082 Production posting not balanced when serializing finished product
2016-04-21 19:13:27 -07:00
Carlos Ruiz
9a558f8997
IDEMPIERE-1425 Account element improvements / fix tree driven by value not working for multiple trees on element value / implement fix tree driven by value on verify tree
2016-04-18 22:47:55 -07:00
Diego Ruiz
42f3bd217b
IDEMPIERE-3022 Copy Columns from table error message
2016-02-01 17:19:21 +01:00
Diego Ruiz
ec152cb618
IDEMPIERE-3005 Copy view and view components
2016-02-03 17:12:09 +01:00