Commit Graph

2100 Commits

Author SHA1 Message Date
trifonnt e6ba6c493c Small Typo fixes.
Beautified toString() method to be more readable.
2009-08-21 13:54:09 +00:00
teo_sarca 7b5691b490 FR [ 2841841 ] Requisition Improvements
https://sourceforge.net/tracker/?func=detail&aid=2841841&group_id=176962&atid=879335
2009-08-21 11:43:33 +00:00
trifonnt 02bb6c46db BF: 2841057 - Pricelist updated for different Client
https://sourceforge.net/tracker/?func=detail&aid=2841057&group_id=176962&atid=879332
2009-08-20 12:42:31 +00:00
Carlos Ruiz 88d302f2b0 Implement FR [2840458] - Credit checking problem
https://sourceforge.net/tracker/?func=detail&aid=2840458&group_id=176962&atid=879335
2009-08-19 17:09:45 +00:00
trifonnt 2dcb50c9b7 Fixed minor typo mistakes. 2009-08-19 15:25:13 +00:00
teo_sarca ba24e137f0 BF [ 2840157 ] AccessSqlParser is not parsing well ON keyword
https://sourceforge.net/tracker/?func=detail&aid=2840157&group_id=176962&atid=879332
2009-08-19 09:41:42 +00:00
phib 03fd7868a2 FR 2825861 Allow update of MAIN_VERSION, DATE_VERSION and DB_VERSION
Add IMPLEMENTATION_VERSION and IMPLEMENTATION_VENDOR
2009-08-19 05:30:17 +00:00
tobi42 6c61fd5d60 BF 2838832 (https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2838832&group_id=176962)
Adding attribute "target=1.5" to all javac invocations that don't have such an attribute yet as recommended by http://ant.apache.org/manual/CoreTasks/javac.html.
2009-08-17 09:23:03 +00:00
Redhuan D. Oon d034a6c64e 2836655-Resource Assignment always return Qty 1 2009-08-15 03:01:15 +00:00
vpj-cd cba4620137 Incorrect write-off amount when create payment selection
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2837278&group_id=176962

Modified Paths:
--------------
   trunk/base/src/org/compiere/model/MPayment.java

Reverse

-               if ( isCashTrx() && !MSysConfig.getBooleanValue("CASH_AS_PAYMENT", true, getAD_Client_ID())) {
+               if ( isCashTrx() && !MSysConfig.getBooleanValue("CASH_AS_PAYMENT", true)
2009-08-14 03:49:55 +00:00
vpj-cd 1a1817ddc5 Incorrect write-off amount when create payment selection
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2837278&group_id=176962
2009-08-14 03:41:13 +00:00
Carlos Ruiz 70c37297cc BF [2275464] - Selected printer is not saved in preferences
https://sourceforge.net/tracker/index.php?func=detail&aid=2275464&group_id=176962&atid=879332
2009-08-14 01:37:31 +00:00
phib a53e0ffa42 Bug 2837180 Financial Report incorrectly excludes Inactive account element
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2837180&group_id=176962
2009-08-14 01:27:58 +00:00
Carlos Ruiz 44f90a4aff FR [ 2803341 ] - Deprecate Cash Journal
https://sourceforge.net/tracker/index.php?func=detail&aid=2803341&group_id=176962&atid=879335
Modified calls to look SysConfig CASH_AS_PAYMENT to take account of AD_Client_ID
2009-08-13 19:45:57 +00:00
Carlos Ruiz 1250197eef Fixed big issues with the new trx management
BF [1920179] - VPayment completing documents outside of Trx
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=1920179&group_id=176962
PO is marking the key as null on VPayment
2009-08-13 18:12:19 +00:00
Carlos Ruiz 2b7ed729bc BF [2822776] - ExportFormatGenerator class twice in trunk
https://sourceforge.net/tracker/?func=detail&aid=2822776&group_id=176962&atid=879332
Thanks to Mario Calderon
2009-08-13 16:13:59 +00:00
Carlos Ruiz a6beb9d4a7 Fix [2836467] - Packout workflow not exporting all the transitions
https://sourceforge.net/tracker/?func=detail&aid=2836467&group_id=176962&atid=879332
2009-08-12 21:01:17 +00:00
Carlos Ruiz 81dfbfc7a2 FR [2835991] - Charge Lines cannot be "shipped" manually
https://sourceforge.net/tracker/?func=detail&aid=2835991&group_id=176962&atid=879335
2009-08-12 03:21:45 +00:00
phib 629243e61d BF 2834795 CopyRole user on itself "deletes" all rights
Added check for same role, and updated parameters in AD to force selection of role.
2009-08-11 03:00:30 +00:00
Carlos Ruiz 7f297edd63 FR [2556068] - 2Pack Export Import Official Dictionary
https://sourceforge.net/tracker/index.php?func=detail&aid=2556068&group_id=176962&atid=879335
2009-08-10 21:23:20 +00:00
Carlos Ruiz ad7ffda05c minor change - increasing cache for messages in order to speed up login
according to the tests here -> [ adempiere-Feature Requests-2832432 ] Lazy cache for country and message
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2832432&group_id=176962
2009-08-06 04:50:22 +00:00
Carlos Ruiz 387a7f1f24 Fix [ adempiere-Bugs-2832352 ] InOutCreateConfirm running out of trx
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2832352&group_id=176962
2009-08-04 23:46:03 +00:00
Carlos Ruiz 9bcbe41b13 Fix [1651899] - AD_Column: Avoid dup. SeqNo for IsIdentifier='Y'
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=1651899&group_id=176962
Thanks to d_ruiz
2009-08-04 23:12:03 +00:00
Heng Sin Low 76678eab36 revert 9811 2009-08-03 14:22:52 +00:00
Heng Sin Low 69d3b96908 2pack refactoring
- make adding packin/packout support for new table easier
- use po instead of direct sql where possible
- more to come later
2009-08-03 10:13:43 +00:00
phib 50112175b6 FR2793242 Fact Acct Summary
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2793242&group_id=176962
2009-08-02 23:54:50 +00:00
trifonnt 0c973e7eeb added XML APIS and Xerces to the class path of Adempiere launch configuration. 2009-08-02 19:07:58 +00:00
trifonnt bbdbad17ea Minor Typo fixes. 2009-08-01 11:10:30 +00:00
trifonnt 80a785f8f3 Minor Typo fixes. 2009-08-01 08:28:49 +00:00
teo_sarca 323e667a45 BF [ 2830146 ] Custom print paper is not using dimension units specified
https://sourceforge.net/tracker/?func=detail&aid=2830146&group_id=176962&atid=879332
2009-07-31 06:43:45 +00:00
teo_sarca a8b44e2565 BF [ 2828893 ] Problem with NextPage in Print Format
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2828893&group_id=176962
2009-07-29 14:35:18 +00:00
teo_sarca ae8770e21b FR [ 2829019 ] Check PrintPaper on save
https://sourceforge.net/tracker/?func=detail&aid=2829019&group_id=176962&atid=879335
2009-07-29 14:28:55 +00:00
teo_sarca 5cf51bd492 BF [ 2828886 ] Problem with reports from temporary tables
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2828886&group_id=176962
2009-07-29 10:13:46 +00:00
Heng Sin Low f0b1f779fa * Feature request by Adaxa *
https://sourceforge.net/tracker/?func=detail&aid=2828826&group_id=176962&atid=879335
- add optional marketing campaign to promotion.

https://sourceforge.net/tracker/?func=detail&aid=2828878&group_id=176962&atid=879335
- add optional activity filter to promotion pre condition
2009-07-29 09:44:17 +00:00
teo_sarca c69672f3c6 [ 2694043 ] Query. first/firstOnly usage best practice
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2694043&group_id=176962
2009-07-29 09:22:59 +00:00
teo_sarca ba52d7e970 BF [ 2828300 ] Error when printformat table differs from DOC_TABLES
https://sourceforge.net/tracker/?func=detail&aid=2828300&group_id=176962&atid=879332
2009-07-28 10:16:23 +00:00
teo_sarca b95562c4ba FR [ 2827786 ] Introduce MEntityType.get(Properties ctx, String entityType)
https://sourceforge.net/tracker/?func=detail&aid=2827786&group_id=176962&atid=879335
2009-07-28 08:16:34 +00:00
teo_sarca c8cd8fbb27 BF [ 2827777 ] MEntityType.isSystemMaintained not working well
https://sourceforge.net/tracker/?func=detail&aid=2827777&group_id=176962&atid=879332
2009-07-28 08:08:32 +00:00
teo_sarca bb765cf8cd BF [ 2827782 ] TabCreateFields process not setting entity type well
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2827782&group_id=176962
2009-07-28 07:39:10 +00:00
Heng Sin Low 81257ae42c https://sourceforge.net/tracker/?func=detail&aid=2804027&group_id=176962&atid=955896
- fixed a potential NPE in ReportEngine
- change the single ZK_REPORT_DEFAULT_OUTPUT_TYPE to ZK_REPORT_TABLE_OUTPUT_TYPE and ZK_REPORT_FORM_OUTPUT_TYPE. This changes allow administrator to set different default output type for form and table report. The default remain as PDF if the configuration parameter is not set.
2009-07-28 04:44:53 +00:00
Heng Sin Low f03cafdac1 https://sourceforge.net/tracker/?func=detail&aid=2804027&group_id=176962&atid=955896
- added option for user to select output type ( pdf, html or excel )
- added optional sysconfig parameter to change the default report output type ( ZK_REPORT_DEFAULT_OUTPUT_TYPE - PDF, HTML or XLS ). PDF is the default for backward compatibility reason.

https://sourceforge.net/tracker/?func=detail&aid=2827675&group_id=176962&atid=955896
- added zoom, drill down and drill across support for report viewer when output type is html
2009-07-27 10:01:36 +00:00
Carlos Ruiz e88473e21f Fix [2826896] - Bug in 2pack in option check Update System Maintained Applic
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2826896&group_id=176962
2009-07-25 16:09:49 +00:00
Carlos Ruiz 51e674135c minor - fix misaligned header 2009-07-24 15:36:41 +00:00
Carlos Ruiz d6b19da28e minor - fix misaligned header 2009-07-24 15:18:01 +00:00
trifonnt 0b1e927ac9 start Adempiere server embedded. 2009-07-24 10:52:06 +00:00
vpj-cd a82e8187e6 The Order and Included Columns should be to fill mandatory
http://sourceforge.net/tracker/?func=detail&atid=879335&aid=2826384&group_id=176962

The current functionality allow the Include Column is not mandatory

kind regards
Victor Perez
www.e-evolution.com
2009-07-24 08:22:59 +00:00
vpj-cd 8d64acf527 The Order and Included Columns should be to fill mandatory
http://sourceforge.net/tracker/?func=detail&atid=879335&aid=2826384&group_id=176962
implementing the Teo's suggestion.

kind regards
victor.perez@e-evolution.com
2009-07-24 07:18:52 +00:00
vpj-cd 7ea5e97b58 The Order and Included Columns should be to fill mandatory
http://sourceforge.net/tracker/?func=detail&atid=879335&aid=2826384&group_id=176962
2009-07-24 06:11:40 +00:00
vpj-cd 073dfef2de The Order and Included Columns should be to fill mandatory
http://sourceforge.net/tracker/?func=detail&aid=2826384&group_id=176962&atid=879335
2009-07-24 06:07:38 +00:00
Heng Sin Low 051c3b8aa8 https://sourceforge.net/tracker/?func=detail&aid=2825861&group_id=176962&atid=879335
- Allow patches.jar to update MAIN_VERSION, DATE_VERSION OR DB_VERSION by including org/adempiere/version.properties.
2009-07-23 23:49:34 +00:00