Carlos Ruiz
fc2d69e8ab
IDEMPIERE-3837 Revenue Recognition - integrate Revenue Recognition implementation from Adaxa
2018-11-28 01:12:21 +01:00
Carlos Ruiz
f7e0668ee4
IDEMPIERE-3439 Create System windows to analyze all clients and users / Fix Packin AD_Preference problem
2018-11-23 15:41:50 -02:00
Carlos Ruiz
21a89ab521
IDEMPIERE-3824 Implement apply packin from folder from command line
2018-11-19 12:58:57 -02:00
Carlos Ruiz
a7d4a7d690
IDEMPIERE-2648 implement pack-in pack-out handle for infoWindow
2018-11-12 15:29:22 -02:00
Redhuan D. Oon
f1b23aa97f
IDEMPIERE-3811 Print Format Create From Table needs TrxName
2018-11-11 19:04:39 -02:00
Carlos Ruiz
53a19b0bf1
IDEMPIERE-3813 [MOrder] - Method getShipments() / integrate patch suggested by Gustavo Francisco (gustavo.fr4ncisco)
2018-11-11 18:58:05 -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
30311f6b0a
IDEMPIERE-3810 New IDs display type (AD_Reference) created via 2pack are created as String
2018-11-07 17:44:23 -02:00
Carlos Ruiz
7eeb4a8463
More versioning for 6.1
2018-11-04 18:32:21 -02:00
Carlos Ruiz
1e1b9b8bce
Generate model for version 6.1
2018-11-04 15:09:32 -02:00
Carlos Ruiz
ee4303d453
set version to 6.1
2018-11-04 14:47:53 -02:00
Carlos Ruiz
f65f6f5d19
IDEMPIERE-3798 Fix launchers
2018-10-31 21:58:21 +01: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
a0f7e977fe
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (update maven project/build/poi)
...
run auto update maven projec (side effect from 15ccf00c09f5)
also help resolve build maven by jdk 10:
https://bugs.eclipse.org/bugs/show_bug.cgi
https://bugs.eclipse.org/bugs/show_bug.cgi?id=537016
now targetplatform have two version of poi but eclipse bind to lower version, so add package dependency to force it
2018-10-25 06:59:03 +07:00
hieplq
19dd05c037
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (CLogMgt ConfigurationListener)
...
https://bugs.openjdk.java.net/browse/JDK-8029805
2018-10-24 15:51:33 +07:00
hieplq
f874979908
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (finalize warning)
2018-10-24 12:40:08 +07:00
hieplq
932e6fe6d0
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (hamless warrning)
2018-10-24 12:38:27 +07:00
hieplq
ef57afb335
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
...
constance of BigDecimal move to RoundingMode
2018-10-24 12:11:33 +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
bb6005c5c2
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
...
constructer with expression
2018-10-24 09:23:59 +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
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
b7aada7a1b
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
...
constructer with static value
2018-10-24 09:02:12 +07:00
hieplq
6bc86a754c
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (update lib)
...
spring, service, xml http://openjdk.java.net/jeps/320
2018-10-23 22:27:06 +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
hieplq
b2fa99b192
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (update lib)
...
update jetty to 12
update almost library to latest version
change org.eclipse.jdt.core.compiler.batch to org.eclipse.jdt.core
change javax.management.j2ee-api to org.apache.geronimo.specs.geronimo-j2ee-management_1.1_spec, reduce dependency and correct dependency of activeMQ
javax.activation to com.sun.activation.javax.activation
lib for service will take from library instea of jdk
groovy to date
2018-10-23 09:36:53 +07:00
Diego Ruiz
86c3c5638f
IDEMPIERE-3807
2018-10-23 13:56:36 +02:00
Diego Ruiz
6434e17bca
IDEMPIERE-3804 - Reports exported to Excel don't use Print Format Item -> Format Pattern
2018-10-17 17:48:00 +02:00
Carlos Ruiz
a5597e65c1
IDEMPIERE-3875 Doc_MatchInv doesn't work correctly with negatives
2019-01-24 18:31:09 +01:00
Carlos Ruiz
a8c9df56e4
IDEMPIERE-493 Add validation for matching / fix the validation for negative order/receipt/invoice - validation was written just for positive orders and is failing with negative orders (the usual way to process a return when there is no previous receipt)
2019-01-23 17:55:22 +01:00
hieplq
5a03eeb696
IDEMPIERE-3798:comment out for compile fisrt ( https://bugs.openjdk.java.net/browse/JDK-8029805 )
2018-10-17 00:20:31 +07:00
hieplq
568904b961
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (inaccessible Internal APIs compiler time)
2018-10-16 12:57:03 +07:00
hieplq
f4931abda5
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (Enumeration cast up)
2018-10-16 12:55:11 +07: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
7b8157861f
IDEMPIERE-3599 allow DocActions to be selected in a more flexible way / Allow adding Reactivate on Closed
2018-10-15 11:19:03 +02:00
Carlos Ruiz
2a60d4b405
IDEMPIERE-2793 Extendability improvements / integrate patch from logilite (Deepak) - Changed private access modifier of members to 'Protected'
2018-10-12 12:30:48 +02:00
Diego Ruiz
f70f76d732
IDEMPIERE-3800 Improvements to CSV Export - fix and integrate improvements from Heng Sin
2018-10-12 11:19:50 +02:00
Carlos Ruiz
0640e29b13
IDEMPIERE-3802 Bug in ResetLockedAccount when using USER_LOCKING_MAX_INACTIVE_PERIOD_DAY
2018-10-12 10:45:32 +02:00
Carlos Ruiz
aacf45495f
IDEMPIERE-3799 Avoid users re-running a process that is already being processed / Peer review
2018-10-06 20:25:26 +02:00
Diego Ruiz
0619c3d452
IDEMPIERE-3799 Avoid users re-running a process that is already being processed
2018-10-05 17:32:24 +02:00
Diego Ruiz
c32fa14dfb
IDEMPIERE-2816/IDEMPIERE-2351 Force background/foreground based on parameters
2018-10-05 16:58:38 +02:00
Carlos Ruiz
8c8db60532
hg merge release-5.1 (merge release5.1 into default)
2018-10-06 17:55:32 +02:00
Carlos Ruiz
53583c1a1d
hg merge release-5.1 (merge release5.1 into default)
2018-09-27 20:48:58 +02:00
Carlos Ruiz
08e622ba6d
IDEMPIERE-3794 Improvement to Housekeeping
2018-09-27 17:19:36 +02:00
Carlos Ruiz
fb2c89fbca
IDEMPIERE-3793 Transaction not closed
2018-09-27 16:44:14 +02:00
Heng Sin Low
ec7ee69efb
IDEMPIERE-3697 Wrong organziation (*) in matched PO document when reversing MR with invoice.
2018-09-27 16:40:52 +08:00
hieplq
0a5d5a78ac
IDEMPIERE-3531: update jasper report to 6.7.0
...
+ add more Osgi for jasper dependency
+ don't fix incompatibility issue for swing
+ use bootdelegation to resolve org.w3c.dom.events issue. let all use class from jdk
2018-09-12 00:10:22 +07:00
Silvano Trinchero
93fcc43ee5
IDEMPIERE-3785 Fix potential duplicate key / documento and lock on Oracle
2018-09-11 12:37:50 +02:00
hieplq
fe0f36668b
IDEMPIERE-3531: add manifest for java 9 warning
2018-09-11 09:04:49 +07:00
Carlos Ruiz
49016d35ed
IDEMPIERE-2319 Adding date value type support in Attribute set / peer review
2018-09-11 15:45:59 +02:00
Carlos Ruiz
a19eaa0c82
IDEMPIERE-2617 Transaction closed exception while posting
2018-09-02 13:07:21 +02:00
Carlos Ruiz
e9f31283c6
IDEMPIERE-3779 AP2-573 Payment allocation posting wrongly for multi-currency if allocation date <> payment date
2018-08-29 13:02:21 +02:00
Nicolas Micoud
82623d4399
IDEMPIERE-3769 IBAN : Invalid message is not translated - force to uppercase
2018-08-28 13:26:05 +02:00
Carlos Ruiz
5cdf7c0db9
IDEMPIERE-3775 Document Type>Purchase Requisition>Mandatory Charge or Product=Y no effect / IDEMPIERE-178
2018-08-27 15:59:40 +02:00
Carlos Ruiz
e26d222572
IDEMPIERE-3777 GL Journal different currencies in different lines doesn't post / peer review
2018-08-22 16:04:44 +02:00
Elaine Tan
e0ab57bb42
AP2-512 Need to post GL Journal for balance forward that includes CAD and USD (IDEMPIERE-3777)
2018-08-03 12:00:26 +08:00
Heng Sin Low
1e208691d0
IDEMPIERE-3740 Posting Error: Source Not Balanced for Invoice with Landed Cost Distribution
2018-08-08 11:12:20 +08:00
Heng Sin Low
9dcd937950
IDEMPIERE-3742 Wrong product cost for partial MR
2018-08-08 11:07:43 +08:00
Carlos Ruiz
3eb4a2f4b9
IDEMPIERE-2392 Posted status incorrect when reposting on a period closed / AP2-419
2018-07-26 17:27:15 +02:00
Nicolas Micoud
6b4bc86fba
IDEMPIERE-3759 Env.getContextAsDate should not log warning
2018-07-24 09:26:48 +02:00
Carlos Ruiz
ba541e7dc0
IDEMPIERE-1539 search without "%" mark in value, name, description fields
2018-07-19 23:09:04 +02:00
Carlos Ruiz
fce33028c3
IDEMPIERE-3749 Exception on create Request from mail / integrate patch from Евгений Куренский (ekurensky) - peer reviewed by Hiep Lq
2018-07-19 19:42:45 +02:00
Carlos Ruiz
71e8c2f878
IDEMPIERE-3746 Use AD_Language.DatePattern and TimePattern
2018-07-16 22:19:49 +02:00
Nicolas Micoud
42a69abfd8
IDEMPIERE-3746 Use AD_Language.DatePattern and TimePattern
2018-07-16 22:19:36 +02:00
Carlos Ruiz
72e7e21d28
IDEMPIERE-1703 improve search panel / peer review
2018-07-11 19:38:30 +02:00
Carlos Ruiz
8466e356d3
IDEMPIERE-1341 Wrong label in the Record Info dialog
2018-07-11 16:49:27 +02:00
Carlos Ruiz
ab5c5817fa
IDEMPIERE-3743 Changing price list does not change currency when entering an invoice/order (AP2-383)
2018-07-11 13:34:43 +02:00
Carlos Ruiz
a9eb35a4c2
IDEMPIERE-2857 Improve transaction names for deletes / integrate peer reviewed patch from Nicolas Micoud (nmicoud) / IDEMPIERE-3416
2018-07-09 21:33:18 +02:00
Carlos Ruiz
91882dcb44
IDEMPIERE-3719 Add display name when sending emails
2018-07-09 21:19:34 +02:00
Carlos Ruiz
ada02cdea5
IDEMPIERE-3735 Import Business Partner gives a 'Null Pointer Exception' / IDEMPIERE-3512
2018-07-09 20:26:15 +02:00
Carlos Ruiz
3f1026519f
IDEMPIERE-2944 Preserve iDempiere session between sucessive webservice calls / fix Context Lost issue
2018-07-09 14:43:18 +02:00
Carlos Ruiz
31e1dead2c
IDEMPIERE-3736 We can edit completed Document under specific condition.
2018-07-09 10:38:24 +02:00
Nicolas Micoud
6fbb57307d
IDEMPIERE-3738 Reference Color broken
2018-07-04 16:16:19 +02:00
Diego Ruiz
2cf832fc43
IDEMPIERE-3618 Support OFX 2 in org.compiere.impexp.OFXFileBankStatementLoader
2018-06-21 10:50:27 +02:00
Carlos Ruiz
36985e7096
IDEMPIERE-3618 Support OFX 2 in org.compiere.impexp.OFXFileBankStatementLoader / integrate partially patch from David Podhola
2018-06-20 22:04:16 +02:00
Carlos Ruiz
e15bab7005
Backed out changeset 0c817684f795 IDEMPIERE-3702
2018-06-18 21:14:43 +02:00
Carlos Ruiz
2822f54412
Backed out changeset b7cf7fc7d33e IDEMPIERE-3702
2018-06-18 21:14:26 +02:00
Carlos Ruiz
9f9249869a
IDEMPIERE-3169 recent item do a lot query / IDEMPIERE-3622 MRecentItem is not thread safe
2018-06-14 16:13:15 +02:00
Carlos Ruiz
18017938e6
IDEMPIERE-3169 recent item do a lot query / implement cache for the label of recent items
2018-06-07 10:34:08 +02:00
Carlos Ruiz
667875b709
IDEMPIERE-3728 Cannot report adjustment periods with Report Cube
2018-06-07 09:20:03 +02:00
Carlos Ruiz
5768442cfe
IDEMPIERE-3727 Report Cube creates data for all client in fact_acc_summary table / integrate patch from Pritesh Shah
2018-06-07 08:39:42 +02:00
Diego Ruiz
2dd5de751d
IDEMPIERE-3724 Status Line (Widget and status line) are being shown even when they are not active
2018-05-29 16:30:14 +02:00
Carlos Ruiz
6b5e6840aa
IDEMPIERE-731 Deactivating a node could impact proceeding / IDEMPIERE-1137 NPE in Form "WorkFlow Editor"
2018-05-29 16:13:30 +02:00
Carlos Ruiz
6e91b67a1b
IDEMPIERE-3593 Cannot search special characters like ß in Name
2018-05-24 17:34:47 +02:00
Carlos Ruiz
5e14110f5b
IDEMPIERE-3717 Overwrite Date on Complete - problem with currency conversion
2018-05-22 13:36:44 +02:00
Carlos Ruiz
caeac16f84
IDEMPIERE-3703 Performance: Retrieve product from cache in MStorageReservation - fix NPE for charge lines
2018-05-22 13:26:37 +02:00
Carlos Ruiz
b38367ee2f
IDEMPIERE-3702 Post if clearing is equal is not working on AP Payments AP2-140 / fix NPE when payment is zero
2018-05-21 20:00:05 +02:00
Nicolas Micoud
093c79943a
IDEMPIERE-4071 Realized/UnrealizedGainLoss / clear accounts when only one org
2019-10-14 17:25:45 +02:00
Heng Sin Low
c92ca011e1
IDEMPIERE-4051 Matched Invoice document for Vendor Credit Memo
2019-10-09 12:06:56 +08:00
Carlos Ruiz
197e5f4ca2
IDEMPIERE-3900 Warehouse not reset upon change role in context / based on patch suggested by Pritesh Shah
2019-02-22 17:32:41 +01:00
Carlos Ruiz
b875e4dc09
IDEMPIERE-3707 [Info Window] - Default Value for seqNoSelection
2019-02-21 13:55:11 +01:00
Carlos Ruiz
9ee5a3aa37
IDEMPIERE-3100 DB error when test mail at install process
2019-02-20 16:04:03 +01:00
Diego Ruiz
c0b2c25de3
IDEMPIERE-3898 Wrong value for Print Format Item when exporting to excel and AD_Column_ID > 0 with type != field
2019-02-19 11:32:53 +01:00
Carlos Ruiz
963009b7c7
IDEMPIERE-3906 Make mandatory location on BP quick entry optional on certain tables / integrate contribution from TrekGlobal AP2-580
2019-02-28 16:15:26 +01:00
Carlos Ruiz
118170ae3a
IDEMPIERE-3903 Notification Type tries to default to Email
2019-02-27 13:30:42 +01:00
Carlos Ruiz
6f47a4c0be
IDEMPIERE-3509 IDEMPIERE-3902 Pipo PackIn is broken
2019-02-27 10:44:10 +01:00
dantam
ddc6b7ccc3
IDEMPIERE-2997 - AR Credit Memo updates Sales Order Line QtyInvoiced in the wrong direction.
2016-01-07 18:53:15 +01:00
Deepak Pansheriya
b331ea70bc
IDEMPIERE-3214: Context not parsed in MMeasureCalc.
2016-10-10 16:37:05 +05:30
Deepak Pansheriya
9a0b9fb317
IDEMPIERE-2319: Adding date value type support in Attribute set and adding transaction support on Attribute dialog
2014-11-19 20:36:20 +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
2180fc3524
IDEMPIERE-2709 Adding support for editable field on info window / thanks to Deepak Pansheriya (Logilite) and Silvano Trinchero (FreePath)
2018-08-28 12:54:07 +02:00
Carlos Ruiz
8c30a6c6cd
IDEMPIERE-3760 Implement Virtual UI Column
2018-07-25 19:00:17 +02:00
Carlos Ruiz
9367a062f2
IDEMPIERE-2310 Improve description field with inline Html editor and html rendering / thanks to muriloht and hieplq - integrating pieces from both contributions
2018-07-24 01:05:30 +02:00
Carlos Ruiz
39e1727ebd
hg merge release-5.1 (merge release5.1 into default)
2018-07-23 23:47:21 +02:00
Carlos Ruiz
40bcba3ce2
hg merge release-5.1 (merge release5.1 into default)
2018-07-14 18:03:36 +02:00
Carlos Ruiz
a32055713e
hg merge release-5.1 (merge release5.1 into default)
2018-06-06 11:16:36 +02:00
Carlos Ruiz
a0dcf36f4e
IDEMPIERE-959 Missing get*_UU methods / based on patch from Nicolas Micoud (nmicoud)
2018-05-29 13:53:22 +02:00
Carlos Ruiz
cd298bf31f
hg merge release-5.1 (merge release5.1 into default)
2018-05-29 13:52:46 +02:00
Carlos Ruiz
919b6f34db
hg merge release-5.1 (merge release5.1 into default)
2018-05-17 21:59:23 +02:00
Nicolas Micoud
d28dec8f32
IDEMPIERE-3696 Implementing warning to encourage user to change their password before it is expired
2018-04-25 13:31:59 +02:00
Carlos Ruiz
c10b0cd46c
hg merge release-5.1 (merge release5.1 into default)
2018-04-23 09:21:16 +02:00
Carlos Ruiz
05dc56dc0e
IDEMPIERE-3512 csv import/export:resolve foreign should respect dynamic validate / peer review - add also reference validation
2018-04-17 14:51:54 +02:00
hieplq
a7be63439a
IDEMPIERE-3512:csv import/export:resolve foreign should respect dynamic validate
2018-04-17 14:50:34 +02:00
Carlos Ruiz
75b817b087
IDEMPIERE-3678 getAD_OrgBP_ID of I_C_BPartner returns string instead of number in DB that causes error in "Convert lead to bp"
2018-04-17 09:50:09 +02:00
Carlos Ruiz
f0bab73c31
IDEMPIERE-3684 Reports exported to Excel don't use ZK_FOOTER_SERVER_ / integrate patch from Nicolas Micoud (nmicoud)
2018-04-12 19:01:50 +02:00
Carlos Ruiz
da53148c79
hg merge release-5.1 (merge release5.1 into default)
2018-04-08 21:06:13 +02:00
Heng Sin Low
deecf48074
IDEMPIERE-3598 Wrong Product Cost Quantity if receipt quantity <> invoiced quantity
2018-04-05 12:19:02 +08:00
Carlos Ruiz
dcd5e0421f
IDEMPIERE-3664 New Role - User Assignment
2018-03-22 10:22:06 -03:00
Carlos Ruiz
193b7cae19
IDEMPIERE-3662 Error when inserting PO with a LOB mandatory field
2018-03-20 18:18:07 -03:00
Carlos Ruiz
75d8fd5ea6
IDEMPIERE-3663 iDempiereLBR requires access to org.compiere.acct.Doc_Order.getCommitmentSalesRelease
2018-03-20 17:38:46 -03:00
hieplq
d777e2982c
Merge with default
2018-03-19 19:50:01 +07:00
Carlos Ruiz
476b1283e8
hg merge release-5.1 (merge release5.1 into default)
2018-03-19 08:27:33 -03:00
Carlos Ruiz
00ec75b027
IDEMPIERE-3660 Improve Packin / PackIn is not notifying for non System tenant
2018-03-16 18:03:03 -03:00
Carlos Ruiz
89c00b7ada
IDEMPIERE-3660 Improve Packin - allow application on all tenants
2018-03-16 17:49:25 -03:00
hieplq
2b0c44e0e8
Merge with default
2018-03-09 14:34:08 +07:00
Carlos Ruiz
096a535b28
hg merge release-5.1 (merge release5.1 into default)
2018-03-05 21:25:29 +01:00
Nicolas Micoud
1e20f020ab
IDEMPIERE-3649 Location can use CityID from another tenant
2018-03-05 21:22:25 +01:00
Carlos Ruiz
331f1a78c6
IDEMPIERE-1800 Reset Locked Account shows all clients
2018-03-01 10:21:25 +01:00
hieplq
6bb1c5ecc3
Merge with default
2018-02-26 03:11:15 +07:00
hieplq
9b33710a19
IDEMPIERE-3531:adapt with buckminster method
...
maven have beta version of groovy-all, so fix version of groovy-all to help buckminster materialize
new version of org.apache.commons.configuration request org.apache.commons.lang3
correct source bundle of zk and https://github.com/jetty-project/jasper-jsp/issues/5
update launch
2018-02-26 03:11:03 +07:00
Carlos Ruiz
3de59aa95b
IDEMPIERE-3639 Placeholders for every fields / peer review
2018-02-24 14:29:46 +01:00
Nicolas Micoud
0c1b9fd6b9
IDEMPIERE-3639 Placeholders for every fields
2018-02-24 14:28:40 +01:00
Carlos Ruiz
e4118787d8
hg merge release-5.1 (merge release5.1 into default)
2018-02-24 12:25:39 +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
Carlos Ruiz
969d02f63c
IDEMPIERE-3635 Cache getLookupInfo method to avoid multiple queries execution
2018-02-09 22:10:28 +01:00
Carlos Ruiz
e8f02018cc
IDEMPIERE-3653 1008833 fix NPE hiding configuration errors in hazelcast
2018-02-07 22:53:12 +01:00
hieplq
857c099621
IDEMPIERE-3531:standard bundle version and build properties
...
corect some configurtion of build to compatible with maven
2018-02-03 13:25:48 +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
hieplq
8895154d8d
IDEMPIERE-3531:remove facets and main output to jar
...
refine IDEMPIERE-3510
2018-01-30 14:44:05 +07:00
Carlos Ruiz
45e1f0c654
IDEMPIERE-1906 Use postgresql SIMILAR TO instead of LIKE
2018-01-25 17:57:14 +01:00
Carlos Ruiz
ffcd468f13
IDEMPIERE-3617 Styles not working in master mode after navigate to another record
2018-01-24 13:54:21 +01:00
Carlos Ruiz
16167a62cb
hg merge release-5.1 (merge release5.1 into default)
2018-01-23 12:01:20 +01:00
Carlos Ruiz
44ef536af6
IDEMPIERE-3627 Field and Process Parameter: @SQL support for Readonly logic
2018-01-23 11:55:52 +01:00
Carlos Ruiz
4069878bf9
IDEMPIERE-3653 1008833 Upgrade hazelcast to version 3.9.3 / integrate patch from hengsin
2018-01-23 17:19:21 +08:00
Heng Sin Low
0821aadd8c
IDEMPIERE-3627 Field and Process Parameter: @SQL support for Readonly logic
2018-01-22 22:36:33 +08:00
Heng Sin Low
0e6975f59c
IDEMPIERE-3627 Field and Process Parameter: @SQL support for Readonly logic
2018-01-22 22:36:33 +08:00
Carlos Ruiz
0636192a5e
IDEMPIERE-3628 Wrong invoice reversal for a price changed from zero to non-zero
2018-01-23 00:59:28 +01:00
Carlos Ruiz
339f171f65
IDEMPIERE-3099 AP Credit Memo, Rule: Cash Generate Payment with wrong amount
2018-01-22 19:28:28 +01:00
Carlos Ruiz
470b3d45cc
IDEMPIERE-3580 Advanced Zoom Across
2018-01-20 10:03:37 +01:00
Carlos Ruiz
975a46ae45
IDEMPIERE-3580 Advanced Zoom Across
2018-01-19 18:22:16 +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
e4c872275b
IDEMPIERE-3586 Add pagination to Query / implement in generic way - info window now can paginate also in oracle
2018-01-19 12:06:46 +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
c922644b6f
IDEMPIERE-3597 org/krysalis/barcode4j/output/CanvasProvider
2018-01-05 13:58:21 +01:00
Diego Ruiz
8bca99e93c
IDEMPIERE-2825 - Pluggable product pricing
2017-12-27 15:58:13 +01:00
Eduardo Jaremicki Moreira
4aa248e82b
IDEMPIERE-3586 Add pagination to Query
2017-12-21 15:37:39 -02:00
Heng Sin Low
b91b362f10
IDEMPIERE-3624 Physical Inventory - getDateMaterialPolicy for Line should include locator
2018-01-19 17:25:18 +08:00
Heng Sin Low
af17364314
IDEMPIERE-3622 MRecentItem is not thread safe
2018-01-19 13:59:24 +08:00
Carlos Ruiz
50c53e04f7
IDEMPIERE-3615 Import CSV Process not processing detail callouts -> data corruption
2018-01-15 11:29:07 +01:00
Diego Ruiz
43cfdd2a96
IDEMPIERE-2825 - Pluggable product pricing
2017-12-18 18:40:11 +01:00
z5k1
3136d8cda3
IDEMPIERE-3581 XB0001 Address Line Reverse display improvement in Location field
2017-12-17 20:57:43 +08:00
Carlos Ruiz
cf4bec058f
IDEMPIERE-3600 The ProductInfo Toolbar button can not be accessed through master roles
2018-01-10 14:42:32 +01:00
hieplq
a384c3f0ed
IDEMPIERE-2825 - Pluggable product pricing
2018-01-09 21:41:50 +07: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
3c10b2c455
IDEMPIERE-3604 improve error messages when process access rights are not set / IDEMPIERE-1920
2018-01-08 15:24:23 +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
Carlos Ruiz
23d8d55058
IDEMPIERE-3398 default "Payment Term" record of new client miss translate
2017-11-23 16:36:37 +01:00
anozimada
6b0428fc04
IDEMPIERE-3392 FillMandatory QtyInternalUse blocking doc action void in Internal Use
2017-11-23 15:00:59 +01: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
Andy Conn
fbb260a1ea
IDEMPIERE-3530 Doc_Inventory.createFacts does not respect !line.isAcive() but MInventory.completeIt does. Posting fails.
2017-11-13 15:52:21 +01:00
Heng Sin Low
8385b79f0a
IDEMPIERE-3557 Field dependency analysis doesn't work with context variable using the : notation
2017-11-13 10:16:27 +08:00
Carlos Ruiz
452a848f71
IDEMPIERE-2361 / IDEMPIERE-581 / organize SysConfig
2017-11-12 11:46:00 +01:00
Carlos Ruiz
57a4fd9f70
IDEMPIERE-3551 - 1008086 - External (non-plugin) 2Pack automation
2017-11-08 19:36:04 +01:00
Carlos Ruiz
c582c21810
IDEMPIERE-3551 1008086 - External (non-plugin) 2Pack automation
2017-11-08 18:29:30 +01:00
Carlos Ruiz
ed891d0c71
hg merge release-5.1 (merge release5.1 into default)
2017-11-10 15:05:26 +01:00
Heng Sin Low
c0e13c7321
IDEMPIERE-3535 Implement font icon theme
2017-11-03 06:56:57 +08:00
Carlos Ruiz
af3d52045f
Point copyjars to new release
2017-11-01 01:14:36 +01:00
Carlos Ruiz
8fc27bc33c
Model classes for 5.1
2017-10-31 23:24:50 +01:00
Carlos Ruiz
d63062d0d0
New version
2017-10-31 23:12:29 +01:00
Carlos Ruiz
d6908fc065
Point to version 5.1
2017-10-31 23:03:48 +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
5dbdbc93aa
IDEMPIERE-3534 Webservice error - Cannot Access
2017-10-31 17:30:55 +01:00
Heng Sin Low
43300bdfc2
IDEMPIERE-3514 Production: Could not save MA for Production line
2017-10-26 10:16:49 +08:00
Nicolas Micoud
73f1764acd
IDEMPIERE-3411 When lauching a report based on a report view, available print formats are not filtered
2017-10-24 17:13:39 +02:00
Carlos Ruiz
a7ce6b29ac
IDEMPIERE-3096 Use indirect context for mail signatures
2017-10-24 16:52:47 +02:00
Carlos Ruiz
96f2838b06
IDEMPIERE-1162
2017-10-24 16:39:45 +02:00
Carlos Ruiz
f8cf23f2cb
IDEMPIERE-3521 InfoWindow problem on other SQL when make a register count / peer review and integrate patch from Orlando
2017-10-20 19:41:57 +02:00
Carlos Ruiz
1616e7a95b
IDEMPIERE-1546 There is no OSGi interface for a PaymentExport / thanks to Markus Bozem
2017-10-17 18:29:34 +02:00
Carlos Ruiz
7fb4e1fa57
minor - add AD_PREFERENCE to exclusions on centralized ID
2017-10-13 15:37:29 +02:00
hieplq
d2acbd8e74
IDEMPIERE-3516:Spurious wakeups on EventManager
2017-10-11 22:51:19 +07:00
hieplq
08dfc02127
Merge with development
2017-10-19 19:53:41 +07:00
Heng Sin Low
4fa7235538
IDEMPIERE-3518 Improvement For Mobile Compatibility
2017-10-18 21:05:12 +08:00
hieplq
83faad6612
IDEMPIERE-3510:clear facet on project metadata
2017-10-18 19:46:42 +07:00
Heng Sin Low
493dfc8c31
merge release4.1 into development
2017-10-18 08:52:52 +08:00
hieplq
929be757a2
Merge with development
2017-10-18 01:47:05 +07:00
Carlos Ruiz
ea5192578b
hg merge release-4.1 (merge release4.1 into development)
2017-10-13 16:41:48 +02:00
hieplq
4055d6db4d
IDEMPIERE-3503:can't csv import when type of column is text long
2017-09-25 04:48:41 +07:00
Heng Sin Low
2734bf3f9f
IDEMPIERE-3495 Project Issue Doesn't respect Material Policy
2017-09-20 16:03:29 +08:00
hieplq
58d573949f
IDEMPIERE-1926:Workflow/Wizard type - > Node Action Info Window MiSSING
2017-09-19 18:43:48 +07:00
Carlos Ruiz
981346c74e
IDEMPIERE-2743 Vendor RMA Void Reset Returned Qty to 1 / IDEMPIERE-576
2017-12-14 18:13:40 +01:00
z5k1
2ad8d5e02d
IDEMPIERE-3522 Fix amount in words for zh_CN
2017-12-14 09:37:54 +01:00
Carlos Ruiz
74cd2d1078
IDEMPIERE-3441 - peer review - solved bugs and some conceptual errors in the way import is expected to behave
2017-12-06 15:10:38 +01:00
Redhuan D. Oon
eb729142e7
IDEMPIERE-3441 Import Movement Require Wrongly OrgValue, LocatorValue and LocatorToValue / integrating patch suggested by Eduardo Gil
2017-12-06 14:40:26 +01:00
Carlos Ruiz
73511f25bb
IDEMPIERE-2544 remove minor warning
2017-12-03 14:46:10 +01:00
hieplq
7245687377
IDEMPIERE-2544:to more warning compiler hidden good warning
...
code warning
2017-12-03 14:37:20 +01:00
Carlos Ruiz
5044414ae4
IDEMPIERE-2544 Integrate/peer review patch IDEMPIERE-2544-containFunction.patch provided by Hiep Lq
2017-12-03 14:13:52 +01:00
Heng Sin Low
e3961c7d61
IDEMPIERE-3488 Improvement to Error Message for Negative Inventory Disallow exception
2017-09-15 11:15:10 +08:00
Carlos Ruiz
725c76c994
IDEMPIERE-905 Post-it functionality / wrong column name - creating problems with native sequences
2017-11-07 15:14:13 +01:00
Heng Sin Low
731ae053a8
IDEMPIERE-3485 Report/Process: Unique constraint exception after save parameter
2017-09-13 16:35:03 +08:00
Heng Sin Low
d4765a29e4
IDEMPIERE-3361 Cost details inherit amt/qty from wrong history cost element
2017-09-13 15:01:34 +08:00
Heng Sin Low
2d8ab00c56
IDEMPIERE-3484 ProjectIssue should create M_CostDetail record
2017-09-13 14:56:54 +08:00
Heng Sin Low
4336b27e6e
IDEMPIERE-3483 Issue to Project from Material Receipt => Error: Posts Unit Cost instead of Extended Cost
2017-09-13 14:49:12 +08:00
Heng Sin Low
a0d891f419
IDEMPIERE-3431 Posting error for Matched PO if invoice posted while MR is not posted
2017-09-12 18:07:01 +08:00
Carlos Ruiz
84b9538c14
hg merge release-4.1 (merge release4.1 into development)
2017-09-08 16:05:42 +02:00
Carlos Ruiz
2281f9ec81
IDEMPIERE-2353 Please, add to WLocationDialog & C_Location new field Address5 / thanks to Anna Smirnova from Palichmos
2017-09-08 16:02:41 +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
Andy Conn
9361e0f36c
IDEMPIERE-3469 MProductPricing does not consider new Product in current transaction
2017-09-08 15:29:00 +02:00
Carlos Ruiz
f74f08c521
IDEMPIERE-3472 Env.parseVariable not keeping unparseable variable / thanks to Ricardo Santana (ralexsander)
2017-09-08 15:19:38 +02:00
Carlos Ruiz
14faeeec5c
IDEMPIERE-3477 Allow use of variables in workflow next condition / thanks to Ricardo Santana (ralexsander)
2017-09-08 15:13:52 +02:00
Carlos Ruiz
01124f8ee4
IDEMPIERE-3471 Fix amount in words for Brazilian Portuguese / Thanks to Ricardo Santana (ralexsander)
2017-09-08 14:52:25 +02:00
Carlos Ruiz
a9330bf75d
IDEMPIERE-3423 MWFActivity missing displaytype validation in set variable nodes
2017-08-31 21:59:05 +02:00
Carlos Ruiz
53df432dc5
IDEMPIERE-3466 Workflow condition applied across all clients / thanks to Pritesh Shah
2017-08-31 17:52:37 +02:00
Carlos Ruiz
1bf66f1064
IDEMPIERE-3443 Payment Schedule leading to -> Current record was changed by another user, please ReQuery / IDEMPIERE-3462
2017-08-30 18:57:36 +02:00
Carlos Ruiz
6213d823ed
IDEMPIERE-3449 Chrome autocomplete contact email/password by user email after record saved
2017-08-30 18:09:32 +02:00
Carlos Ruiz
e287b987c2
IDEMPIERE-3049 String autocomplete NPE / refactor to apply best practices / drop the AD_Org_ID filter (doesn't make sense for non-org tables) / add ReQuery to context menu
2017-08-30 14:26:08 +02:00
Carlos Ruiz
09ecb2fc0b
IDEMPIERE-3459 GL Distribution Any Account
2017-08-28 11:51:08 +02:00
Carlos Ruiz
fb0cdb12e7
IDEMPIERE-3396 Performance Issue in Process' Saved Parameter
2017-08-27 11:55:25 +02:00
Soo Fang Lee
553867474e
IDEMPIERE-3442 Posting Error: Source Not Balanced after Sales Order=>Doc.Action="Void"
2017-08-25 13:05:54 +02:00
Carlos Ruiz
137d8b869c
IDEMPIERE-3438 Capture user suggestions for field terminology and context help - final peer review and tests for iDempiere
2017-07-28 18:49:07 +02:00
hieplq
dfe87def6a
IDEMPIERE-3375:import/export csv should use AD_Element.ColumnName to lookup
2017-05-25 15:58:49 +07:00
hieplq
fb3977af88
IDEMPIERE-3378:AD_Package_Exp_Detail should use EntityType column to refer AD_EntityType
2017-06-01 19:15:38 +07:00
Heng Sin Low
045595b2cb
IDEMPIERE-3352 Enhancement of Batch Level Costing. Fix a storage update bug.
2017-08-13 22:37:14 +08:00
Guilherme Chaddad
99839476c3
IDEMPIERE-3446 Define the workflow approver dynamically - java
2017-08-10 17:15:39 -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
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
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
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
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
3bc0e45599
IDEMPIERE-3653 1008016 Remove max size limit for msg and element cache. Some cache adjustment. Remove backup of hazelcast map. / integrate partial patch from hengsin
2017-05-25 16:49:51 +08:00
Heng Sin Low
6105b42ecb
IDEMPIERE-3653 1008016 Reduce cache max size from 2000 to 1000. Add max-idle config for hazelcast map ( 30 minutes ).
2017-05-24 17:31:41 +08: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
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
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
Carlos Ruiz
2d01ed4995
IDEMPIERE-3653 1007767 Possible memory leak. Fixed memory leak and reduce memory usage. / integrate partial patch from hengsin
2017-03-27 17:08:50 +08:00
Carlos Ruiz
139de8e0cd
1006079 Ease edit of OnLine Context Help. Make processed, approved and save as tenant customization field readonly. Allow suggestion when context help is not available. / IDEMPIERE-3438 (integrating contribution from hengsin)
2016-08-15 11:33:27 +08:00
hieplq
153a3ea5e4
IDEMPIERE-3107:Production (Light) system enable to complete production without end product
...
fix for IDEMPIERE-1750
2016-07-18 20:20:35 +07:00
Carlos Ruiz
7c535366bd
IDEMPIERE-3037 Date Material Policy not respected in shipment / remove duplicated code (thanks to Hiep)
2017-06-25 01:02:50 +02:00
Carlos Ruiz
822453941d
IDEMPIERE-3405 When Window Preference doesn't exists then Default Doctype Taken - also from another client / IDEMPIERE-2672
2017-06-25 00:41:23 +02:00
Heng Sin Low
95cf3f19b3
IDEMPIERE-3409 Make separator used between identifier fields configurable (1004703)
2017-06-24 17:34:28 +02:00
Carlos Ruiz
10be967c75
Peer review from a suggested patch from Hiep Lq -> IDEMPIERE-3408 Encrypted Field can explore by normal user
2017-06-24 13:34:10 +02:00
Heng Sin Low
b4990515b0
IDEMPIERE-3350 Accounting Processor GL postings to "secondary" schema unreliable. Use savepoint to avoid rollback of doc workflow transaction.
2017-06-23 16:11:17 +08:00
Diego Ruiz
e012b916e2
1008086 IDEMPIERE-2771 implement semaphore in internal 2packs to avoid multiple servers applying same 2pack
2017-06-21 01:24:25 +02:00
Heng Sin Low
9124546345
IDEMPIERE-3397 Multi Currency: Matched PO post wrong amount to PPV account for Standard Costing
2017-06-20 13:15:17 +08:00
Heng Sin Low
6770328dbf
IDEMPIERE-3350 Accounting Processor GL postings to "secondary" schema unreliable. Commit and rollback posting to all schema as one transaction.
2017-06-19 17:32:21 +08:00
Heng Sin Low
bf13e34476
IDEMPIERE-3388 Manual posting of MR break Average PO costing. Should post MatchPO before MR.
2017-06-19 17:07:46 +08:00
Heng Sin Low
e2a5b96126
IDEMPIERE-3350 Accounting Processor GL postings to "secondary" schema unreliable. MAcctSchema.isSkipOrgs should always check the full org tree.
2017-06-14 17:24:02 +08:00
Heng Sin Low
952ac436af
IDEMPIERE-3350 Accounting Processor GL postings to "secondary" schema unreliable. Caching of report tree ( organization tree, product tree, etc ) by tenant is not safe - due to access right of user+role, each combination of user+role might get a different report tree.
2017-06-09 15:48:08 +08:00
Heng Sin Low
296878a2c3
IDEMPIERE-3388 Manual posting of MR break Average PO costing.
2017-06-09 12:37:44 +08:00
Heng Sin Low
b17ce13062
IDEMPIERE-3350 Accounting Processor GL postings to "secondary" schema unreliable. Fix concurrency issue with accounting schema cache
2017-06-07 22:03:19 +08:00
Heng Sin Low
9eef8e0ca8
IDEMPIERE-3352 Enhancement of Batch Level Costing.
2017-06-04 17:11:03 +08:00
Heng Sin Low
f01e4cac14
IDEMPIERE-3381 Transaction not pass to scheduled report.
2017-05-31 07:55:29 +08:00
Heng Sin Low
37bafb5851
IDEMPIERE-3380 Scheduler doesn't log role access error.
2017-05-31 07:33:40 +08:00
Heng Sin Low
e466ebd1ae
IDEMPIERE-3379 MRole.get(...) is not thread safe
2017-05-31 07:29:21 +08:00
hieplq
b9231bb4dd
IDEMPIERE-3371:amount in word get wrong when parse for multiple of 1000 on Viet Nam
2017-05-23 00:36:31 +07:00
Carlos Ruiz
0eb6e9bf74
Integrating a generic improvement on Env class from Heng Sin - fixing an issue that could lead to context lost
2017-05-19 11:13:20 +02:00
Nicolas Micoud
61a383575b
IDEMPIERE-3366 MBPartner.getTemplate() uses false CreatedBy/UpdatedBy values
2017-05-19 11:02:18 +02:00
Heng Sin Low
6581080b38
IDEMPIERE-3350 Accounting Processor GL postings to "secondary" schema unreliable. Fix concurrency issue with accounting schema cache.
2017-05-17 22:26:07 +08:00
Nicolas Micoud
0107f87a3a
IDEMPIERE-3328 Trees : Ability to force loading of all nodes
2017-05-03 18:19:26 +02:00
markus_bozem
1c166a17f0
IDEMPIERE-3304
...
Use apache commons-validator instead of own code to validate IBANs
2017-04-14 17:42:31 +02:00
Carlos Ruiz
61dee84cb4
IDEMPIERE-3349 GL Distribution generate positive posting regardless of the IsAllowNegativePosting flag. / integrate suggestion from Denis Kuznetsov
2017-04-22 12:49:48 +02:00
Carlos Ruiz
fd0d04a7af
IDEMPIERE-3348 Invoice not marked as paid when credit card payment captured
2017-04-20 15:07:01 +02:00
Carlos Ruiz
313d4a5b98
IDEMPIERE-3342 In posting, when selecting a GL Category, the type of document is not taken into account.
2017-04-18 14:11:52 +02:00
Carlos Ruiz
6a2556e307
IDEMPIERE-3338 Document Status Indicator / credits as suggested by Steven Sackett
2017-04-18 13:41:01 +02:00
Carlos Ruiz
a24936da7c
IDEMPIERE-3338 Document Status Indicator
2017-04-13 13:52:43 +02:00
Carlos Ruiz
19847dc4ce
IDEMPIERE-3329 Issue with cached translations / integrate from Nicolas Micoud
2017-04-12 23:49:59 +02:00
Carlos Ruiz
28505bf01b
IDEMPIERE-3338 Document Status Indicator / integrate dashboard panel for Document Status (replaces Activities) - contributed by Adaxa - integrated to idempiere by Murilo - peer review and improvements by Carlos Ruiz
2017-04-12 21:27:59 +02:00
Heng Sin Low
5c4973b528
IDEMPIERE-3321 Add Mandatory Logic to Report & Process Parameter.
2017-04-08 22:08:32 +08:00
Carlos Ruiz
02963854e0
IDEMPIERE-2629 M_StorageOnHand Qty and Total M_Transaction Qty did not match / fix error reported by Vassili Kouleshov https://groups.google.com/d/msg/idempiere/m6EvFnHqogA/AKiX-wv4AgAJ
2017-04-05 15:08:31 +02:00
Carlos Ruiz
c8df3294bf
Fix build error with groovy-all updated in maven
2017-04-04 23:41:24 +02:00
Carlos Ruiz
67a903ef35
IDEMPIERE-3325 GLJournal reverse accrual date is hard coded to system date
2017-04-03 22:13:20 +02:00
Carlos Ruiz
b20049e5a0
IDEMPIERE-3332 Report calculates subtotals incorrectly / integrate fix from Adaxa - Paul Bowden (phib)
...
from https://sourceforge.net/p/adempiere/contribution-adaxa/ci/c4a672
2017-04-03 22:12:29 +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
4573c4623b
IDEMPIERE-1660 Toolbar button delete enabled on not-deleteable tables / minor peer review
2017-03-31 16:39:49 +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
1793361fcf
hg merge release-4.1 (merge release4.1 into development)
2017-07-21 20:18:53 +02:00
Carlos Ruiz
80d851ed8e
hg merge release-4.1 (merge release4.1 into development)
2017-07-21 20:13:24 +02:00
Nicolas Micoud
c96264693c
IDEMPIERE-3360 Methods to retrieve values of mail template
2017-07-04 13:44:01 +02:00
Carlos Ruiz
9cce160aff
hg merge release-4.1 (merge release4.1 into development)
2017-06-14 13:10:30 +02:00
Carlos Ruiz
b1632b4159
Committing patch sent by druiz - although not used in iDempiere - as a reference in case somebody wants to implement a process with BatchLogin - adapting the batchlogin to the new iDempiere structure (client->role instead of previous role->client)
2017-06-14 12:37:07 +02:00
Carlos Ruiz
e878a33778
hg merge release-4.1 (merge release4.1 into development)
2017-05-16 00:18:47 +02:00
markus_bozem
fef5b774b5
DEMPIERE-3292
...
MBankStatementLoader:
Added lookup for C_BankAccount_ID and C_Currency_ID
2017-02-03 13:42:13 +01:00
markus_bozem
e52e1ff87f
IDEMPIERE-3290
...
Add IBAN-Column to import table.
2017-01-31 16:47:04 +01:00
Carlos Ruiz
50719be0ec
hg merge release-4.1 (merge release4.1 into development)
2017-04-04 23:44:37 +02:00
Carlos Ruiz
dd2fcee33f
hg merge release-4.1 (merge release4.1 into development)
2017-02-18 07:28:56 +01:00
Carlos Ruiz
98d73702f3
IDEMPIERE-1200 Check consistency of IBAN / peer review
2017-02-17 21:15:45 +01:00
markus_bozem
04928f78b8
IDEMPIERE-1200
...
Validate IBAN in C_BankAccount, C_BP_BankAccount, C_Payment, C_PaymentTransaction
Config via IBAN_VALIDATION, Default is Y
2017-02-17 21:14:57 +01:00
Nicolas Micoud
b4f0213136
IDEMPIERE-1200 Check consistency of IBAN
2017-02-17 21:14:00 +01:00
Carlos Ruiz
d5cba25082
IDEMPIERE-259 Cannot set tab display logic based on specific tab value of field
2017-02-17 19:57:18 +01:00
Carlos Ruiz
fbe29bb7d7
hg merge release-4.1 (merge release4.1 into development)
2016-12-22 00:44:02 +01:00
hieplq
8d236a3a9d
IDEMPIERE-2273:CSV Import fail on evaluate column mandatory logic
2016-12-16 16:12:14 +07:00
Carlos Ruiz
d23d6a1b44
IDEMPIERE-3269 Field to show read-only grid / fix integration issue adding same method as IDEMPIERE-2331
2016-12-15 14:08:16 +01:00
Carlos Ruiz
a1cbcf500b
IDEMPIERE-905 Post-it functionality / integrate from Nicolas Micoud (nmicoud)
2016-12-13 18:19:05 +01:00
Carlos Ruiz
c30768575e
Backed out changeset 76bfe292eded - IDEMPIERE-3104 - fix issue reported by Hideaki and Alan - PrintData.getIndex: Column not found / IDEMPIERE-3247
2016-11-28 18:07:05 +01:00
Carlos Ruiz
8bf9c7bb62
IDEMPIERE-3245 Sales Region force to be in * org
2016-11-25 13:36:39 +01:00
Carlos Ruiz
a35e66141a
swing client not running
2016-11-25 11:37:11 +01:00
Carlos Ruiz
7bceecdb88
IDEMPIERE-3243 - peer review
2016-11-23 21:08:46 +01:00
freepath
c8245e7555
IDEMPIERE-3243 fixed by using classes from apache felix project. No other classes needed modifications since script-enabled classes relies on MRule
2016-11-18 13:02:23 +01:00
Heng Sin Low
263759c138
IDEMPIERE-3235 Posting error when currency rate is different between MR and PO.
2016-11-14 17:49:06 +08:00
Carlos Ruiz
396471ba07
IDEMPIERE-178 Orders and Invoices must disallow amount lines without product/charge / found an issue with an invoice line that had a quantity but not amount - and the default product expense account was inactive - the invoice line still tries to post the "comment" line and fails - so the comment line must have both qty and price zero
2016-11-03 23:06:49 +01:00
Carlos Ruiz
5da08bb301
point copyjars to 4.1
2016-10-31 14:27:56 +01:00
Carlos Ruiz
7ca814ce8f
Generate model for version 4.1
2016-10-30 20:36:12 +01:00
Carlos Ruiz
3d985bd0ed
change references to new version
2016-10-30 20:30:07 +01:00
Carlos Ruiz
536fd017e6
set version 4.1 in credits
2016-10-30 20:23:55 +01:00
Carlos Ruiz
118bbbebd8
hg merge release-3.1 (merge release3.1 into development)
2016-10-29 11:21:00 +02:00
Carlos Ruiz
6600f1a34f
IDEMPIERE-3231 Production document affecting storage for non-stocked products
2016-10-26 22:59:09 +02:00
Hans Auler GmbH
81e3e9afbf
IDEMPIERE-3229 - Wrong accounting facts by using the GL Distribution - Line_ID
...
is not transfered
In the method distribute() from Fact.java is the line_id for factLine with 0
defined and later not updated, so the
posting has always Line_ID=null in the destination-accounting-record.
Queries like taxcorrection by discount or write off are searching for accounting
facts with line_id = null and get wrong information.
2016-10-25 12:02:05 +02:00
Redhuan D. Oon
e8d5bde8cb
IDEMPIERE-3225 Workflow editor menu is not updated / integrate patch from Flemming Birch (sjeffen)
2016-10-26 17:13:16 +02:00
Carlos Ruiz
dbbb2d0022
hg merge release-3.1 (merge release3.1 into development)
2016-10-17 11:31:50 +02:00
Carlos Ruiz
c0b93bc9c1
IDEMPIERE-3191:time to update performance gadget should use configuration (minor)
2016-10-14 11:39:21 +02:00
hieplq
bbf7ff2bcb
IDEMPIERE-3191:time to update performance gadget should use configuration
...
preset default value
2016-10-07 19:32:32 +07:00
Heng Sin Low
ccaa5462d2
IDEMPIERE-3207 Too Many Costing Record Created.
2016-10-07 16:49:48 +08:00
hieplq
fa8188043c
IDEMPIERE-3191:time to update performance gadget should use configuration
2016-09-16 12:47:07 +07:00
Carlos Ruiz
ad995ae3b9
hg merge release-3.1 (merge release3.1 into development)
2016-09-27 15:25:10 +02:00
Carlos Ruiz
b5a746aeb3
IDEMPIERE-1624 Restrict access to System dashboards / correct query
2016-09-26 23:57:14 +02:00
hieplq
6cea6a7b8c
IDEMPIERE-3192:add support short form of join when parse sql
2016-09-16 13:11:27 +07:00
Carlos Ruiz
72a5009f03
IDEMPIERE-3206 Extensibility issues with LCO Allocation Accounting
2016-09-30 18:05:32 +02:00
hieplq
c624d4ec7d
IDEMPIERE-3179:record should move to editing mode when user is editing first field
...
just change move status to edit, don't change anything (ever don't update new value for this field)
2016-09-29 12:38:37 +02:00
Carlos Ruiz
5352aeee35
IDEMPIERE-3104 default report engine is not good for big report / integrate patch from hiep
2016-09-28 12:48:48 +02:00
Carlos Ruiz
bbf90f6de6
IDEMPIERE-3200 PDF report engine: Can't add attribute to 0-length text
2016-09-28 12:40:09 +02:00
Carlos Ruiz
e04e6d137c
IDEMPIERE-3199 Potential data corruption when transaction fails after prepare and before complete documents
2016-09-27 22:59:25 +02:00
Carlos Ruiz
2724e50bd3
hg merge release-3.1 (merge release3.1 into development)
2016-09-07 19:20:42 +02:00
Carlos Ruiz
bee8bc4d67
IDEMPIERE-3188 2Pack locked validating info window
2016-09-07 19:17:14 +02:00
Heng Sin Low
6a7b6807ce
IDEMPIERE-3170 Return to Vendor propagate wrong cost amount to Organization accounting schema denoted in different currency
2016-09-12 18:10:33 +08:00
Heng Sin Low
5b29241d87
IDEMPIERE-3155 Posting issue in Matching PO-Receipt-Invoice. Fix posting for un-matching of Receipt and Invoice.
2016-09-12 18:06:07 +08:00
Nicolas Micoud
a34211b032
IDEMPIERE-3000 Automatic opening of menu entries at login
2016-09-09 15:09:51 +02:00
Carlos Ruiz
89ba2d67e3
IDEMPIERE-1672 create a user with name same exist user, make exist user can't log-in
2016-09-04 12:08:10 +02:00
Carlos Ruiz
2f05d731c1
hg merge release-3.1 (merge release3.1 into development)
2016-09-03 20:54:17 +02:00
Carlos Ruiz
60cc3c8364
IDEMPIERE-3178 Can't login to iDempiere monitor if same user/pass exist in a tenant
2016-09-03 18:40:20 +02:00
Carlos Ruiz
779aace1cc
Security issue - passwords must not be written in logs
2016-09-03 18:29:39 +02:00
Carlos Ruiz
059a9ee240
hg merge release-3.1 (merge release3.1 into development)
2016-08-11 11:39:15 +02:00
Carlos Ruiz
e8cba8acc5
IDEMPIERE-3120 Cannot reverse MatchInv-Doc When CLIENT_ACCOUNTING_DISABLED
2016-08-10 18:03:56 +02:00
Carlos Ruiz
6e66447ae8
IDEMPIERE-3157 Fill mandatory fields: : GL Category - GL_Category_ID is mandatory
2016-08-10 18:02:11 +02:00
Carlos Ruiz
d2524019e3
IDEMPIERE-3156 SubAcct not working on Account Combination Dialog / supressed m_elements array from MAcctSchema in favour of cache - changing elements required a reboot instead of a cache reset
2016-08-10 12:50:57 +02:00
Nicolas Micoud
34926b0409
IDEMPIERE-2951 Delete all Trace Logs from Monitor should not delete AuthFailure.log
2016-08-08 18:29:20 +02:00
Carlos Ruiz
a8536f15af
IDEMPIERE-2065 flag "Pay Schedule valid" of invoice customer is not update in some case, make invoice not list in search when payment
2016-08-07 13:55:26 +02:00
Carlos Ruiz
96cdd1e89e
IDEMPIERE-3064 Importing InventoryMovements is violating AD_Client scope / integrating patch contributed by Daniel Haag (dhdx)
2016-08-06 22:43:16 +02:00
Carlos Ruiz
70d1df6b35
IDEMPIERE-2678 Allow to set explicit NULL value for fields
2016-08-06 22:10:45 +02:00
Carlos Ruiz
666fbe011e
IDEMPIERE-3146 CSV Import issues with resolveForeign when key is duplicated on foreign table
2016-08-03 12:39:13 +02:00
Carlos Ruiz
74642f7e0b
hg merge experimental (merge experimental from hieplq into development)
2016-07-27 19:04:39 +02:00
Heng Sin Low
e2d26b3a97
1006181 Speed-up windows - Field to show read-only grid. (IDEMPIERE-3269)
2016-07-19 17:41:02 +08:00
hieplq
baff1951be
IDEMPIERE-3136:all stuff relate library of idempiere
...
remove duplicate jar (bsh-engine, groovy-engine)
update, move groovy to osgi
add common bundle (now focus to support jasper report)
2016-07-08 10:20:19 +07:00
hieplq
1ca5d9835d
IDEMPIERE-3136:all stuff relate library of idempiere
...
update and use osgi version of library (passay, itextpdf, bcprov, super-csv)
2016-07-07 19:05:05 +07: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
d4512dc40d
IDEMPIERE-3136:all stuff relate library of idempiere
...
setting classpath of jre to workspace default jre. other some time we encounter bellow error with project have faceted like org.adempiere.base
Access restriction: The constructor 'Some class' is not API (restriction on required library '/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/rt.jar') Some class.java
2016-07-07 10:47:36 +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
hieplq
98730ce2d6
IDEMPIERE-2968:make all url as properties let idempiere can total material with offline repository
...
use parameter for link to repository, so can use offline repository, so help increase test speed
2016-07-07 14:55:12 +07:00
Heng Sin Low
616a76d4b2
IDEMPIERE-3177 1005979 Issues with material receipt and lot numbers.
2016-09-03 18:01:51 +02:00
Heng Sin Low
1ebbb7b14e
IDEMPIERE-3174 1005975 display logic is not working when using Null as ''
2016-09-03 17:22:48 +02:00
Carlos Ruiz
8f01084f7c
IDEMPIERE-3171 Can't add record on POS Terminal / IDEMPIERE-170
2016-09-03 15:42:01 +02:00
Carlos Ruiz
e6bc9b7cf2
IDEMPIERE-3146 CSV Import issues with resolveForeign when key is duplicated on foreign table / restore previous behavior to resolve foreign, first check on client then on system (not at the same time)
2016-09-01 15:29:36 +02:00
hieplq
0d78b00ce2
IDEMPIERE-3162:infoPanel:postgresql need trx to use cursor based resultset
2016-08-17 23:53:56 +07: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
Carlos Ruiz
9dca8269bb
IDEMPIERE-3165 Calendar create period use wrong org
2016-08-24 12:38:57 +02:00
Carlos Ruiz
c6ac14ef60
IDEMPIERE-3163 Overwritten Dynamic Validation can become invisible and used by system
2016-08-24 12:24:36 +02:00
Carlos Ruiz
a9b9b143bc
IDEMPIERE-3156 SubAcct not working on Account Combination Dialog / make it work also in Product window
2016-08-11 14:22:35 +02:00
Heng Sin Low
146af78c05
1006008 Add field type for dashboard content. (IDEMPIERE-3270)
2016-05-23 21:11:38 +08:00
Gabriel S Schneider
d1c38adc54
IDEMPIERE-3112 - Problems when used in reference to a ColumnSQL
2016-05-21 13:00:50 -03:00
hieplq
ab552fb5a1
IDEMPIERE-3104:default report engine is not good for big report
...
for html
2016-05-18 17:17:20 +07:00
igorpojzl
d8278975ed
IDEMPIERE-3107 Production (Light) system enable to complete production without end product
2016-05-18 11:20:22 +02:00
Carlos Ruiz
367f50673b
IDEMPIERE-3078 IDEMPIERE-1770 created code for a non-existing column
2016-05-30 22:29:09 -05:00
Carlos Ruiz
803979d925
IDEMPIERE-3073 improve set of max text lenght on grid panel / thanks to Eduardo Gil and Dirk Niemeyer
2016-05-30 21:46:23 -05:00
Heng Sin Low
7b66732f46
1006003 UI - add conditional styles for fields. / IDEMPIERE-3115
2016-05-29 16:04:41 -05:00
Carlos Ruiz
945b7cccb7
IDEMPIERE-3082:Production posting not balanced when serializing finished product / peer review - fix issue from previous commit that broke the posting of single product
2016-05-17 13:46:34 -07:00