Commit Graph

336 Commits

Author SHA1 Message Date
Carlos Ruiz 1302d6b348 IDEMPIERE-376 Limit charges to use just one account / Thanks to David Peñuela 2012-08-17 11:05:38 -05:00
Hesham S. Ahmed d3392c5549 IDEMPIERE-236 - Centralization of hardcoded IDs 2012-07-10 17:28:15 +03:00
Juliana Corredor 85abedd47f IDEMPIERE-358 Login- how to make unique and safe 2012-08-13 17:01:42 -05:00
Elaine Tan b4131b00ee Ticket #1001002: Move the Menu to be a Portlet - Merge Carlos's fix from iDempiere Community and fix migration scripts to use centralized ID. 2012-08-09 13:37:56 +08:00
Elaine Tan 064c654e85 Ticket #1001002: Move the Menu to be a Portlet 2012-08-07 20:04:10 +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 020741dc09 IDEMPIERE-144 Performance: Reduce use of modal dialog 2012-06-07 17:40:47 +08:00
Carlos Ruiz a8d5cc2ba6 IDEMPIERE-166 Rebranding of logo and product name 2012-05-30 14:38:00 -05:00
Nicolas Micoud f7687cff10 IDEMPIERE-240 / Let user choose the 'Statement Line Date' in CreateFromStatement 2012-04-26 10:31:54 +02: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
Carlos Ruiz 88423a597c IDEMPIERE-223 Document Processing Is Neglecting Error on Model Validator - fix to Allocation
http://jira.idempiere.com/browse/IDEMPIERE-223
2012-04-04 21:39:28 -05:00
Heng Sin Low 32c0db8136 IDEMPIERE-215 Costing: Drop M_Product_Costing. 2012-04-04 18:11:01 +08: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 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
Carlos Ruiz adbdb038ab Maintain spanish translations 2012-02-07 09:04:53 -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
Carlos Ruiz 30b5264310 IDEMPIERE-110 Tree Maintenance is showing inactive trees
http://jira.idempiere.com/browse/IDEMPIERE-110
2012-01-06 22:23:18 -05:00
Dirk Niemeyer 2bac002db4 IDEMPIERE-100 Translation Export should not export UUID. Incorporate patch from Dirk Niemeyer
(transplanted from 66e3d1131cad464c0490d1c49ac3e39df96ce66c)
2011-12-11 10:17:42 +08:00
Dirk Niemeyer 75d51968cd IDEMPIERE-100 Translation Export should not export UUID. Incorporate patch from Dirk Niemeyer
(transplanted from 0f43751bda91d7a9287c63d62866983cf7b4196d)
2011-12-11 10:14:44 +08: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 0cc73a03fd fixes #35 Performance issue on Payment Print/Export
http://bitbucket.org/idempiere/idempiere/issue/35
2011-06-07 01:34:20 -05:00
Heng Sin Low 7c305591ad Update .project and .classpath using PDE tools.
(transplanted from 1970ec9a52c07a50ca732e8491a60c45ea633886)
2011-06-01 10:32:12 +08:00
Carlos Ruiz 5e4047e7ad Revert partially revision 5809 from [1783032] Add DocAction parameter to Generate Invoices (manual) form
The validation added was causing issues with multiple shipments (and generating multiple invoices) for the same order - as discussed here (spanish):
https://sourceforge.net/projects/adempiere/forums/forum/623063/topic/4044641
2011-03-26 01:09:10 -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 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 7c1401bc60 Synchronize translation of login window with the corresponding options on menu 2011-03-25 19:56:07 -05:00
Carlos Ruiz f80fdada3b Fix error when creating an invoice from a purchase order - when the material is already received and different UoM than product.
Steps to reproduce:
- Create purchase order for 1 6-pack of Elm
- Create a material receipt for the corresponding purchase order
- Create an invoice for the material receipt (or purchase order) - the qtyentered is 1 6-pack, and the qtyinvoiced was 1 (must be 6)
2011-03-25 19:45:43 -05:00
Carlos Ruiz 9bc32c1cd4 Fix several errors with Allocation:
- fix a wrong raise of exception when no organization (add throws keyword)
- when creating the allocation is taking the organization of log in, and it must take precedence the organization chosen by the user on the allocation window (login org still used in case no org is selected by user)
2011-03-08 11:45:59 -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
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 2404603e03 Cleanup, remove redundant buckminster.properties. 2010-12-06 13:53:57 +08:00
Heng Sin Low 42014bf770 Added default buckminster properties file. 2010-11-03 15:45:30 +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