Carlos Ruiz
02f4d526dc
IDEMPIERE-4429 BOM Drop to Invoice is throwing error ( #228 )
...
IDEMPIERE-1314 getDocumentInfo methods should return translated String
2020-08-26 15:49:22 +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
hengsin
0e9f36add9
IDEMPIERE-3197 Tab still keep editing indicator when move to next record ( #229 )
...
Update tab title after save
2020-08-24 18:39:27 +02:00
Carlos Ruiz
b0fbbb7a16
IDEMPIERE-4425 Find Window improvements ( #224 )
...
* IDEMPIERE-4425 Find Window improvements
Fix for printing report parameters - it is printing OPERATOR_EQUAL on reports instead of =
* IDEMPIERE-4425 Find Window improvements
Previous commit broke the find function - must use SQL for Values
2020-08-24 23:08:07 +08:00
Carlos Ruiz
2ad8fdfb3e
IDEMPIERE-2216:when make a warehouse order (in counter document test)… ( #226 )
...
* IDEMPIERE-2216:when make a warehouse order (in counter document test). new document material receipt is link with warehouse order not link with purchase order. it's correct?
* IDEMPIERE-2240:when create "On Credit Order" in counter document mode. invoice vendor make wrong reference to sale order
* IDEMPIERE-2257:can't complete invoice (vendor) generate from "order credit" by counter.
Integrating patch from Hiep hieplq@hasuvimex.vn
Changed syntax to be more readable
Used Processed instead of checking list of DocStatus
Co-authored-by: hieplq@hasuvimex.vn <hieplq@hasuvimex.vn>
2020-08-22 20:55:44 +02:00
Carlos Ruiz
a9d24a2d5b
IDEMPIERE-4427 Changelog window reference lists dksplayed in wrong language ( #221 )
...
Ref IDEMPIERE-1540 e9e7486473
2020-08-21 20:56:34 +08:00
Carlos Ruiz
a68c5f1968
IDEMPIERE-4425 Find Window improvements ( #219 )
2020-08-21 13:07:01 +02:00
Nicolas Micoud
2322a79dda
IDEMPIERE-4422 : GL Distribution - add SeqNo ( #217 )
...
* IDEMPIERE-4422 : GL Distribution - add SeqNo
Add SeqNo column on GL Distribution to allow users to choose the lowest one when several records are retrieved.
Fix typo
* IDEMPIERE-4422 : GL Distribution - add SeqNo
Fix a missed typo
2020-08-21 11:20:33 +02:00
Carlos Ruiz
7892c54aa1
IDEMPIERE-4386 setAD_User_ID() breaks when logged in as System user ( #188 )
...
* IDEMPIERE-4386 setAD_User_ID() breaks when logged in as System user
Allow saving Tab Customization for System user
* IDEMPIERE-4386 setAD_User_ID() breaks when logged in as System user
Fix copy/paste error
* IDEMPIERE-4386 setAD_User_ID() breaks when logged in as System user
Implement same suggestion on all the classes where setAD_User_ID must be allowed to explicitly set to System
There were already two classes with the Override approach: MUserPreference and MUserRoles, so this commit is to apply the same approach to all the classes with same approach
2020-08-13 18:20:59 +08:00
hengsin
60f4ea4215
IDEMPIERE-4406 Performance: PO Cache should not always reset all entr… ( #212 )
...
* IDEMPIERE-4406 Performance: PO Cache should not always reset all entries after update of one record
PO update - reset cache by record id
* IDEMPIERE-4406 Performance: PO Cache should not always reset all entries after update of one record
refine unit test
* IDEMPIERE-4406 Performance: PO Cache should not always reset all entries after update of one record
add cache reset fix for delete
* IDEMPIERE-4406 Performance: PO Cache should not always reset all entries after update of one record
Fix exception when cache is empty
Expose hidden cache reset exception
2020-08-11 14:55:03 +02:00
hengsin
0ad8737829
IDEMPIERE-4405 Add basic cache statistics ( #211 )
...
fix wrong hit/miss count when cached value is null
2020-08-07 17:07:39 +02:00
hengsin
147eebb01b
IDEMPIERE-4405 Add basic cache statistics ( #210 )
...
add hit and miss count for cache
2020-08-07 13:05:34 +02:00
Carlos Ruiz
a84adbad80
IDEMPIERE-4395 Cannot save valid strings in oracle - ORA-12899: value too large for column ( #202 )
2020-08-06 22:35:37 +08:00
hengsin
c17f1ae733
IDEMPIERE-4389 ( #206 )
...
* IDEMPIERE-4389 Implement Copy Constructor support for PO
Implement PO support for copy constructor
* IDEMPIERE-4389 Implement Copy Constructor support for PO
deprecate clone
replace clone with copy constructor
* IDEMPIERE-4389 Implement Copy Constructor support for PO
add unit test for MPrintFormat copy constructor
* IDEMPIERE-4389 Implement Copy Constructor support for PO
fix wrong import
2020-08-05 21:03:40 +02:00
Carlos Ruiz
59758e8a7e
IDEMPIERE-2624 Cant confirm 0 qty on Movement Confirmation ( #198 )
...
* IDEMPIERE-2624 Cant confirm 0 qty on Movement Confirmation
* IDEMPIERE-2624 Cant confirm 0 qty on Movement Confirmation
Add validations to avoid editing lines if there are pending confirmations, in movement and shipment/receipt
2020-08-03 20:45:08 +08:00
hengsin
a3a86739c2
IDEMPIERE-4390 Error in the Workflow window ( #201 )
...
add keyword quote escape to gridtable and mquery
2020-08-03 13:43:38 +02:00
hengsin
f010b10446
IDEMPIERE-4393 Replace Oracle outer join synax (+) with SQL standard outer join ( #199 )
...
add native postgresql unit test for GenericPaymentExport
remove unnecessary static and fix sql exception doesn't stop the export
replace Oracle (+) with standard sql outer joint
2020-08-03 12:04:53 +02:00
Carlos Ruiz
600d8efc70
IDEMPIERE-1804 Org of WF Process is Default(login) Organization. ( #195 )
...
Workflow org
Co-authored-by: Hideaki Hagiwara <hagiwara.hideaki@gmail.com>
2020-07-31 08:02:33 +08:00
Carlos Ruiz
a143e63128
IDEMPIERE-1893 can't Reversed a complete document "move inventory with confirm" ( #197 )
...
Do not create confirmation for reversal
2020-07-31 07:58:10 +08:00
Carlos Ruiz
937eaaa6ce
IDEMPIERE-874 Suspense Account is Posted with Wrong Org on GL Journal ( #190 )
2020-07-30 23:06:14 +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
Carlos Ruiz
e79ef31cd5
IDEMPIERE-3897 export csv: reference column export like normal column ( #189 )
...
Fix issue that entity type and language are not being set when imported
2020-07-30 10:47:56 +08:00
hieplq
30ce8cc5be
IDEMPIERE-4376:order activity workflow by ID (also time it's created) ( #187 )
...
maybe order by seq-no of node link to activity is more stable than ID
2020-07-27 17:08:02 +02:00
hengsin
80146138ac
IDEMPIERE-4382 Locator Editor inconsistent in the application of filter ( #183 )
...
pass ValidationCode to MLocatorLookup
Fix dynamic display support
Fix filter for grid view
Fix locator dialog not open with the selected locator
2020-07-26 12:49:43 +02:00
hengsin
40efcea51e
IDEMPIERE-4381 Order Line QtyReserved not updated correctly for negative shipment ( #180 )
...
Fix update of QtyReserved
2020-07-26 10:48:55 +02:00
Carlos Ruiz
26d2e37339
IDEMPIERE-1848 can delete org, account record in "Account Schema Dime… ( #150 )
...
* IDEMPIERE-1848 can delete org, account record in "Account Schema Dimensions"
Set Accounting Schema > Account Schema Dimensions > Element Type readonly when the type is Account or Org
* IDEMPIERE-1848 can delete org, account record in "Account Schema Dimensions"
reverting https://github.com/idempiere/idempiere/commit/be8de78
from https://sourceforge.net/p/adempiere/bugs/773/
2020-07-22 15:22:23 +08:00
hengsin
cc76e63d85
IDEMPIERE-4372 Performance: only add log record and sql statement to … ( #172 )
...
* IDEMPIERE-4372 Performance: only add log record and sql statement to context if trace/debug level <= debug/info
Minor clean up and thread safe fix for CLogErrorBuffer and MIssue
Only add LogRecord and SQL to context if TraceLevel is <= INFO
* IDEMPIERE-4372 Performance: only add log record and sql statement to context if trace/debug level <= debug/info
add back DB.isConnected check
remove redundant CLogErrorBuffer call from DB.isConnected
more fine grained synchronization
2020-07-21 12:25:20 +02:00
hengsin
d3717bc1fa
IDEMPIERE-4373 Bug fixes for CSV Import loader ( #174 )
...
close trx in finally block.
m_directNullKey interfere with CSV Import Loader due to trx that's not
committed yet.
insert mode: update window/tab context after save.
2020-07-21 00:10:49 +02:00
igorpojzl
dd2b24aafa
IDEMPIERE-4368: Allow Define Default Saved Query for User ( #169 )
...
* Update AD_UserQuery models
* Implementation of initializing Default User Queries
* Added Migration Scripts
* Update 202007161400_IDEMPIERE-4368.sql
Added missing register_migration_script.
* IDEMPIERE-4368 Added missing script.
* IDEMPIERE-4368 Allow Define Default Saved Query for User
Fix Load defaults only on Initialization.
* IDEMPIERE-4368
Move Migration Script to 7.1 folder
* IDEMPEIRE-4368
Apply of patch.
2020-07-20 14:51:48 +02:00
hengsin
31acb032ab
IDEMPIERE-4349 WTableDirEditor show inactive item ( #167 )
...
add back onlyActive logic when items is from cache.
2020-07-16 02:28:08 +07:00
Carlos Ruiz
4afaed6140
IDEMPIERE-3062 Unable to complete MR with qty >1 with Attribute Set of Always Mandatory ( #144 )
2020-07-15 11:05:49 +08:00
Carlos Ruiz
2d70a1a169
IDEMPIERE-1117 Attachment -> Disable preview over certain size ( #145 )
...
* IDEMPIERE-1117 Attachment -> Disable preview over certain size
New SysConfig key ZK_MAX_ATTACHMENT_PREVIEW_SIZE
* IDEMPIERE-1117 move scripts to 7.1
2020-07-14 21:51:17 +08:00
Carlos Ruiz
e954df2abe
IDEMPIERE-4358 Processes to drop some objects from database ( #161 )
2020-07-09 19:50:29 +02: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
Nicolas Micoud
4c1236e938
IDEMPIERE-4356 : System properties shouldn't not be used when sending emails ( #154 )
...
* IDEMPIERE-4356
Using Hiep's idea
Co-Authored-By: hieplq <hieplq@users.noreply.github.com>
* IDEMPIERE-4356
Following Carlos's tests/advices, add current System Properties to the Properties initialized for the email
Co-Authored-By: Carlos Ruiz <carg67@gmail.com>
Co-authored-by: hieplq <hieplq@users.noreply.github.com>
Co-authored-by: Carlos Ruiz <carg67@gmail.com>
2020-07-04 11:13:45 +02:00
hieplq
4f09cc5a7a
IDEMPIERE-4329:Cleanup eclipse warnings (un-use import and deprecate function) ( #158 )
2020-07-03 12:19:56 +02:00
Nicolas Micoud
08c3b3c1be
IDEMPIERE-4351 : MJournal/MJournalLine : fill mandatory values (if mi… ( #152 )
...
* IDEMPIERE-4351 : MJournal/MJournalLine : fill mandatory values (if missing) in beforeSave methods
GL_Journal.C_AcctSchema_ID
GL_Journal.C_ConversionType_ID
GL_JournalLine.C_Currency_ID
GL_JournalLine.C_ConversionType_ID
* IDEMPIERE-4351 : MJournal/MJournalLine : fill mandatory
Based on Carlos's patch :
Fix issues in PO.java that are not allowing the beforeSave methods that complete organization to work
* This also has the effect of checking and setting the organization restrictions after beforeSave and EventHandlers have finished, potentially fixing developer errors on org not respecting the configuration on Client Share
* In MJournalLine move the setting of org to the top because the getOrCreateCombination method works with the org value
Co-Authored-By: Carlos Ruiz <carg67@gmail.com>
Co-authored-by: Carlos Ruiz <carg67@gmail.com>
2020-07-01 21:34:51 +02:00
Nicolas Micoud
fa3e9461e8
IDEMPIERE-4343 : records created by InitialClientSetup must be on Org * ( #132 )
...
* IDEMPIERE-4343 : records created by InitialClientSetup must be on Org *
* IDEMPIERE-4343 : GL_Category
2020-06-30 22:02:39 +02:00
Carlos Ruiz
6e2cf15fa9
IDEMPIERE-966 When Order document(Both PO and SO) close, I think that MOrder.closeIt() method should calculate tax again. ( #136 )
2020-06-30 13:40:38 +02:00
Carlos Ruiz
e057072bc7
IDEMPIERE-829 Implement MInvoice.getOpenAmt with paymentDate ( #135 )
2020-06-30 12:45:14 +02:00
Carlos Ruiz
bcd1fa67cd
IDEMPIERE-4318 Validation - Prepay Order must not allow Cash payment rule ( #127 )
2020-06-24 17:10:51 +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
2a3224ea46
IDEMPIERE-4319 Cascade workflow activities (completing chained documents) exception problem ( #122 )
...
Implemented a better approach: save the first workflow savepoint and rollback to that one in case of cascade activities
2020-06-17 15:44:06 +02:00
Carlos Ruiz
36d6644879
IDEMPIERE-4324 Fix NPE on payment allocation ( #115 )
...
Co-authored-by: Orlando Curieles <orlando.curieles@ingeint.com>
2020-06-16 14:06:36 +02:00
Carlos Ruiz
c0710da6cd
Cache without name #resolve IDEMPIERE-4333 ( #116 )
2020-06-16 14:06:24 +02:00
Carlos Ruiz
204b00c6f2
IDEMPIERE-4334 Fixed Assets wrong dictionary ( #117 )
...
Fixed many wrongly defined columns #resolve IDEMPIERE-4334
Added a fix to DisplayType - running synchronize column in C_Conversion_Rate.C_Currency_ID_To and A_Asset_Split.A_Asset_ID_To was throwing error
2020-06-16 14:06:11 +02:00
Carlos Ruiz
fe69eb9dfa
IDEMPIERE-2753 Discount is not calculated when Price List Price <1 ( #119 )
...
Bring one more point of failure discovered by Elaine Tan
2020-06-16 13:55:40 +02:00
hengsin
2706026b85
IDEMPIERE-4331 Do not use Hazelcast Cache Service if it is standalone ( #113 )
...
Use normal map if hazelcast is stand alone
2020-06-13 16:00:04 +02:00
Carlos Ruiz
aac7d81077
IDEMPIERE-4330 New tables are not logged - requires a server restart ( #111 )
...
* IDEMPIERE-4330 New tables are not logged - requires a server restart
* IDEMPIERE-4330 New tables are not logged - requires a server restart
Add synchronized to isLogged and resetLoggedList as advised by Heng Sin
2020-06-13 21:37:04 +08:00
hengsin
5adad12309
IDEMPIERE-4332 PO Serialization Optimization ( #114 )
...
Do not serialize context and POInfo
2020-06-13 15:21:31 +02:00
Carlos Ruiz
10771a7408
IDEMPIERE-4254 get oracle error ORA-01795 when has more than 1000 org ( #109 )
2020-06-09 23:26:44 +07:00
Diego Ruiz
0c918a973a
IDEMPIERE-4320 Wrong code found in MOrder.reactivateIt ( #108 )
...
Just remove useless code
2020-06-09 12:26:46 +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
hengsin
b50b533f43
IDEMPIERE-4327 MPeriod.isOpen - should not perform update with cache PO ( #105 )
...
Do not perform update with MAcctSchema from cache
2020-06-09 12:19:47 +02:00
Carlos Ruiz
637c021954
IDEMPIERE-4320 Wrong code found in MOrder.reactivateIt
...
Just remove useless code
2020-06-09 11:58:18 +02:00
Carlos Ruiz
3339d1395d
IDEMPIERE-4324 NPE - Allocation when the payment is Zero ( #104 )
2020-06-08 14:08:39 +02:00
Carlos Ruiz
35c64ce77f
IDEMPIERE-4319 Cascade workflow activities (completing chained docume… ( #95 )
...
* IDEMPIERE-4319 Cascade workflow activities (completing chained documents) exception problem
* IDEMPIERE-4319 Cascade workflow activities (completing chained documents) exception problem
correct patch - remove comment mark
2020-06-06 20:57:50 +08:00
hengsin
4c3521caa9
IDEMPIERE-4317 Add GridFieldVO list cache for GridTabVO.create ( #94 )
...
Add GridFieldVO list cache.
2020-06-02 19:28:11 +02:00
Carlos Ruiz
e0980645d7
IDEMPIERE-4315 Allow showing Change Log for extension tables #resolves IDEMPIERE-4315 ( #92 )
2020-06-01 16:07:43 +02:00
hengsin
f2cbbc662d
IDEMPIERE-1540 Autocomplete for field type "Search" ( #91 )
...
Refactoring
Fix table/tabledir auto refresh
Fix MLookupInfo.clone
2020-06-01 15:29:04 +02:00
hieplq
9a35f2054d
IDEMPIERE-4314:eclipse project setting independent JDK ( #90 )
2020-06-01 11:30:00 +08:00
hengsin
fc56a2a205
IDEMPIERE-1540 Autocomplete for field type "Search" ( #88 )
...
Fix search column for auto complete
2020-05-29 18:08:39 +02:00
hengsin
3837a8e32b
IDEMPIERE-4312 Implement cache for list reference at MLookupFactory ( #87 )
...
Fix clone of MLookupInfo
Add list reference cache to MLookupFactory
2020-05-29 13:58:46 +02:00
hengsin
fca0963fd9
IDEMPIERE-4311 Implement cache for MAccount(C_ValidCombination) ( #84 )
...
Implement cache for MAccount.get(ctx, C_ValidCombination_ID)
2020-05-29 13:53:32 +02:00
hengsin
baac93f9e0
IDEMPIERE-4307 Quick Entry always retrieve all fields from db ( #83 )
...
add cache for MField
2020-05-29 13:38:15 +02:00
hengsin
e9e7486473
IDEMPIERE-1540 Autocomplete for field type "Search" ( #79 )
...
* IDEMPIERE-1540 Autocomplete for field type "Search"
Implement auto complete for search field
* IDEMPIERE-1540 Autocomplete for field type "Search"
Add support for isAutoComplete flag (default is off).
Add isAutoComplete to AD_UserDef_Field, AD_InfoColumn and
AD_Process_Para.
Performance improvement - reduce number of queries for autocomplete and
added some cache.
* IDEMPIERE-1540 Autocomplete for field type "Search"
add constant for auto complete query timeout
use union all to further reduce the number of queries
2020-05-29 13:25:24 +02:00
Hideaki Hagiwara
4edd985ef8
IDEMPIERE-4305 Improve CSV Import file Loader validaFile mthod to specify be charset ( #82 )
2020-05-25 11:04:34 +02:00
Carlos Ruiz
c5de6cf205
IDEMPIERE-1146 + IDEMPIERE-3234 ( #76 )
...
Avoid logging the update to ad_sequence caused by the previous fixes for IDEMPIERE-1146 + IDEMPIERE-3234
2020-05-23 13:10:50 +02:00
Carlos Ruiz
eaf42afd84
#resolve IDEMPIERE-4301 Replace MSysConfig.getDouble with getBigDecimal ( #71 )
2020-05-23 12:52:46 +02:00
hengsin
bf6fd2bb71
Idempiere 4300 ( #78 )
...
* IDEMPIERE-4300 DashboardPanel subclass should not cache Env Ctx
Remove Env.getCtx() cache
* IDEMPIERE-4300 DashboardPanel subclass should not cache Env Ctx
Fix usage of private ctx
2020-05-23 00:34:23 +02:00
Diego Ruiz
4eac03ba0f
IDEMPIERE-4304 Saved Query duplicates if use to save after sharing ( #81 )
...
* IDEMPIERE-4304 Saved Query duplicates if use to save after sharing
* IDEMPIERE-4304 Saved Query duplicates if use to save after sharing - Replaced JDBC call for Query
2020-05-23 00:23:42 +02:00
Carlos Ruiz
89faa3ac49
IDEMPIERE-2523 improve method to add comment to log script ( #75 )
...
#resolve IDEMPIERE-2523
2020-05-20 20:09:23 +02: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
Carlos Ruiz
d2c02c1bf0
#resolve IDEMPIERE-4302 Improve Schedule discovery ( #74 )
2020-05-19 23:20:29 +02:00
Nicolas Micoud
c5038a33ca
IDEMPIERE-4150 : Right click / New/Update not visible with duplicated windows ( #50 )
...
Also use ZoomConditions for Table/TableDirect editors
2020-05-19 13:56:52 +02:00
Deepak Pansheriya
14c27c58ca
Idempiere 3333 ( #60 )
...
* IDEMPIERE-3333: Respecting ReportView order by clause when there is no orderby field on print format configured.
* IDEMPIERE-3333: Adding cached method as per peer review comment.
* IDEMPIERE-3333: Refactoring as per feedback from Carlos Ruiz.
2020-05-14 18:57:25 +02:00
Carlos Ruiz
86ca0a9523
IDEMPIERE-235 Generate Shipments is generating partial for complete orders ( #58 )
2020-05-13 19:19:56 +02:00
Carlos Ruiz
1f3a83c96e
IDEMPIERE-1146 + IDEMPIERE-3234 / Centralized ID not working with na… ( #44 )
...
* IDEMPIERE-1146 + IDEMPIERE-3234 / Centralized ID not working with native sequence enabled / PROJECT_ID_USE_CENTRALIZED_ID should take priority higher than SYSTEM_NATIVE_SEQUENCE
* IDEMPIERE-1146 + IDEMPIERE-3234
improve performance not reading MTable and Columns but just a cache
list of tables with EntityType column
* IDEMPIERE-1146 + IDEMPIERE-3234
Remove deprecation as the method is now capable of managin all cases
2020-05-09 21:13:50 +08:00
hengsin
9a74e18e40
Idempiere 4168 ( #40 )
...
* IDEMPIERE-4168 Move Webstore out of core
Change EntityType of webstore table, column, field and menu from 'D' to
'WSTORE'
* IDEMPIERE-4168 Move Webstore out of core
Generate Model/Interface: filter column by EntityType. Update
AD_UserMail model class.
* IDEMPIERE-4168 Move Webstore out of core
Added optional column entity type filter.
2020-05-08 19:06:54 +02:00
Carlos Ruiz
58187cdc05
IDEMPIERE-4220 payment could not be committed due to wrong invoice date #resolve #comment Fixed trx issue ( #26 )
2020-05-03 15:38:47 +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
Carlos Ruiz
190ef9d75c
Merge release-7.1 into master
2020-04-26 13:45:06 +02:00
Diego Ruiz
ffb6388d3c
IDEMPIERE-2794 Run process via web services does not validate inactive parameters
2020-04-23 19:30:36 +02:00
Carlos Ruiz
0b663af8ab
IDEMPIERE-4220 payment could not be committed due to wrong invoice date
2020-04-23 00:30:12 +02:00
Carlos Ruiz
281912af45
IDEMPIERE-2767 Web Services not working with UUID / peer review - implement the same for ModelGetList AD_Reference_ID
2020-04-22 23:32:50 +02:00
Nicolas Micoud
d3d7e57cf9
IDEMPIERE-4245 Set GL Category automatically for GL Journal
2020-04-22 19:57:42 +02:00
mschnbeck
f1e9b23029
IDEMPIERE-4186 allow workflow to be suspended until after commit of actual transaction
2020-04-22 18:17:27 +02:00
Carlos Ruiz
43c8485b76
Merge release-7.1 into master
2020-04-18 18:44:51 +02:00
Carlos Ruiz
e253900ee5
IDEMPIERE-308 Performance: Replace use of StringBuffer and String concatenation with StringBuilder
2020-04-13 22:02:48 +02:00
Carlos Ruiz
4966285971
IDEMPIERE-4168 Move Webstore out of core
2020-04-13 15:21:26 +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
hieplq
bb43c4edcd
IDEMPIERE-4243:when key columns has date column then save record make error ORA-01861: literal does not match format string
2020-04-13 12:52:42 +02:00
Carlos Ruiz
680bb2090c
Merge release-7.1 into master
2020-04-11 16:12:38 +02:00
hieplq
ba380e114e
IDEMPIERE-3416: Implement the ability to track open DB connections (NPE)
2020-04-11 16:10:57 +02:00
Ray Lee
e7b227200e
IDEMPIERE-4240
2020-04-11 14:55:33 +02:00
Carlos Ruiz
e4544f8d1b
IDEMPIERE-4236 Allow Mixed Invoice (Assets And Products) / drop localization code from core - that must go into a localization plugin
2020-04-08 16:30:05 +02:00
hengsin
d5a82db8b1
IDEMPIERE-4232 Remove code for Media and Knowledge management
2020-04-06 16:45:52 +08:00
hengsin
db0aafb3dc
Merge branch 'origin/release-7.1'
2020-04-03 20:09:59 +08:00
Carlos Ruiz
9dcb12f394
IDEMPIERE-4229 Approval Workflow Node does not validate inactive UserRoles / integrate patch from Angel Lara
2020-04-02 19:02:13 +02:00
Carlos Ruiz
e10a5c9425
Merge release-7.1 into master
2020-04-01 15:27:45 +02:00
hengsin
6e606799f9
IDEMPIERE-4225 Do not cache MSession that's not thread safe
2020-04-01 17:12:51 +08:00
hengsin
21cad08cbb
IDEMPIERE-4200 AR Payment Allocation: Incorrect Currency Balancing Postings
2020-03-30 17:21:29 +08:00
Carlos Ruiz
790d96148f
Merge release-7.1 into master
2020-03-29 14:37:39 +02:00
hengsin
bfc5b13575
IDEMPIERE-4181 Replace CASE WHEN .. END CASE with CASE WHEN ... END
2020-03-27 15:10:01 +08: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
Nicolas Micoud
92cd714221
IDEMPIERE-4222 GL Distribution can't work with organization set on the Org_ID field
2020-03-25 14:57:57 +01:00
hengsin
132cc4036c
IDEMPIERE-4200 AR Payment Allocation: Incorrect Currency Balancing Postings
2020-03-25 10:33:49 +08:00
Carlos Ruiz
6c56100724
IDEMPIERE-4221 PackOut type "Data Single" (FHCA-1198)
2020-03-24 21:23:09 +01:00
hengsin
41b8e0e62b
IDEMPIERE-3947 Fixed Asset bugs and enhancements. Implement import fixed asset for multiple accounting schema.
2020-03-24 18:35:08 +08:00
Carlos Ruiz
e32ed5c5cd
IDEMPIERE-4218 Note and attachment from scheduler created in wrong client / also cross-tenant AD_UserMail
2020-03-23 20:39:11 +01:00
Carlos Ruiz
b6898a8f99
Merge release-7.1 into master
2020-03-21 17:45:25 +01:00
Carlos Ruiz
43d77dee4e
IDEMPIERE-4217 Improve DB exception traceability in PO saveEx and deleteEx (FHEG-1684)
2020-03-21 17:44:26 +01:00
Carlos Ruiz
de41df7752
IDEMPIERE-4215 Allow subtype tables in context variables
2020-03-21 12:44: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
d239941666
Fixes for IDEMPIERE-674 and IDEMPIERE-4032
...
IDEMPIERE-674 Financial Report: Percentage of column against line total
IDEMPIERE-4032 Financial Report Translation (lines & column)
2020-03-13 14:49:10 +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
b38452321f
Merge release-7.1 into master
2020-03-10 18:30:52 +01:00
Diego Ruiz
a3f0681d23
IDEMPIERE-4085 Search in toolbar
2020-03-10 18:24:42 +01:00
Carlos Ruiz
3ce8f5c7bb
Merge release-7.1 into master
2020-03-10 13:51:20 +01:00
Carlos Ruiz
156c9f5ab5
IDEMPIERE-4203 Extend IDEMPIERE-3850 - reporting from replica for jasper too
2020-03-10 13:45:05 +01:00
hengsin
d79c6de5e5
IDEMPIERE-4202 Remove java web start code and libraries
2020-03-10 18:20:04 +08:00
hengsin
2642293c0a
Merge release-7.1 into master
2020-03-08 20:24:05 +08:00
hengsin
61241bb021
IDEMPIERE-4127 GL Inventory Clearing - Minor rounding variances
2020-03-08 15:07:25 +08: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
Carlos Ruiz
0147b47f31
IDEMPIERE-308 Performance: Replace use of StringBuffer and String concatenation with StringBuilder / Add a helper getName by default in the toString method in X_ class
2020-03-03 15:04:10 +01:00
hengsin
4a436c5157
IDEMPIERE-4180 Add DDL and Data Type methods to AdempiereDatabase interface
2020-03-03 17:27:53 +08:00
hengsin
df5b0c2ea8
IDEMPIERE-4177 Replace SYSDATE with getDate()
2020-03-03 10:07:14 +08:00
hengsin
8445b0cb3d
IDEMPIERE-4179 Add quote column name support to AdempiereDatabase
...
interface
2020-03-02 23:02:00 +08:00
hengsin
41711e3437
IDEMPIERE-4182 Add Ini property to turn off Oracle to PostgreSQL
...
translation
2020-03-02 21:20:50 +08:00
hengsin
c8d858836f
IDEMPIERE-4127 GL Inventory Clearing - Minor rounding variances
2020-03-02 13:08:19 +08:00
Carlos Ruiz
a2ade6340a
Merge release-7.1 into master
2020-02-29 11:22:06 +01:00
Carlos Ruiz
c4cef3b8de
IDEMPIERE-4190 Implement Image Storage Provider (1006528) (FHCA-1165)
...
Peer review and tests:
* PO -> implement postDelete method to be called after the database delete is committed - fix issue about file being deleted from filesystem and commit failing because of referential integrity (for example deleting an image that is associated to a user)
* MArchive, MAttachment, MImage -> change deletion of file from before/afterDelete to postDelete
* MImage -> change getImageStoragePath from clientID/orgID to AD_Image/clientID (this is to allow using the same storage that attachments and archives uses, and avoid issues when changing org)
* MBPartner, MUser, MPOSKey -> delete associated image with postDelete
* ArchiveFileSystem -> fix issue not deleting the file in the filesystem when deleting the archive (using get_ID() on a deleted record returns zero)
* WImageEditor -> save automatically when creating a new image
* AttachmentFileSystem -> avoid trying to save attachment after is deleted
* ImageDBStorageImpl, MSysConfig -> Implement SysConfig IMAGE_DB_STORAGE_SAVE_AS_ZIP to save images in DB zipped - defaults to false which is the actual behavior
* ImageFileStorageImpl -> do not save file with extension, to fix error where previous file was not deleted when uploading a new file with different extension
2020-02-27 22:17:17 +01:00
Carlos Ruiz
55356515b5
IDEMPIERE-4190 Implement Image Storage Provider (1006528) (FHCA-1165)
...
integrate development from Heng Sin
2020-02-27 21:37:32 +01:00
Carlos Ruiz
c5c3d8c743
IDEMPIERE-4157: Quick Form for fast data entry with keyboard -- peer review - minor changes
2020-02-26 16:09:28 +01:00
Deepak Pansheriya
434cbaf110
IDEMPIERE-4157: Quick Form for fast data entry with keyboard
2020-02-26 16:08:42 +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
hengsin
444ade9162
IDEMPIERE-4158 Move Swing Client out of core. Move 3 swing client specific method
2020-02-16 21:34:29 +08:00
Deepak Pansheriya
79d050b34c
IDEMPIERE-4065: Making report configurable to reverse value ( #13 )
2020-02-14 18:39:17 +01:00
Carlos Ruiz
15707d9aac
Merge release-7.1 into master
2020-02-13 01:00:46 +01:00
Carlos Ruiz
e2af3a5516
IDEMPIERE-4171 DB message on delete is lost
2020-02-12 19:04:22 +01:00
Carlos Ruiz
ea70caa08a
IDEMPIERE-4171 DB message on delete is lost
2020-02-12 18:27:08 +01:00
hengsin
7173b78f68
IDEMPIERE-4127 GL Inventory Clearing - Minor rounding variances
2020-02-11 13:34:17 +08:00
hengsin
5b9f61ae52
IDEMPIERE-4020 Payment Reverse/Correct with C_Project_ID generating wrong GL postings
2020-02-11 13:30:25 +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
c87223e5c9
IDEMPIERE-4167 Can't use Copy Info Window columns process with an Order By clause
2020-02-05 22:38:02 +01:00
hengsin
df2385eb86
Merge release-7.1 into master
2020-01-31 12:28:44 +08:00
Carlos Ruiz
cb7f57d4f6
IDEMPIERE-4084 - Improve toolbar customization - peer review
2020-01-30 18:17:07 +01:00
Diego Ruiz
33d2a4d0f7
IDEMPIERE-4084 - Improve toolbar customization
2020-01-30 17:29:17 +01:00
Deepak Pansheriya
511292c8b9
IDEMPIERE-4070: Adding print format item -> Display logic support in XLSX, XLS and HTML report. ( #11 )
2020-01-29 16:35:49 +01:00
hengsin
3cc17d25fd
IDEMPIERE-4158 Move Swing Client out of core. Drop restlet dependency, drop webstart and applet stuffs and some minor dependency adjustments.
2020-01-29 08:00:36 +08:00
Carlos Ruiz
55dc83de87
Merge release-7.1 into master
2020-01-25 15:14:33 +01:00
Carlos Ruiz
8405e2a494
IDEMPIERE-4097 AD_Reference Caching validation / fix warning in 2Pack about Reference not found
2020-01-23 20:17:17 +01:00
Carlos Ruiz
00999887d1
IDEMPIERE-166 Rebranding of logo and product name - Some old forgotten rebranding
2020-01-23 10:10:02 +01:00
hengsin
e735c686ca
IDEMPIERE-4155 Follow up for IDEMPIERE-3742 Wrong product cost for partial MR
2020-01-22 22:20:26 +08:00
Diego Ruiz
54c26b54b6
IDEMPIERE-4151 - Refactor build style code to remove duplicated code
2020-01-20 20:19:55 +01:00
Carlos Ruiz
44fd0fe898
Merge release-7.1 into master
2020-01-12 22:51:04 +01:00
Deepak Pansheriya
0d239fbacf
IDEMPIERE-3388: Manual posting for reversed invoice throwing posting error ( #8 )
2020-01-08 13:24:56 +01:00
Carlos Ruiz
21eb285e5b
IDEMPIERE-2924 Export to XLS limited to 65536
...
* Complete ticket - implement support for XLSX in scheduler, background jobs, jasper reporting, default types
* Synchronize xlsx with xls exporter to use ZK_FOOTER_SERVER_MSG and ZK_FOOTER_SERVER_DATETIME_FORMAT SysConfig
* Excel alerts now export to xlsx instead of xls
2020-01-04 17:26:00 +01:00
Deepak Pansheriya
503ca8eb62
IDEMPIERE-2924: Adding XLSX Export support ( #6 )
2020-01-04 15:19:48 +01:00
Carlos Ruiz
04c13ea9c3
Merge release-7.1 into master
2019-12-29 00:04:54 +01:00
Deepak Pansheriya
f13bcd6de9
IDEMPIERE-4136: Upgrading Jasper report to version 6.11.0
2019-12-25 20:28:37 +05:30
Carlos Ruiz
ef3ed449ca
IDEMPIERE-1424 Report Wizard is not using translated columns
2019-12-24 00:13:21 +01:00
Carlos Ruiz
7b2c99fa86
IDEMPIERE-813 DateAcct in GL_JournalLine is not validated to be within the same period of GL_Journal
2019-12-23 15:11:53 +01:00
Carlos Ruiz
a8ad176e47
Merge release-7.1 into master
2019-12-21 16:00:24 +01:00
Carlos Ruiz
3041228c45
IDEMPIERE-4130 MaxQueryRecords by Tab (FHCA-1115)
2019-12-18 23:07:01 +01:00
Carlos Ruiz
81b5ccbc9a
IDEMPIERE-3416 Implement the ability to track open DB connections
...
Implement Trx Display Name for forgotten class GridTabCSVImporter
2019-12-18 22:07:56 +01:00
Carlos Ruiz
b4be53cbaf
Merge release-7.1
2019-12-12 12:38:45 +01:00
Carlos Ruiz
2368c6da57
IDEMPIERE-4076 In financial report when calculation is Add Range and operand 1 and operand 2 are same, calculations are wrong
...
based on patch from Deepak Pansheriya
2019-12-11 17:13:59 +01:00
sjeffen
3a6b25ddec
IDEMPIERE-4078 cph::erp Doc messages translation
2019-12-11 15:49:01 +01:00
Nicolas Micoud
2099a8b1cb
IDEMPIERE-4126 Modify Access Modifiers of MPayment properties and Methods
2019-12-11 14:32:25 +01:00
Carlos Ruiz
f9e544990f
hg merge release-7.1 (merge release7.1 into default)
2019-12-06 12:38:25 +01:00
Carlos Ruiz
bed53f8623
IDEMPIERE-4082 Cannot Restrict Master role in client / integrate patch suggested by Pritesh Shah
2019-12-05 18:42:44 +01:00
Carlos Ruiz
f75174998c
hg merge release-7.1 (merge release7.1 into default)
2019-12-04 23:11:53 +01:00
Carlos Ruiz
8c3af7914e
IDEMPIERE-4087 Virtual search columns / enable the usage of @SQLFIND= columns in reports / update field Description
2019-12-04 20:54:13 +01:00
Carlos Ruiz
703ce023f9
hg merge release-7.1 (merge release7.1 into default)
2019-11-30 15:17:26 +01:00
Diego Ruiz
570875e74b
IDEMPIERE-4087 Virtual search columns
2019-11-27 19:25:12 +01:00
Nicolas Micoud
7487a885bb
IDEMPIERE-4121 FactReconciliation : Remove annoying Msg.getMsg: NOT found: @Created@/@Deleted@
2019-12-04 17:11:01 +01:00
Nicolas Micoud
c3d62970ae
IDEMPIERE-4107 Add getDocStatusName for MJournal
2019-11-27 12:19:54 +01:00
Nicolas Micoud
dedc38ffc9
IDEMPIERE-4111 Add col_21 -> col_30 to T_Report
2019-11-27 10:08:54 +01:00
Carlos Ruiz
817cd5fd65
IDEMPIERE-3218 Cross-tenant error when importing web service security records / fix problem when importing attachments because of Record_ID column
2019-11-28 13:36:17 +01:00
Nicolas Micoud
90b40ac9ec
IDEMPIERE-4108 Set LineNo programmatically for GL_JournalLine
2019-11-27 10:45:20 +01:00
Carlos Ruiz
579c5378bf
IDEMPIERE-4112 NPE In Generate Shipment Manually / peer review - restore column accessed before the patch
2019-11-25 15:31:22 +01:00
Orlando Curieles
4739aea8c8
IDEMPIERE-4112 NPE In Generate Shipment Manually
2019-11-25 15:30:15 +01:00
Hideaki Hagiwara
28cd219450
IDEMPIERE-4113 Print Color and Print Font of Format item is not assigned to Report that is first view
2019-11-23 20:31:18 +09:00
Carlos Ruiz
64eadf1822
release 7.1 process - set version in configuration files
2019-11-21 23:28:48 +01:00
Carlos Ruiz
a1e337fb9d
release 7.1 process - generate full model classes
2019-11-21 22:53:50 +01:00
Carlos Ruiz
3ae8fb7f68
release 7.1 process - set version in code
2019-11-21 22:36:08 +01:00
Diego Ruiz
9a118b03dc
IDEMPIERE-4109 Caching Candidate: AD_Table
2019-11-18 21:00:36 +01:00
Carlos Ruiz
e9f48caf03
hg merge release-6.2 (merge release6.2 into default)
2019-11-14 20:38:44 +01:00
Carlos Ruiz
2286fb8f67
IDEMPIERE-4106 Dependent fields not cleared when changing a parent field / IDEMPIERE-3961
2019-11-14 20:38:16 +01:00
Carlos Ruiz
6fcbe19151
IDEMPIERE-2837 - Use in a better way saved searches - PR
2019-11-14 18:06:32 +01:00
Diego Ruiz
3baf23c4dd
IDEMPIERE-2837 - Use in a better way saved searches
2019-11-14 12:53:20 +01:00
Heng Sin Low
9496b01a2b
IDEMPIERE-3235 Posting error when currency rate is different between MR and PO
2019-10-22 17:01:41 +08:00
Carlos Ruiz
6f1aca48a8
IDEMPIERE-3781 Location Dialog showing incomplete Region list
2019-10-21 15:33:05 +02:00
freepath
45732de8c1
small changes on method accessors
2016-11-14 10:55:40 +01:00
Nicolas Micoud
8e34b8c463
IDEMPIERE-4077 RealizedGainLoss if 2 orgs : force invoice's organization to support the gain or loss
2019-11-13 14:17:32 +01:00
Carlos Ruiz
69c0c2c67b
IDEMPIERE-4080 Report filtering based on parameter is not working
2019-11-13 13:26:02 +01:00
Carlos Ruiz
cac5985b2a
IDEMPIERE-4095 Inconsistency between saving a sales order line with and without ASI
2019-11-13 11:58:46 +01:00
Carlos Ruiz
36ca02f16d
IDEMPIERE-4097 AD_Reference Caching validation
2019-11-13 11:36:21 +01:00
Heng Sin Low
be3e7958eb
IDEMPIERE-4099 Language.getDateFormat() is not thread safe
2019-11-13 10:19:39 +08:00
Heng Sin Low
f46b8afb5c
IDEMPIERE-4098 CLogger usage pattern clean up
2019-11-12 20:49:55 +08:00
Carlos Ruiz
f26db68e2b
IDEMPIERE-4072 iDempiere Monitor: Implement server and cache details for cluster node
2019-10-22 17:06:17 +02:00
Carlos Ruiz
34b0609f1a
hg merge release-6.2 (merge release6.2 into default)
2019-10-22 14:20:48 +02:00
Heng Sin Low
31dd08b595
IDEMPIERE-4072 iDempiere Monitor: Implement server and cache details for cluster node. Fixed multiple message cache instance. Improve naming of cache.
2019-10-19 07:28:07 +08:00
Nicolas Micoud
123e2074c8
IDEMPIERE-4011 Define paging size per Info window
2019-10-16 16:00:58 +02:00
Murilo Habermann Torquato
a0b5e52daf
IDEMPIERE-3969 - askforinput new editors, allowed on callouts and new methods for display pdfList from process and infowindow from process
2019-05-15 19:22:30 -03:00
Carlos Ruiz
9eabc31cde
hg merge release-6.2 (merge release6.2 into default)
2019-10-15 17:17:15 +02:00
Heng Sin Low
97bb8d9b83
IDEMPIERE-4072 iDempiere Monitor: Implement server and cache details for cluster node
2019-10-15 20:28:28 +08:00
Murilo Habermann Torquato
69cc3237c9
IDEMPIERE-3971 - implement new options (carlos suggestions)
2019-10-09 10:46:54 -03:00
Heng Sin Low
8e8430b35f
IDEMPIERE-4056 Implement cluster support for idempiere Monitor and Server Manager. Fix deadlock, add scheduler api.
2019-10-03 20:09:43 +08:00
Nicolas Micoud
f579549cba
IDEMPIERE-4053 Can't get a conversion rate if ConvDate is not truncated
2019-09-30 14:28:17 +02:00
Carlos Ruiz
392abbc764
hg merge release-6.2 (merge release6.2 into default)
2019-09-28 17:42:41 +02:00
Heng Sin Low
c203427ed6
IDEMPIERE-4006 Wrong matched PO quanity for vendor credit memo. Implement matchinv between vendor invoice and vendor cm.
2019-09-25 16:17:28 +08:00
Carlos Ruiz
161faf2199
IDEMPIERE-3971 Process Customization / peer review
2019-09-24 16:51:33 +02:00
Heng Sin Low
fc09db1278
IDEMPIERE-4006 Wrong matched PO quanity for vendor credit memo
2019-09-18 18:39:25 +08:00
Carlos Ruiz
9508dfe8fe
IDEMPIERE-3391 Not possible to delete a line in the Material Receipt window
2019-09-17 14:33:08 +02:00
Murilo Habermann Torquato
39a601874d
COF #10054 / IDEMPIERE-4043 - allocation amount problem when using allocate tab
2019-09-04 09:44:56 -03:00
Carlos Ruiz
c2a1aea45c
IDEMPIERE-4045 Allow to create model from view (FHCA-1057)
2019-09-06 17:51:12 +02:00
Carlos Ruiz
2c051e5de8
IDEMPIERE-4030 [Export from InfoWindow] - info columns returns java.sql.Date / based on patch from <matheus.marcelino@devcoffee.com.br>
2019-08-22 11:34:48 +02:00
Carlos Ruiz
bbf28092bb
IDEMPIERE-893 IDEMPIERE-3936 Info Window to maintain Support Roles / fix permissions
2019-08-20 14:59:19 +02:00
Carlos Ruiz
71d7f52615
IDEMPIERE-4021 Error when copying lines from a closed order with lost sales qty / fix error reported by Heng Sin
2019-08-19 12:02:59 +02:00
Ricardo Santana
58da0ce187
IDEMPIERE-4021 Error when copying lines from a closed order with lost sales qty
2019-08-16 15:14:42 +02:00
Murilo Habermann Torquato
a3a5166d1d
IDEMPIERE-4026 - Incorrect User Element List 2 reversal value - Refs #9978
2019-08-12 17:19:13 -03:00
Heng Sin Low
61c37e3a05
IDEMPIERE-4019 Wrong MR posting for order with price=0
2019-08-13 21:41:16 +08:00
Heng Sin Low
0222a12fe9
IDEMPIERE-4018 Order Line PriceEntered/PriceActual with incorrect Price List Version
2019-08-13 21:34:53 +08:00
Carlos Ruiz
bd33b7ab64
IDEMPIERE-4004 Get CBPartner by TaxID / peer review
2019-08-01 19:47:34 +02:00
Orlando Curieles
5d8244f757
IDEMPIERE-4004 Get CBPartner by TaxID
2019-08-01 19:45:22 +02:00
Carlos Ruiz
a121eae24b
IDEMPIERE-4017 Create a Unique Key case/accent insensitive to AD_Table.TableName (FHCA-1005)
2019-08-01 14:15:36 +02:00
Nicolas Micoud
fed0d9cabe
IDEMPIERE-4016 Can't get a conversion rate if conversionDate is not set
2019-07-31 21:19:14 +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
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
Murilo Habermann Torquato
372c531ef7
IDEMPIERE-3971 - process customization
2019-05-16 09:31:34 -03: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
Murilo Habermann Torquato
73c05c3828
IDEMPIERE-3831 info column style
2019-09-17 23:47:21 -03:00
Carlos Ruiz
4af8195f5b
hg merge release-6.2 (merge release6.2 into default)
2019-09-14 12:17:35 +02:00
Heng Sin Low
ed90b53e4d
IDEMPIERE-4047 Minor trx fix for GridTabCSVImporter
2019-09-11 15:07:55 +08:00
Heng Sin Low
f4aca34b6e
IDEMPIERE-3997 Attachment panel : ability to download all attachments as zip file. Base on patch from Nicolas Micoud.
2019-09-10 11:06:46 +08:00
Carlos Ruiz
54aab6fea3
hg merge release-6.2 (merge release6.2 into default)
2019-09-07 13:30:15 +02:00
Nicolas Micoud
63fab58fc1
IDEMPIERE-4005 Force grid mode when Find panel closes
2019-09-03 14:27:44 +02:00
Carlos Ruiz
12e9d47c74
hg merge release-6.2 (merge release6.2 into default)
2019-08-31 16:34:46 +02:00
Deepak Pansheriya
31c236e419
IDEMPIERE-3998: Execute Toolbar Process, get list of multiple row selected from the Grid view.
2019-08-16 16:50:31 +05:30
sjeffen
2e36c361e0
IDEMPIERE-4036 Doc_InOut missing translation
2019-08-26 15:49:29 +02:00
Murilo Habermann Torquato
2499827f93
COF #10021 / IDEMPIERE-4032 - Financial Report Translation (lines & column)
2019-08-22 11:33:22 -03:00
Carlos Ruiz
01643c0acb
hg merge release-6.2 (merge release6.2 into default)
2019-08-18 12:38:53 +02:00