Commit Graph

1325 Commits

Author SHA1 Message Date
Heng Sin Low 50511476ec IDEMPIERE-321 problem creating city in zk6 interface 2012-07-02 10:35:45 +08:00
Heng Sin Low 1ca7cd5112 Merge with 953e38a41ffdc47e8890daf31c1ec60ff8cf3b05 2012-07-01 10:18:31 +08:00
Heng Sin Low 809f57fe77 IDEMPIERE-146 Performance: Report Engine always read all data into memory 2012-07-01 09:27:13 +08:00
Heng Sin Low e0e7d05167 IDEMPIERE-324 Performance: Report render to pdf twice when auto archive is on 2012-07-01 09:25:48 +08:00
Carlos Ruiz d2ab5564bf IDEMPIERE-152 Show UUID value on Record Info 2012-06-27 18:19:10 -05:00
Carlos Ruiz 2fe8ea2a91 IDEMPIERE-127 Implement Recent Items dashboard / fix recent items not working for System user 2012-06-27 09:12:31 -05:00
Carlos Ruiz 124c49217b IDEMPIERE-296 Bug in MInOut for reverse complete - thanks to Emiliano Pereyra 2012-06-23 23:54:10 -05:00
Heng Sin Low 133c0450ae IDEMPIERE-303 AD_TreeNodeMM_UU is null after create one new menu item 2012-06-22 17:53:14 +08:00
Heng Sin Low 4da9bf4cac IDEMPIERE-307 Improve readability of AmtInWords_EN output. Apply patch from hahmed ( Hesham S. Ahmed ). 2012-06-22 17:03:52 +08:00
Heng Sin Low cdbe8888fd minor - avoid unnecessary NPE. 2012-06-22 16:31:28 +08:00
Heng Sin Low 61e6324fee IDEMPIERE-145 Performance: PO should use PreparedStatement 2012-06-20 16:57:12 +08:00
Heng Sin Low d6bb8020f3 IDEMPIERE-308 Performance: Replace use of StringBuffer and String concatenation with StringBuilder 2012-06-20 16:16:11 +08:00
Heng Sin Low a6e7659595 IDEMPIERE-146 Performance: Report Engine always read all data into memory. Make print element serializable to prepare for future virtualization of report data. 2012-06-20 16:11:27 +08:00
Heng Sin Low f16c6291db IDEMPIERE-314 Performance: Use map for the looking up of column index by ColumnName or AD_Column_ID 2012-06-20 16:07:53 +08:00
Heng Sin Low a65bdc0fbb IDEMPIERE-309 Process UI: Add ask and file download dialog support 2012-06-20 16:04:42 +08:00
Heng Sin Low 722179feb4 IDEMPIERE-313 Logging: Add support for setting of logging level by package 2012-06-20 16:03:25 +08:00
Heng Sin Low b6406e5f5e IDEMPIERE-309 Process UI: Add ask and file download dialog support 2012-06-20 16:01:15 +08:00
Heng Sin Low 59eefcc345 IDEMPIERE-309 Process UI: Add ask and file download dialog support 2012-06-20 15:53:10 +08:00
Heng Sin Low 9d5f9f291b IDEMPIERE-312 Performance: Use JDK ThreadPool API for dynamically created thread 2012-06-20 15:26:08 +08:00
Heng Sin Low 7f0893c592 IDEMPIERE-310 JasperReport: Compilation of JRXML is broken
IDEMPIERE-311 JasperReport: Loading pdf font from classpath is not working
2012-06-20 15:11:42 +08:00
Heng Sin Low d045a9bc24 Merge with e252dd6b482f79a3570e33c789e7c356c67f0bf2 ( iDempiere Head ) 2012-06-07 01:44:43 +08:00
Heng Sin Low 668e61686f IDEMPIERE-166 Rebranding of logo and product name 2012-06-06 22:13:34 +08:00
Carlos Ruiz 88508cfa22 ADEMPIERE-119 Missing '=' in MAcctSchemaElement.getValueQuery
https://adempiere.atlassian.net/browse/ADEMPIERE-119
Thanks to Freepath
2012-06-02 13:08:09 -05:00
Carlos Ruiz 5be12ca9cd IDEMPIERE-242 ImageField not working in non form based print format
Found that a350b4d51f50 broke the gardenworld invoice sample (pointing to M_Product.ImageURL) - refactored the layoutTable
2012-05-30 11:55:14 -05:00
Carlos Ruiz f55f7e0e66 IDEMPIERE-281 Extend Import Inventory to support also internal use 2012-05-29 00:45:34 -05:00
Juliana Corredor e92b43053f IDEMPIERE-266 filter inactive printformats 2012-05-28 19:02:11 -05:00
Heng Sin Low 4f657aedd9 Merge with 5c03ce261cf232e12517ed2614d641083e09accb ( iDempiere Head ) 2012-05-28 15:01:13 +08:00
Heng Sin Low b7c3d48f2d IDEMPIERE-254 2Pack Stabilization and Enhancement 2012-05-28 14:33:04 +08:00
Heng Sin Low 86b846eb98 IDEMPIERE-276 UUIDGenerator - remove use of proprietary oracle and postgresql feature for table using composite key 2012-05-28 14:27:03 +08:00
Heng Sin Low 35e51e9bb5 IDEMPIERE-275 ModelGeneratorDialog: EntityTypeFilter not working 2012-05-28 14:23:09 +08:00
Carlos Ruiz 28304d3b8b Merged in dantam/idempiere.se (pull request #7) 2012-05-24 12:21:08 -05:00
Hesham S. Ahmed fcd0f768e2 IDEMPIERE-162 Let Process Role Access Update honor previous modifications to permissions
http://jira.idempiere.com/browse/IDEMPIERE-162
Peer reviewed, tested and integrated by Carlos Ruiz - globalqss
2012-05-23 09:42:51 -05:00
dantam 2355c11e05 IDEMPIERE-218 Replication not working in ZK
http://jira.idempiere.com/browse/IDEMPIERE-218
2012-05-16 10:11:56 +02:00
Carlos Ruiz bbe5e8387e IDEMPIERE-249 implement encrypt en ad_processparameter same as in ad_field
Developed by Juliana Corredor - Peer reviewed and integrated by Carlos Ruiz
2012-05-15 21:50:43 -05:00
Carlos Ruiz 1287e7b102 IDEMPIERE-132 Avoid duplicate in print format 2012-05-09 16:26:01 -05:00
phib bd991c49ec Copy/create print format items creates duplicate fields. Fixes #50.
Integrated to iDempiere by Carlos Ruiz (globalqss) as a partial solution for IDEMPIERE-132 Avoid duplicate in print format
http://adempiere.hg.sourceforge.net/hgweb/adempiere/contribution_adaxa/raw-rev/f94eae8928cd
2012-05-09 16:15:34 -05:00
Carlos Ruiz 162b0becf4 IDEMPIERE-259 Cannot set tab display logic based on specific tab value of field
Thanks to Ammar (hamur36) for the proposed solution here:
http://sourceforge.net/projects/adempiere/forums/forum/610547/topic/5087640?message=11256178
2012-05-07 15:56:25 -05:00
Carlos Ruiz 03b9163c13 IDEMPIERE-258 SysConfig keys ignoring trailing spaces 2012-05-07 14:25:32 -05:00
Heng Sin Low 0287d6dd00 Merge with b4fd505a6d3dfef0779ca21b2ab2786831b43af2 ( iDempiere Head ) 2012-05-02 18:19:00 +08:00
Heng Sin Low ae747cd47c IDEMPIERE-254 2Pack Stabilization and Enhancement 2012-05-02 14:44:19 +08:00
Heng Sin Low 8d01b94373 Merge with 226388bdba1e6652da9bad68680987523fc10267 ( iDempiere Head ) 2012-05-01 23:19:57 +08:00
Heng Sin Low 8bf2eb7614 IDEMPIERE-175 Performance: Use atmosphere ( long pooling, NIO ) server push 2012-04-29 04:38:26 +08:00
Carlos Ruiz 9b26b56a96 IDEMPIERE-250 Process parameters can inherit data from element (same as column and field) 2012-04-26 11:59:07 -05:00
Nicolas Micoud 5aecf6c941 IDEMPIERE-109 / Process parameter without element shouldn't be Centrally Maintained 2012-04-25 17:52:54 +02:00
Nicolas Micoud b2338cc04d IDEMPIERE-236 Centralization of hardcoded IDs / display types 2012-04-25 12:54:18 -05:00
Nicolas Micoud 57bc9b5d0b IDEMPIERE-236 Centralization of hardcoded IDs / massive upload (integrated into iDempiere by CarlosRuiz - globalqss) 2012-04-23 22:31:14 -05:00
Heng Sin Low d9ed7e2aaa IDEMPIERE-238 Zk Report Viewer: use print format font setting ffor html output 2012-04-16 16:18:54 +08:00
uthadehikaru 575dbf64cd Completing return message when raise AdempiereException 2012-04-21 15:52:36 -05:00
uthadehikaru bdc3e826c7 exception handling processIt on MRMA 2012-04-11 08:27:16 +07:00
uthadehikaru ecd176e1ba exception handling processIt on MPaySelectionCheck 2012-04-11 08:27:08 +07:00
uthadehikaru 332afbcb03 exception handling processIt on MPayment 2012-04-21 15:46:58 -05:00
uthadehikaru 797af7b6b8 exception handling processIt on MOrder 2012-04-21 15:44:59 -05:00
uthadehikaru 6e1c0ba027 exception handling processIt on MJournalBatch 2012-04-11 08:26:47 +07:00
uthadehikaru 9ff7002ff8 exception handling processIt on MInvoice 2012-04-21 15:42:24 -05:00
uthadehikaru a6a11d65f7 exception handling processIt on MInOut 2012-04-21 15:39:45 -05:00
uthadehikaru 1fe7383c47 exception handling processIt on MCashLine 2012-04-11 08:26:21 +07:00
Edwin Ang 78c3175f31 exception handling processIt on BankTransfer.java 2012-04-09 15:01:30 +07:00
Dirk Niemeyer 2feccac9e5 IDEMPIERE-242 ImageField not working in non form based print format
Use correct ImageElement.get
2012-04-19 12:25:22 +02:00
Nicolas Micoud 5457709c6a IDEMPIERE-236 Centralization of hardcoded IDs / using interface / rename class > SystemIDs 2012-04-20 11:52:52 -05:00
Carlos Ruiz 3a0f716618 IDEMPIERE-195 Expand menu automatically / make user preference override the role configuration
http://jira.idempiere.com/browse/IDEMPIERE-195
2012-04-18 10:59:22 -05:00
Carlos Ruiz 37a4b33bf6 IDEMPIERE-241 Unnecessary cost records added on product creation
Code integrated from Compiere community 3.3.0 version
2012-04-18 10:31:32 -05:00
Nicolas Micoud 644207b999 IDEMPIERE-239 - smart way ; using IsActive() instead of SQL 2012-04-18 16:36:35 +02:00
Nicolas Micoud a53fd5c08f IDEMPIERE-236 Centralization of hardcoded IDs / using naming convention for constants 2012-04-18 16:04:01 +02:00
Nicolas Micoud b0c67e8897 IDEMPIERE-239 2012-04-18 15:52:06 +02:00
Nicolas Micoud a5fda83899 IDEMPIERE-236 Centralization of hardcoded IDs 2012-04-18 10:15:56 -05:00
Nicolas Micoud 8bc3e8895c IDEMPIERE 195 Menu Auto Expand 2012-04-12 16:00:12 -05:00
Thomas Bayen 008acb6848 IDEMPIERE-113 Volume and Weights are not imported in Product importer 2012-04-06 16:46:59 +02:00
Carlos Ruiz b3b69eca5d IDEMPIERE-227 Avg Inv Costing: Material receipt must post with purchase order price
http://jira.idempiere.com/browse/IDEMPIERE-227
2012-04-05 23:13:20 -05:00
Carlos Ruiz 1ed38faaf8 IDEMPIERE-68 Current record could disappear after executing a button - Fix security issue reported by jdcs 2012-04-05 13:37:42 -05:00
Carlos Ruiz a515c81c2d IDEMPIERE-129 Restrictions on Toolbar and Menu - peer review and apply best practices
http://jira.idempiere.com/browse/IDEMPIERE-129
2012-04-04 23:39:52 -05:00
Nicolas Micoud 3852377c43 IDEMPIERE-129 Restrictions on Toolbar and Menu
http://jira.idempiere.com/browse/IDEMPIERE-129
2012-04-05 00:40:11 -05:00
Carlos Ruiz b4bdf57cd6 merge IDEMPIERE-215 2012-04-04 11:46:37 -05:00
Carlos Ruiz dace790402 IDEMPIERE-177 Complete Window Customization functionality - peer review and tests 2012-04-04 11:38:40 -05:00
Heng Sin Low 894ebe49ee Merge with 8d21f0c68a4c0a40002e6b280006a9186bd13828 (iDempiere Head) 2012-04-04 18:29:18 +08:00
Heng Sin Low 32c0db8136 IDEMPIERE-215 Costing: Drop M_Product_Costing. 2012-04-04 18:11:01 +08:00
Dirk Niemeyer 80194f7a37 IDEMPIERE-177
AD_Language and name for entry made optional
Caching best matching entry for UserDefWin
2012-04-03 15:29:48 +02:00
Carlos Ruiz 5d06421394 IDEMPIERE-117 Add cost history table and cost movement view - fix folder for generated model class 2012-04-02 17:25:16 -05:00
Carlos Ruiz 1547755d5b Merged in hengsin/idempiere-hengsin (IDEMPIERE-212 IDEMPIERE-213) 2012-04-02 16:02:03 -05:00
Carlos Ruiz 1ce9a29b2e Merged in hengsin/idempiere-hengsin (pull request #4) 2012-04-02 15:26:50 -05:00
Heng Sin Low a36ddb4d4c IDEMPIERE-166 Rebranding of logo and product name 2012-03-31 00:15:00 +08:00
Carlos Ruiz 43efec55a3 IDEMPIERE-37 Make iDempiere safer using saveEx instead of save
http://jira.idempiere.com/browse/IDEMPIERE-37
2012-03-28 11:55:10 -05:00
Carlos Ruiz 4368b0006d IDEMPIERE-127 Implement Recent Items dashboard / Recent Items don't appear when a record was deleted with direct SQL DELETE
http://jira.idempiere.com/browse/IDEMPIERE-127
2012-03-27 21:01:14 -05:00
Heng Sin Low 1982a8b331 IDEMPIERE-213 Costing: Seed/Initial Cost Clean up 2012-03-26 15:17:25 +08:00
Heng Sin Low be6b85f531 IDEMPIERE-212 Costing: MatchPO required for Average PO and Last PO Costing method
- adapted from http://sistematika.web.id/2008/10/10/accounting-generated-for-adempiere-material-receipt-activity/
2012-03-26 15:07:02 +08:00
Heng Sin Low 69fc191cc7 IDEMPIERE-210 Costing: Revert [ 1693997 ] Calculation of cost should happen when transaction complete. Fixed a regression introduce in previous revision. 2012-03-26 14:14:35 +08:00
Carlos Ruiz 10595f132f IDEMPIERE-211 Statement of Accounts - Name column not translated
http://jira.idempiere.com/browse/IDEMPIERE-211
2012-03-25 22:12:18 -05:00
Heng Sin Low b2a9801ed3 IDEMPIERE-209 Costing: clean up reversal code.
IDEMPIERE-210 Costing: Revert [ 1693997 ] Calculation of cost should happen when transaction complete.
2012-03-26 10:42:05 +08:00
Heng Sin Low 679cf6474c IDEMPIERE-118 Average Costing: Negative inventory. 2012-03-20 06:23:52 +08:00
Heng Sin Low 8e216841b6 IDEMPIERE-189 Average Costing: moving average costing doesn't work if AD_Client.IsCostImmediate is false 2012-03-20 00:11:47 +08:00
Heng Sin Low 4d8457536f Merge with idempiere head 2012-03-19 01:06:51 +08:00
Heng Sin Low 838904b961 Revert changeset 6f7e1d47b072 for IDEMPIERE-187 Support developer to generate migration script from webui 2012-03-19 01:02:49 +08:00
Heng Sin Low 7da289a794 IDEMPIERE-118 Average Costing: Negative inventory. 2012-03-19 00:19:06 +08:00
Carlos Ruiz 628e1c63e3 IDEMPIERE-127 Implement Recent Items dashboard / Don't use centralized IDs for recent items table
http://jira.idempiere.com/browse/IDEMPIERE-127
2012-03-14 22:04:23 -05:00
Carlos Ruiz 3687d3f778 IDEMPIERE-187 Support developer to generate migration script from webui
http://jira.idempiere.com/browse/IDEMPIERE-187
2012-03-14 21:49:10 -05:00
Carlos Ruiz 7367d59ef7 IDEMPIERE-127 Implement Recent Items dashboard / Don't save migration script for recent items table
http://jira.idempiere.com/browse/IDEMPIERE-127
2012-03-14 21:02:11 -05:00
Carlos Ruiz 36494f3e91 IDEMPIERE-198 GL Distribution Generate Wrong Fact Entry when the Create Reversal is NO
http://jira.idempiere.com/browse/IDEMPIERE-198
2012-03-14 15:34:21 -05:00
Heng Sin Low 3ec5707657 IDEMPIERE-190 Average Costing: make sure amt and qty argument for the setWeightedAverage method is of the same sight 2012-03-09 10:29:00 +08:00
Heng Sin Low f2f9da5add IDEMPIERE-188 Average Costing: Reversal of shipment shouldn't increase Accumulated Qty and Accumulated Amt 2012-03-09 10:14:23 +08:00
Heng Sin Low e16e2e2525 IDEMPIERE-117 Add cost history table and cost movement view 2012-03-09 08:02:42 +08:00
Heng Sin Low f9d7dd29ce IDEMPIERE-187 Support developer to generate migration script from webui 2012-03-09 07:59:08 +08:00
Carlos Ruiz b449ccf1db IDEMPIERE-178 Orders and Invoices must disallow amount lines without product/charge
http://jira.idempiere.com/browse/IDEMPIERE-178
2012-03-07 16:07:19 -05:00
Carlos Ruiz b826db0c0c IDEMPIERE-177 Model Generated for iDempiere 2012-04-04 11:34:29 -05:00
Dirk Niemeyer f34782257d IDEMPIERE-177
Corrected selection process
2012-03-06 11:10:20 +01:00
Dirk Niemeyer 211d2f67b0 IDEMPIERE-177
Complete Window Customization functionality
2012-04-04 11:29:44 -05:00
Heng Sin Low 96687acab4 IEMPIERE-173 GridTab left with current record after save 2012-03-05 11:20:12 +08:00
Carlos Ruiz a74d86e741 IDEMPIERE-171 Improve message when posting with wrong accounts
http://jira.idempiere.com/browse/IDEMPIERE-171
2012-03-03 22:57:19 -05:00
Carlos Ruiz 28b414d6be IDEMPIERE-170 Complete Cash as Payment functionality
http://jira.idempiere.com/browse/IDEMPIERE-170
2012-03-03 22:55:43 -05:00
Carlos Ruiz f958219a71 IDEMPIERE-169 Query on detail tab is wrongly preserved when changin master record
http://jira.idempiere.com/browse/IDEMPIERE-169
2012-03-03 19:02:46 -05:00
Carlos Ruiz 0005e7276f IDEMPIERE-137 Enhancement of GL Reconciliation
Fix problem created with the new column
2012-02-29 23:20:25 -05:00
Carlos Ruiz 020458f56d IDEMPIERE-137 Enhancement of GL Reconciliation
minor improvements, generate model class with new column, organize imports
2012-02-29 11:58:29 -05:00
uthadehikaru 54a143f241 IDEMPIERE-137 Enhancement of GL Reconciliation
Ambidexter GL Reconciliation
2012-02-29 11:51:47 -05:00
Carlos Ruiz 18e001b341 IDEMPIERE-137 Enhancement of GL Reconciliation
minor fixes - organize imports, create serialversionUID, drop unused variables
2012-02-29 11:19:16 -05:00
Carlos Ruiz 94cc2f2a6b IDEMPIERE-137 Enhancement of GL Reconciliation
minor fixes - organize imports, create serialversionUID, drop unused variables
2012-02-29 11:11:13 -05:00
phib d44998bf12 GL Reconciliation contribution
https://sourceforge.net/tracker/?func=detail&aid=3058505&group_id=176962&atid=883808
Integration done by Carlos Ruiz (globalqss) to work from Paul Bowden / Adaxa (phib)
2012-02-29 11:09:19 -05:00
Dirk Niemeyer 8b14febb23 IDEMPIERE-165 - Scheduler does not create Report 2012-02-21 10:59:06 -05:00
Carlos Ruiz 5b44b7aab5 IDEMPIERE-153 OrderBy Type (Print Format Item View)
http://jira.idempiere.com/browse/IDEMPIERE-153
Contributed by Fernando Moraes (fernandinho) - tested/integrated by Carlos Ruiz
2012-02-18 21:11:51 -05:00
Carlos Ruiz b46f81cad4 IDEMPIERE-68 Current record could disappear after executing a button
Fix NPE when the actual row is deleted
http://jira.idempiere.com/browse/IDEMPIERE-68
2012-02-18 11:21:10 -05:00
Carlos Ruiz bdf262dbb5 Merged in hengsin/idempiere-hengsin (pull request #1) 2012-02-17 09:16:17 -05:00
Heng Sin Low 869b404e3b IDEMPIERE-141 Update Platform to Eclipse 3.7.1 2012-02-17 06:28:30 +08:00
Diego Ruiz f394530adb IDEMPIERE-148 Allow reversal invoice to use DocNo^ instead of consuming an invoice #
http://jira.idempiere.com/browse/IDEMPIERE-148
2012-02-13 18:51:35 -05:00
Carlos Ruiz 3be49d2f64 IDEMPIERE-147 GoogleMap to show Locators
http://jira.idempiere.com/browse/IDEMPIERE-147
Proper authorship accreditation, as requested
http://forum.kenos.com.br/viewtopic.php?f=1&t=810&p=3765#p3758
2012-02-13 18:20:45 -05:00
Carlos Ruiz 42b25f7f8b IDEMPIERE-147 GoogleMap to show Locators (ZK)
* Implement same approach for zkwebui
http://jira.idempiere.com/browse/IDEMPIERE-147
2012-02-11 14:11:49 -05:00
Carlos Ruiz 4e7a7291d4 IDEMPIERE-147 GoogleMap to show Locators (Improvements)
* make it configurable (to allow using other services like yahoo, bing, mapquest
* use java6 syntax to open proper configured browser
* fix NPE found on CityAutoCompleter
* refactor constant definitions to use sysconfig and move to MLocation to reuse on zk webui
http://jira.idempiere.com/browse/IDEMPIERE-147
2012-02-11 14:09:25 -05:00
Carlos Ruiz adbdb038ab Maintain spanish translations 2012-02-07 09:04:53 -05:00
Carlos Ruiz 1dd11b105d IDEMPIERE-115 Implement feedback for process and report
Found NPE in logs
===========> ProcessUtil.startJavaProcess: org.compiere.process.NoteDelete [14]
java.lang.NullPointerException
        at java.util.Hashtable.put(Hashtable.java:394)
        at org.compiere.process.SvrProcess.startProcess(SvrProcess.java:114)
2012-01-27 16:50:14 -05:00
Carlos Ruiz 96dc429d26 IDEMPIERE-127 Implement Recent Items dashboard
http://jira.idempiere.com/browse/IDEMPIERE-127
2012-01-27 16:47:39 -05:00
Carlos Ruiz 234d2d3aa5 IDEMPIERE-127 Implement Recent Items dashboard
http://jira.idempiere.com/browse/IDEMPIERE-127
2012-01-27 16:02:08 -05:00
Heng Sin Low 53cad636f6 IDEMPIERE-115 Implement feedback for process and report
(transplanted from c14cc7c6a518225ed55d15de5dc854ade05e28aa)
2012-01-21 10:49:21 +08:00
Heng Sin Low 0c15934a46 IDEMPIERE-120 Refactor Query timeout Implementation - move most postgresql specific code to DB_PostgreSQL
IDEMPIERE-121 Add API to support the locking of PO for update
(transplanted from e99036fafdbdc294ebb0b847d675e0aac42c1843)
2012-01-21 10:31:34 +08:00
Heng Sin Low 430f7e8e72 IDEMPIERE-116 Logged database write operation together with transaction name
(transplanted from 159979f793dee69e0d035e6df5ea9ecae60de2f8)
2012-01-21 10:24:37 +08:00
Carlos Ruiz af7d034610 Fix IDEMPIERE-111 Admin role can delete System records !!!
http://jira.idempiere.com/browse/IDEMPIERE-111
Thanks a lot to Nicolas (nmicoud) for the testings reported at
http://red1.org/adempiere/viewtopic.php?f=31&t=1478&p=7201#p7201
2012-01-16 17:39:16 -05:00
Carlos Ruiz 6d085eb5ea IDEMPIERE-111 Admin role can delete System records !!!
http://jira.idempiere.com/browse/IDEMPIERE-111
2012-01-09 21:45:30 -05:00
Carlos Ruiz 2551e17141 IDEMPIERE-111 Admin role can delete System records !!!
http://jira.idempiere.com/browse/IDEMPIERE-111
2012-01-06 22:27:43 -05:00
Carlos Ruiz 94ed271583 IDEMPIERE-98 Implement void for completed RMAs
http://jira.idempiere.com/browse/IDEMPIERE-98
2012-01-06 22:21:18 -05:00
Heng Sin Low 6ff4f0aea3 IDEMPIERE-106 Add getUUIDColumnName function to PO.
(transplanted from cb4db1801b53b0208f47bddc93529c68f30eb915)
2011-12-11 10:07:48 +08:00
Heng Sin Low 232a728a96 IDEMPIERE-106 Add getUUIDColumnName function to PO.
(transplanted from b4d2e0116d801099480fb637e15655931146893e)
2011-12-11 09:54:23 +08:00
Carlos Ruiz 7792142bc3 IDEMPIERE-96 Implement DB.getIDsEx
http://jira.idempiere.com/browse/IDEMPIERE-96
2011-11-10 15:45:44 -05:00
Carlos Ruiz 737737aebe IDEMPIERE-88 Delete children records must happen on beforeDelete (MDocType) (Thanks to Emiliano Pereyra)
http://jira.idempiere.com/browse/IDEMPIERE-88
2011-10-23 09:50:44 -05:00
Edwin Ang 7d62972f28 IDEMPIERE-83 Bug in Adempiere361 rev 6130 -> IDEMPIERE-78 2011-10-07 10:05:18 -05:00
Carlos Ruiz 3f0cd3a053 IDEMPIERE-80 Cannot create new user from webstore 2011-10-04 14:44:24 -05:00
Carlos Ruiz ebb3dec44e IDEMPIERE-78 Error using tables terminated in TO 2011-09-28 09:37:36 -05:00
Carlos Ruiz 083b9dfc49 IDEMPIERE-75 Process Reset Accounting - Parameter DateTo not used if DateFrom is null 2011-09-27 10:07:37 -05:00
Carlos Ruiz 20b1cb08fa Fix IDEMPIERE-73 Workflow Node with Action = Wait/Sleep does not wait for entered Wait Time 2011-09-26 10:41:31 -05:00
Carlos Ruiz f961ec5eb0 IDEMPIERE-37 Make iDempiere safer using saveEx instead of save 2011-09-26 10:35:45 -05:00
Carlos Ruiz 6597d3fcb9 IDEMPIERE-71 Cannot report IsParent column with different name than parent with ref table 2011-09-18 16:01:28 -05:00
Carlos Ruiz 85bbd9d621 IDEMPIERE-67 ProcessedOn should not be copied by MOrder.copyFrom 2011-09-18 15:55:50 -05:00
Heng Sin Low 6e00887194 IDEMPIERE-20 Logo not printed in GardenWorld documents. Hook up resource finder to report image element.
(transplanted from 0f850c295919acc723f3447b71170b4b5aaa39c8)
2011-09-06 11:15:26 +08:00
Dirk Niemeyer d0e3514ba6 Fixes IDEMPIERE-63 - Document number is updated again when document completed after reactivation 2011-08-24 09:42:29 -05:00
Heng Sin Low 70f93229ad Modify setLoginLanguage to be consistent with the new getLoginLanguage behaviour.
(transplanted from 507eb500e01895042411ae0e22cbee5d746286ce)
2011-08-22 23:08:36 +08:00
Heng Sin Low 411eedc398 Update javadoc for setLoginLanguage to reflect the current behaviour. Modify setLoginLanguage to be consistent with the new getLoginLanguage behaviour.
(transplanted from bad1d69fac940f36e2627247e250579afbd04f2f)
2011-08-22 23:07:39 +08:00
phib f92ee90799 Initial commit of touchscreen POS code
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2979756
Integrate work from phib (Adaxa) + patch suggested by felixmoeller + minor peer review from Carlos Ruiz (globalqss)
IDEMPIERE-61
2011-08-15 13:09:37 -05:00
Heng Sin Low 368236ddcd IDEMPIERE-54 Problem with included tab with Processed column. Modify dataNew method to use the IsProcessed() method that is working correctly for both included and non-included tab.
(transplanted from 1fed60a328ba9547f8ebea2691ef78368f711ecc)
2011-08-14 07:40:15 +08:00
Carlos Ruiz 3a009bfcb4 fixes IDEMPIERE-50 Migration script never uses project comment
http://jira.idempiere.com/browse/IDEMPIERE-50
2011-08-04 23:18:46 -05:00
Carlos Ruiz da619d941f fixes IDEMPIERE-52 ORA-00933: SQL command not properly ended when starting a report (Oracle DB) - thanks to Dirk Niemeyer (a42niem)
http://jira.idempiere.com/browse/IDEMPIERE-52
2011-08-04 23:00:57 -05:00
Carlos Ruiz 8af6b94378 fixes IDEMPIERE-46 - Add Parse functionality to Document Value workflow
http://jira.idempiere.com/browse/IDEMPIERE-46
2011-07-26 07:54:47 -05:00
Carlos Ruiz 3ae076965e IDEMPIERE-42 - fixes Translation in MPaymentTerm exception in PaymentTermValidate
http://jira.idempiere.com/browse/IDEMPIERE-42
2011-07-04 12:36:35 -05:00
Carlos Ruiz 7157594458 fixes IDEMPIERE-41 - Zoom Across in Project
http://jira.idempiere.com/browse/IDEMPIERE-41
2011-07-01 23:19:08 -05:00
trifonnt f8d3357eb1 Integrate fix from Trifon here:
http://adempiere.svn.sourceforge.net/viewvc/adempiere?view=revision&revision=15686
Fixed small bug in MProcess class.
Now MProcess passes Record_Id into ProcessInfo class.
2011-06-22 00:05:31 -05:00
Carlos Ruiz 26337eddb8 fixes #37 Make iDempiere safer using saveEx instead of save
https://bitbucket.org/idempiere/idempiere/issue/37
2011-06-14 15:39:10 -05:00
Carlos Ruiz 4b22df1f7d fixes #32 Problem with advanced query on report viewer
http://hg.idempiere.com/idempiere/issue/32
2011-06-06 22:50:03 -05:00
Carlos Ruiz 643207c0f8 Fix a problem with disconnecting the eclipse console. Logging is redirected to a file and the eclipse console cannot be used to drive OSGi. 2011-06-02 00:17:57 -05:00
Heng Sin Low 7c305591ad Update .project and .classpath using PDE tools.
(transplanted from 1970ec9a52c07a50ca732e8491a60c45ea633886)
2011-06-01 10:32:12 +08:00
Heng Sin Low 04cf278516 Fixed buckminster materialization and bundle version dependency issues.
(transplanted from 4c95fe2c20a18bb8791bcad88a359d6dc00854ea)
2011-05-27 02:02:00 +08:00
Heng Sin Low 71a9c84a1a Fixed bundle dependency
(transplanted from 2fe1421186c69eadb24ba5136e4de91f016e00b8)
2011-05-25 00:41:43 +08:00
Carlos Ruiz a0bbc86305 minor beautify - refs #19 - attribute right authorship of these two classes to Tony Snook (tspc) 2011-05-25 00:01:28 -05:00
Heng Sin Low 27e3a3fc88 set shipment doctype base on order doctype setting.
(transplanted from 392957b9195a360103d2c04b45365f46e9122c4c)
2011-05-22 10:29:07 +08:00
Carlos Ruiz 3880ea8b78 Fix #19 Verify BOM button in product window is not working
Bringing some libero classes to core to preserve backward compatibility without MFG
CopyFromBOM.java and PP_Product_BOM_Check.java developed by teo_sarca according to mercurial logs
2011-05-13 18:26:55 -05:00
Carlos Ruiz 08e425c856 Fix #18 http://bitbucket.org/idempiere/idempiere/issue/18
http://bitbucket.org/idempiere/idempiere/issue/18
2011-05-12 13:29:56 -05:00
Carlos Ruiz 787f6095a5 Implement #5 Disable usage of Cost Detail for Standard Costing - thanks to Armen and Adaxa
http://hg.idempiere.com/idempiere/issue/5
https://sourceforge.net/projects/adempiere/forums/forum/611161/topic/2658714
2011-05-04 22:06:38 -05:00
Redhuan D. Oon 0ce8f093b2 Fix [3277139] - Doc_MatchPO has null trxName
http://kenai.com/jira/browse/HENGSIN-71
http://sourceforge.net/support/tracker.php?aid=3277139
2011-04-12 22:21:26 -05:00
Carlos Ruiz 29a419d35e FR [3132687] - FS01 Commitment AR AP
http://www.adempiere.com/index.php/FS01_Commitment_AR_AP
https://sourceforge.net/tracker/?func=detail&aid=3132687&group_id=176962&atid=879335
Move process to right subproject
2011-03-28 21:01:50 -05:00
Carlos Ruiz 7cb32f8039 Fix problem calculating BP balance for payments allocated via payment allocate records.
Reported by Habib here -> http://red1.org/adempiere/viewtopic.php?f=31&t=1189
2011-03-26 01:52:44 -05:00
Carlos Ruiz b45a2a6fb8 Minor change to allow showing user selected system languages on login list 2011-03-26 01:50:57 -05:00
Carlos Ruiz 0de1a309e5 Fix [1884379] - MM Doc: MA should be created on complete and for each line
http://sourceforge.net/support/tracker.php?aid=1884379
Implement fix for Movements
2011-03-26 01:41:17 -05:00
Carlos Ruiz bf4b9127ff decrease log level for selects that return no rows 2011-03-26 01:40:05 -05:00
Carlos Ruiz d138fb0074 Detected a bug (swing and zkwebui) where the record info doesn't show change log the first time is visited if the status bar hasn't changed 2011-03-26 01:37:15 -05:00
Carlos Ruiz 0edb77c973 Fix [2946164] - Report headers are not translated in ZK Client
http://sourceforge.net/support/tracker.php?aid=2946164
2011-03-26 01:34:10 -05:00
Carlos Ruiz 33478f9cca BF [3051442] - Client stops if user click about 15 times, always
http://sourceforge.net/support/tracker.php?aid=3051442
Detected and fixed a connection leak in swing grid mode
2011-03-26 01:25:30 -05:00
Carlos Ruiz 694750e199 BF [3060367] - Update Phase and Taks amt from line
http://sourceforge.net/support/tracker.php?aid=3060367
2011-03-26 01:22:08 -05:00
monhate 9de87fea93 FR [3067850] - Bug coping details from other Project
http://sourceforge.net/support/tracker.php?aid=3067850
2011-03-26 01:20:18 -05:00
Carlos Ruiz 86e2b60b3c BF [3160928] - Error reversing a shipment
https://sourceforge.net/tracker/?func=detail&aid=3160928&group_id=176962&atid=879332
2011-03-26 01:07:13 -05:00
Carlos Ruiz 06bc5898e0 Fix [3159033] - List fields zoom incorrectly
http://sourceforge.net/support/tracker.php?aid=3159033
Refactored DB.isSOTrx to avoid launching log errors on postgresql
2011-03-26 01:01:25 -05:00
Carlos Ruiz 7a41c80694 FR [3132797] - FS02 Cash Flow
http://www.adempiere.com/index.php/FS02_Cash_Flow
https://sourceforge.net/tracker/?func=detail&aid=3132797&group_id=176962&atid=879335
Fix problem reported by hardmax
https://sourceforge.net/projects/adempiere/forums/forum/610548/topic/3880506?message=8936691
2011-03-26 00:39:00 -05:00
Carlos Ruiz fb189f010c Fix problem with [3007342] - Included tab context conflict issue
https://sourceforge.net/tracker/index.php?func=detail&aid=3007342&group_id=176962&atid=879332
This functionality must preserve the value of the parent tab JUST when is an included tab
not included tabs can have Processed fields and is valid to add records in details on these cases
like the Payment Schedule tab on Invoice (Customer) window
2011-03-26 00:36:07 -05:00
Carlos Ruiz f9dca8470f FR [3132797] - FS02 Cash Flow
http://www.adempiere.com/index.php/FS02_Cash_Flow
https://sourceforge.net/tracker/?func=detail&aid=3132797&group_id=176962&atid=879335
Fix a problem with the IsPayScheduleValid - it needs to be false for non-schemas to allow the invoice to be paid
2011-03-26 00:27:59 -05:00
teo_sarca a83182ea5b Local transaction commits should be logged to FINE level
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3137365
2011-03-26 00:22:10 -05:00
teo_sarca ecd3d5f8e2 [ 3137355 ] PG query not valid when contains quotes and backslashes
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3137355
2011-03-26 00:20:20 -05:00
teo_sarca f12e817fd3 [ 3137355 ] PG query not valid when contains quotes and backslashes
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3137355
2011-03-26 00:19:04 -05:00
trifonnt f4631da9a8 FR [3090578] - GridTable wrong 'is value changed' determination
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=3090578&group_id=176962

and

Fr [3052371] - Grid error when switching from a string field
https://sourceforge.net/tracker/?func=detail&aid=3052371&group_id=176962&atid=879332
2011-03-26 00:07:47 -05:00
mjudd 934462de8e BUG [3104044] - Fix NPE in PrintService
see: https://sourceforge.net/tracker/?func=detail&aid=3104044&group_id=176962&atid=879332
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3104044
2011-03-25 23:59:36 -05:00
vpj-cd 593113eae3 Report run out transaction
kind regards
Victor Perez
www.e-evolution.com
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3075213
2011-03-25 23:53:26 -05:00
vpj-cd f51baf1127 When I try get the Review MRP Report, I get this error:
Teo please you can review.

kind regards
Victor Perez
www.e-evolution.com
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3075210
2011-03-25 23:52:33 -05:00
usrdno 7735bf804f NPE in some cases when saving Adempiere.properties. Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3051473 2011-03-25 23:44:17 -05:00
phib a882c566d1 Role data access/Personal lock sql where incorrect
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3030369
2011-03-25 23:43:01 -05:00
Carlos Ruiz 906d363bae Fix minor casting problem
https://sourceforge.net/tracker/index.php?func=detail&aid=1756793&group_id=176962&atid=879334
2011-03-25 23:37:49 -05:00
Carlos Ruiz e94f766cd4 several zkwebui and swing missing translations 2011-03-25 23:32:00 -05:00
Carlos Ruiz bb55b5582a Implemente FR [3135351] - Enable Scheduler for buttons
https://sourceforge.net/tracker/?func=detail&aid=3135351&group_id=176962&atid=879335
2011-03-25 23:12:48 -05:00
Carlos Ruiz 08419ea45f FR [3132797] - FS02 Cash Flow
http://www.adempiere.com/index.php/FS02_Cash_Flow
https://sourceforge.net/tracker/?func=detail&aid=3132797&group_id=176962&atid=879335
2011-03-25 22:37:37 -05:00
Carlos Ruiz a7d5781c17 FR [3132687] - FS01 Commitment AR AP
http://www.adempiere.com/index.php/FS01_Commitment_AR_AP
https://sourceforge.net/tracker/?func=detail&aid=3132687&group_id=176962&atid=879335
2011-03-25 22:30:09 -05:00
Carlos Ruiz 962fe09801 BF [3075946] - Date problem on non-Christian Yr Locale, i.e.,Buddhist Yr
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=3075946&group_id=176962
2011-03-25 22:10:35 -05:00
vpj-cd 0fb211b646 Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3103141
(transplanted from 29be438740607f8d178843f2d51435d9a5987659)
2011-03-25 21:59:05 -05:00
Carlos Ruiz 65842a7312 FR [3132075] - Over/Under payment must be enabled by default
https://sourceforge.net/tracker/?func=detail&aid=3132075&group_id=176962&atid=879335
2011-03-25 21:05:04 -05:00
Carlos Ruiz 0a8552a42e Revert ModelGeneratorDialog wrongly committed with personal params 2011-03-25 21:01:05 -05:00
Carlos Ruiz 29c30b7df0 FR [3132033] - Make payment export class configurable per bank
https://sourceforge.net/tracker/?func=detail&aid=3132033&group_id=176962&atid=879335
2011-03-25 20:54:47 -05:00
Carlos Ruiz 68c975a347 Enable differential pricing for sales:
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2651812&group_id=176962
See FR [2651812] - Differential pricing
2011-03-25 20:20:04 -05:00
Carlos Ruiz e6785ab960 Avoid unnecessary DB access
Steps to reproduce in zkwebui in log level Info:
- Open Sales Order window
A warning is written in console:
DB.getSQLValueStringEx: No Value SELECT ColumnName FROM AD_Column WHERE AD_Column_ID=?
2011-03-25 20:11:11 -05:00
Carlos Ruiz aebc2c85ca FS03 - Approval Amount by Period
http://www.adempiere.com/index.php/FS03_Approval_Amount_By_Period
https://sourceforge.net/tracker/?func=detail&aid=3123769&group_id=176962&atid=879335
2011-03-25 19:39:54 -05:00
Carlos Ruiz 27e8db31ed Disallow negative inventories configurable per warehouse
Integrate solution from Compiere GPL Version 3.2 - and adapt to Adempiere
https://sourceforge.net/tracker/?func=detail&aid=3123715&group_id=176962&atid=879335
- Validation on Storage is per ASI - so it must be the same on Warehouse
- Fix a problem found on migration script - message trl updated wrongly and new message not created
- With negative inventory disallowed then reversing a movement requires copy of the ASI (LineMA) - also to make this reverse behave the same way as reversing MInventory
2011-03-25 19:25:34 -05:00
tspc dafa950221 Physical Inventory creates transactions even if movement qty = zero
(fixes issue #3)
https://bitbucket.org/tspc/adempiere361/issue/3/physical-inventory-creates-transactions
2011-03-08 12:32:45 -05:00
Carlos Ruiz ad8d01291c Bug#2904321-Create Inventory Count List not taking negative qty products
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2904321&group_id=176962
2011-03-08 12:31:00 -05:00
Carlos Ruiz a6a69851ba FR 2945715 - Improve Advanced Search
http://sourceforge.net/support/tracker.php?aid=2945715
- Implement fix for backward compatibility suggested by tspc
2011-03-08 12:24:50 -05:00
Carlos Ruiz f81176b7dd FR 3110938 - Mandatory Incorrectly Spelled
http://sourceforge.net/support/tracker.php?aid=3110938
2011-03-08 12:19:40 -05:00
Carlos Ruiz 08c2ea68cf FR 3062553 - Duplicated action in DocAction list for Multiple Role Users
http://sourceforge.net/support/tracker.php?aid=3062553
Thanks to Kitti U
2011-03-08 11:48:08 -05:00
Carlos Ruiz 3df5962ed5 FR 3110127 - Null error when use Generate Invoice from Receipt
http://sourceforge.net/support/tracker.php?aid=3110127
Fix provided by Kitti U
2011-03-08 11:40:58 -05:00
Carlos Ruiz 2b150d7c16 FR 3090719 - Send BCC to From sending e-mail
Thanks to Marcelo Luiz Onhate (monhate) - OSEB project
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3090719

Extending idea as suggested by Steven Sackett - Adaxa
Send BCC to a client-wide defined address
Fixing according to suggestion from Marcelo Luiz Onhate (monhate)
2011-03-08 11:36:40 -05:00
Carlos Ruiz 5502bff9bd minor, fix wrong comment 2011-03-08 11:32:04 -05:00
Carlos Ruiz cd24e36409 Implement best practice in some classes suppressing warning about serialVersionUID:
http://www.adempiere.com/index.php/Release_Commit_Rules#I9_-_Regenerate_serialVersionUID_when_required_.28B.29
2011-03-08 11:00:56 -05:00
Carlos Ruiz 411bbc02c3 Fix problem in MJournal - in the replacement of SQL code the transaction was dropped
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2214883
2011-03-08 10:47:41 -05:00
Carlos Ruiz 9da89f5101 Fix bug in generation allocation header, when payment has datetrx <> dateacct the allocation was being generated with wrong dateacct 2011-03-07 10:23:43 -05:00
Carlos Ruiz af49588c1d Error when ClientShare is defined as Client Only and the table is defined with access level All - Adempiere must enforce org=0 in these cases 2011-02-27 01:06:37 -05:00
Carlos Ruiz 3eb5515dd7 Integrate payroll movement importer in globalqss/adempiere361liberoHR
FR [2878276] - Importer for Payroll
https://sourceforge.net/tracker/index.php?func=detail&aid=2878276&group_id=176962&atid=879335
Pending posterior integration of liberoHR.jar
2011-02-27 01:01:53 -05:00
Carlos Ruiz 11b3d0bcf2 Payroll improvement:
Allow to fill the Description field on movement assigning the variable description in the payroll rule.
Integrate fix from 361 - harmless addition to Scriptlet (backward compatible) to allow registering description in payroll.
2011-02-27 00:53:47 -05:00
Carlos Ruiz 4882320f29 Integrate fix advised by Heng Sin to solve a problem rendering images from AD_Client.Logo_ID on jasper reports 2011-02-27 00:33:34 -05:00
teo_sarca 45200670fb Lines Tab read only on new doc after completing
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3033485
globalqss -> Integrating fix for annoying bug from http://adempiere.svn.sourceforge.net/viewvc/adempiere?view=revision&revision=13343
2011-02-27 00:29:18 -05:00
Carlos Ruiz 4e143f09f2 Reverting revisions 12757, 12778, 12785 (6348, 6352, 6353)
This has suffered lot of modifications after the last commit in trunk:
svn revisions: 12968, 13190, 13206, 13208, 14172, 14175, 14200, 14201
hg changesets: 6356, 6360, 6361, 6362, 6394, 6395, 6396, 6397
It requires proper functional review and analysis of collaterals
We better revert from here and integrate later when it's more stable and we have proper description and QA over these new processes.
2011-02-26 22:25:50 -05:00
Carlos Ruiz 04579bc676 Revert 12710 Allow the entry the Tax amount manually the same way PO - 6345 b330695a3a58
It was reverted with revision 13840 because it's causing big issues
2011-02-26 20:55:17 -05:00
Carlos Ruiz 3d4c5fb123 Revert rev 12643 - Invalid "Record on parent tab was changed" 6334 aa2da671ac3a
http://sourceforge.net/support/tracker.php?aid=3017560
According to the description of the tracker the test scenario is not valid because it could be possible that process completed the document and in this case the warning is valid.
Checking with the flag manualcmd is not good as this is used to indicate a navigation button was pushed.
I tested again the issue described in tracker 1985481 and it needs further work, the validation is raised when the user push the save button, but not when the user pushes next or previous record buttons.
http://sourceforge.net/support/tracker.php?aid=1985481
2011-02-26 20:46:37 -05:00
Carlos Ruiz 403ccaf162 Revert FR [2979756] - Touchscreen friendly POS
Although I like the new presentation of the touchscreen POS it removed some basic functionality.
* In previous POS you could select the business partner, here it assign the "Standard" partner and it cannot be changed (not sure if there is a "hidden" button to do it).
* The button "Preferences" do nothing.
* Credit Card Expiration cannot be set to 0911 - it's changed to 911 and then complaining about the format.
* The order was completed with an incomplete payment - an order of 200 - I entered a cash payment of 50 and it was completed with a change of -190
2011-02-26 19:27:57 -05:00
Heng Sin Low 745320642c PiPo2 - don't auto generate uuid for record with official id. 2011-02-21 19:30:21 +08:00
Heng Sin Low b1d1908f24 Add '\' escape character support for Oracle. 2011-02-21 19:21:35 +08:00
Heng Sin Low 765ba3d6d7 Remove unnecessary logging of missing #date in context when running at server. 2011-02-11 10:41:51 +08:00
Heng Sin Low 0fba78288e Fixed query timeout for PostgreSQL. 2011-02-11 02:09:37 +08:00
Heng Sin Low 4ad62a2011 CopyValues must ignore the uuid alternate key column. 2011-02-11 02:09:15 +08:00
Heng Sin Low e6de865fe6 Mark WINDOW_INFO constant as deprecated. 2011-02-10 17:44:14 +08:00
Heng Sin Low e573983f5f Added transaction timeout control, default to 2 hours. Set connection to auto commit before release back to connection pool. 2011-02-10 10:33:21 +08:00
Heng Sin Low 2fcdbafd6d HTML Email - do not repeat subject in message body. 2011-02-10 10:02:20 +08:00
Heng Sin Low 16c60adc49 Set default timeout for sending of email to 20 seconds. 2011-02-10 10:00:19 +08:00
Heng Sin Low f72cccd1ce Display workflow error message to user instead of just display message "Terminated". 2011-02-10 09:36:48 +08:00
Heng Sin Low 68eef9fc88 Fixed current record could disappear after save. 2011-02-08 18:59:03 +08:00
Heng Sin Low 10c54e9e1c Increase max row to 5000 and treat max row loaded the same as all loaded. Minor cleanup. 2011-02-08 11:43:11 +08:00
Heng Sin Low fa6cfacb25 Increase default statement/query timeout to 300 seconds. 2011-02-07 12:20:11 +08:00
Heng Sin Low ce2d57585f Implement statement timeout support for PostgreSQL 2011-02-07 10:19:22 +08:00
Heng Sin Low 58ee1f6eda Fixed context management bug with server push. 2011-01-17 18:05:09 +08:00
Heng Sin Low 4ed732b50c Added new method IsGenerateUUIDSupported to DB class. Modify UUIDGenerator to process all tables and expose the method that update existing record with uuid as public static method. Added uuid support for insertTranslations, insertAccounting and insertTree in PO.java 2011-01-11 17:37:58 +08:00
Heng Sin Low f52598018c Added create unique index for uuid column. 2010-12-28 12:48:08 +08:00
Heng Sin Low 23086adf25 Minor extension point documentation changes. Added org.compiere.model.Callout extension point to ease migration of pre-OSGi ADempiere customization. 2010-12-25 10:00:43 +08:00
Heng Sin Low f590097240 Added new abstract event handler class to make development of new event handler easier. Added exception simulation to the MyEventHandler example event handler in the event.test project. 2010-12-20 16:37:02 +08:00
Heng Sin Low 91e5cd345b Minor extension point documentation fix. 2010-12-20 14:51:53 +08:00
Heng Sin Low 9cb417eeaf Added payment processor extension. 2010-12-20 14:31:56 +08:00
Heng Sin Low 8d1ab1833c Updated extension point documentation formatting. Remove the use of osgi: prefix for form, modelvalidator and process to ease migration, the framework will now always check whether an implementation exists in the extension registry before checking the java classpath. Rename org.adempiere.osgi in swing to org.adempiere.ui.swing.factory and drop the incomplete IMenuAction extension in swing ( will come back to this later ). 2010-12-20 10:46:25 +08:00
Heng Sin Low 73e9023004 License header, extension point schema documentation and some minor extension point schema fixes. 2010-12-17 16:03:56 +08:00
Heng Sin Low eb657e8e63 Fixed loading of image resource for web ui. 2010-12-17 11:49:05 +08:00
Heng Sin Low 8816fa5a9f Added process to add UUID column to table and generate uuid key for existing records. 2010-12-15 18:03:52 +08:00
Heng Sin Low deb03c2398 Added simple swing dialog for generation of model class and interface. Added eclipse launch config for the model generator swing dialog. 2010-12-14 16:02:51 +08:00
Heng Sin Low 490784dbbc 2pack refactoring - decouple from SvrProcess and DB Model. Enhance the grid tab export framework to support export of 2pack archive. 2010-12-14 07:59:58 +08:00
Heng Sin Low 8199b9f9b4 added waiting block for equinox event and ds service to start. 2010-12-10 00:31:30 +08:00
Heng Sin Low 3b9740fe41 Fixed typo. 2010-12-09 01:41:29 +08:00
Heng Sin Low 2404603e03 Cleanup, remove redundant buckminster.properties. 2010-12-06 13:53:57 +08:00
Heng Sin Low 0af05090d1 Implemented system event on top of osgi event admin framework and dynamic service framework. Added event.test project as example of usage. Modify ModelEventValidationEngine to invoke osgi event handler. 2010-12-06 13:04:44 +08:00
Heng Sin Low 95fdfa0208 Implemented grid data export extension for swing client. 2010-11-24 11:03:19 +08:00
Heng Sin Low b9e40c4bf4 Implemented info factory as extension point for zk and swing client. 2010-11-23 18:01:11 +08:00
Heng Sin Low c321e8feb6 1) Implemented DocFactory as extension, this does break backward compatibility as the Doc class now take MAcctSchema instead of MAcctSchema[] as parameter. 2) Refactor the posting control and create financial document from Doc.java to DocManager.java 2010-11-22 14:33:40 +08:00
Heng Sin Low 6d2d70f7af Fixed http://kenai.com/jira/browse/HENGSIN-8 - swing account viewer not working. 2010-11-22 14:30:04 +08:00
Heng Sin Low 4709b790a6 1. Added basic priority support for extensions. 2. Factor out the discovery of model class and instantiation of model po as extension. 2010-11-19 17:43:23 +08:00
Heng Sin Low 88eec68630 remove accidentally committed server.xml file 2010-11-17 14:25:31 +08:00
Heng Sin Low 5eb67ad6d3 Remove obsolete launch file. Added stacktrace command for equinox console which will print stacktrace of all currently active thread. 2010-11-03 15:38:37 +08:00
Heng Sin Low ac91965779 Fixed extension query by extension id. 2010-11-03 15:36:33 +08:00
Heng Sin Low 9a3b1f3a4c Added support to search extension by extension point id + extension id. Enhance search of "class" attribute. 2010-10-26 19:07:40 +08:00
Heng Sin Low 836c789066 Fixed random IndexOutofBound exception. 2010-10-26 19:06:06 +08:00
Heng Sin Low 2c4cb3b712 Use "user.dir" as the default adempiere home folder when running on server. 2010-10-26 19:05:14 +08:00
Heng Sin Low d4be04bd12 Don't continue platform startup if Adempiere.properties file is missing. 2010-10-26 19:04:04 +08:00
Heng Sin Low 6f2f78cd11 Fixed multi lingual reporting issue 2010-10-26 19:03:16 +08:00
Heng Sin Low fb2ed910a2 refactoring and clean up 2010-10-22 11:08:26 +08:00
Heng Sin Low de108fd469 Remove file that's no longer used in the osgi environment. 2010-10-02 17:59:52 +08:00
Heng Sin Low 83715fa436 Refactoring to make project and folder name the same as the bundle symbolic name. Migrate to use eclipse feature and product configuration ( build is broken, to fix later ) 2010-09-29 15:25:34 +08:00