Commit Graph

3026 Commits

Author SHA1 Message Date
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
hieplq fce5824142 IDEMPIERE-3082:Production posting not balanced when serializing finished product 2016-05-17 20:38:16 +07:00
hieplq ed1e05b0bb IDEMPIERE-3104:default report engine is not good for big report
for pdf
2016-05-17 01:10:53 +07:00
Carlos Ruiz b5a0e4f321 IDEMPIERE-2676 Incorrect context variables - onNavigate Callout / run always callouts on key records 2016-07-13 16:07:05 +02:00
Heng Sin Low 27a4b74e69 1006064 NPE / IDEMPIERE-3115 2016-05-12 23:32:20 +08:00
Carlos Ruiz 60244ffc97 IDEMPIERE-2459 Calculated Child Taxes Amount Sum is not equal to Parent Tax Amount Sum (cause wrong grand total) 2017-02-14 08:40:25 +01:00
Carlos Ruiz 4e152d2e03 IDEMPIERE-3147 Financial Report translation of the data not only headers (based on patch from Gaurav Sontake) 2017-01-18 17:10:01 +01:00
markus_bozem f83ee64a52 IDEMPIERE-3039 Add IBAN and Swift fields to Business Partner/Bank Account 2017-01-18 15:56:13 +01:00
Murilo Habermann Torquato 2d14bf3ba2 IDEMPIERE-3282 - recent itens with incorrect label 2017-01-14 10:36:21 -02:00
Carlos Ruiz ad7b5180b5 IDEMPIERE-3285 Empty string Attribute Sets filled with numbers 2017-01-17 00:18:38 +01:00
Carlos Ruiz 76424a05fb IDEMPIERE-3284 Get the proper currency format for a multi-currency, multi-language report 2017-01-16 23:47:58 +01:00
Carlos Ruiz afaedf1bf6 IDEMPIERE-3279 Implement configurable Write-Off in Payment Selection 2017-01-13 17:50:38 +01:00
Heng Sin Low 979d022418 1006008 Add field type for dashboard content. (IDEMPIERE-3270) 2016-05-10 20:31:56 +08:00
Heng Sin Low 8414f71756 IDEMPIERE-3653 1005567 Add cache to System 2016-02-18 18:18:39 +08:00
Carlos Ruiz 1aaa743cd2 IDEMPIERE-3072 Error in creating new record in documents with lines in big tables. / commit patch suggested by Denis Kuznetsov 2016-05-08 20:38:51 -07:00
Redhuan D. Oon 8ecadf2ad9 IDEMPIERE-3069 StackBarChart renderer not specified 2016-05-05 23:51:39 -07:00
Hideaki Hagiwara f24bce4ef7 IDEMPIERE-3068 2016-04-08 20:42:36 +09:00
Carlos Ruiz 53d3328067 IDEMPIERE-2020 Value Format for ZK 2016-05-05 23:35:42 -07:00
Carlos Ruiz 7b6d6172e7 IDEMPIERE-3046 Add Currency Field to Cost Adjustment Window / peer review 2016-05-05 23:24:48 -07:00
Soo Fang Lee f1acc8b633 IDEMPIERE-3047 Cost Adjustment propagate wrong cost amount to Organization accounting schema denoted in different currency 2016-05-05 22:23:32 -07:00
Soo Fang Lee f5ab7ac27e IDEMPIERE-3047 Cost Adjustment propagate wrong cost amount to Organization accounting schema denoted in different currency 2016-05-05 22:09:37 -07:00
Soo Fang Lee c4609c186c IDEMPIERE-3046 Add Currency Field to Cost Adjustment Window
IDEMPIERE-3047 Cost Adjustment propagate wrong cost amount to Organization accounting schema denoted in different currency
2016-03-03 21:51:08 +08:00
Carlos Ruiz 61f855d308 IDEMPIERE-2518 Cost Adjustment window - Allow Zero Cost entry for non-stocked product / based on patch from Lee Soo Fang 2016-05-05 21:22:44 -07:00
Hideaki Hagiwara 7446d8f433 IDEMPIERE-2392 Posted status incorrect when reposting on a period closed / add logic for C_Invoice.C_DocTypeTarget_ID 2016-05-05 19:30:26 -07:00
Carlos Ruiz 7bf6ef3296 IDEMPIERE-3082 Production posting not balanced when serializing finished product 2016-04-21 19:13:27 -07:00
Carlos Ruiz 3379872f0a IDEMPIERE-3080 Production doesn't create transactions for children lines with ASI 2016-04-19 11:31:46 -07:00
Carlos Ruiz 9a558f8997 IDEMPIERE-1425 Account element improvements / fix tree driven by value not working for multiple trees on element value / implement fix tree driven by value on verify tree 2016-04-18 22:47:55 -07:00
hieplq 3d765f262e IDEMPIERE-3077:update beanshell by security problem
refer:https://github.com/beanshell/beanshell
2016-04-19 03:19:04 +07:00
Carlos Ruiz 8bf236657c IDEMPIERE-3058 Make 2Pack transaction safe (for postgres)
- added sysconfig 2PACK_COMMIT_DDL - by default now in postgresql the 2pack process everything in one transaction and rollback all in case of failure
- now 2Pack is marked as failed if there are unresolved elements
- fix a locking issue when creating change log and 2pack has locked ad_table foreign key
- the Incremental2PackActivator now reprocess the packages that are not marked as Completed successfully
- the Incremental2PackActivator stop processing more packin versions if one fails
2016-03-23 01:50:03 +01:00
Carlos Ruiz 18e494fd12 IDEMPIERE-3057 2Pack handler for SQL Statements that must not fail 2016-03-22 19:12:26 +01:00
Carlos Ruiz 976bcf5c49 IDEMPIERE-3054 Issue with summary tax / fix roundings on posting for summary taxes (still issues with multiple lines) 2016-03-17 23:43:47 +01:00
Carlos Ruiz b1aabc6c78 IDEMPIERE-3054 Issue with summary tax / fix roundings on posting for summary taxes 2016-03-17 00:58:46 +01:00
Carlos Ruiz 297e78f30c IDEMPIERE-3054 Issue with summary tax 2016-03-16 23:15:45 +01:00
Gabriel S Schneider 2146e032b3 IDEMPIERE-3037 - Date Material Policy not respected in shipment 2016-02-25 12:15:14 -03:00
Carlos Ruiz 068e0f814a Fix bug reported by Anozi Mada on forums https://groups.google.com/d/msg/idempiere/dZ5lk2bjXbw/Ts6YeHi3AQAJ 2016-02-25 12:45:00 +01:00
hieplq 62fa6b90ef IDEMPIERE-2745:2Pack is not creating foreign keys 2016-02-13 22:38:24 +07:00
Redhuan D. Oon 460e8b9e78 IDEMPIERE-3020 Custom Libero setting need to be out of core model 2016-02-17 15:37:28 +01:00
Carlos Ruiz f2e8979936 IDEMPIERE-3024 solve force change on login for System 2016-02-17 15:32:45 +01:00
Carlos Ruiz 8d7cd2bed3 IDEMPIERE-3017 CSV Importer leaving open trx (DB locks) / fix error reported by Andrea Belloto https://groups.google.com/d/msg/idempiere/6L0B7H2pDvo/FHVRirSTGQAJ 2016-02-06 16:31:04 +01:00
Diego Ruiz c3ac442984 IDEMPIERE-3004 View Column - View Component require SeqNo 2016-02-03 20:21:46 +01:00
Nicolas Micoud 2a27ac6c9f IDEMPIERE-2954 Hardcoded messages when an error occurs on converting currencies in invoices 2016-02-03 19:31:54 +01:00
hieplq 8b7c5413e3 IDEMPIERE-1750:Restore M_ProductionPlan backward compatibility 2016-02-03 14:09:06 +07:00
hieplq d37e7661fe IDEMPIERE-1750:Restore M_ProductionPlan backward compatibility
variance isn't post by can't Identify finished BOM Product
2016-02-03 00:30:57 +07:00
hieplq 7d437aee54 IDEMPIERE-1750:Restore M_ProductionPlan backward compatibility 2016-02-01 22:42:42 +07:00
Carlos Ruiz 7cbee09a69 IDEMPIERE-3017 CSV Importer leaving open trx (DB locks) 2016-01-29 03:02:48 +01:00
Murilo Habermann Torquato 0c28fbc7b6 IDEMPIERE-2811 Each Record should have a primary key - M_ProductPrice / fix constructor 2016-01-27 19:56:24 +01:00
Carlos Ruiz b248f46cde IDEMPIERE-1770 Allowing manual entry from Attributes tab on shipment/MR line -> move validation for mandatory serial from beforeSave to prepareIt on MInventory and MMovement 2016-01-27 19:53:44 +01:00
Diego Ruiz 87432dd660 IDEMPIERE-3004 View Column - View Component require SeqNo 2016-01-27 19:12:47 +01:00
Carlos Ruiz 810128a020 IDEMPIERE-2954 Hardcoded messages when an error occurs on converting currencies in invoices / peer review 2016-01-20 17:17:44 +01:00
Nicolas Micoud 2d840a2f4d IDEMPIERE-2954 Hardcoded messages when an error occurs on converting currencies in invoices 2016-01-20 17:05:46 +01:00
Nicolas Micoud 6217046c4d IDEMPIERE-2985 Recurring : implement Payment 2016-01-20 14:55:05 +01:00
Carlos Ruiz af9c479b91 IDEMPIERE-2392 Posted status incorrect when reposting on a period closed / add the case for draft orders 2016-01-12 14:37:37 +01:00
Carlos Ruiz 99e855b85d IDEMPIERE-1554 scriptable Translation import - fix to run correctly on 3.1 2015-12-22 22:26:01 -05:00
Carlos Ruiz 9d73baea76 IDEMPIERE-1554 scriptable Translation import 2015-12-22 22:22:06 -05:00
Carlos Ruiz f03a80f3e2 IDEMPIERE-2979 Only change BP Location name when a related field changes 2015-12-16 16:09:11 -05:00
Elaine Tan 04dfeff84c IDEMPIERE-2973 / 1005382 Requests are showing up on the wrong person's calendar 2015-12-12 19:38:11 -05:00
Carlos Ruiz 655347bd32 IDEMPIERE-2361 Add a method to generate URL for action zoom 2015-12-12 14:03:20 -05:00
tsvikruha 44f99b45bc IDEMPIERE-2716 Bank Register Report - add Bank Account Parameter 2015-12-12 12:16:48 -05:00
Carlos Ruiz ea4bf51be3 IDEMPIERE-2879 Attachment name not using printformat translation based user login language 2015-12-12 12:04:12 -05:00
Carlos Ruiz c47d87d389 IDEMPIERE-2640 Performance: Html/Tabular reports size could be reduced / IDEMPIERE-2355 Allow to style the summary rows of HTML report 2015-12-06 17:22:56 -05:00
Carlos Ruiz 045e250a69 IDEMPIERE-2940:reduce size of repository / fix sourceforge links 2015-12-02 11:51:11 -05:00
hieplq 6f32d77846 IDEMPIERE-2940:reduce size of repository
move file server
2015-12-02 21:54:18 +07:00
hieplq 972dd355db IDEMPIERE-2940:reduce size of repository 2015-11-14 17:17:25 +07:00
Carlos Ruiz f5da9f0721 IDEMPIERE-2923 Fields with value starting with a single quote cannot be searched 2015-11-11 11:13:34 -05:00
Carlos Ruiz 447a497718 IDEMPIERE-2932 non latin - charset support for downloaded html files / based on hieplq's patch 2015-11-11 10:45:31 -05:00
Carlos Ruiz 4c24284b8b Generate complete model for release 3.1 2015-10-30 21:29:13 -05:00
Carlos Ruiz 6a8183effa Update product version to 3.1.0 2015-10-30 21:18:07 -05:00
Carlos Ruiz dca4656a56 Upgrade version references to 3.1 2015-10-30 20:39:48 -05:00
Carlos Ruiz de545dea19 IDEMPIERE-2675: Adding custom table support in Tree / don't log 2015-10-25 13:29:30 -05:00
Carlos Ruiz cdf697d74d IDEMPIERE-2675: Adding custom table support in Tree 2015-10-25 13:08:45 -05:00
Heng Sin Low 6ea08beba8 1005028 Payment Term record -- Code should ignore inactive records. Do not pick inactive record as default payment term for order and invoice. (IDEMPIERE-3260) 2015-07-21 20:26:02 +08:00
Carlos Ruiz 9dc3388216 IDEMPIERE-3259 Default logic: Add support for lookup of foreign table values / integrate patch from Heng Sin 2016-12-13 18:26:34 +01:00
Carlos Ruiz 587834c6f5 IDEMPIERE-2691 Dynamic validation of process parameter is not valid, when process parameter was changed. / IDEMPIERE-2181 2015-06-22 12:41:16 -05:00
Carlos Ruiz 2d77cc7d28 IDEMPIERE-2296 Value Preference should have precedence over Default Value of field / implement fix suggested by Tomas Svikruha 2015-10-25 12:14:52 -05:00
Nicolas Micoud aa98a2becc IDEMPIERE-2908 Method to retrieve doctype or doctype target 2015-10-25 09:18:03 -05:00
Nicolas Micoud 2a019b3606 IDEMPIERE-2361 Add a method to generate URL for action zoom 2015-10-23 11:08:40 -05:00
Nicolas Micoud d2d13437d6 IDEMPIERE-2906 method getTotalLines(boolean cm) on MInvoice 2015-10-23 11:08:10 -05:00
Carlos Ruiz 9d0d7f9b5f IDEMPIERE-2896 UX: Doubleclick in text fields / Peer review 2015-10-22 09:14:59 -05:00
Carlos Ruiz 4514faf172 hg merge release-2.1 (merge release2.1 into development) 2015-10-22 08:59:33 -05:00
Nicolas Micoud 30e1eadfd2 IDEMPIERE-2894 Add server name on the email sent when starting service 2015-10-21 08:50:05 -05:00
Carlos Ruiz 3c1199f5bf hg merge release-2.1 (merge release2.1 into development) 2015-10-16 11:16:17 -05:00
Carlos Ruiz 993901c7d7 IDEMPIERE-2811 Each Record should have a primary key / Implement for M_ProductPrice / Peer review 2015-10-16 10:19:26 -05:00
Chuck Boecking 77e1325b9e IDEMPIERE-2811 Each Record should have a primary key / Implement for M_ProductPrice 2015-10-16 10:11:50 -05:00
Carlos Ruiz 8e193dad3d IDEMPIERE-2756 Background threads losing context when user log out - fix validation / integrate fix from hengsin: Improve handling of context lost ( due to user close browser ) exception for document workflow. 2015-10-14 20:29:42 -05:00
Carlos Ruiz 6522a64289 IDEMPIERE-2756 Background threads losing context when user log out - fix validation / integrate fix from hengsin: Allow null context parameter for PO. Run pipodictionaryservice as system client ( ad_client_id=0 ). 2015-10-14 20:24:44 -05:00
Carlos Ruiz c6bf87ef05 IDEMPIERE-2756 Background threads losing context when user log out - fix validation / integrate fix from hengsin: error when user close the browser tab while a report/process is still running 2015-10-14 20:19:13 -05:00
Carlos Ruiz 136b0f147d IDEMPIERE-2889 Reservations wrong after a MR with three lines of same PO Line 2015-10-14 19:51:32 -05:00
hieplq 51b8033632 IDEMPIERE-2886:leak database resource 2015-10-13 06:33:36 +08:00
Carlos Ruiz f5454af23a hg merge release-2.1 (merge release2.1 into development) 2015-10-11 12:43:21 -05:00
Carlos Ruiz 5da36c71f6 IDEMPIERE-2672 Region field in Tax Rate window default OR when default country is not USA / IDEMPIERE-2880 <1000000> IDs in webui problem 2015-10-11 12:42:40 -05:00
Carlos Ruiz bbb4d42d46 hg merge release-2.1 (merge release2.1 into development) 2015-10-07 08:39:12 -05:00
Diego Ruiz 78285506d1 IDEMPIERE-2878 Allow single trx in CSV Importer 2015-10-07 08:13:01 -05:00
Diego Ruiz b95219f480 IDEMPIERE-2875 GridTabCSVImporter code refactoring 2015-10-05 08:28:55 -05:00
tsvikruha 383c35dc4a IDEMPIERE-2864 Alert Processor vs Attachment File system can't send EMails properly 2015-10-03 08:26:46 -05:00
Carlos Ruiz c4dea23fec IDEMPIERE-2856 Promotion Rule creating wrong order lines 2015-09-16 11:41:54 +02:00
Carlos Ruiz 095f290eed IDEMPIERE-1440:line description alignment wrong on document printing / found issue printing a multiline string with empty lines 2015-09-14 23:25:50 +02:00
Carlos Ruiz 6ccc971cfe IDEMPIERE-2797 Import CSV not able to complete a sales order 2015-08-26 15:39:25 -05:00
Carlos Ruiz 5b0d9768aa IDEMPIERE-2788:csv export:number of record export is difference record display / minor peer review 2015-08-26 11:50:45 -05:00
hieplq 44a48fac03 IDEMPIERE-2789:csv export:query for detail tab is run same as number of record 2015-08-25 19:24:52 +08:00
hieplq 5e4575f822 IDEMPIERE-2788:csv export:number of record export is difference record display 2015-08-25 18:41:19 +08:00
hieplq ef2ce4d9f5 IDEMPIERE-2783:IllegalArgumentException when export csv a tab has time field 2015-08-23 21:48:39 +08:00
Carlos Ruiz b8671ca91e IDEMPIERE-2787 Request Action Escalated Issue 2015-08-24 17:13:56 -05:00
Carlos Ruiz 8fbab46917 IDEMPIERE-2786 Redundant call to MRequest.setDueType (extensibility issue) 2015-08-24 12:18:51 -05:00
Carlos Ruiz 2f0204288c IDEMPIERE-2781 Client Field empty when adding a record on System / IDEMPIERE-2672 2015-08-21 14:16:17 -05:00
Carlos Ruiz cc18b9f146 IDEMPIERE-2779 Financial Report can be broken if include source accounts with no transaction 2015-08-21 07:37:06 -05:00
Carlos Ruiz 536a21a514 IDEMPIERE-2771 Improve 2pack tracing for errors 2015-08-20 14:38:59 -05:00
Carlos Ruiz 4029fbd81c IDEMPIERE-2771 Improve 2pack tracing for errors / implement mail notifier for 2packs 2015-08-19 22:12:11 -05:00
Carlos Ruiz 6d4e756e12 IDEMPIERE-2766 Error on total open balance when void POS Order with Cash Payment Rule 2015-08-19 13:40:48 -05:00
Carlos Ruiz 9bb61e344f IDEMPIERE-2776 List Transaction on financial reports not working for budget and multi-period 2015-08-19 10:48:13 -05:00
Carlos Ruiz 0f6e3abacf IDEMPIERE-1328 Change tab name dynamically / fix issue reported by Claudemir about deleted records and empty tabs 2015-08-19 07:37:26 -05:00
Carlos Ruiz 966d02d2fe IDEMPIERE-2771 Improve 2pack tracing for errors / attach embedded 2pack for reprocessing - implement semaphore (120 secs) to process one 2pack at a time 2015-08-18 20:29:15 -05:00
Carlos Ruiz 1c6eabc3a6 IDEMPIERE-2775 Performance: counting big tables on each insert on AD_Issue 2015-08-18 20:27:14 -05:00
Carlos Ruiz 04dc38b1e4 IDEMPIERE-2771 Improve 2pack tracing for errors / make 2pack more traceable: (1) added link between ad_package_imp and ad_package_imp_proc, added tab on Pack In to see the detail when processed, make the detail zoomable and show zoomable objects on Package Maintenance 2015-08-18 13:14:10 -05:00
Carlos Ruiz ee4814b6ca more refactoring IDEMPIERE-1132 foreign key management for ticket IDEMPIERE-2745 - do not create FK if same already exists in DB 2015-08-17 20:45:40 -05:00
Carlos Ruiz 4d933e8287 refactor IDEMPIERE-1132 foreign key management for ticket IDEMPIERE-2745 2015-08-17 19:27:33 -05:00
Carlos Ruiz 1fc8f9cb95 IDEMPIERE-2664 DB Extensibility issues / remove calls to DB.isPostgreSQL and DB.isOracle to determine if identifiers are upper/lower-case 2015-08-17 15:36:17 -05:00
Chuck Boecking 37557f6b87 IDEMPIERE-2773 GL Journal - Post to Reservation or Commitment 2015-08-17 11:03:25 -05:00
Carlos Ruiz 960d91a665 IDEMPIERE-2768 Quick Entry for BPartner failing with SaveError 2015-08-12 13:17:16 -05:00
Carlos Ruiz 6ff666e30c IDEMPIERE-2756 Background threads losing context when user log out - fix validation 2015-08-11 12:11:43 -05:00
Carlos Ruiz 393655c8b3 IDEMPIERE-2756 Background threads losing context when user log out / found issue when cached objects have lost their context but are still returned from cache (failing case second run of any ModelRunProcess web service) 2015-08-10 12:24:02 -05:00
Carlos Ruiz d726d9c75a IDEMPIERE-2756 Background threads losing context when user log out 2015-08-07 10:03:18 -05:00
tsvikruha d8a3155802 IDEMPIERE-2760 Inventory Move - Document type Print Format ignored 2015-08-07 13:10:45 +02:00
Diego Ruiz 27d4865ff1 IDEMPIERE-2875 GridTabCSVImporter code refactoring 2015-10-02 15:12:52 -05:00
Carlos Ruiz bdb7675ed1 IDEMPIERE-2747 Env.parseVariable doesn't work with CreatedBy/UpdatedBy 2015-08-05 09:19:31 -05:00
Carlos Ruiz 2694d54b71 IDEMPIERE-2752 Same Attribute Instance on many Products 2015-08-05 07:11:13 -05:00
Carlos Ruiz 1d982987e5 IDEMPIERE-2745 2Pack is not creating foreign keys 2015-07-29 11:26:32 -05:00
Carlos Ruiz d4b9295e70 IDEMPIERE-1440:line description alignment wrong on document printing / apply same patch from hieplq in other Pattern.compile 2015-07-28 20:52:33 -05:00
hieplq d67471319f IDEMPIERE-1440:line description alignment wrong on document printing 2015-07-20 02:03:37 +07:00
Carlos Ruiz fad1e4e34b IDEMPIERE-2739 Some exceptions uncaught and hidden in AbstractEventHandler 2015-07-23 21:00:56 -05:00
Carlos Ruiz 74e3447857 IDEMPIERE-2629 M_StorageOnHand Qty and Total M_Transaction Qty did not match / integrate peer review from hengsin 2015-07-23 09:24:58 -05:00
Carlos Ruiz 1fbe0d67d9 IDEMPIERE-2720 Run as Job + EMail : title not translated 2015-07-15 08:27:19 -05:00
Carlos Ruiz cf30ef3581 IDEMPIERE-2541 Landed Cost Allocation does not honour delete/void / thanks to Armen Rizal 2015-07-01 20:22:31 -05:00
dantam 0c53a1b330 IDEMPIERE-1339 Add transaction when checking Product UOM in MUOMConversion 2015-07-01 14:19:57 -05:00
Carlos Ruiz 35f0b830a0 IDEMPIERE-2699 Performance: Constant visits to database for MTable not cached 2015-06-25 21:11:15 -05:00
Carlos Ruiz 2998c976ac IDEMPIERE-2698 Performance: Report checking for zoom condition on database - must be cached 2015-06-25 14:50:22 -05:00
Carlos Ruiz c2c9e369b5 IDEMPIERE-2629 M_StorageOnHand Qty and Total M_Transaction Qty did not match 2015-06-24 20:28:52 -05:00
Carlos Ruiz d5262afc1b IDEMPIERE-2672 Region field in Tax Rate window default OR when default country is not USA 2015-06-24 12:29:19 -05:00
Carlos Ruiz 274a8bf748 IDEMPIERE-2687 Void a Document on Closed Period 2015-06-22 14:17:53 -05:00
Carlos Ruiz ccc2d90e8c IDEMPIERE-2676 Incorrect context variables 2015-06-22 12:53:05 -05:00
Carlos Ruiz 866430f1a0 IDEMPIERE-2691 Dynamic validation of process parameter is not valid, when process parameter was changed. / IDEMPIERE-2181 2015-06-22 12:41:16 -05:00
Carlos Ruiz 30f76d2c74 IDEMPIERE-2664 DB Extensibility issues / calling convert for direct prepareStatement 2015-06-17 12:32:06 -05:00
Nicolas Micoud 7ae9056c5b IDEMPIERE-2678 Allow to set explicit NULL value for fields 2015-06-17 08:36:30 -05:00
Carlos Ruiz a415621def IDEMPIERE-1800 Reset Locked Account shows all clients / IDEMPIERE-373 / partial backout of b2dd142 - DateLastLogin=NULL is required 2015-05-29 10:13:08 -05:00
Carlos Ruiz e423b11f73 IDEMPIERE-2629 M_StorageOnHand Qty and Total M_Transaction Qty did not match / remove some unneeded agressive locking to minimize deadlocks 2015-05-26 18:30:22 -05:00
Carlos Ruiz e27bff24d5 IDEMPIERE-2181 Not possible to get a value from a tab when in detail / tab context is sometimes "" instead of null - must check for that too 2015-05-26 17:47:09 -05:00
Diego Ruiz 39f6c0b5b4 IDEMPIERE-2636 MPriceListVersion error in getProductPrice 2015-05-22 11:13:06 -05:00
Nicolas Micoud 9697eb45dd IDEMPIERE-2614 Login page - hardcoded log.warning with language 2015-05-20 11:16:11 -05:00
Carlos Ruiz fd17ccb580 IDEMPIERE-2632 Banks statement document posts inactive records / inactive records also changing balance wrongly 2015-05-20 09:48:21 -05:00
Deepak Pansheriya 6bbafff154 IDEMPIERE-2632: Bank statement post inactive lines too. 2015-05-20 09:48:39 +05:30
Carlos Ruiz ffd2288dfd IDEMPIERE-2181 Lookup fields when in detail pane / peer review 2015-05-13 18:18:54 -05:00
Diego Ruiz bd0ad9a71a IDEMPIERE-2181 Lookup fields when in detail pane 2015-05-13 18:17:15 -05:00
Carlos Ruiz 758ef67e76 IDEMPIERE-2564 / IDEMPIERE-2615 Date Material Policy not respected in movement / peer review 2015-05-13 17:47:35 -05:00
Deepak Pansheriya cc72307e71 IDEMPIERE-2564 Taking DateMPolicy from Storage 2015-05-12 11:04:22 +05:30
Carlos Ruiz 686131b0f7 IDEMPIERE-1770 Allowing manual entry from Attributes tab on shipment/MR line - fix issue not allowing negative shipments 2015-05-06 16:39:02 -05:00
Carlos Ruiz e79ca200a9 IDEMPIERE-965 the create table process must also create the unique index for the UU column when found - fix issue with oracle index names longer than 30 char 2015-05-06 12:03:01 -05:00
Carlos Ruiz 632b19b75c IDEMPIERE-2597 WhereClause of report view can cause issues / thanks to Armen Rizal for reporting issue with previous commit 2015-04-27 09:04:19 -05:00
Carlos Ruiz 6fa47971fd IDEMPIERE-2597 WhereClause of report view can cause issues 2015-04-25 10:48:20 -05:00
Carlos Ruiz a69b76c40c IDEMPIERE-2248 ZK Jasper report viewer prints incorrect file 2015-04-22 13:50:08 -05:00
Carlos Ruiz 034edcb94d IDEMPIERE-475 Show quotation number on invoice / based on patch from Nicolas Micoud (nmicoud) 2015-04-20 15:20:07 -05:00
Carlos Ruiz dd252d2bd7 IDEMPIERE-2588 Immediate posting of a cash POS Order is not posting allocation 2015-04-19 20:06:24 -05:00
Carlos Ruiz a1f152019d IDEMPIERE-476 Report Engine related bugs 2015-04-15 17:55:26 -05:00
Carlos Ruiz 7d01f70a64 IDEMPIERE-2549 Password rule break Initial Client Setup 2015-04-15 12:42:42 -05:00
Carlos Ruiz 804116fe13 IDEMPIERE-2578 / IDEMPIERE-1715 2015-04-15 11:26:09 -05:00
Murilo Habermann Torquato 5e37d9aee4 IDEMPIERE-2578 MProduction without TIMING_BEFORE_COMPLETE and TIMING_AFTER_COMPLETE validation 2015-04-15 10:40:23 -05:00
Carlos Ruiz 9ac075d5be IDEMPIERE-454 - minor typo in message 2015-04-13 16:54:00 -05:00
Carlos Ruiz d3aff28345 IDEMPIERE-2575 BOM functionality sales order - implement same in MInvoice 2015-04-12 14:57:07 -05:00
michal_zilincar a40c7109c1 IDEMPIERE-2575 BOM functionality sales order 2015-04-12 14:28:09 -05:00
Carlos Ruiz 68d8fadf98 IDEMPIERE-2564 Mismatch between Created (Attribute Set Instance) and Date Material Policy (Storage On Hand) 2015-04-09 10:41:36 -05:00
Carlos Ruiz 35abd70d8a IDEMPIERE-2570 Form reports stacking on same page when issued for several records 2015-04-08 16:18:34 -05:00
Carlos Ruiz 2fb07c0bb8 IDEMPIERE-2235 Report wizard : ability to change the print format name - peer review 2015-04-08 15:31:51 -05:00
hieplq 416129d89d IDEMPIERE-2552:sometime has NPE in CLogErrorBuffer 2015-04-01 17:56:06 +07:00
Murilo Habermann Torquato 32ee03af05 ModelValidationEngine - old style validator needed to osgi events work and FireFacts OSGI event is not sent 2015-03-19 14:52:50 -03:00
Carlos Ruiz 267fe358df IDEMPIERE-2565 - found transaction not rolled back when initial client setup was failing with an exception 2015-04-08 10:15:57 -05:00
hieplq da2fd9fffb IDEMPIERE-2565:NPE when run init client without input city of country has "Allow Cities out of List" = false 2015-04-08 02:11:46 +07:00
tsvikruha f1f732d7ae IDEMPIERE-2238 Printformat header not translated (report) 2015-04-07 21:19:48 -05:00
hieplq 1cac3f646f IDEMPIERE-2544:to more warning compiler hidden good warning
leak resource
2015-04-04 13:37:51 +07:00
Carlos Ruiz 7b07b58314 IDEMPIERE-2555 Fact Reconciliation statement leak 2015-04-01 09:40:13 -05:00
Carlos Ruiz 2dfefe0ecd IDEMPIERE-2543 Completing invoices paid in cash assigning inactive account 2015-03-28 09:19:29 -05:00
Deepak Pansheriya 23a9ccd7e0 IDEMPIERE-2540:Allowing Vendor qty break to specify breaks for all customers 2015-03-25 13:13:15 +05:30
Deepak Pansheriya 54daecd218 IDEMPIERE-2483: Fixing NPE 2015-03-25 19:20:01 +05:30
Nicolas Micoud 1e85ef81ad IDEMPIERE-2072 get number of non business days between 2 dates / fix NPE 2015-03-23 14:40:37 -05:00
Carlos Ruiz 5e7ee1ae81 IDEMPIERE-2526 Posting to multiple accounting schemas with Only Organization is broken 2015-03-18 22:38:30 -05:00
Carlos Ruiz 751eb917f2 IDEMPIERE-2526 Posting to multiple accounting schemas with Only Organization is broken 2015-03-18 22:36:39 -05:00
Carlos Ruiz e8723e62e0 IDEMPIERE-2516 iDempiere monitor shows inactive clients (maintenance mode / active sessions) / thanks to Nicolas Micoud (nmicoud) 2015-03-18 14:55:04 -05:00
Carlos Ruiz 07eb7d4540 IDEMPIERE-2113 Enable import button for end users / discover also permissions on included roles 2015-03-14 16:03:45 -05:00
hieplq 19d7e7b855 IDEMPIERE-2499:long task (ZkReportViewerProvider.openViewer) in process make GUI lock
fix:NPE, and improve long process
2015-03-15 01:25:36 +07:00
Carlos Ruiz 9716fac80c IDEMPIERE-2513 Sequence Check not working for native sequences 2015-03-11 11:11:23 -05:00
Nicolas Micoud 4f6a95d294 IDEMPIERE-2509 ResetLockedAccount messages are hardcoded 2015-03-11 09:01:35 -05:00
Carlos Ruiz a3b50d0306 IDEMPIERE-2507 Search definition not working for tables without IsSOTrx 2015-03-08 12:28:26 -05:00
Carlos Ruiz bf4765113f IDEMPIERE-1655 minor - decrease log level 2015-03-08 10:41:56 -05:00
tsvikruha eb3491f826 IDEMPIERE-1655 no OSGi interface for a BankStatementMatcher 2015-03-08 10:39:58 -05:00
Carlos Ruiz a974c5134d IDEMPIERE-2506 Implement Org Tree in Role 2015-03-08 07:54:21 -05:00
Carlos Ruiz e6cd8633c3 IDEMPIERE-2489 Attachment Note Cant Save - DBERROR message 2015-03-05 08:04:18 -05:00
Carlos Ruiz e2e5cfbe35 IDEMPIERE-2485 Missing OSGi Factory for Replenish Interface / minor - decrease log level 2015-03-04 20:21:58 -05:00
tsvikruha 423d803b3f IDEMPIERE-2485 Missing OSGi Factory for Replenish Interface 2015-03-04 20:20:49 -05:00
Carlos Ruiz 980f34a564 IDEMPIERE-2483 Users can report on windows where they don't have access / fix error reported by hieplq 2015-02-27 07:48:27 -05:00
Carlos Ruiz 138daff406 IDEMPIERE-1800 Reset Locked Account shows all clients / IDEMPIERE-373 2015-02-26 20:24:51 -05:00
Carlos Ruiz e2016a6b77 IDEMPIERE-1733 Cannot change Currency To in window Currency Rate / two special cases of foreign keys as String 2015-02-26 19:52:15 -05:00
Carlos Ruiz 8e03122c9e IDEMPIERE-1733 Cannot change Currency To in window Currency Rate 2015-02-26 19:28:28 -05:00
Carlos Ruiz 26b664e0d7 IDEMPIERE-1771 Sysconfig Invoice_ReverseUseNewNumber does not work when doc_type has "Overwrite Sequence on Complete" 2015-02-26 14:04:54 -05:00
eugenh 2bca265f59 hotfix/BF3564464 Import File Loader discards input records , https://sourceforge.net/tracker/?func=detail&aid=3564464&group_id=176962&atid=879332 IDEMPIERE-431 2015-02-26 09:51:50 -05:00
Carlos Ruiz 30e89568b7 IDEMPIERE-2161 DiscountSchema works with every CumulativeLevel value / fix broken when AccumulationLevel is Line 2015-02-25 17:26:21 -05:00
hieplq 7b7199bfe3 IDEMPIERE-2234:Exception with table alias in virtual columns (only for views) 2014-10-10 00:36:12 +07:00
Hideaki Hagiwara ceb42f14c6 IDEMPIERE-3625 2018-01-21 12:33:38 +09:00
Carlos Ruiz 72b21f1df1 IDEMPIERE-2944 Preserve iDempiere session between sucessive webservice calls / fix login when using email - as reported by Pritesh Shah 2018-05-15 10:23:51 +02:00
Carlos Ruiz 83f5ee7d17 IDEMPIERE-3135 Bug Completing Bank Statements when using calendar & accounting periods per org: A potential wrong/test validation for open period is being performed in the class: BankStatement / IDEMPIERE-480 2018-05-15 09:04:45 +02:00
Andy Conn ce76e44e34 IDEMPIERE-3706 SystemIDs.COLUMN_M_MOVEMENTLINE_M_ATTRIBUTESETINSTANCE_ID is wrong; should be 8551 (not 8851) / IDEMPIERE-236 / https://bitbucket.org/idempiere/idempiere/commits/45495b2cb32b#Lorg.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WPAttributeDialog.javaF796 2018-05-04 10:51:39 +02:00
Diego Ruiz 95546018ed IDEMPIERE-3704 View Validate does not take into account IsActive ViewColumn 2018-05-03 22:06:14 +02:00
Carlos Ruiz b693e00195 IDEMPIERE-3703 Performance: Retrieve product from cache in MStorageReservation / following suggestion from Pritesh Shah 2018-05-02 22:19:20 +02:00
Carlos Ruiz 5bddedea7e IDEMPIERE-2852 Verify if the SysConfig are in the standard iDempiere System 2018-05-02 21:02:14 +02:00
Carlos Ruiz 16093fb33c IDEMPIERE-1906 Use postgresql SIMILAR TO instead of LIKE 2018-05-02 13:07:18 +02:00
Carlos Ruiz 78309342a7 IDEMPIERE-3702 Post if clearing is equal is not working on AP Payments AP2-140 2018-05-02 12:26:06 +02:00
Carlos Ruiz 3f0872261b IDEMPIERE-2825 - Pluggable product pricing - solve the NPE while still allowing new columns in line to be used by the plugin 2018-05-01 13:54:41 +02:00
Carlos Ruiz 2021d451c2 IDEMPIERE-2318 Null pointer exception when Product has not Attribute set configured and costing level is batch 2018-04-28 16:37:11 +02:00
Carlos Ruiz 9cbbc54ba3 AP2-84 IDEMPIERE-3692 Line Amt wrongly recalculated for price list includes tax 2018-04-28 13:03:05 +02:00
Nicolas Micoud 5577aa973b IDEMPIERE-3699 HashPasswords process should not update DatePasswordChanged 2018-04-27 10:41:17 +02:00
Heng Sin Low d94e3f8840 IDEMPIERE-3653 1004207 Change behavior of system cacheing for multi-tenants. Remove unuse file. 2014-08-19 17:16:39 +08:00
Heng Sin Low 476c98a4b4 IDEMPIERE-3653 1004207 Change behavior of system cacheing for multi-tenants. Use distributed cache for model. 2014-08-19 17:16:19 +08:00
hieplq ec50409760 IDEMPIERE-1669:message use ID make not friendly with user, switch to use name
for movement document
2014-03-20 22:05:38 +07:00
Carlos Ruiz 8a2a08b61e IDEMPIERE-1887 can make inconsistent data from physical inventory window 2019-02-14 15:51:50 +01:00
Carlos Ruiz c5b7b7dfea IDEMPIERE-3890 potential leak connection on standard window 2019-02-12 16:56:20 +01:00
Carlos Ruiz 3741dfcb4b hg merge release-2.1 (merge release2.1 into development) 2015-09-16 19:05:02 +02:00
Carlos Ruiz 80d88bd6d3 IDEMPIERE-2732 - minor - remove warnings 2015-09-16 18:01:53 +02:00
Dirk Niemeyer 234b5786a4 IDEMPIERE-2732 Make Callouts replaceable by Factory approach
refined to check on requested method in class provided by factory
2015-08-28 17:19:58 +02:00
Carlos Ruiz 2eb0e245ac hg merge release-2.1 (merge release2.1 into development) 2015-08-26 20:40:16 -05:00
Dirk Niemeyer 3a031348d4 IDEMPIERE-2792 Order and OrderLine extendability improvements 2015-08-26 08:35:01 -05:00
Carlos Ruiz b90dbf35ba hg merge release-2.1 (merge release2.1 into development) 2015-08-20 14:46:09 -05:00
Carlos Ruiz 996684885e merge experimental into development 2015-08-19 17:12:01 -05:00
Carlos Ruiz a733237fc2 hg merge release-2.1 (merge release2.1 into development) 2015-08-19 16:42:28 -05:00
Carlos Ruiz 8eba7fa811 IDEMPIERE-2296 IDEMPIERE-2367 - peer review 2015-08-19 15:46:03 -05:00
hieplq 323d8186af IDEMPIERE-2296:
IDEMPIERE-2367:
re-order config, rename config
2015-08-14 03:32:10 +08:00
hieplq d6da6ee556 Merge with development 2015-08-14 05:58:25 +08:00
Carlos Ruiz ed3b9466ba hg merge release-2.1 (merge release2.1 into development) 2015-08-13 12:54:30 -05:00
hieplq 8a3e57fbea Merge with development 2015-08-12 23:31:37 +08:00
Carlos Ruiz b58749e8bb hg merge release-2.1 (merge release2.1 into development) 2015-08-11 12:12:04 -05:00
Carlos Ruiz 13af00a840 IDEMPIERE-2675 Adding custom table support in Tree / fix error reported in forums - Initial Client Setup broken 2015-08-11 07:33:04 -05:00
hieplq 3c6e87f564 IDEMPIERE-2479:Printformat, Surpress Repeats doesnt works for HTML and XLS
include format override main format
2015-08-11 03:21:48 +08:00
hieplq 9f8a14d79f IDEMPIERE-2640:Performance: Html/Tabular reports size could be reduced
index in nth-child(n) wrong
2015-08-12 04:28:34 +08:00
Carlos Ruiz e285d5124e hg merge release-2.1 (merge release2.1 into development) 2015-08-10 12:24:30 -05:00
hieplq 433fb6eb2d IDEMPIERE-1379:Info Windows should have their own icon/image
regeneral serialVersionUID
2015-08-10 01:29:30 +08:00
hieplq d2383a90b0 Merge with development 2015-08-10 00:23:42 +08:00
Carlos Ruiz 90bee84c7a minor - assigning wrongly ID for a new record in Journal Batch - this is controlled actually on PO so is harmless - but better remove that line just in case 2015-08-07 17:43:39 -05:00
Carlos Ruiz 839a5370dc hg merge release-2.1 (merge release2.1 into development) 2015-08-07 10:23:36 -05:00
hieplq bdeb9727be IDEMPIERE-2488:Info Window run Query twice
add option load page number or not
2015-08-10 00:15:14 +08:00
Carlos Ruiz 3b86669894 IDEMPIERE-2675: Adding custom table support in Tree 2015-08-05 12:42:53 -05:00
Deepak Pansheriya a1702112f1 IDEMPIERE-2675: Adding custom table support in Tree 2015-08-05 19:24:00 +05:30
hieplq c016319633 IDEMPIERE-2230:Info Window - remember selection during pagination 2015-08-04 20:56:46 +08:00
hieplq 312cd4914e IDEMPIERE-2367:remove cache of infoPanel 2015-08-04 20:54:28 +08:00
Carlos Ruiz 6fc6bef52c IDEMPIERE-2749 Internal Use Inventory - Document type Print Format ignored / peer review 2015-08-04 21:14:31 -05:00
tsvikruha 6ffc872126 IDEMPIERE-2749 Internal Use Inventory - Document type Print Format ignored 2015-08-03 11:40:07 +02:00
Nicolas Micoud fd16f78caa IDEMPIERE-2658 Show bpartner name instead of user name in description of allocations generated from Payment Allocation 2015-08-04 20:58:37 -05:00
hieplq 59ec9aa29a IDEMPIERE-1969:Contextual Menu for Info Window Parameters
fix issue preference don't work with field without default value
2015-08-01 23:17:35 +08:00
hieplq 329c91397a IDEMPIERE-2296:Value Preference should have precedence over Default Value of field
add ability set order for get default value
separate order get default value of field in standard window and field at other panel
2015-08-01 21:54:23 +08:00
hieplq a3c1d575bc IDEMPIERE-2296:Value Preference should have precedence over Default Value of field
refactor: break get default value for can apply flexible order
2015-08-01 18:10:45 +08:00
Carlos Ruiz 94dcdbccef hg merge release-2.1 (merge release2.1 into development) 2015-07-29 11:46:17 -05:00
Nicolas Micoud 37f512dbd6 IDEMPIERE-2658 Show bpartner name instead of user name in description of allocations generated from Payment Allocation 2015-07-29 10:23:40 -05:00
Dirk Niemeyer b96bfd7229 IDEMPIERE-2732 Make Callouts replaceable by Factory approach 2015-07-29 09:58:00 -05:00
hieplq bf9a6c91a5 IDEMPIERE-1846:Extend Scheduler by SchedulerSubject and SchedulerMessage 2015-07-14 02:13:39 +07:00
hieplq 6aa16930d2 IDEMPIERE-2479:Printformat, Surpress Repeats doesnt works for HTML and XLS
some time m_layout is null example when call report from report button at standart window
2015-07-07 22:06:23 +07:00
hieplq 931ede8620 IDEMPIERE-2479:Printformat, Surpress Repeats doesnt works for HTML and XLS
for xls + fix minus error
2015-07-05 16:19:23 +07:00
hieplq 2d5d2b9858 IDEMPIERE-2479:Printformat, Surpress Repeats doesnt works for HTML and XLS
for csv
2015-07-05 15:35:07 +07:00
hieplq 87ca88e18a IDEMPIERE-2479:Printformat, Surpress Repeats doesnt works for HTML and XLS
for html
2015-07-05 15:11:14 +07:00
Murilo Habermann Torquato 3715043994 IDEMPIERE-2714 - MPaymentTerm: Replace SQL code on deleteOrderPaySchedule and deleteInvoicePaySchedule 2015-07-08 02:03:00 -03:00
hieplq 3594463fd4 IDEMPIERE-2479:Printformat, Surpress Repeats doesnt works for HTML and XLS
let css from report.css overrider style customize from print format
2015-07-13 02:57:44 +07:00
hieplq fdf07190b9 IDEMPIERE-2640:Performance: Html/Tabular reports size could be reduced
fix: let html export is same as html in viewer
2015-07-13 02:57:44 +07:00
hieplq db42411de8 IDEMPIERE-2539:Do not set table print format border stroke below 2 2015-07-20 03:23:45 +07:00
Deepak Pansheriya 9d732d2b7c IDEMPIERE-2539: Fix issue of set table print format stroke. 2015-03-25 15:46:23 +05:30
Carlos Ruiz 8726f5eb77 minor fix on MRole - misleading comment - typos on comments - add useful log information 2015-07-28 09:03:12 -05:00
Dirk Niemeyer f05a59eeab IDEMPIERE-2731 Modify Access Modifiers of MInOut and MOrder properties and Methods 2015-07-22 08:39:32 -05:00
Nicolas Micoud fdabb11e56 IDEMPIERE-2175 Changing access modifier in Doc class to make it extendible 2015-07-08 08:10:29 -05:00
Carlos Ruiz 2866e6a799 IDEMPIERE-2640 minor 2015-07-03 12:08:52 -05:00
hieplq 944542b61b IDEMPIERE-2640:Performance: Html/Tabular reports size could be reduced
fix: NPE report by Tomas Svikruha
2015-07-03 21:01:34 +07:00
hieplq 03f649f75e IDEMPIERE-2640:Performance: Html/Tabular reports size could be reduced
step3: include css content into report
2015-07-03 00:08:34 +07:00
hieplq e8fadaefbc IDEMPIERE-2640:Performance: Html/Tabular reports size could be reduced
step2: remove duplicate menu context
2015-07-02 14:40:07 +07:00
Carlos Ruiz c30cffc2a6 hg merge release-2.1 (merge release2.1 into development) 2015-07-01 21:05:10 -05:00
michal_zilincar fa80680f3c IDEMPIERE-2671 - Allocation Target Document Type Implementation 2015-06-25 14:00:42 +02:00
hieplq 942f2b5244 IDEMPIERE-2640:Performance: Html/Tabular reports size could be reduced
step1: repalce all inline style by css selector
2015-07-01 22:56:12 +07:00
tsvikruha f56fd4a4f5 IDEMPIERE-2668 Exclude Locators for Demand Operations 2015-07-01 11:01:25 -05:00
Carlos Ruiz a3ba251b49 hg merge release-2.1 (merge release2.1 into development) 2015-06-24 20:43:40 -05:00
Carlos Ruiz 236e4ee928 hg merge release-2.1 (merge release2.1 into development) 2015-06-17 18:19:25 -05:00
Carlos Ruiz 5cd07c4c26 IDEMPIERE-2668 Exclude Locators for Demand Operations 2015-06-12 23:14:33 -05:00
Carlos Ruiz 0cb4c95f98 hg merge release-2.1 (merge release2.1 into development) 2015-06-08 10:22:22 -05:00
Carlos Ruiz 1ba9e2935c hg merge release-2.1 (merge release2.1 into development) 2015-05-27 23:50:16 -05:00
Carlos Ruiz 376d6ea1ec hg merge release-2.1 (merge release2.1 into development) 2015-05-20 21:04:05 -05:00
Diego Ruiz d4a6a97437 IDEMPIERE-2631 Process Indicator in CVS Import process 2015-05-20 11:03:56 +02:00
Carlos Ruiz c37f287cb3 hg merge release-2.1 (merge release2.1 into development) 2015-05-13 18:52:08 -05:00
hieplq b1576bff8b IDEMPIERE-2244 RequestEMailProcess : integrate message in HTML 2015-05-13 10:33:06 -05:00
Carlos Ruiz e2ea5989e3 hg merge release-2.1 (merge release2.1 into development) 2015-05-06 19:55:36 -05:00
Carlos Ruiz 3715379847 IDEMPIERE-2553 enter amounts without decimal separator - fix wrong model classes from previous commit 2015-04-27 17:09:36 -05:00
Carlos Ruiz ccb391e324 IDEMPIERE-2553 enter amounts without decimal separator / peer review 2015-04-27 16:53:49 -05:00
Carlos Ruiz 6be02013d7 IDEMPIERE-2556 User preferences window configurable / peer review 2015-04-24 12:08:56 -05:00
Diego Ruiz 0a5a14eb51 Add functionality to allow user preference window configurable 2015-04-23 18:15:01 +02:00
Carlos Ruiz 064e044968 hg merge release-2.1 (merge release2.1 into development) 2015-04-22 15:13:21 -05:00
Carlos Ruiz 6217e9004f IDEMPIERE-2558 don't allow use old password when change password / all SQL in core must be in oracle syntax 2015-04-17 16:40:22 -05:00
hieplq e3b1d95177 IDEMPIERE-2558:don't allow use old password when change password
fix carlos comment
2015-04-09 08:32:01 +07:00
Carlos Ruiz 05fef5eebf IDEMPIERE-2558 don't allow use old password when change password / peer review 2015-04-17 16:09:57 -05:00
hieplq c293006f6f IDEMPIERE-2558:don't allow use old password when change password
check history password
2015-04-06 18:51:32 +07:00
hieplq bd51dfdf4e IDEMPIERE-2558:don't allow use old password when change password
update library to passay
2015-04-06 10:27:21 +07:00
Carlos Ruiz 58254de9a4 hg merge release-2.1 (merge release2.1 into development) 2015-04-16 16:32:24 -05:00
hieplq 71e60b3f41 IDEMPIERE-2544:to more warning compiler hidden good warning
generic type warning
2015-03-29 14:45:41 +07:00
Carlos Ruiz f40a8cd310 merge development into experimental 2015-04-08 17:01:59 -05:00
Carlos Ruiz 8e0f178c35 hg merge release-2.1 (merge release2.1 into development) 2015-04-08 16:21:21 -05:00
Carlos Ruiz 90d8e8c2c5 IDEMPIERE-2554 Mail : add acknowledgement of receipt - minor peer review serialVersionUID 2015-04-08 10:33:31 -05:00
Nicolas Micoud 7d3473c52e IDEMPIERE-2554 Mail : add acknowledgement of receipt 2015-04-08 10:28:29 -05:00
hieplq 47690cd929 Merge with development 2015-04-02 09:22:07 +07:00
Carlos Ruiz 526388b39c hg merge release-2.1 (merge release2.1 into development) 2015-04-01 11:59:56 -05:00
hieplq 88a373064b IDEMPIERE-2389:Print format and Report type selection on process dialog
recreate serialVersionUID
fix show dialog when auto run process
2015-03-28 19:41:24 +07:00
hieplq 829601a9f1 Merge with development 2015-03-26 10:14:41 +07:00
Carlos Ruiz e4c0fdd849 hg merge release-2.1 (merge release2.1 into development) 2015-03-25 19:02:45 -05:00
hieplq a8f5e0745b IDEMPIERE-2389:Print format and Report type selection on process dialog
add language combobox
2015-03-26 03:16:58 +07:00
hieplq 5b56659483 IDEMPIERE-2389:Print format and Report type selection on process dialog
add summary checkbox
2015-03-26 01:59:57 +07:00
Carlos Ruiz 133250f6d6 hg merge release-2.1 (merge release2.1 into development) 2015-03-14 16:05:56 -05:00
Carlos Ruiz 3a53bbcc32 hg merge release-2.1 (merge release2.1 into development) 2015-03-14 08:14:39 -05:00
Carlos Ruiz 7b8f1e8f84 hg merge release-2.1 (merge release2.1 into development) 2015-03-04 20:27:58 -05:00
Carlos Ruiz 458fd1282d hg merge release-2.1 (merge release2.1 into development) 2015-02-26 21:45:32 -05:00
Carlos Ruiz caab6efad4 IDEMPIERE-473 Consistent ShelfHeight, ShelfDepth, ShelfWidth in m_product and i_product 2015-02-26 10:07:30 -05:00
Carlos Ruiz bb9b63bdc7 hg merge release-2.1 (merge release2.1 into development) 2015-02-25 19:20:43 -05:00
Carlos Ruiz f083199a46 hg merge release-2.1 (merge release2.1 into development) 2015-02-23 08:20:31 -05:00
Carlos Ruiz 34a1e631f4 IDEMPIERE-2451 Region list is not correctly sorted on location panel 2015-02-18 12:13:13 -05:00
Carlos Ruiz ee48288fda IDEMPIERE-2452 Country list doesn't support multiple translations 2015-02-18 10:09:58 -05:00
Deepak Pansheriya 8a129ab3ea IDEMPIERE-2389 Print format and View Report selection on process dialog. 2015-02-10 19:15:04 +05:30
Carlos Ruiz a003c83177 IDEMPIERE-1616 reversing of reconciled payments makes database inconsistent 2015-02-04 11:38:55 -05:00
hieplq 050d1ccba0 IDEMPIERE-1492:when login with Organization = *, run "Bank Transfer" make error "Fill mandatory fields: : Organization"
mistake when set convertType for payment to
2015-02-03 12:52:52 +07:00
Carlos Ruiz 1e9681173a IDEMPIERE-2435 Open Balance is wrong calculated with payment selection 2015-02-04 11:02:34 -05:00
Carlos Ruiz 80c885c5b4 IDEMPIERE-2283 Print format - footer hardcoded idempiere instead installation name / integrate patch from Nicolas Micoud (nmicoud) 2015-02-04 10:58:04 -05:00
Carlos Ruiz 62e7adb3bf IDEMPIERE-2449 Could not invoke Toolbar listener method: onSave - NPE on GridTab.fireDataStatusChanged 2015-02-04 10:57:18 -05:00
Nicolas Micoud 7338f2958f IDEMPIERE-2430 MConversionRate.getRate should retrieve only active rates 2015-02-04 10:20:02 -05:00
Carlos Ruiz 833c03ddc0 IDEMPIERE-2447 Migration script from packin adding unnecessary updates 2015-02-04 10:16:19 -05:00
Carlos Ruiz a75477d81d IDEMPIERE-2229 CSV export/import not working on tables with ad_ref_list / integrate patch from Claudemir Todo Bom (allgood)
* improve exporter not taking into account customized fields shown in grid when displaygrid=N
* improve the importer to allow zero ID for tables having record ID=0
* FileImportAction showing tip instead of message
2015-02-02 18:37:33 -05:00
Carlos Ruiz 942ae9aed9 hg merge release-2.1 (merge release2.1 into development) 2015-02-04 11:39:56 -05:00
Chuck Boecking e304cbc14e IDEMPIERE-2416 Improvement to 2412 - Generate Production from Project - Add new core fields 2015-02-04 10:07:52 -05:00
Carlos Ruiz 431c9d6d7d IDEMPIERE-2412 Generate Production from Project with Phase - New Process / peer review - add migration script generated from 2pack provided by Chuck Boecking 2015-02-04 09:58:26 -05:00
Chuck Boecking ed11e5c626 IDEMPIERE-2412 Generate Production from Project with Phase - New Process 2015-02-04 09:57:37 -05:00
Chuck Boecking f8b1bc586e IDEMPIERE-2410 Add Phase parameter to Generate PO from Project process 2015-02-04 09:18:05 -05:00
Carlos Ruiz d7a63afd54 IDEMPIERE-2283 Print format - footer hardcoded idempiere instead installation name / based on patch from Nicolas Micoud (nmicoud) 2015-01-29 08:34:19 -05:00
Carlos Ruiz 1eae9f71bc IDEMPIERE-386 IDEMPIERE-1770 minor - drop unused code and improve order by 2015-01-28 09:19:37 -05:00
Carlos Ruiz 3caf738eae IDEMPIERE-2409 Improve Context Help performance using Cache 2015-01-17 10:51:23 -05:00
Carlos Ruiz f2cda463d1 IDEMPIERE-2404 Position in first pending node in Setup Wizard / when opening Setup Wizard the first time the context help of the node is not shown 2015-01-17 10:48:54 -05:00
Carlos Ruiz 0422d05487 IDEMPIERE-2403 System Master Roles not combining correctly with SaaS 2015-01-16 16:51:38 -05:00
Carlos Ruiz 64faf954bc hg merge release-2.1 (merge release2.1 into development) 2015-01-14 18:20:07 -05:00
Carlos Ruiz 28d5c48882 IDEMPIERE-2401 MStorageOnHand[] getAll, the forUpdate conflict with isUseGuaranteeDateForMPolicy 2015-01-14 16:36:24 -05:00
Carlos Ruiz 42f507f250 minor peer review for IDEMPIERE-1657 IDEMPIERE-2109 IDEMPIERE-2105 IDEMPIERE-1555 IDEMPIERE-2152 IDEMPIERE-1969 2015-01-14 09:54:35 -05:00
hieplq cf32e66554 IDEMPIERE-1969:Contextual Menu for Info Window Parameters
meged all patch to one
2015-01-14 09:37:19 -05:00
hieplq bf81fe07a4 IDEMPIERE-2152:Info Window - Join related tabs on other columns than primary key
combine and repatch for 2.1
2015-01-14 09:20:08 -05:00
Carlos Ruiz 24d17a44d7 Backed out changeset 3e83b907df0f 2015-01-14 10:08:01 -05:00
Carlos Ruiz 8cac1b86f5 Backed out changeset a596f28e6b06 2015-01-14 10:07:31 -05:00
Carlos Ruiz 6652d787b8 Backed out changeset 0af307895446 2015-01-14 10:06:17 -05:00
Carlos Ruiz 5decfc16ce minor peer review for IDEMPIERE-1657 IDEMPIERE-2109 IDEMPIERE-2105 IDEMPIERE-1555 IDEMPIERE-2152 IDEMPIERE-1969 2015-01-14 09:54:35 -05:00
Carlos Ruiz dda370f32a IDEMPIERE-1969:Contextual Menu for Info Window Parameters
meged all patch to one
2015-01-14 09:37:19 -05:00
Carlos Ruiz 9ae8fdfeaf IDEMPIERE-2152:Info Window - Join related tabs on other columns than primary key
combine and repatch for 2.1
2015-01-14 09:20:08 -05:00
Carlos Ruiz f04e3ad89a IDEMPIERE-2295 AttachmentFileSystem incorrectly deletes attachment from filesystem 2015-01-14 12:24:22 -05:00
Carlos Ruiz dd4e1eba3a IDEMPIERE-2397 packout should clear folder before run process. 2015-01-14 11:50:38 -05:00
Carlos Ruiz dd61cfc99f IDEMPIERE-2161 DiscountSchema works with every CumulativeLevel value / fix broken when DiscountType is FlatPercent 2015-01-13 10:09:51 -05:00
Carlos Ruiz 9e343a0ec4 IDEMPIERE-644 Transaction timeout with long runnig process 2015-01-13 08:58:04 -05:00
Carlos Ruiz b9bfc63cec IDEMPIERE-1425 Account element improvements 2015-01-11 21:10:46 -05:00
Carlos Ruiz 652c65aedd IDEMPIERE-1425 Account element improvements / based on patch from Nicolas Micoud (nmicoud) implemented in a generic way via AD_Tree.IsTreeDrivenByValue 2015-01-11 20:38:03 -05:00
Carlos Ruiz 9ddd480cb4 IDEMPIERE-2064 Implement toolbar+tab button 2015-01-11 16:56:56 -05:00
Carlos Ruiz b45b1863c9 IDEMPIERE-2392 Posted status incorrect when reposting on a period closed 2015-01-10 11:49:40 -05:00
Carlos Ruiz 94703678e9 IDEMPIERE-2184 Implement correct usage for adjustment accounting periods 2015-01-10 18:18:57 -05:00
hieplq f93bc28a0d IDEMPIERE-2148:Cant add fields over Grid Sequence fields in window column customisation 2015-01-08 02:14:33 +07:00
Carlos Ruiz b4d9087303 IDEMPIERE-2291 zk7 - send email broken 2015-01-13 08:52:06 -05:00
Carlos Ruiz c7151bb162 hg merge release-2.1 (merge release2.1 into development) 2015-01-11 21:11:31 -05:00
Carlos Ruiz cd04126891 hg merge release-2.1 (merge release2.1 into development) 2015-01-10 22:58:22 -05:00
Carlos Ruiz a758cfc0f2 merging definitely zk7 into development 2015-01-10 22:53:38 -05:00
Carlos Ruiz 96843b4c5f IDEMPIERE-2392 Posted status incorrect when reposting on a period closed 2015-01-10 11:49:40 -05:00
Carlos Ruiz 0abc50811b merge development into zk7 2015-01-10 09:47:35 -05:00
Carlos Ruiz 8ed8a626ac merge development into zk7 2014-12-28 12:55:02 -05:00
Carlos Ruiz 61117c42fe IDEMPIERE-2374 Production document not checking period open 2014-12-26 23:38:08 -05:00
Carlos Ruiz 71c842e7f5 IDEMPIERE-2373 Master Role Document Action Access not working for inventory subtypes 2014-12-26 23:37:50 -05:00
Carlos Ruiz 5d87eb5c55 IDEMPIERE-2368 Synchronize column not create table if virtual column is first / thanks to Nikita Polkovnikov 2014-12-22 10:03:45 -05:00
Carlos Ruiz 0eb7daffcb IDEMPIERE-2287 Overwrite Date on Complete - doesn't update dateacct / move call to setDefiniteDocumentNo to the beginning of completeIt (just after prepareIt) 2014-12-18 12:28:43 -05:00
Carlos Ruiz f0a8c83af3 hg merge development (merge development into zk7) 2014-12-17 20:11:47 -05:00
Carlos Ruiz e875d72fb0 IDEMPIERE-1996 InventoryLine inherits bad default / prefill the default locator in M_Inventory and M_InOut documents 2014-12-17 20:06:23 -05:00
Carlos Ruiz 5d5f073bd5 IDEMPIERE-2287 Overwrite Date on Complete - doesn't update dateacct 2014-12-17 19:04:33 -05:00
Carlos Ruiz 72bb8e620a IDEMPIERE-2355 - Allow to style the summary rows of HTML report / peer review 2014-12-17 17:00:42 -05:00
Carlos Ruiz cbddbb0e70 merge development (133921c9c84f) into zk7 2014-12-11 16:23:52 -05:00
allgood c660a0af9b IDEMPIERE-2355 - Allow to style the summary rows of HTML report 2014-12-11 01:48:23 -02:00
Carlos Ruiz 7d5d604095 Fix for IDEMPIERE-1878 Printformat name in login language / throwing exception SEVERE: TableName not correctly parsed - TableNameIn=AD_PrintFormat - AccessSqlParser[|0] 2014-12-17 16:41:58 -05:00
Carlos Ruiz d547cacad8 IDEMPIERE-2356 Allow global context in virtual columns 2014-12-10 15:06:54 -05:00
Carlos Ruiz 812b3944d9 IDEMPIERE-2330 Reserved Qty is incorrect when voiding Shipment 2014-12-10 15:03:10 -05:00
Carlos Ruiz a3f8a80a97 merge development into zk7 2014-12-02 10:09:15 -05:00
Carlos Ruiz 67c4abd701 IDEMPIERE-2349 Language wrongly applied when print format item date has pattern 2014-12-02 09:46:40 -05:00
Carlos Ruiz 6a74532d1b IDEMPIERE-1753 Allow field createBy updateBy load data / thanks to Armen Rizal (armenrz) 2014-11-28 18:44:53 -05:00
Carlos Ruiz 44e85e6999 IDEMPIERE-2273 CSV Import fail on evaluate column mandatory logic / based on patch from Claudemir Todo Bom (allgood) 2014-11-26 18:09:03 -05:00
hieplq 05f9f72aac IDEMPIERE-2132:mails from iDempiere can not be forwarded 2014-11-25 22:33:31 +08:00
hieplq 36ce8de266 IDEMPIERE-2049:Incorrectly is sent the email in russian language 2014-11-26 13:23:32 -05:00
Nicolas Micoud 3ef895aa91 IDEMPIERE-2325 Env.parseVariable(String, PO, String, boolean) displays 'null' instead of '' 2014-11-26 11:06:10 -05:00
Carlos Ruiz ff3366bea9 IDEMPIERE-2318 Null pointer exception when Product has not Attribute set configured and costing level is batch / fix MovementLine cannot be saved 2014-11-25 11:19:18 -05:00
Carlos Ruiz 50f5041015 IDEMPIERE-2305 Cash/Check Payment button is ignoring amount entered / fix issue reversing a payment (and in general setting wrongly the docstatus when the document save fails) 2014-11-24 16:14:23 -05:00
Carlos Ruiz fe3769cceb IDEMPIERE-2331 Add getGridWindow to GridTab 2014-11-22 12:35:47 -05:00
Carlos Ruiz 322a4a3b3e merge development into zk7 2014-11-19 19:34:42 -05:00
Carlos Ruiz 9c62f0254b IDEMPIERE-2326 Deadlock on workflow email after complete 2014-11-19 15:49:36 -05:00
Carlos Ruiz 6be4c15be0 IDEMPIERE-2324 Env.parseVariable(String, PO, String, boolean) doesn't use format when keepUnparseable / based on patch from Nicolas Micoud (nmicoud) 2014-11-19 11:33:36 -05:00
Carlos Ruiz a44979a33a IDEMPIERE-2318: Handling NPE and providing meaning full error message 2014-11-19 08:40:49 -05:00
Deepak Pansheriya 7c106e3dda IDEMPIERE-2318: Handling NPE and providing meaning full error message 2014-11-17 20:25:53 +05:30
Carlos Ruiz 06bc792db5 IDEMPIERE-2322 Cannot search Date+Time with time portion 2014-11-18 18:45:28 -05:00
Carlos Ruiz 54a5e2dbd3 IDEMPIERE-2312 Dcoument number can have 'null' in prefix or suffix 2014-11-14 17:16:31 -05:00
Carlos Ruiz 4b70e8cdbe IDEMPIERE-2316 Inventory Move allows to move to inactive warehouses 2014-11-14 09:16:25 -05:00
Carlos Ruiz 913b77387b IDEMPIERE-2312 Dcoument number can have 'null' in prefix or suffix / based on patch from Nicolas Micoud (nmicoud) 2014-11-13 13:01:31 -05:00
Carlos Ruiz ab37dd1258 IDEMPIERE-2057 Modify "Update Costing" process to create a cost adjustment document / IDEMPIERE-2306 Can't create cost detail when costing level is Batch/Lot from import inventory 2014-11-11 14:19:02 -05:00
Carlos Ruiz fe3ebcd1ae minor - fix a comment creating problems for javadoc 2014-11-10 17:22:34 -05:00
Carlos Ruiz 0e03505f52 IDEMPIERE-2305 Cash/Check Payment button is ignoring amount entered 2014-11-08 13:11:07 -05:00
Carlos Ruiz f3eba129d1 merge development (8b3bdac18c82) into zk7 2014-11-05 17:38:46 -05:00
Carlos Ruiz 1fabfda6d6 IDEMPIERE-2304 Some attachment related functionalities not working with filesystem store 2014-11-05 14:33:20 -05:00
Carlos Ruiz 545183280f IDEMPIERE-2281 Alert Processor and Scheduler ignoring Client Storage Provider Setup 2014-11-05 10:02:26 -05:00
Hesham S. Ahmed f0f7ea0f02 IDEMPIERE-2299 Material receipt confirmation fails 2014-11-05 09:20:54 -05:00
Carlos Ruiz ffc5bec7ad IDEMPIERE-2089 Print format window ID is hardcoded in ZKReportViewer 2014-11-05 08:59:55 -05:00
Nicolas Micoud 5bbeae195b IDEMPIERE-2303 NPE on MailText.parse 2014-11-05 08:49:05 -05:00
Carlos Ruiz 6ad4577e1d IDEMPIERE-2113 Enable import button for end users 2014-11-04 23:28:46 -05:00
Carlos Ruiz d6eafd8670 merge development (78e90f933c35) into zk7 2014-11-05 08:18:46 -05:00
Carlos Ruiz 21ab09f54d Generate complete model for release 2.1 2014-10-30 23:41:51 -05:00
Carlos Ruiz fa74477ecf Update product version to 2.1.0 2014-10-30 23:30:38 -05:00
Carlos Ruiz c132c4d0fc Update sources to release 2.1 2014-10-30 23:08:23 -05:00
Carlos Ruiz 7b1ca03530 IDEMPIERE-2347 Cannot void Material Receipt matched to Purchase Order 2014-12-08 15:54:39 -05:00
Carlos Ruiz 000825464c IDEMPIERE-2352 Unaccented Menu Search 2014-12-04 10:54:02 -05:00
Carlos Ruiz 65591f0ccb IDEMPIERE-2050 Improvement to Menu Lookup / improve name of sysconfig key 2014-12-04 10:23:46 -05:00
Carlos Ruiz b61adbd398 IDEMPIERE-2050 Improvement to Menu Lookup 2014-12-03 19:32:14 -05:00
Carlos Ruiz 946fd0e942 IDEMPIERE-2342 SearchDefinition - query : could show record of other tenants / IDEMPIERE-2095 Menu Lookup return records from another client / fix for swing 2014-12-03 18:24:06 -05:00
Carlos Ruiz 899c60b041 IDEMPIERE-2103 Process for run import csv 2014-12-02 18:54:20 -05:00
Carlos Ruiz 23c684d467 Merge development (8e403d4382f8) into zk7 branch 2014-10-29 13:43:18 -05:00
Carlos Ruiz 4803643ab2 IDEMPIERE-2245 Platform Upgrade for r3 2014-10-29 13:36:29 -05:00
Carlos Ruiz 1912d32e8d IDEMPIERE-2284 MProductCategory/MAssetGroup s_cache useless 2014-10-29 13:33:26 -05:00
Carlos Ruiz 5b37a986c4 IDEMPIERE-2116 Cannot correct Inventory OnHand ORA-01861 / thanks to David Garcia for the hint 2014-10-29 13:32:29 -05:00
Carlos Ruiz 1c351ddd23 IDEMPIERE-2271 iDempiere is hardcoded EMail to support subject / IDEMPIERE-2260 iDempiere is hardcoded in MClient.testEMail / based on patch from Nicolas Micoud (nmicoud) 2014-10-29 11:48:00 -05:00
Carlos Ruiz 5c27c2bf3d IDEMPIERE-2275 Process button of toolbar doesn't handle access / based on patch from Nicolas Micoud (nmicoud) 2014-10-29 11:17:45 -05:00
Carlos Ruiz 3dbec5eb0f IDEMPIERE-2278 Entity Types are not cached - but static array 2014-10-29 11:00:29 -05:00
Carlos Ruiz 05300e6a54 cleanup MSysConfig of unused keys - documenting missing entries in http://wiki.idempiere.org/en/System_Configurator_(Window_ID-50006) 2014-10-29 09:11:27 -05:00
jan thielemann d6822cc466 IDEMPIERE-2259 Add SysConfig keys to avoid using hardcoded values on login page 2014-10-29 08:17:11 -05:00
Carlos Ruiz 94a37ec70d IDEMPIERE-939 A lot of Russian language on Login panel 2014-10-26 09:19:23 -05:00
Carlos Ruiz 97f7a85462 IDEMPIERE-2269 Multi-currency allocation broken in zk 2014-10-24 07:51:19 -05:00
Carlos Ruiz 3518f683e7 merge 1a4c747dfdf9 development into zk7 2014-10-22 14:42:27 -05:00
Carlos Ruiz e6136d9a5d IDEMPIERE-2256 Unallocated Payments Report show payments allocated / IDEMPIERE-1702 / IDEMPIERE-659 2014-10-22 10:10:34 -05:00
Heng Sin Low 816e27a8e2 IDEMPIERE-2245 Platform Upgrade for r3. Fix Jenkin build error ( Patch from Carlos ). Fix login page show wrong version info. 2014-10-16 14:34:12 +08:00
Carlos Ruiz 8ead12cbab IDEMPIERE-2207 Use of virtual column in search is broken 2014-10-15 20:56:42 -05:00
Carlos Ruiz 3200a5b6f2 IDEMPIERE-2088 Remove useless code 2014-10-15 14:12:03 -05:00
Nicolas Micoud 020ca7fce7 IDEMPIERE-2221 Method Tax.get should be public 2014-10-15 13:46:36 -05:00
Carlos Ruiz 212cfc4a0f IDEMPIERE-2207 Use of virtual column in search is broken 2014-10-15 13:22:30 -05:00
Carlos Ruiz d4e227aafe IDEMPIERE-1999 Adding support for over shipment / based on attached patch (MInOut.patch) from hengsin 2014-10-15 12:18:37 -05:00
Heng Sin Low 0b2fbe27ae IDEMPIERE-2245 Platform Upgrade for r3. 2014-10-13 11:05:19 +08:00
Carlos Ruiz 510517e5cc IDEMPIERE-1817 Window Customization Cache Issue 2014-10-15 10:02:59 -05:00
Carlos Ruiz 34a5b9212a IDEMPIERE-659 Use of Context Variables in Report Views' where clause 2014-10-01 09:13:46 -05:00
Carlos Ruiz d04844a375 IDEMPIERE-2218 Cannot reverse journal with control amount 2014-09-29 17:48:50 -05:00
Carlos Ruiz f021e8f5f1 IDEMPIERE-1970 Improve t_selection logic for info window / change viewID to point to an info column instead of a column 2014-09-05 19:23:26 -05:00
Nicolas Micoud 6ca4902204 IDEMPIERE-1859 Info Window access are based on the table and not on the InfoWindowID 2014-09-05 16:48:44 -05:00
Carlos Ruiz b825c289b4 IDEMPIERE-2096 NPE compare BigDecimal when complete a "Customer Return" document 2014-09-05 16:41:54 -05:00
Carlos Ruiz 7176b33b11 Merge development (23d225fcc3d1) into zk7 branch 2014-08-27 08:39:42 -05:00
Heng Sin Low 97253ac9b2 IDEMPIERE-2124 Extensibility issue - OSGi callouts being called before official. Peer review. 2014-08-21 00:11:53 +08:00
Heng Sin Low 6758daac61 IDEMPIERE-2144 Pack in of Attachment: Update entry is using wrong index. 2014-08-13 15:06:08 +08:00
Carlos Ruiz ce672a5221 IDEMPIERE-2134 Issues found on Payment Selection process - make the call at the end of payment selection configurable 2014-08-12 15:40:49 +02:00
Carlos Ruiz 5975348a61 IDEMPIERE-2135 Payment Term not applied for Direct Debit invoices 2014-08-12 09:52:06 +02:00
Carlos Ruiz 062f2a8ca6 IDEMPIERE-2134 Issues found on Payment Selection process - implement trx management
* Payment Selection Manual:
** PaySelect.generatePaySelect: out of transaction, dangerous, if a line fails the header is still there
* Payment Print/Export
** PayPrint.cmd_export and cmd_print: both are creating and completing payments out of transaction, if something fails in the middle the process can leave partial things
2014-08-12 09:51:20 +02:00
Carlos Ruiz 0fae275b28 IDEMPIERE-2124 Extensibility issue - OSGi callouts being called before official 2014-08-08 18:05:35 +02:00
Carlos Ruiz ee80a633a8 IDEMPIERE-2127 Country Group Tax Configuration 2014-08-08 10:32:34 +02:00
Carlos Ruiz f81ba706e9 IDEMPIERE-1685 Improve initial client setup for non-existing accounts in CoA 2014-08-01 11:07:59 +02:00
Carlos Ruiz bc10171ad1 followup for commit e78fa87a5afe IDEMPIERE-454 Easy import - V5 -> Add transaction management per master key for the importer - required change when testing IDEMPIERE-2103 2014-08-01 10:18:27 +02:00
Carlos Ruiz f16c7d6367 IDEMPIERE-2110 make the session timeout of zk configurable 2014-07-31 17:26:12 +02:00
Carlos Ruiz 6b391f688e IDEMPIERE-2108 add an option for a minimum amount to create invoices process 2014-07-30 23:20:09 +02:00
Carlos Ruiz bbd6556f45 IDEMPIERE-2104 restrict sending EMails to one single to address 2014-07-28 14:52:09 +02:00
Carlos Ruiz 7d028de0a3 IDEMPIERE-1053 WxxxGenForm and InvoicePrint process can't use jasper print format 2014-07-28 12:26:53 +02:00
Carlos Ruiz d67bca62b0 IDEMPIERE-2100 automate recurring run 2014-07-27 18:20:56 +02:00
Carlos Ruiz ea232497ef IDEMPIERE-1901 Deprecate parent composite primary keys - leave management via table index 2014-09-05 16:18:09 -05:00
Thomas Bayen 1ec73fb1fe IDEMPIERE-2182 - Allow many mail addresses with MAIL_SEND_BCC_TO_ADDRESS 2014-09-04 08:57:54 +02:00
Carlos Ruiz 5f571eabd7 IDEMPIERE-2166 SuperUser can't reset default grid - by removing all columns 2014-09-05 11:14:40 -05:00
Carlos Ruiz c02a761dbe IDEMPIERE-2190 Virtual Column M_Product.CostStandard too heavy 2014-09-05 08:53:08 -05:00
Carlos Ruiz 9b2f8b6782 IDEMPIERE-2188 Make hardcoded load timeout configurable 2014-09-05 08:42:54 -05:00
Carlos Ruiz 991167cfc2 hg backout 027b441 / IDEMPIERE-2132 mails from iDempiere can not be forwarded - backout as Nicolas reported it breaks IDEMPIERE-1899 2014-09-04 16:30:46 -05:00
Carlos Ruiz aa6b1b2317 IDEMPIERE-2183 Incomplete deprecation on MPeriod 2014-09-03 18:20:03 -05:00
Carlos Ruiz 3a8f9cd226 IDEMPIERE-2060 Move some Delete Cascade Constraints to Model classes / remove warnings 2014-09-03 18:19:53 -05:00
Carlos Ruiz e8ed74eabc IDEMPIERE-2161 DiscountSchema works with every CumulativeLevel value 2014-09-03 17:57:41 -05:00
Thomas Bayen 9ee13407ab IDEMPIERE-2132 mails from iDempiere can not be forwarded 2014-09-03 17:42:14 -05:00
Thomas Bayen 8c5cfb6c05 IDEMPIERE-2104 - restrict sending EMails to one single to address 2014-09-03 23:09:14 +02:00
Carlos Ruiz 1116966de8 IDEMPIERE-2060 Move some Delete Cascade Constraints to Model classes / based on idea and patch from Adnan Touati 2014-09-03 16:49:06 -05:00
Hideaki Hagiwara 7beb66517b IDEMPIERE-2160 2014-08-29 15:18:52 +09:00
Carlos Ruiz 1c059972c8 IDEMPIERE-2171 Export Format Generator give version null value error / Thanks to KittiU for the patch and Peter Shepetko 2014-09-03 08:36:12 -05:00
Carlos Ruiz 23258a7b89 hg merge development (merge development into zk7) 2014-07-23 13:04:51 -05:00
Carlos Ruiz 9d8b8e11b7 IDEMPIERE-2072 get number of non business days between 2 dates / forgot the IsActive condition 2014-07-23 12:58:33 -05:00
Carlos Ruiz 7bb8143f15 IDEMPIERE-2072 get number of non business days between 2 dates / based on patch from Nicolas Micoud (nmicoud) 2014-07-23 12:45:10 -05:00
Carlos Ruiz 10ce8aa22e IDEMPIERE-2073 AD_Val_Rule_ID is missing from AD_UserDef_Field 2014-07-23 11:10:24 -05:00
Nicolas Micoud ad302c7ded IDEMPIERE-2073 AD_Val_Rule_ID is missing from AD_UserDef_Field 2014-07-23 10:42:26 -05:00
hieplq d67c4db60a IDEMPIERE-2083 can't complete a internal inventory when date account > date account all receipt 2014-07-23 11:12:33 +07:00
Carlos Ruiz 33120387c2 IDEMPIERE-2083 can't complete a internal inventory when date account > date account all receipt / IDEMPIERE-1770 / thanks to Hiep (hieplq) 2014-07-22 16:53:25 -05:00
Carlos Ruiz 5e04ddd8a8 IDEMPIERE-1492 when login with Organization = *, run "Bank Transfer" make error "Fill mandatory fields: : Organization" / based on patch from hieplq 2015-01-07 11:10:30 -05:00
Carlos Ruiz 1162973504 IDEMPIERE-1148 Account : Add checkboxes to identify account kind (bpartner, product) 2015-01-07 09:16:44 -05:00
Carlos Ruiz fef106746a IDEMPIERE-448 Add CopyFrom on Bank Statement / fix problem copying lines without charges - throwing error about Charge is mandatory 2015-01-05 18:33:53 -05:00
Carlos Ruiz 8eb5a01501 IDEMPIERE-2379 Problem encrypting AD_Client.RequestUserPw 2014-12-29 19:51:55 -05:00
Carlos Ruiz e5241052d6 Merge development (18baef8639ba) into zk7 branch 2014-07-16 20:10:39 -05:00
Carlos Ruiz dd784a0dad hg merge release-2.0 (merge release2 into development) 2014-07-16 18:53:36 -05:00
hieplq 85ed9b016f IDEMPIERE-1788:Value preference for info window process parameters 2014-07-16 18:53:06 -05:00
Carlos Ruiz b8ae8ddcf8 Merge development (840f74787018) into zk7 branch 2014-07-15 16:51:22 -05:00
Carlos Ruiz 4142a422d7 hg merge release-2.0 (merge release2 into development) 2014-07-15 15:55:47 -05:00
Heng Sin Low 97e5b51a4c 1004128 IDEMPIERE-775 Documents without C_DocType_ID cannot be distributed directly. Implement suggestion from Carlos - special handling of the 7 tables in the Doc.getC_DocType_ID method. 2014-07-14 14:00:00 +08:00
hieplq bb3e0460d3 IDEMPIERE-2052:make export csv function can export multi detail tab 2014-07-12 01:19:12 +07:00
jan thielemann 6790fa1570 IDEMPIERE-1985 Provide error message in unsuccessful processes / fix NPE 2014-07-16 12:33:12 -05:00
Carlos Ruiz 562f579eb6 IDEMPIERE-1970:Improve t_selection logic for info window / regenerate serialVersionUID 2014-07-16 11:55:18 -05:00
hieplq d76ac082e2 IDEMPIERE-1970:Improve t_selection logic for info window 2014-07-16 11:27:45 -05:00
Nicolas Micoud a948d74076 IDEMPIERE-1828 Improvement of monitoring of emails 2014-07-16 09:58:38 -05:00
Nicolas Micoud 83108c0070 IDEMPIERE-2062 Add methods for MRefList for getting translation with specific language (and not ctx) 2014-07-16 09:36:00 -05:00
Nicolas Micoud bcc4bdbc54 IDEMPIERE-2062 Add methods for MRefList for getting translation with specific language (and not ctx) 2014-07-16 09:26:15 -05:00
Carlos Ruiz 402fa7e782 IDEMPIERE-1547 value of M_Warehouse>C_Location>IsValid is wrong when export 2014-07-11 21:19:44 -05:00
Carlos Ruiz 20c500553a Merge development (859fa5991fa8) into zk7 branch 2014-07-03 16:44:22 -05:00
hieplq 97ecb0cdbf IDEMPIERE-1696:can't add password to report file by miss lib bouncycastle 2014-07-03 23:18:47 +07:00
hieplq 32c7dcf9c4 IDEMPIERE-2038:Error when add new access in Role window 2014-07-03 15:28:06 +07:00
Carlos Ruiz c3f9e44ca0 IDEMPIERE-2003 Capturing wrong numbers with numeric keypad when decimal separator is not dot 2014-07-11 20:11:30 -05:00
Heng Sin Low b08aebfab8 IDEMPIERE-2042 Don't reserved stock if c_orderline.qtyordered is -ve. 2014-07-04 18:55:17 +08:00
Carlos Ruiz fab10a699a IDEMPIERE-2010 Param requery of MBPartnerLocation.getLocation is useless / based on patch from nmicoud 2014-07-02 14:11:26 -05:00
Heng Sin Low a1685042c5 IDEMPIERE-2057 1003719 Modify "Update Costing" process to create a cost adjustment document. 2014-07-02 10:23:54 +08:00
Elaine Tan 1be17505b8 IDEMPIERE-2029 Performance gadgets portlet is not sized correctly on login 2014-07-15 14:27:38 -05:00
Heng Sin Low 36a7c16fa3 IDEMPIERE-2056 1004114 various problems w/inactivating products. Don't raise field not editable error if user are not making any changes to it. 2014-07-15 14:22:12 -05:00
Carlos Ruiz 15596ee282 IDEMPIERE-2028 Find not requerying if not changed / restore one line deleted by mistake 2014-06-30 13:10:29 -05:00
Carlos Ruiz 1ec538db0b IDEMPIERE-2028 Find not requerying if not changed 2014-06-30 12:07:47 -05:00
Nicolas Micoud 9d959afca7 IDEMPIERE-775 Documents without C_DocType_ID cannot be distributed directly 2014-07-16 15:07:01 -05:00
hieplq 520d4802e5 IDEMPIERE-2026:when role have limit access to a user, can't select any bpartner have no contact 2014-06-29 13:10:58 +07:00
Nicolas Micoud 02c221db86 IDEMPIERE-2013 Impossible to empty EMail field on User window 2014-06-25 09:12:54 -05:00
Carlos Ruiz 7747fdac06 IDEMPIERE-2014 Read-only tab/role allows user to edit AlwaysUpdateable fields 2014-06-23 13:41:11 -05:00
Carlos Ruiz 011aa28d01 Merge development (8eba0f14d231) into zk7 branch 2014-06-20 20:09:46 -05:00
Carlos Ruiz c20843f6d0 hg merge release-2.0 (merge release2 into development) 2014-06-20 18:45:06 -05:00
Carlos Ruiz 26c5691677 Merged in tbayen/idempiere (pull request #86)
IDEMPIERE-1698 Let the user choose a different JasperReports class
2014-06-20 18:36:51 -05:00
Deepak Pansheriya 97dabc75b5 IDEMPIERE-1999 Adding support for over shipment. 2014-06-19 22:50:37 +08:00
Thomas Bayen 11519fb5f9 IDEMPIERE-1698 cleaner api through changed package for ReportStarter 2014-06-18 16:23:15 +02:00
Elaine Tan bf38381e0e IDEMPIERE-1998 Should not auto add created by to the recipient list when the scheduler recipient list is empty 2014-06-13 10:50:08 +08:00
Carlos Ruiz 4c92c76c46 IDEMPIERE-1996 InventoryLine inherits bad default 2014-06-11 09:56:01 -05:00
Carlos Ruiz 023a9a19ac hg merge release-2.0 (merge release2 into development) 2014-07-11 21:27:33 -05:00
Carlos Ruiz d32549cf9d IDEMPIERE-1918 Tree node : add a method to change the description / regenerate serialVersionUID 2014-07-11 20:05:56 -05:00
Nicolas Micoud 65830799d3 IDEMPIERE-1918 Tree node : add a method to change the description 2014-07-11 20:04:40 -05:00
jan thielemann e19be23bc5 IDEMPIERE-1985 Provide error message in unsuccessful processes 2014-07-11 20:01:44 -05:00
Carlos Ruiz 0becee9edb IDEMPIERE-1968:valid check box in info window can manual editable / peer review 2014-07-11 19:57:23 -05:00
Carlos Ruiz 75ee91ce39 Regenerate serialVersionUID for modified classes from IDEMPIERE-1979 / IDEMPIERE-1973 / IDEMPIERE-1972 2014-07-02 12:36:43 -05:00
hieplq e27b957666 IDEMPIERE-1972:extend - Info window - process - by display logic field 2014-06-11 14:23:01 +07:00
hieplq 80c39dce09 IDEMPIERE-1973:Info Window - parameters - field Mandatory Logic missing 2014-06-11 10:50:58 +07:00
Carlos Ruiz 1effd5918b IDEMPIERE-1697 Ability to filter available column for print format / peer review 2014-07-02 10:18:30 -05:00
Nicolas Micoud f4369874db IDEMPIERE-1697 Ability to filter available column for print format 2014-07-02 10:16:49 -05:00
Carlos Ruiz b6b04612ad hg merge release-2.0 (merge release2 into development) 2014-07-01 21:15:22 -05:00
Deepak Pansheriya 5b5c119a57 IDEMPIERE-1770 refactoring code as per carlos' review comments 2014-06-28 16:14:04 +05:30
Deepak Pansheriya 29f0a5810e IDEMPIERE-1770 Allowing manual entry from Attributes tab on shipment/MR line 2014-07-01 21:07:07 -05:00
Carlos Ruiz c69070876f Merge development (717d3f6bb6a2) into zk7 branch 2014-06-03 18:28:40 -05:00
Carlos Ruiz 49d477c2d5 Merge development (717d3f6bb6a2) into zk7 branch 2014-06-03 17:58:27 -05:00
hieplq ea3bbe1418 IDEMPIERE-1968:valid check box in info window can manual editable 2014-06-04 00:19:25 +07:00
Carlos Ruiz b8fe2a93e6 IDEMPIERE-1901 Deprecate parent composite primary keys - leave management via table index 2014-07-11 17:57:13 -05:00
Carlos Ruiz e879b18def IDEMPIERE-2011 get a date according to saturday/sunday and non business days / based on patch from Nicolas Micoud (nmicoud) 2014-07-09 14:40:16 -05:00
Heng Sin Low 68b8172603 Merge release-2.0 into development 2014-07-04 20:08:00 +08:00
Carlos Ruiz 5d4a48021b IDEMPIERE-1334 Run one or more processes from Info Window / peer review 2014-05-29 18:44:25 -05:00
hieplq c656bd52ad IDEMPIERE-1334:Run one or more processes from Info Window
fix comment of carlos
2014-05-29 16:35:05 -05:00
Carlos Ruiz 3d53cf43db IDEMPIERE-236 bring hardcoded MSysConfig keys and order 2014-05-29 16:31:14 -05:00
Carlos Ruiz 60d2583f21 IDEMPIERE-1334 Run one or more processes from Info Window / peer review - work in progress 2014-05-28 14:49:27 -05:00
hieplq c6b0e769d0 IDEMPIERE-1878:Printformat name in login language 2014-05-28 00:29:49 +07:00
hieplq b44121fac6 IDEMPIERE-1878:Printformat name in login language 2014-05-27 22:39:53 +07:00
tsvikruha ae2f5b0da0 IDEMPIERE-1792 Fixed Hiep default logic patch 2014-06-04 11:52:40 -05:00
hieplq 79bdd00235 IDEMPIERE-1792:Info Window - Default Logic missing 2014-05-30 15:03:08 +07:00
hieplq 45b0724542 IDEMPIERE-1334:Run one or more processes from Info Window 2014-05-26 23:27:34 +07:00
Carlos Ruiz dcc35ca737 hg merge release-2.0 (merge release2 into development) 2014-05-28 12:13:16 -05:00
Carlos Ruiz 8efef1cb7d IDEMPIERE-1967 Bank transfer process should allow for document number to be optional / based on patch from Carlos Augusto Sanchez (caaugustoss) 2014-05-27 10:25:58 -05:00
Carlos Ruiz a183558071 hg merge release-2.0 (merge release2 into development) 2014-05-21 15:33:17 -05:00
Elaine Tan 269a20ae82 IDEMPIERE-1958 Incorrect table start position in Table Element report layout code 2014-05-19 17:58:47 +08:00
Heng Sin Low b8c2ed4b2b 1003754 Landed cost issue -- related to IDEMPIERE-1285. Fix rounding issue with current product cost for average costing. 2014-05-19 14:40:07 +08:00
Heng Sin Low 86207e9729 1003754 Landed cost issue -- related to IDEMPIERE-1285. Fix landed cost allocation to product not working. 2014-05-19 14:39:38 +08:00
Heng Sin Low dc50ef3418 Ticket #1004012 IDEMPIERE-1954 Implement MaxQueryRecords for AD_InfoWindow. 2014-05-16 16:07:49 +08:00
Carlos Ruiz 4169252fc9 IDEMPIERE-1899 EMail : Implement default mail text and allow images within message / based on patch and idea from Nicolas Micoud (nmicoud) 2014-05-21 08:17:43 -05:00
Carlos Ruiz 4d8dc152e3 IDEMPIERE-1773 Asking for input from within a process / integrated patch from Jan Thielemann, thanks! 2014-05-16 10:46:26 -05:00
Heng Sin Low cfa8050b0b 1003754 Landed cost issue -- related to IDEMPIERE-1285. Fix rounding issue. Fix wrong posting when estimated landed cost is more than actual landed cost. 2014-05-12 16:15:15 +08:00
Elaine Tan 8cbea90a1b IDEMPIERE-1944 Reverse Issue with GL Journal and GL Journal Batch 2014-05-09 16:46:54 +08:00
Heng Sin Low 06ce3aae94 1003754 Landed cost issue -- related to IDEMPIERE-1285. Fix landed cost posting. 2014-05-05 15:29:23 +08:00
Heng Sin Low dda7eac48c Merge 798fe5038b03 (development branch) into bb398087062f (zk7 branch) 2014-04-30 18:00:46 +08:00
Carlos Ruiz bfcf026a76 hg merge release-2.0 (merge release2 into development) 2014-04-29 21:29:54 -05:00
Carlos Ruiz 10da987cff IDEMPIERE-1898 When save a new record, row select is change to latest record / IDEMPIERE-1412 Creating a new record on window access moves to wrong position 2014-05-07 22:00:50 -05:00
Carlos Ruiz 6007d9f661 IDEMPIERE-1763 Reporting engine fixes / fix the fixed width problem for null values - backward compatible with existing formats 2014-05-07 20:46:33 -05:00
Carlos Ruiz 9a1a4eb2ee IDEMPIERE-1894 Missing SeqNoGrid when generating Fields in a Tab (TabCreateFields.java) / based on patch from Jan Thielemann 2014-05-07 18:47:38 -05:00
Nicolas Micoud 778d8a1307 IDEMPIERE-1843 Tabs and Fields not translated in Help 2014-05-07 18:29:13 -05:00
Carlos Ruiz 9f24e8a85b IDEMPIERE-1927 MAccount.get creating deadlocks because it doesn't have trx 2014-05-02 16:19:10 -05:00
Carlos Ruiz 448b84f284 IDEMPIERE-1925 Log SEVERE when creating a record in a window with a field based on Created or Updated / IDEMPIERE-709 2014-05-02 10:14:59 -05:00
Heng Sin Low 765a5f83fa Merge b2d0ef3e00eb (development branch) into 01f827cc13c3 (zk7 branch) 2014-04-27 20:14:21 +08:00
Heng Sin Low c232e04e04 1003856 IDEMPIERE-1951 Run report as a background job. Fix bug discover during testing. 2014-04-24 22:44:16 +08:00
Carlos Ruiz c73000c38b 1003856 IDEMPIERE-1951 Integrate commit from hengsin -> Run report as a background job. Peer review implementation from Elaine. 2014-05-14 14:44:06 -05:00
Carlos Ruiz e247dac3a8 hg merge release-2.0 (merge release2 into development) 2014-05-14 12:41:43 -05:00
Heng Sin Low bc2d581399 1003862 Barcode type UPC A is needed for print formats going to Amazon. Added UPCA support using barcode4j. Use barcode4j instead of barbecue as I can't get decent output from barbecue, barbecue have the underline bug and barbecue is a dead project. Should completely drop the use of barbecue in future. 2014-05-14 12:25:10 -05:00
Carlos Ruiz e7a19cb6b0 hg merge release-2.0 (merge release2 into development) 2014-04-23 18:20:20 -05:00
Carlos Ruiz af43f27785 IDEMPIERE-1912 Document Action Access bug / thanks to hieplq 2014-04-23 18:18:58 -05:00
Heng Sin Low df81b807dc Merge development (10307) into zk7 (10294) branch 2014-04-09 10:47:51 +08:00
Carlos Ruiz 2a980dfc58 hg merge release-2.0 (merge release2 into development) 2014-04-07 15:30:40 -05:00
Carlos Ruiz 772ec43368 IDEMPIERE-1572 Last Run and Saved parameter for process / based on patch from Deepak Pansheriya 2014-04-04 10:19:40 -05:00
Dirk Niemeyer 93bc5f0909 IDEMPIERE-1875 Bad SQL produces ORA-Error 2014-04-03 16:44:10 -05:00
Carlos Ruiz 156bde8b07 hg merge release-2.0 (merge release2 into development) 2014-04-02 22:24:15 -05:00
Heng Sin Low fa6541ff10 Merge development ( 10289 ) into zk7 ( 10252 ) branch 2014-04-03 09:17:58 +08:00
Carlos Ruiz aba6e6ca48 1003869 Form to captured process parameter for scheduler. IDEMPIERE-1486 / Fixed captured value for null fields - fix default @#Date# being saved with time 2014-04-02 20:02:36 -05:00
Carlos Ruiz c3effef177 IDEMPIERE-1216 Add missing translation tables / fix oracle migration script / peer review java patch from Nicolas Micoud (nmicoud) 2014-04-02 15:56:21 -05:00
Heng Sin Low 9e5826b772 IDEMPIERE-1635 Upgrade to zk7. Update platform to Gemini Web 2.2.2, Tomcat 7.0.35 and Eclipse 4.3 ( Kepler ). 2014-04-03 01:31:20 +08:00
hieplq 049cc9ebf0 IDEMPIERE-1696:can't add password to report file by miss lib bouncycastle. 2014-03-30 19:27:53 +07:00
Carlos Ruiz 1dd6fecce4 hg merge release-2.0 (merge release2 into development) 2014-04-16 17:58:44 -05:00
Carlos Ruiz 33753cb358 IDEMPIERE-1715 Implement Document Action for Production / integrate and peer review patch from Heng Sin 2014-04-16 17:58:33 -05:00
Heng Sin Low a4f0254bc4 IDEMPIERE-1902 Minor bug in MWorkflow.runDocumentActionWorkflow 2014-04-16 17:16:03 -05:00
Juan David Arboleda d3b618511b IDEMPIERE-1888 Easy Import allows to import any BP Location regardless of the BP master record 2014-04-16 17:03:17 -05:00
Carlos Ruiz 7c3dd909e7 IDEMPIERE-1907 DB helpers for multi-row and multi-column queries / committing into r2 as is harmless to add unused new helpers, but worthy for plugins and extensions 2014-04-16 13:29:34 -05:00
hieplq 50bfd9089c IDEMPIERE-1251:some character in html report is break when encode of os is win-1252 2014-04-16 15:28:03 +07:00
Carlos Ruiz ae3f1fbecf IDEMPIERE-1461 Zoom Condition doesn't work on empty fields / fix reported issue from hieplq, also fixes IDEMPIERE-1862 2014-04-16 10:23:56 -05:00
Carlos Ruiz 3f0f694709 IDEMPIERE-1905 Add feedback to time-consuming processes 2014-04-16 09:17:02 -05:00
Carlos Ruiz e7730780ba IDEMPIERE-1877 Product Info Window Implementation broke the usage of barcode reader 2014-04-11 12:10:56 -05:00
Carlos Ruiz 1c3b7c4179 IDEMPIERE-1884 phantom shipment record create when create wrong Drop Shipment 2014-04-09 12:40:21 -05:00
Elaine Tan 1e2cf53d61 IDEMPIERE-1904 Incorrect document status when void a document with completed document status 2014-04-18 12:51:08 +08:00
Thomas Bayen 036f065d70 IDEMPIERE-1686 GenerateModel does not take commandline arguments 2014-04-02 10:22:20 -05:00
Carlos Ruiz d75a1cb722 hg merge release-2.0 (merge release2 into development) 2014-03-26 21:26:40 -05:00
Carlos Ruiz c372315ce8 IDEMPIERE-294 Maintenance / minor patch required for plugin org.evenos.broadcaster 2014-03-26 11:51:16 -05:00
hieplq 908050c3bd IDEMPIERE-1649:Reference of User1_id, User2_id in new table is create incorrect 2014-05-08 09:54:40 -05:00
Carlos Ruiz 854076ee2c hg merge release-2.0 (merge release2 into development) 2014-05-07 22:04:48 -05:00
Heng Sin Low b392cc090c IDEMPIERE-1135 Report wizard not clearing order items. Revert 9442:c5593c3165ff as it is not consistent with how the printformat sorttab work and break packin of printformatitem ( Ticket #1003444 ). 2014-03-20 11:37:00 +08:00
Carlos Ruiz 115211d74c IDEMPIERE-1850 CRITICAL / Allocation Date Issue / integrate patch suggested by Michal Zilincar 2014-03-26 10:10:19 -05:00
Carlos Ruiz 8b7260453b hg merge release-2.0 (merge release2 into development) 2014-03-19 21:53:55 -05:00
hieplq 94610a51ac IDEMPIERE-1619:Link on third tab pointing to field on first tab instead of second 2014-03-19 21:49:27 -05:00
Nicolas Micoud 840abd46ee IDEMPIERE-1891 Cannot access Process message is hardcoded 2014-04-20 14:54:52 -05:00
Carlos Ruiz fc8a941055 IDEMPIERE-1903 Error save new user if "Password Policies" enabled 2014-04-16 21:53:57 -05:00
Carlos Ruiz 508a0dcb9b IDEMPIERE-1835 CSV Exporter is exporting fields that are not displayed to the user / based on patch from Juan Arboleda (jarboleda) 2014-03-19 20:52:52 -05:00
Carlos Ruiz 0543cd8685 IDEMPIERE-1829 Impossible to send reset password email in the user language / based on patch from Nicolas Micoud (nmicoud) 2014-03-19 20:42:06 -05:00
Juan David Arboleda 6e8fbabdfa IDEMPIERE-1548 Error import location when no region 2014-03-19 20:16:56 -05:00
Carlos Ruiz 37463c57d4 IDEMPIERE-811 Direct inserts not filling _UU columns / initial client setup 2014-03-19 13:30:51 -05:00
Carlos Ruiz f821b5fbed IDEMPIERE-1831 Missing AD_Preference_UU in some places+Patch / based on patch from Jan Thielemann 2014-03-19 12:55:26 -05:00
Carlos Ruiz b90759bae2 IDEMPIERE-1649 Reference of User1_id, User2_id in new table is create incorrect / based on patch from Hiep 2014-03-13 11:02:16 -05:00
Elaine Tan db3a14f6da IDEMPIERE-1814 Payment check no and stock check number do not match when using Payment Selection and Payment Print/Export 2014-03-13 12:24:15 +08:00
Carlos Ruiz ee3e5644ca IDEMPIERE-1717 Maintenance mode 2014-04-02 10:53:37 -05:00
Carlos Ruiz 4f44c80e25 IDEMPIERE-1410 Non-advanced users can assign themselves advanced roles 2014-04-02 09:27:18 -05:00
Carlos Ruiz bc9b8049bc hg merge release-2.0 (merge release2 into development) 2014-03-12 23:07:54 -05:00
Nicolas Micoud 8e0d71a6ad IDEMPIERE-1762 Ability to set a validation rule on fields for Payments 2014-03-20 10:28:19 -05:00
Carlos Ruiz 5583a606c2 hg merge release-2.0 (merge release2 into development) 2014-03-07 22:20:51 -05:00
Carlos Ruiz cac1e2d290 IDEMPIERE-1778 Remove final of M classes / integrate patch from Nicolas Micoud (nmicoud) 2014-03-06 19:44:55 -05:00
Carlos Ruiz 26e7dfdc64 hg merge release-2.0 (merge release2 into development) 2014-03-05 12:14:58 -05:00
Carlos Ruiz 772fca9f09 IDEMPIERE-1620 Improve ITaxProvider / integrate patch from Murilo Habermann Torquato (muriloht) 2014-03-05 08:43:17 -05:00
Heng Sin Low e0a5c43285 IDEMPIERE-1766 Add support to print different text for summary line ( "Grand Total" instead of "total" ). 2014-02-24 10:27:38 -05:00
Carlos Ruiz 6fb6825665 hg merge release-2.0 (merge release2 into development) 2014-02-19 10:14:38 -05:00
Heng Sin Low 5080fb0eed IDEMPIERE-1173 1003754 Landed cost issue -- related to IDEMPIERE-1285. Fixed issues with one landed cost invoice line match against multiple receipt line. Handle incompatibility between average invoice and average po costing method. 2014-03-05 14:45:20 +08:00
Elaine Tan aab81ae1c7 IDEMPIERE-1761 Report tree cache issue 2014-02-18 17:23:04 +08:00
Heng Sin Low ce45dcf0f3 IDEMPIERE-1530 Allow Material Receipt Line with Quantity Receipt more then Purchase Order Line's Quantity Ordered. Fixed update of QtyOrder ( PO Qty pending MR ). 2014-02-18 15:34:53 +08:00
Heng Sin Low 7d32b0de0f IDEMPIERE-1750 Restore backward compatibility for M_ProductionPlan. 2014-02-13 22:05:15 +08:00
Elaine Tan 300ae850ac IDEMPIERE-2063 Ticket #1004146: cannot remove reserve quantity off order 2014-07-16 17:49:03 +08:00
Carlos Ruiz 367ca9794e IDEMPIERE-1730 Counter Document can not create at Order and Invoice / integrate patch from Hagiwara Hideaki 2014-03-12 21:03:05 -05:00
Carlos Ruiz 9a3b47b3a0 IDEMPIERE-1679 Remove MGoal.getUserGoals: No Records found message from log 2014-03-12 16:07:48 -05:00
Carlos Ruiz f3321a3eba IDEMPIERE-1536 Error running a report with SQL columns / thanks to Antonio Cañaveral for suggested patch 2014-03-12 15:59:58 -05:00
Carlos Ruiz ea3620f953 IDEMPIERE-604 Fix implementation hiding SQL errors from user - all SQL errors are being shown as "timeout error" 2014-03-12 15:14:28 -05:00
hieplq 1afe37e25b IDEMPIERE-1670:log-in with ldap account fail 2014-03-07 20:59:32 +07:00
Carlos Ruiz d8f3f0d6b7 Fix IDEMPIERE-1707 A single default country for all tenant 2014-03-12 09:54:14 -05:00
Carlos Ruiz 2ce72c6e56 hg merge release-2.0 (merge release2 into development) 2014-02-15 11:39:41 -05:00
Carlos Ruiz 9cecab37f3 hg merge release-1.0c (merge release1 into release2) 2014-02-15 11:39:39 -05:00
Carlos Ruiz 51b70dfa33 hg merge release-2.0 (merge release2 into development) 2014-02-07 16:08:03 -05:00
Carlos Ruiz ca0455b9db hg merge release-1.0c (merge release1 into release2) 2014-02-07 16:08:01 -05:00
Carlos Ruiz 93b7e0b75b IDEMPIERE-1732 two users can complete same M_InOut and data is corrupted / peer review and integrate patch from hengsin 2014-02-07 15:47:22 -05:00
Heng Sin Low a6bbb96983 1003754 Landed cost issue -- related to IDEMPIERE-1285. Fixed the transfer of invoice price variance to product cost for average invoice and average po costing. 2014-02-07 16:48:44 +08:00
Carlos Ruiz 1ab126b461 hg merge release-2.0 (merge release2 into development) 2014-02-05 11:19:22 -05:00
Carlos Ruiz 5f2afcf93a hg merge release-1.0c (merge release1 into release2) 2014-02-05 11:19:17 -05:00
Carlos Ruiz 3c8bc873dc IDEMPIERE-1732 two users can complete same M_InOut and data is corrupted / integrate patch from hengsin 2014-02-05 09:59:18 -05:00
Carlos Ruiz c2737073e6 IDEMPIERE-1045 Improve info Window implementation to enable the definition of related info which will be rendered as tabs at the bottom of the content Pane / thanks to Anthony Sossah (xolali) for the contribution and red1 for the peer review and integration 2014-01-26 17:10:29 -05:00
Carlos Ruiz 0a5309d390 IDEMPIERE-452 Control dates / based on patch from Nicolas Micoud (nmicoud) 2014-01-25 14:46:01 -05:00
Carlos Ruiz 410a19b632 IDEMPIERE-1353 Choose to display trees on master, detail or both tabs / based on patch from Nicolas Micoud (nmicoud) 2014-01-25 13:56:48 -05:00
Redhuan D. Oon f26d5d6a94 IDEMPIERE-1711 InfoWindow Process 2014-01-24 22:25:36 -05:00
Carlos Ruiz 75a83242d1 hg merge release-2.0 (merge release2 into development) 2014-01-24 16:57:56 -05:00
Carlos Ruiz e471faf00a hg merge release-1.0c (merge release1 into release2) 2014-01-24 16:57:48 -05:00
Carlos Ruiz 6a4151faab hg backout dfc4781 / IDEMPIERE-1574 Sales Order Line lets Price under the Price Limit when updating 2014-01-24 16:55:53 -05:00
Heng Sin Low 7e7317c661 IDEMPIERE-246 1003703 ERROR SAVING MPRODUCTION. Remark call in constructor that create severe log. 2014-01-24 08:10:33 +08:00
Heng Sin Low b7cacdac2e IDEMPIERE-1763 Table based layout - respect fixed column width even when data is null. 2014-01-23 22:15:59 +08:00
Heng Sin Low 157b2f1534 IDEMPIERE-1763 Add Index out of bound checking. 2014-01-23 22:13:20 +08:00
Carlos Ruiz d4ac873530 hg merge release-1.0c (merge release1 into release2) 2014-02-19 08:11:00 -05:00
Carlos Ruiz 3184fed1a1 IDEMPIERE-1758 Currency conversion rate default for ValidTo is misleading 2014-02-16 12:06:16 -05:00
Elaine Tan e060114381 IDEMPIERE-1702 Incorrect report result when there are more than 2 print formats with different report view where clause 2014-01-21 11:45:50 +08:00
Carlos Ruiz 8b256677d0 IDEMPIERE-1700 Java error creating a new Price List Version / Thanks to Sergio Oropeza (soropeza) 2014-01-19 13:27:24 -05:00
Nicolas Micoud ec148a553d IDEMPIERE-1627 Jasper Report shouldn't display "No Colums - Delete Report Format " + reportName + " and start again" message 2014-01-15 10:19:41 -05:00
Carlos Ruiz 59965d5841 IDEMPIERE-1505 Missing getParameter_ToAsTimestamp() method in ProcessInfoParameter 2014-01-15 10:17:18 -05:00
Carlos Ruiz b9f272bbc3 IDEMPIERE-1588 Add country on non business days table 2014-01-15 10:06:04 -05:00
Carlos Ruiz b3345e1e89 IDEMPIERE-1461 Zoom Condition doesn't work on empty fields 2014-01-15 09:36:21 -05:00
Carlos Ruiz 677b13dde1 IDEMPIERE-1684 Quick Info Widget 2014-01-13 08:46:06 -05:00
Carlos Ruiz ce00df6052 IDEMPIERE-1150 Status Line window / based on patch from Nicolas Micoud 2014-01-12 15:51:11 -05:00
hieplq 8835fdb149 IDEMPIERE-1683:Make iDempiere safer using saveEx(trx) instead of save(trx) 2014-01-12 10:38:05 +07:00
Carlos Ruiz 17d281a701 IDEMPIERE-1764 Reversing a prepayment messes up the accounting 2014-02-26 10:10:12 -05:00
hieplq fbdb0e0efe IDEMPIERE-1606 initial client testing > email improvements 2014-02-26 10:07:07 -05:00
Heng Sin Low 38f64d4f54 1003759 How to re-post a document if Charge type is changed in Product? ( related to IDEMPIERE-216 Average Costing: Zero Costing Item From Vendor but for standard costing ). 2014-02-26 15:01:52 +08:00
Heng Sin Low a1332d890a 1003759 How to re-post a document if Charge type is changed in Product? ( related to IDEMPIERE-216 Average Costing: Zero Costing Item From Vendor but for standard costing ). 2014-02-26 14:08:06 +08:00
Carlos Ruiz 98943d645b IDEMPIERE-1767 1003774 Business Partners are not being allowed to be imported with BP Groups in a 2pack. / Peer review 2014-02-24 10:30:19 -05:00
Heng Sin Low c3031074da IDEMPIERE-1767 1003774 Business Partners are not being allowed to be imported with BP Groups in a 2pack. 2014-02-24 10:29:02 -05:00
Carlos Ruiz 536f700fa4 hg merge release-2.0 (merge release2 into development) 2014-01-08 22:03:33 -05:00
Carlos Ruiz 8ef1250754 hg merge release-1.0c (merge release1 into release2) 2014-01-08 22:03:25 -05:00
Carlos Ruiz 8097e21fba IDEMPIERE-1085 Loading Info windows dynamically / based on patches from Nicolas Micoud (nmicoud) 2014-01-08 22:01:38 -05:00
Carlos Ruiz 6ce125d160 IDEMPIERE-775 Documents without C_DocType_ID cannot be distributed directly 2014-01-08 14:19:27 -05:00
Thomas Bayen da35b57376 IDEMPIERE-1545 There is no OSGi interface for a BankStatementLoader 2014-01-08 13:32:59 -05:00
Murilo Habermann Torquato 534de24de3 IDEMPIERE-1660 2014-01-02 15:23:02 -02:00
Carlos Ruiz c0d3d9dfe1 IDEMPIERE-3317 invalid price is communicated as 'cannot reserve stock' 2017-03-25 14:40:40 +01:00
Nicolas Micoud d556cb2a2d IDEMPIERE-3312 MUserPreference.createUserPreferences should use transaction 2017-03-25 14:18:46 +01:00
Heng Sin Low 3309d9a157 IDEMPIERE-3305 Material Policy Date for products with and without ASI. Use MovementDate or MStorageOnHand.datempolicy instead of M_AttributeSetInstance.Created 2017-03-16 21:16:53 +08:00
Heng Sin Low a57b20414d 1007607 Implement generic UOM conversions (IDEMPIERE-3301) 2017-02-27 21:56:21 +08:00
Heng Sin Low b6421ec51f IDEMPIERE-3014 Landed Costs - Wrong GL posting involving multiple foreign currencies 2017-03-06 18:21:05 +08:00
Carlos Ruiz c0808dd049 IDEMPIERE-3306 Product Type=Service Posting with price variation 2017-02-27 10:38:19 +01:00
Carlos Ruiz 9c2a2ef436 IDEMPIERE-3303 Material Transaction form not zooming to Project 2017-02-22 13:06:03 +01:00
dantam 9014e90652 IDEMPIERE-3012 - Reversed MatchPO messes up matching 2016-01-26 17:25:08 +01:00
Carlos Ruiz cbfc3ac88f IDEMPIERE-3281 Wrong Tax Correction posting at Write Off / integrate patch from Anton Fildan 2017-02-21 11:59:50 +01:00
Carlos Ruiz b56a83ff55 IDEMPIERE-3302 Enable user preferences as context logic 2017-02-21 08:50:03 +01:00
Carlos Ruiz 5a5243d1ff merge 45fdbcf 2014-01-02 09:12:21 -05:00
Heng Sin Low 355ea6055c IDEMPIERE-1607 1003649 Payment menu - unable to over-allocate payment amounts to invoices. 2013-12-31 12:46:26 +08:00
Carlos Ruiz 7506668fb6 hg merge release-1.0c (merge release1 into release2) 2013-12-30 21:42:30 -05:00
Thomas Bayen 85228c17e5 IDEMPIERE-1254 Bug with fields based on lists in swing mode 2013-12-30 20:39:45 -05:00
Carlos Ruiz b0e2acb2a6 IDEMPIERE-1656 GL Journal Generator assigning wrong period 2013-12-30 12:08:34 -05:00
Elaine Tan eff55eb13f Merged release-1.0c into release-2.0 2013-12-27 19:04:44 +08:00
Elaine Tan 56f7a0c200 IDEMPIERE-400 Column ad_system.lastbuildinfo is not updated 2013-12-27 17:41:42 +08:00
Carlos Ruiz 7f55f46569 hg merge release-1.0c (merge release1 into release2) 2013-12-26 18:29:00 -05:00
Carlos Ruiz 38ef57f99d IDEMPIERE-1642 Window Customization with no window name give null on Recent Items / thanks to Nicolas Micoud (nmicoud) 2013-12-26 17:31:30 -05:00
Elaine Tan 8d5d9350aa Merged release-1.0c into release-2.0 2013-12-24 16:42:25 +08:00
Elaine Tan 8a6f3709b0 IDEMPIERE-1632 When match 1 receipt linked 1 PO with two invoice. 2 new matchPO is create with error post - set invoice info for match po when the quantity is the same else create match po record for po-invoice 2013-12-24 16:31:49 +08:00
Carlos Ruiz 469edd0b96 IDEMPIERE-1480 Usability - Toolbar buttons reordering 2013-12-23 09:37:35 -05:00
Elaine Tan c1e857b4b8 Merged release-1.0c into release-2.0 2013-12-20 19:52:07 +08:00
Elaine Tan 149316e79e IDEMPIERE-1632 When match 1 receipt linked 1 PO with two invoice. 2 new matchPO is create with error post 2013-12-20 18:38:21 +08:00
Heng Sin Low fe8d50e213 1003581 IDEMPIERE-1584 -- Custom sort order is lost when updating a record. Fixed retain sort order for detail tabs. 2013-12-20 17:56:52 +08:00
Heng Sin Low cd58305761 1003628 Incorrect Landed Cost Allocation calculation. Fixed rounding issue. 2013-12-18 16:36:04 +08:00
Heng Sin Low bbdb201465 1003628 Incorrect Landed Cost Allocation calculation. Fixed issue with currency conversion and rounding. 2013-12-18 15:10:21 +08:00
Carlos Ruiz f4ab371718 hg merge release-1.0c (merge release1 into release2) 2013-12-17 21:24:37 -05:00
Carlos Ruiz 5f9c1f7dc8 IDEMPIERE-1597 Price List and Date must be not-updateable 2013-12-17 21:14:26 -05:00
Carlos Ruiz 053bf7e8f4 hg merge release-1.0c (merge release1 into release2) 2013-12-17 12:05:23 -05:00
Carlos Ruiz 6ed966a307 IDEMPIERE-1532 Reversed Allocation document has wrong TrxDate / based on patch from Thomas Bayen (tbayen) 2013-12-17 11:47:12 -05:00
Heng Sin Low 0e6d317e2b 1003581 IDEMPIERE-1584 -- Custom sort order is lost when updating a record. 2013-12-17 18:04:50 +08:00
Carlos Ruiz f8d7e6bc26 IDEMPIERE-2453 peer review 2015-02-25 16:02:10 -05:00
tsvikruha 79b5854a22 IDEMPIERE-2453 Deleting nodes from tree has strange behviour 2015-02-25 15:59:17 -05:00
Carlos Ruiz be325f3b22 IDEMPIERE-2483 Users can report on windows where they don't have access 2015-02-25 10:24:42 -05:00
Carlos Ruiz ac0845314c IDEMPIERE-2450 Enable Zoom for Record_ID on HTML Reports / thanks to Deepak Pansheriya and Adaxa for seed patch 2015-02-25 09:55:49 -05:00
Carlos Ruiz 4626279112 hg merge release-1.0c (merge release1 into release2) 2013-12-13 13:21:03 -05:00
Heng Sin Low 7e958c4f3f Merged release-1.0c into release-2.0 2013-12-13 20:49:04 +08:00
Heng Sin Low ed0d30fd31 IDEMPIERE-1448 Import File Loader window is showing columnnames. Peer review and commit patch from Carlos Ruiz. 2013-12-13 20:27:59 +08:00
Carlos Ruiz 6c63b156a7 hg merge release-1.0c (merge release1 into release2) 2013-12-11 18:34:48 -05:00
Carlos Ruiz 51e2832bc7 IDEMPIERE-1521 Ability to delete a view within AD / based on patch from Nicolas Micoud (nmicoud) 2013-12-11 12:31:47 -05:00
Carlos Ruiz 38c6ca185c IDEMPIERE-1558 Performance indicators display fails using context variables in measure calculation / based on patch from Jesus Garcia (j2garcia) 2013-12-11 12:18:16 -05:00
Carlos Augusto Sanchez ee448d8c45 IDEMPIERE-1574 Sales Order Line lets Price under the Price Limit when updating / fix NPE 2013-12-11 11:54:37 -05:00
Jesús García 9acb39e8c6 IDEMPIERE-1516 Performance indicators display fails when role user assigment inactive 2013-12-11 11:47:24 -05:00
Carlos Ruiz 074be8ab1a IDEMPIERE-1624 Restrict access to System dashboards / based on patch from Nicolas Micoud (nmicoud) 2013-12-11 10:11:50 -05:00
Jesús García 853d0727a5 IDEMPIERE-1574 Sales Order Line lets Price under the Price Limit when updating 2013-12-13 12:58:42 -05:00
Carlos Ruiz 4e0c3365cd hg merge release-1.0c (merge release1 into release2) 2013-12-06 08:42:19 -05:00
Heng Sin Low 7e38cf51ed IDEMPIERE-337 zkwebui - Improve Info Product window - enforce only one current vendor per product rule. Disallow saving of duplicate current vendor record instead of update existing current vendor record to 'N'. 2013-12-05 23:15:51 +08:00
Nicolas Micoud 6542926f11 IDEMPIERE-1623 MAIL_SEND_BCC_TO_FROM is not used 2013-12-11 08:44:56 -05:00
Carlos Ruiz d9eeaf3aaa IDEMPIERE-1587 Error ORA-12704 for some columns 2013-12-11 08:11:50 -05:00
Heng Sin Low 83bf6f7e36 Merged release-1.0c into release-2.0 2013-12-05 18:10:32 +08:00
Heng Sin Low efd459134b Merge 10018:d1cf5d600c4e 2013-12-05 18:07:33 +08:00
Heng Sin Low ada15c177b IDEMPIERE-1335 Info window multi-select for product info is broken. Fixed save error when user select multiple product with QtyAvailable=0. 2013-12-05 18:04:56 +08:00
Elaine Tan a9364f6af6 IDEMPIERE-337 zkwebui - Improve Info Product window - enforce only one current vendor per product rule, execute the update statement if current record is active and is current vendor 2013-12-05 18:04:46 +08:00
Elaine Tan 838af05634 IDEMPIERE-337 zkwebui - Improve Info Product window - enforce only one current vendor per product rule 2013-12-05 15:38:53 +08:00
Nicolas Micoud 7993bdde48 IDEMPIERE-1589 MailText template don't use language 2013-12-04 12:58:41 -05:00
Jesús García 853b3e9da8 IDEMPIERE-1574 Sales Order Line lets Price under the Price Limit when updating 2013-12-04 11:36:03 -05:00
Elaine Tan 38a8dfb728 Merge with release-1.0c 2013-12-03 19:43:01 +08:00
Heng Sin Low c436141c39 1003528 GL Bug? Reversed payment showing up on Payment Allocation. Fixed reverse accrual of payment. 2013-12-03 17:57:54 +08:00
Elaine Tan c03e01aa2e 1003544 Purchase Order window is showing as default the Sales Price List 2013-12-03 12:29:25 +08:00
Elaine Tan f9b81ab26e Merge with release-1.0c 2013-12-02 19:25:06 +08:00
Heng Sin Low 4eb3ef097c Merge 9985:cb7dcb1455d0 2013-11-29 18:34:35 +08:00
Heng Sin Low a7db58fb5b IDEMPIERE-1583 Zk: Pluggable Chart Renderer Service. 2013-11-29 18:33:03 +08:00
Carlos Ruiz 4ff74bfef3 IDEMPIERE-1232 Zoom condition fixes / found problem obtaining parent tab on MZoomCondition as the variable _TabInfo_TabLevel has not been initialized - when navigating to BP Location it finds User BP Access as parent tab instead of the master BP 2013-11-28 12:59:08 -05:00
Carlos Ruiz 887f4cb57d hg merge release-1.0c (merge release1 into release2) 2013-11-27 10:44:06 -05:00
hieplq 7cf96275a2 IDEMPIERE-1213 set encoding when export grid to file 2013-11-26 19:22:42 -05:00
Carlos Ruiz 4f1aa96b14 hg merge release-1.0c (merge release1 into release2) 2013-11-25 19:22:58 -05:00
Carlos Ruiz b1d9aad6f2 IDEMPIERE-1559 create purchase order not success still make link / based on patch from hieplq 2013-11-25 19:02:58 -05:00
Carlos Ruiz 59c7fc705f IDEMPIERE-1569 Import File Loader hiding unparseable date exception 2013-11-25 18:17:27 -05:00
Carlos Ruiz 3370bcbcc9 Merged idempiere/idempiere/release-2.0 into release-2.0 2013-11-21 16:33:12 -05:00
Heng Sin Low 2065fbff22 Merged release-1.0c into release-2.0 2013-11-21 20:47:23 +08:00
Heng Sin Low c8f9f36295 IDEMPIERE-1510 Exception when closing Report Wizard ( ticket #1003516 ) 2013-11-21 20:35:21 +08:00
Heng Sin Low c55e22415c Merge 9941:8232e473b5a8 2013-11-21 17:23:44 +08:00
Heng Sin Low bb6607d553 IDEMPIERE-1561 Update product version to 2.0.0. 2013-11-21 14:32:17 +08:00
Elaine Tan feb76efeeb Handle NumberFormatException in parse number when import format 2013-11-21 14:07:57 +08:00
Carlos Ruiz 1c862454ea IDEMPIERE-1520 Ability to delete an index within AD / Based on patch from Nicolas Micoud (nmicoud) 2013-11-20 10:32:53 -05:00
Carlos Ruiz 540a7c71c4 Merged trekglobal/idempiere/release-2.0 into release-2.0 2013-11-20 08:44:52 -05:00
Carlos Ruiz 90a17a7753 Merged trekglobal/idempiere/release-1.0c into release-1.0c 2013-11-20 08:43:48 -05:00
Heng Sin Low 21452940d9 Merged release-1.0c into release-2.0 2013-11-20 10:02:07 +08:00
Heng Sin Low 439e3e453a 1003454 Large reports slow, throwing errors. Reduce memory usage for generation of html output. 2013-11-19 23:54:37 +08:00
Heng Sin Low d283971397 Merge release-1.0c 2013-11-19 21:15:12 +08:00
Carlos Ruiz dc63e9ce78 hg merge release-1.0c (merge release1 into release2) 2013-11-18 09:48:47 -05:00
Carlos Ruiz bec5e24fb4 IDEMPIERE-1498 The values true and false are not translated in reports / based on patch from Flemming Birch 2013-11-18 08:52:52 -05:00
Heng Sin Low 6937c2dbdb 1003475 IDEMPIERE-1530 Allow Material Receipt Line with Quantity Receipt more then Purchase Order Line's Quantity Ordered. Fixed NPE when create MR line without order line. 2013-11-18 10:35:51 +08:00
Heng Sin Low 08752afca5 Merge release-1.0c 2013-11-14 14:44:56 +08:00
Heng Sin Low d421ce00e2 1003475 IDEMPIERE-1530 Allow Material Receipt Line with Quantity Receipt more then Purchase Order Line's Quantity Ordered 2013-11-13 22:05:39 +08:00
Heng Sin Low b1d7fd674b Merge release-1.0c 2013-11-08 18:25:14 +08:00
Heng Sin Low f92efb10c7 1002848 IDEMPIERE-1132 Improve AD_Index; AD_View; foreign keys management. Always create foreign key with the DEFERRABLE INITIALLY DEFERRED clause. 2013-11-08 17:52:00 +08:00
Carlos Ruiz 5447f06c0f In order to make the migration scripts littler in size - just write the comment one time or when changed 2013-11-07 17:03:39 -05:00
Elaine Tan 2e3e4fc61f IDEMPIERE-1083 Print shipping label applet is not working 2013-11-07 14:51:50 +08:00
Heng Sin Low 3bb87436f3 IDEMPIERE-583 Delete Selection Panel improvement. Drop the delete selection button and just leave the delete button which will work on actual record on form mode and on selected records on grid mode (or actual if none selected). 2013-11-07 05:31:15 +08:00
Elaine Tan 5a8a5e05cd Merge with release-1.0c 2013-11-07 16:22:34 +08:00
Carlos Ruiz ceb8469d97 hg merge release-1.0c (merge release1 into release2) 2013-11-05 13:15:28 -05:00
Heng Sin Low a4ec500a56 Remove the variable initializer for tableID and tableName. We must not use variable initializer for the 2 variable since that will overwrite the initialization done in the initPO method ( Execution Sequence: GenericPO Constructor > PO Constructor > initPO() > GenericPO instance variable initializer ). 2013-11-04 21:29:39 +08:00
Heng Sin Low e79d02b392 IDEMPIERE-1442 Additional confirmation on close and void action. 2013-11-01 15:39:09 +08:00
Carlos Ruiz 690d73697b Generate model classes for release 2.0 2013-10-31 23:04:02 -05:00
Carlos Ruiz 6e31d731b2 Versioning Release 2.0 2013-10-31 22:56:57 -05:00
Heng Sin Low 39247bf2f0 IDEMPIERE-386 Redesign ASI usage for FIFO. Improve backward compatibility. Ensure dateMPolicy is without time in the MStorageOnHand.* method that will create or update storage record. 2013-10-31 18:09:41 +08:00
Elaine Tan 374d7ac576 Backed out changeset: 73faec21c2de IDEMPIERE-1196 2013-10-31 11:05:23 +08:00
Carlos Ruiz 528dead846 IDEMPIERE-386 Redesign ASI usage for FIFO / restore public method for backward compatibility 2013-10-30 13:02:38 -05:00
Carlos Ruiz 530b0130ad IDEMPIERE-1481 Document Action Status message is not translated 2013-10-30 12:57:18 -05:00
Elaine Tan 6f0b259c97 1002811 dashboard improvements IDEMPIERE-1196 2013-10-30 20:00:53 +08:00
Heng Sin Low 1a113b9cb5 1003404 IDEMPIERE-1483 Performance problems (Time Out) when creating new records 2013-10-29 17:55:26 +08:00
Heng Sin Low d7f80a1472 1003403 Detail tab should not update window context. IDEMPIERE-1485 2013-10-29 15:06:36 +08:00
anozimada 59cddaf94e IDEMPIERE-1467 set lines to 0 if voiding drafted GL Journal 2013-10-24 14:25:07 +07:00
Carlos Ruiz 3bd98facae IDEMPIERE-1458 Report throws Exception 2013-10-23 11:09:07 -05:00
Carlos Ruiz 8a8356f753 IDEMPIERE-1389 Size Error in address 1 field 2013-10-19 08:53:20 -05:00
Heng Sin Low 8b5da4d99f IDEMPIERE-386 Redesign ASI usage for FIFO. Based on Patch From Deepak. 2013-10-17 17:53:32 +08:00
Heng Sin Low 2d7e991095 1003376 Form to captured process parameter for scheduler. IDEMPIERE-1486 2013-10-23 16:20:11 +08:00
Carlos Ruiz 390bd08f78 hg merge release-1.0c (forward-porting) 2013-10-29 12:41:55 -05:00
Heng Sin Low 225dbae05d IDEMPIERE-1453 Remove warning C_Tax_ID=0 for invoice description lines. Fixed regression "nll value in column "c_tax_id" violates not-null constraint" 2013-10-29 20:14:35 +08:00
Carlos Ruiz bb789cebb4 hg merge release-1.0c (forward-porting) 2013-10-25 14:22:00 -05:00
Nicolas Micoud 29ca2c5c9c IDEMPIERE-1453 Remove warning C_Tax_ID=0 for invoice description lines 2013-10-25 14:10:50 -05:00
Elaine Tan fae720a6dd IDEMPIERE-1286 Improve address validation configuration to support external services - Add ADDRESS_SAVE_REQUEST_RESPONSE_LOG system configurator. Revise get address validation list query do not filtered by AD_Org_ID. 2013-10-25 17:49:21 +08:00
Heng Sin Low 2f3f51f42f Fixed can't use centralized id from webui after enable the use of native sequence. 2013-10-23 16:09:58 +08:00
Heng Sin Low 3dd1ebbc73 1003129 Configure import/export toolbar availability for advanced roles only. IDEMPIERE-454 2013-10-22 17:29:23 +08:00
Heng Sin Low 6375e3629c IDEMPIERE-1285 Estimated Landed Cost for PO. Fixed rounding error. Fixed posting of match po reversal. 2013-10-08 11:05:35 +08:00
Heng Sin Low 8a31f38f1a IDEMPIERE-1265 Add Adaxa Sales Management. Add chart support to dashboard. 2013-10-04 18:16:40 +08:00
Elaine Tan f2f0580161 IDEMPIERE-1269 Improve tax configuration to support external services - add checking to ensure that the tax provider is active 2013-10-04 16:42:25 +08:00
Elaine Tan 97b6486b09 IDEMPIERE-1132 Improve AD_Index; AD_View; foreign keys management - Allow user to configure the foreign key constraint name and type 2013-10-02 17:58:19 +08:00
Heng Sin Low c2554e5a62 #1002872 Support estimated landed costs. Auto allocate to all order line if none have been enter by user. IDEMPIERE-1285 2013-10-01 18:02:02 +08:00
Heng Sin Low 4d36bcb679 #1002861 Product Costing in Bizidum. Fixed wrong cost calculation for average po costing. Auto post the reversal matching doc. IDEMPIERE-1180 IDEMPIERE-1188 2013-10-01 17:34:19 +08:00
Carlos Ruiz 7f4a8d08ae Merged release-1.0c into development 2013-10-23 11:12:01 -05:00
Carlos Ruiz c68c6fe7d6 hg merge release-1.0c (forward-porting) 2013-10-21 10:57:16 -05:00
Carlos Ruiz 47753be83b hg merge release-1.0c (forward-porting) 2013-10-16 18:13:29 -05:00
Carlos Ruiz b630f5c6d5 hg merge release-1.0c (forward-porting) 2013-10-02 18:20:45 -05:00
Carlos Ruiz d664f2ad84 IDEMPIERE-159 Allow creation of combinations with Org * / based on patch from Nicolas Micoud (nmicoud) 2013-10-02 12:44:11 -05:00
Heng Sin Low e6b68845c0 IDEMPIERE-1409 Validate format for AD_User.EMail. Peer review and commit patch from Carlos. 2013-10-02 16:13:53 +08:00
Heng Sin Low a6af9e3a6f 1003322 2Pack enhancement for Extension Development. 2013-10-09 18:03:51 +08:00
Carlos Ruiz e3181de305 IDEMPIERE-1447 Posting fails on reversal shipment with services / revert wrong comment on previous commit 2013-10-16 17:16:07 -05:00
Carlos Ruiz a36239a8d9 IDEMPIERE-1447 Posting fails on reversal shipment with services 2013-10-16 16:52:29 -05:00
Carlos Ruiz 533302fbc1 IDEMPIERE-1447 Posting fails on reversal shipment with services 2013-10-16 16:35:48 -05:00
Carlos Ruiz 5803ed9602 IDEMPIERE-1446 Order of report parameters on PDF is not consistent 2013-10-16 15:35:32 -05:00
Carlos Ruiz cd1722bd6b IDEMPIERE-1408 User window must not show System users 2013-10-03 10:42:44 -05:00
Carlos Ruiz 06d81d69ab hg merge release-1.0c (forward-porting) 2013-09-30 10:18:29 -05:00
Carlos Ruiz 11937f6201 IDEMPIERE-1083 regenerate serialVersionUID 2013-09-30 10:15:28 -05:00
Elaine Tan 6cd592e409 IDEMPIERE-1083 Print shipping label applet is not working - Allow system admin to define a network share folder to save shipping label temp files in load-balanced environment 2013-09-30 19:53:16 +08:00
Elaine Tan 1d50a92f1d IDEMPIERE-569 Ticket #1001758: Improve shipping configuration to support external services
* Inactive 'Package' window record
* Inactive 'Package' menu record
* Fix NullPointerException when freight charges is not provided during create package process
2013-09-30 18:57:43 +08:00
Heng Sin Low c9d56568b3 1002807 - Fixed ReadonlyLogic+IsProcessed() validation create confusing UI state. IDEMPIERE-54 2013-09-30 18:34:30 +08:00
Carlos Ruiz 0dd29367ae IDEMPIERE-1404 Initial Client Setup creating shared location for org and warehouse 2013-09-30 21:29:23 -05:00
dantam 9e5cd134dc IDEMPIERE-1398 Tax lookups not transaction aware 2013-09-27 14:17:14 +02:00
hieplq f249fd2327 IDEMPIERE-1751:role without org access ís not load. 2014-02-12 22:07:52 +07:00
Elaine Tan 2f7e416dc1 Ticket #1003187: IDEMPIERE-1306 Incorrect conversion rate on allocation header 2013-09-27 10:41:53 +08:00
Carlos Ruiz 8d365ec53d hg merge release-1.0c (forward-porting) 2013-09-26 15:05:59 -05:00
Heng Sin Low 95f9bdf22e #1002861 Product Costing in Bizidum. minor cleanup. 2013-09-26 10:58:31 +08:00
Carlos Ruiz 17878d99ce IDEMPIERE-1328 Change tab name dynamically - fix TitleLogic dropping first letter 2013-09-25 15:42:02 -05:00
Carlos Ruiz 7ae2284700 IDEMPIERE-1328 Change tab name dynamically 2013-09-25 12:48:53 -05:00
Carlos Ruiz 7e974b0535 hg merge release-1.0c (forward-porting) 2013-09-25 10:10:23 -05:00
Heng Sin Low e8b984a1e8 #1002861 Product Costing in Bizidum. Fixed reversal for matchpo, matchinv and cost adjustment. IDEMPIERE-1180 IDEMPIERE-1188 2013-09-25 12:25:33 +08:00
Heng Sin Low d95c2af901 Merged release-1.0c into development 2013-09-24 17:17:53 +08:00
Carlos Ruiz 5bc1dae184 IDEMPIERE-1370 Circular Reference in Product Info when a bom product is referenced to itself and its price-lists prices are set to zero
Thorough review of the BOM verification process:
1 - changed the three BOMprice functions to not take into account unverified BOMs
2 - fixed four BOMQty functions to point to correct BOM structures
3 - dropped from DB unused BOMQty*ASI functions and deprecated M_Product_BOM_Check.java class
4 - Verify BOMs process inactivated (pointing to unused structures)
5 - set default and displaylogic for process parameters of Verify BOM Structure
6 - set product verified flag as readonly to allow modification just via process verify BOM
7 - BOM products are marked as not verified when lines are changed or last line deleted
2013-09-19 21:52:10 -05:00
Carlos Ruiz 8f6c092672 hg merge release-1.0c (forward-porting) 2013-09-19 18:08:23 -05:00
Heng Sin Low cb2624fbef IDEMPIERE-1180 Cost Adjustment Document for Standard and Average Costing. Fixed standard cost adjustment doesn't work for non-stocked product. 2013-09-19 10:53:36 +08:00
Heng Sin Low a784103b35 IDEMPIERE-1064 Control dashboard access by role. Fixed maintenance of dashboard preference. 2013-09-17 21:40:29 +08:00
Heng Sin Low bba389c81c IDEMPIERE-1362 Implement support to register/unregister available dashboard content. Fixed double click on item doesn't work. Fixed changes on list doesn't always saved. Fixed gadget being display on side and center pane. Fixed dashboard preference being stored as ad_user_id+ad_role_id+ad_org_id instead of ad_user_id+ad_role_id 2013-09-13 12:22:10 +08:00
Heng Sin Low e1fb3ee434 IDEMPIERE-1362 Implement support to register/unregister available dashboard content 2013-09-12 18:48:47 +08:00
Heng Sin Low 08ac7c1660 IDEMPIERE-1064 Control dashboard access by role. 2013-09-12 18:42:12 +08:00
Heng Sin Low 9c228f13c4 Merged release-1.0c into development 2013-09-12 11:32:58 +08:00
Carlos Ruiz 546c85b4d6 IDEMPIERE-1349 Setup Wizard wrong translation 2013-09-11 14:46:03 -05:00
Heng Sin Low 919976d5ab IDEMPIERE-1265 Add Adaxa Sales Management. Integrate sales management extension from Adaxa Australia ( Base on patch From Carlos Ruiz and Richard Morales Herrera ). 2013-09-12 02:01:22 +08:00
Heng Sin Low 542eba5a98 Merged release-1.0c into development 2013-09-11 13:25:25 +08:00
Heng Sin Low 6eaa8be4e4 IDEMPIERE-1350 Deleting a line from the "Payments into Batch" window. 2013-09-11 12:35:55 +08:00
Heng Sin Low aa21582761 IDEMPIERE-1343 GL Journal Generator Show Ok When no journal have been created. 2013-09-09 10:49:58 +08:00
Carlos Ruiz e9844b4724 hg merge release-1.0c (forward-porting) 2013-09-05 14:40:02 -05:00
Heng Sin Low 9b84f465db IDEMPIERE-1330 active buttons in Purchase Order and Material Receipt. Fixed false alarm printed to console. 2013-09-06 00:58:18 +08:00
Heng Sin Low dda2a38d3a IDEMPIERE-701 Implement solving indirect context. 2013-09-05 18:27:11 +08:00
Heng Sin Low a488b62f7f Merge 81127bcc5271 2013-09-05 11:49:21 +08:00
Heng Sin Low 621b995aa4 IDEMPIERE-1307 Voiding allocation header keeps payment allocated. Base on patch from Richard Morales Herrera. 2013-09-05 11:48:28 +08:00
Carlos Ruiz be08ddbc05 IDEMPIERE-1314 getDocumentInfo methods should return translated String (Based on patch from Nicolas Micoud) 2013-09-04 19:34:46 -05:00
Carlos Ruiz fc4a76db75 hg merge release-1.0c (forward-porting) 2013-09-04 12:49:48 -05:00
Elaine Tan 23c5094192 IDEMPIERE-1286 Improve address validation configuration to support external services - change the address validation system configuration to enable/disable address validation calls by country 2013-09-04 17:35:10 +08:00
Carlos Ruiz b37f5e3a9d IDEMPIERE-1324 Menu entries with summary and centrally maintained are not translated 2013-09-03 08:40:51 -05:00
Elaine Tan 32b7640889 IDEMPIERE-1286 Improve address validation configuration to support external services 2013-09-03 17:21:51 +08:00
Elaine Tan c250df9d25 IDEMPIERE-1269 Improve tax configuration to support external services 2013-09-03 12:38:13 +08:00
Carlos Ruiz 716f1d0066 IDEMPIERE-1315 Hide/Disable ActiveWorkflow and Personal Lock buttons 2013-08-30 17:03:11 -05:00
Heng Sin Low 97663971b5 IDEMPIERE-1316 Do not perform average, lifo and fifo costing recalculation for Non Stock Item. 2013-08-31 01:03:21 +08:00
Carlos Ruiz 975f7bb03c hg merge release-1.0c (forward-porting) 2013-08-30 09:19:29 -05:00
Carlos Ruiz 9ee817ca32 IDEMPIERE-1246 Implement Open in Grid Mode as user preference 2013-08-29 21:06:55 -05:00
Elaine Tan bb799e6446 IDEMPIERE-130 List Transaction on Financial Report Do Not Apply Parameter Filter - Exclude PA_ReportCube_ID parameter condition, PA_ReportCube_ID column does not exists in Fact_Acct table 2013-08-29 17:40:37 +08:00
Carlos Ruiz 3e99d30d61 hg merge release-1.0c (forward-porting) 2013-08-28 08:37:02 -05:00
Carlos Ruiz c5d9ae51b8 IDEMPIERE-1151 Vulnerability on Sequence Window 2013-08-27 16:21:13 -05:00
Elaine Tan 8c10216759 - IDEMPIERE-1269 Improve tax configuration to support external services
- IDEMPIERE-1286 Improve address validation configuration to support external services
2013-08-27 12:48:41 +08:00
Carlos Ruiz 4708519db8 hg merge release-1.0c (forward-porting) 2013-08-26 21:09:50 -05:00
Carlos Ruiz f9e6dbbea5 minor - added header on oracle script logged to avoid frequent errors on build 2013-08-26 18:34:58 -05:00
Carlos Ruiz fad018241a IDEMPIERE-1160 Hide potentially dangerous stuff from non-admin users / set new admin role with advanced permission - set zul path on dashboard content advanced 2013-08-26 12:52:25 -05:00
Heng Sin Low 95170aec67 IDEMPIERE-1298 2Pack: Support copying of data from one client to another. 2013-08-26 14:32:24 +08:00
Carlos Ruiz 93972b9c6e IDEMPIERE-1300 Don't log trl related statements 2013-08-25 14:36:43 -05:00
Carlos Ruiz e9dc3b9499 IDEMPIERE-1157 Adding functionality to add charts on the standard windows / fix nullable categorycolumn / add AD_Chart.EntityType 2013-08-25 12:58:17 -05:00
Carlos Ruiz abd74af7bb IDEMPIERE-1157 Adding functionality to add charts on the standard windows / QA 2013-08-23 09:37:43 -05:00
Heng Sin Low 5b1f8a63ba Merge b1ff13a874eb 2013-08-22 18:51:54 +08:00
Heng Sin Low be0f3bfdc5 IDEMPIERE-497 2Pack SQL Statement Handler improvements for Postgresql. Handle scenario where savepoint become invalid because there's commit or rollback clause in the sql statement. 2013-08-22 16:49:37 +08:00
Carlos Ruiz 2184a3f3de IDEMPIERE-1271 Bug of read only logic for tab / fix quick entry broken 2013-08-21 18:01:45 -05:00
Heng Sin Low 9528b69977 IDEMPIERE-1219 Error message when saving 2 default Tax Rates are not translated. 2013-08-15 14:45:32 +08:00
Heng Sin Low 28f2fa1c06 IDEMPIERE-528 Determine Zoom window depending on record. Add NPE check. 2013-08-15 09:30:44 +08:00
Heng Sin Low dcce7558b0 IDEMPIERE-1271 Bug of read only logic for tab 2013-08-14 22:43:30 +08:00
Heng Sin Low 7516f85d55 IDEMPIERE-1188 Invoice Price Variance for Average PO Costing. 2013-08-14 17:37:27 +08:00
Heng Sin Low d09e29e342 IDEMPIERE-1233 Problem with using the Create Lines From process on the Material Receipt window. 2013-08-12 18:59:11 +08:00
Heng Sin Low 288c967594 IDEMPIERE-1232 Zoom condition fixes. 1) Fixed WFEditor.zoom not using zoom condition. 2) Added null check for the query parameter in AEnv.zoom methods 3) Fixed AEnv.zoom(AD_Window_ID, query) not using zoom condition. Added AEnv.showZoomWindow(AD_Window_ID, query) to replace the direct opening of zoom window usage. 2013-08-12 14:40:17 +08:00