Commit Graph

614 Commits

Author SHA1 Message Date
hengsin d96199a2b6
IDEMPIERE-4251 Constant definition for all Env Context (#519)
* IDEMPIERE-4251 Constant definition for all Env Context

replace "#Date" with Env.DATE

* IDEMPIERE-4251 Constant definition for all Env Context

replace "#.." with constant at Env

* IDEMPIERE-4251 Constant definition for all Env Context

Merge patch from Carlos
2021-01-12 21:29:50 +08:00
Nicolas Micoud 326d210665
IDEMPIERE-4616 : Lead : add IsVendorLead (#500)
* IDEMPIERE-4616 : Lead : add IsVendorLead

* IDEMPIERE-4616 : Lead : add IsVendorLead

Fix description for Lead window
Add Display Logic for Opportunity parameters (now hidden if no opportunity)
Set BPartner.IsCustomer/IsVendor according to Lead.IsSales/VendorLead

* IDEMPIERE-4616 : Lead : add IsVendorLead

Move scripts from 8.2 to 8.2z
2021-01-07 18:48:25 +01:00
Carlos Ruiz 8103ab0732 IDEMPIERE-4604 Release 8.2
Change references to new version
Create new migration folder
2020-12-20 10:15:20 +01:00
Carlos Ruiz 6390ce20cd IDEMPIERE-4604 Release 8.2
Fix warnings on MANIFEST.MF
2020-12-20 09:53:21 +01:00
hengsin b80ed34d9c
IDEMPIERE-4599 Remove obsolete org.compiere.interfaces.* interface (#473)
* IDEMPIERE-4599 Remove obsolete org.compiere.interfaces.* interface

* IDEMPIERE-4599 Remove obsolete org.compiere.interfaces.* interface

remove warning.
2020-12-18 14:52:11 +01:00
Nicolas Micoud d9f0c43af8
IDEMPIERE-4597 : Make sure ConvertLead process generates an active BPartner (#464) 2020-12-14 14:56:32 +01:00
Carlos Ruiz 56237276ad
IDEMPIERE-4557 Order document by DateTrx and Created on Auto Allocation process (#395)
- change the order by for payments from "DateTrx" to "DateTrx, Created, C_Payment_ID"
- change the order by for invoices from "DateInvoiced" to "DateInvoiced, Created, C_Invoice_ID"
- refactor four JDBC managed queries to use the Query function
2020-11-26 10:10:31 +08:00
Carlos Ruiz cac7ff913d
IDEMPIERE-4547 Request EMail Processor - Unknown Parameter: p_NestInbox (#379) 2020-11-13 04:58:10 +08:00
Diego Ruiz 0801820545
IDEMPIERE-4540 Translate generated mail from Send Mail Text according to the Business Partner Language (#374) 2020-11-12 11:02:49 +08:00
Diego Ruiz ed7a7dcbde
IDEMPIERE-4525 Translate MailText in Print Invoices to the corresponding BP Language (#356) 2020-11-05 17:12:53 +01:00
Carlos Ruiz 210e54b05f IDEMPIERE-4521 Release 8.1 - RC
Change versions in pom and manifest files
2020-11-03 21:59:12 +01:00
Martin Schönbeck b8225276a2
Idempiere 4452 (#271)
* IDEMPIERE-4452 Allow pricelist schema lines to be dependent of vendor categories and to use entries in m_product_po not marked as current vendor if vendor is selected.

* IDEMPIERE-4452 modified update removed
* don't check for accidently set IsIgnoreIsCurrentVendor where it doesn't change anything.

* IDEMPIERE-4452 set IsIgnoreIsCurrentVendor to false ('N') when no business partner given.
2020-10-28 22:15:01 +08:00
Martin Schönbeck 1f2d760ed2
IDEMPIERE-4469 when recalculating price on price list generation all T_Selection entries are used independently of AD_PInstance_ID (#273)
* IDEMPIERE-4469 when recalculating price on price list generation all T_Selection entries are used independently of AD_PInstance_ID

* IDEMPIERE-4469 when recalculating price on price list generation all T_Selection entries are used independently of AD_PInstance_ID
2020-09-24 17:13:30 +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
Carlos Ruiz 75dcde96b3
IDEMPIERE-1482 Invoice with Payment Schedule is not displayed in Invoice Not Realized Gain/Loss (#225)
Fix problem reported by Anozi Mada
Fix issue found when testing - postgresql was failing with error
   org.postgresql.util.PSQLException: ERROR: la columna «c_doctypereval_id» es de tipo numeric pero la expresión es de tipo text
Avoid creating empty journal
2020-08-26 14:50:10 +08:00
Martin Schönbeck 2b12ef3362
Idempiere 4162 (#171)
* IDEMPIERE-4162 ignore inactive products when looking for duplicate upc, handle errors on update without disturbing the import run.

* IDEMPIERE-4162 ignore inactive products when looking for duplicate upc, handle errors on update without disturbing the import run. 
changed ImportProduct to save errors even if the next product is in error, too.

* IDEMPIERE-4162 ignore inactive products when looking for duplicate upc, handle errors on update without disturbing the import run. 
changed ImportProduct to save errors even if the next product is in error, too.

* IDEMPIERE-4162 ignore inactive products when looking for duplicate upc, handle errors on update without disturbing the import run. 
Check for duplicate UPC in m_product

* IDEMPIERE-4162 ignore inactive products when looking for duplicate upc, handle errors on update without disturbing the import run. 
check for inactive products added
2020-08-12 16:53:14 +08:00
Carlos Ruiz e7ebf98117
IDEMPIERE-1387 ImportBankStatement - Error during import related to missing TRX in Account (#192)
Implement suggestion from Jan Thielemann
2020-07-30 23:18:25 +08:00
Carlos Ruiz 0fa717cf0a
IDEMPIERE-4083 currency rate by document or by transaction (#182)
Integrating a contribution from TrekGlobal developed by Heng Sin
2020-07-30 15:46:43 +08:00
Nicolas Micoud c59f550293
IDEMPIERE-4359 : EMailTest process : customization of email sent (#162)
Ability to define a dedicated mail template for the EMailTest process (via a client level SysConfig).
Output of the process was wrong (always successful even when the email was not sent)
2020-07-07 16:44:44 +02:00
hieplq 4f09cc5a7a
IDEMPIERE-4329:Cleanup eclipse warnings (un-use import and deprecate function) (#158) 2020-07-03 12:19:56 +02:00
Diego Ruiz f50425334f
IDEMPIERE-1026 Button on table to create automatically the window (#128)
* IDEMPIERE-1026 Button on table to create automatically the window

* IDEMPIERE-1026 Button on table to create automatically the window - Fixed script

* IDEMPIERE-1026 Button on table to create automatically the window - Header update

* IDEMPIERE-1026 Button on table to create automatically the window - Follow best practices, no hardcoded IDs, no mixed cache and transaction

* IDEMPIERE-1026 Button on table to create automatically the window - Carlos PR
2020-06-24 16:43:11 +02:00
Carlos Ruiz f5518a9b64
IDEMPIERE-4282 Error creating a Price List - using -DPostgreSQLNative=Y (#131)
Starting point is the open source version of Compiere org/compiere/process/PriceListCreate.java
This version adds column M_DiscountSchemaLine.Description and rounding options for Hundred and Thousand
Then added to this version the iDempiere changes related to use correctly the T_Selection with AD_PInstance_ID,
and the changes related to Ticket #1002354: Price List Enhancement - which added Product Costs as an option for getting the initial price
2020-06-24 11:53:49 +02:00
Carlos Ruiz 03fda36934
IDEMPIERE-4340 NPE in Auto Allocation (#129) 2020-06-24 11:51:52 +02: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
hieplq 9a35f2054d
IDEMPIERE-4314:eclipse project setting independent JDK (#90) 2020-06-01 11:30:00 +08: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
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