Commit Graph

11778 Commits

Author SHA1 Message Date
hieplq 3741f466da IDEMPIERE-3426:improve tab behavior
drag&drop for home tab case
2017-07-16 18:44:46 +07:00
Carlos Ruiz c62351bc7d IDEMPIERE-3136 - launcher complaining on dev about org.mortbay.jasper.apache-jsp 2017-07-16 12:19:19 +02:00
hieplq 841ea60dc5 IDEMPIERE-3426:improve tab behavior
add shortcut key for tab navigate
2017-07-15 21:00:33 +07:00
hieplq 58b92f42fd IDEMPIERE-3426:improve tab behavior
case 2:report by NMicoud at https://groups.google.com/forum/?nomobile=true#!topic/idempiere/tyLAb85X2jU
2017-07-15 05:42:53 +07:00
hieplq d5d230ebc6 IDEMPIERE-3426:improve tab behavior
case 1:http://tracker.zkoss.org/browse/ZK-3706
2017-07-15 05:15:50 +07:00
hieplq 52f4416416 IDEMPIERE-3426:improve tab behavior
active prev tab when close current active tab
2017-07-15 04:17:35 +07:00
hieplq e3fc9f9648 IDEMPIERE-3426:improve tab behavior
open account tab to next tab
2017-07-15 03:20:18 +07:00
hieplq 38fae63d1b IDEMPIERE-3426:improve tab behavior
drag&drop for home tab case
2017-07-15 01:13:17 +07:00
hieplq 3a8c351538 IDEMPIERE-3426:improve tab behavior
drag&drop
2017-07-15 00:37:34 +07: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 01cd2b1ef2 IDEMPIERE-2490 java.lang.IllegalStateException: Form too large -> IDEMPIERE-3118 IDEMPIERE-669 2017-07-06 14:42:56 +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 c96264693c IDEMPIERE-3360 Methods to retrieve values of mail template 2017-07-04 13:44:01 +02: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
Carlos Ruiz a2150cf29f IDEMPIERE-3421 wtable dir editor load wrong list 2017-07-04 12:42:55 +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 5625e27627 IDEMPIERE-3058 Make 2Pack transaction safe / fixing a case where the packin doesn't get the error marked 2017-06-29 14:32:27 +02:00
Carlos Ruiz 20a8d8d6f0 IDEMPIERE-3058 Make 2Pack transaction safe / fixing a case where the packin fails because of foreign keys but still was wrongly being marked as successful 2017-06-27 01:37:47 +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
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 36409e56ba IDEMPIERE-3350 Accounting Processor GL postings to "secondary" schema unreliable. Context for AcctProcessor not always setup correctly. 2017-06-14 14:43:24 +08:00
Carlos Ruiz ba7348f6a4 IDEMPIERE-3394 Allow defining web service type in System and extend in Tenant 2017-06-14 00:57:10 +02:00
Carlos Ruiz 8615b92609 IDEMPIERE-3394 Allow defining web service type in System and extend in Tenant 2017-06-13 17:58:02 +02:00
Heng Sin Low 361c190a06 IDEMPIERE-3393 Context for Monitor's Run Now Command not Setup Correctly 2017-06-13 18:20:08 +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 2b18e84428 IDEMPIERE-3383 Schedule process: always recalculate sleep time before start 2017-05-31 11:26:32 +08:00
Heng Sin Low d12e72aec3 IDEMPIERE-3382 Schedule process shouldn't allow concurrent execution 2017-05-31 11:09:05 +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
Heng Sin Low 7ebc5f515a IDEMPIERE-3362 Error "SEVERE: Could not remove ON M_RMA rma" in Generate Inovoice (manual)/RMA. 2017-05-30 09:43:52 +08:00
Heng Sin Low c9bf6038f7 IDEMPIERE-3368 RMA Create Lines From Enhancement. Sort by Line. Copy shipment line's description to rma line. 2017-05-28 06:43:09 +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 42cc55dd1a IDEMPIERE-3367 2Pack not clearing foreign IDs 2017-05-19 14:48:43 +02:00
Soo Fang Lee 3ee6b48576 Fixed error starting IDempiere after materialized a new workspace 2017-05-19 14:37:37 +02:00
hieplq 07b1f8ddc0 IDEMPIERE-3364:Sequence Check don't respect inactive record of ad_table 2017-05-18 18:17:05 +07:00
Carlos Ruiz 9c170f8b71 IDEMPIERE-3363 SequenceCheck case for DB.executeUpdate 2017-05-19 11:18:41 +02:00
Carlos Ruiz 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