Commit Graph

2191 Commits

Author SHA1 Message Date
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
vpj-cd 1c8b23aaa4 The payments is not release when Bank Statement is void
http://sourceforge.net/tracker/?func=detail&aid=2824951&group_id=176962&atid=879332
2009-07-21 19:24:59 +00:00
teo_sarca f265ebbf7c BF [ 2824795 ] Deleting Resource product should be forbidden
https://sourceforge.net/tracker/?func=detail&aid=2824795&group_id=176962&atid=879332
2009-07-21 13:23:25 +00:00
Heng Sin Low 675c4d3ff5 https://sourceforge.net/tracker/?func=detail&aid=2799327&group_id=176962&atid=879335
- Connection dialog not working when embedded server is turn on
2009-07-21 07:49:49 +00:00
Heng Sin Low 5c76bd07f6 https://sourceforge.net/tracker/?func=detail&aid=2819356&group_id=176962&atid=879335
- Added GoalDisplay column to PA_DashboardContent ( the comment for revision 9707 say PA_Goal which is wrong )
2009-07-20 04:11:04 +00:00
Carlos Ruiz af64f4c5d7 Fix [2823371] - Deleting official unused Elements in Synchronize Terminology
https://sourceforge.net/tracker/?func=detail&aid=2823371&group_id=176962&atid=879332
2009-07-17 22:54:20 +00:00
Carlos Ruiz ea46b2ba52 Fix [2823320] - 2pack errors in log messages
https://sourceforge.net/tracker/?func=detail&aid=2823320&group_id=176962&atid=879332
2009-07-17 21:27:29 +00:00
Heng Sin Low 1269d862b0 minor
- should not always log the convertion of oracle sql to postgresql. change from Level.ALL to Level.FINE
2009-07-17 08:53:40 +00:00
teo_sarca 0a518fa26b MGLCategory, MTaxCategory - implement toString() method 2009-07-15 07:36:35 +00:00
Redhuan D. Oon c04492e8c3 corrected small typo in param comments.
ALSO THANKS TO TEO FOR THE FIRSTONLY() LESSON :)
2009-07-14 22:31:47 +00:00
vpj-cd c591c2f488 ExporFormatgenerator
http://sourceforge.net/tracker/?func=detail&aid=2821533&group_id=176962&atid=879335
2009-07-14 20:57:27 +00:00
Heng Sin Low fab259545c https://sourceforge.net/tracker/?func=detail&aid=2821046&group_id=176962&atid=879332
- postgresql jdbc driver doesn't implement setQueryTimeout yet
2009-07-14 03:09:53 +00:00
teo_sarca 64bdad502d BF [ 2820743 ] CalloutBOM - apply ABP
https://sourceforge.net/tracker/?func=detail&aid=2820743&group_id=176962&atid=934929
2009-07-13 12:32:03 +00:00
teo_sarca 23adb686f4 Fix issues introduced in rev 9662 - http://adempiere.svn.sourceforge.net/adempiere/?rev=9662&view=rev
Red1, please review them.
2009-07-13 08:18:52 +00:00
teo_sarca 89be929138 BF [ 2820596 ] Unable to save a manufacturing order
https://sourceforge.net/tracker/index.php?func=detail&aid=2820596&group_id=176962&atid=934929#
2009-07-13 07:22:39 +00:00
phib 25b2a8bd96 FR2818821 Copy "Report and Process" process
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2818821&group_id=176962
2009-07-13 05:26:09 +00:00
Redhuan D. Oon 30616a0000 FR: [ 2214883 ] Remove SQL code and Replace for Query
-- hi, i am starting to slowly go thru the codes to do the above. any comments or advice?
2009-07-12 23:45:22 +00:00
tspc c19a5a7915 Trunk won't build after Revision 9658
Moved GraphBuilder and GraphColumn classes from 'client' to 'base' project

Revision: 9658
http://adempiere.svn.sourceforge.net/adempiere/?rev=9658&view=rev
Author: hengsin
Date: 2009-07-11 03:46:17 +0000 (Sat, 11 Jul 2009)

Log Message:
-----------
https://sourceforge.net/tracker/?func=detail&aid=2819356&group_id=176962&atid=879335
- added chart type support for performance indicato. Pie chart, line chart, area chart, waterfall chart and ring chart are now supported.
- refactoring to share common graph viewer code between swing and zk client
- enhance the rendering of performance chart for zk
- ported ViewPI custom form to zk
2009-07-11 16:33:24 +00:00
trifonnt 5e80777b91 Small Typo fix. 2009-07-11 09:17:57 +00:00
Heng Sin Low e6feb3d65f https://sourceforge.net/tracker/?func=detail&aid=2819356&group_id=176962&atid=879335
- added chart type support for performance indicato. Pie chart, line chart, area chart, waterfall chart and ring chart are now supported.
- refactoring to share common graph viewer code between swing and zk client
- enhance the rendering of performance chart for zk
- ported ViewPI custom form to zk
2009-07-11 03:46:17 +00:00
tspc b6d3322de5 BF2819873 BOMValidate batch process 2009-07-10 22:39:13 +00:00
teo_sarca 1a37b0bbfb BF [ 2819654 ] Table Script Validator SeqNo is not set
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2819654&group_id=176962
2009-07-10 14:50:12 +00:00
teo_sarca 491f468015 Implement Table and Document ModelValidator script JSR 223
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=1879470&group_id=176962

Apply ADempiere Best Practices (ABP)
2009-07-10 14:42:39 +00:00
trifonnt 43c266a3ec FR: [2819637] Wrong print format on non completed order
https://sourceforge.net/tracker/?func=detail&aid=2819637&group_id=176962&atid=879332
2009-07-10 14:34:29 +00:00
teo_sarca b7dfb18e2b BF [ 2819617 ] NPE if script validator rule returns null
https://sourceforge.net/tracker/?func=detail&aid=2819617&group_id=176962&atid=879332
2009-07-10 13:58:31 +00:00
trifonnt 4c1cc9bff6 Small Typo fixes. 2009-07-10 11:10:53 +00:00
trifonnt b44bd1d18a Minor fix of java doc. 2009-07-10 10:05:56 +00:00
trifonnt a933dae10b Small Type fixes. 2009-07-10 08:52:41 +00:00
trifonnt 53fac6cb54 fixed log messages and log level. 2009-07-10 08:50:54 +00:00
armenrz b240a4b952 BF 2819388: Invoice Cost Detail created twice 2009-07-10 05:03:01 +00:00
usrdno fb3a02b25c [ BF 2819211 ] - Incompatible SQL query ProductPriceVendorBreak - MProductPricing
https://sourceforge.net/tracker/?func=detail&aid=2819211&group_id=176962&atid=879332
2009-07-09 20:07:19 +00:00
teo_sarca 3d2693a186 InventoryValue - use executeUpdateEx instead of executeUpdate 2009-07-09 16:05:08 +00:00
teo_sarca f7067df3ab MScheduler - apply best practices:
BF [ 2791635 ] Use saveEx whenever is possible
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2791635&group_id=176962

BF [ 1874419 ] JDBC Statement  not close in a finally block
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=1874419&group_id=176962
2009-07-09 15:45:21 +00:00
teo_sarca 29832d9081 MRMA, MRMALine - apply best practices:
BF [ 2791635 ] Use saveEx whenever is possible
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2791635&group_id=176962

BF [ 1874419 ] JDBC Statement  not close in a finally block
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=1874419&group_id=176962
2009-07-09 15:28:32 +00:00
teo_sarca c01fc5e457 FR [ 2819081 ] FactLine.getDocLine should be public
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2819081&group_id=176962
2009-07-09 15:06:43 +00:00
teo_sarca 1e0e18f804 MMatchInv: Use new Query API instead of plain JDBC calls 2009-07-09 14:45:10 +00:00
teo_sarca 129d61007a Query - complete methods javadoc 2009-07-09 08:34:55 +00:00
teo_sarca 0c7dbeca66 [ 2791635 ] Use saveEx whenever is possible
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2791635&group_id=176962
2009-07-09 07:30:34 +00:00
teo_sarca 1f14313766 [ 2791635 ] Use saveEx whenever is possible
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2791635&group_id=176962
2009-07-09 07:26:40 +00:00
phib c0e629b84d FR [ 2006255 ] Configurable "Create Periods" process.
Merge from old trunk.
2009-07-08 23:29:33 +00:00
teo_sarca 7897bc9bdc FR [ 2818646 ] Implement Query.firstId/firstIdOnly
https://sourceforge.net/tracker/?func=detail&aid=2818646&group_id=176962&atid=879335
2009-07-08 17:50:59 +00:00
teo_sarca 9094162b42 BF [ 2818523 ] Invoice and Shipment are not matched in case of RMA
https://sourceforge.net/tracker/?func=detail&aid=2818523&group_id=176962&atid=879332
2009-07-08 17:29:41 +00:00
teo_sarca 7eca8d37c1 FR [ 2818547 ] Implement Query.setOnlySelection
https://sourceforge.net/tracker/?func=detail&aid=2818547&group_id=176962&atid=879335
2009-07-08 14:13:47 +00:00
trifonnt e03872d7d4 Small Typo fixes.
Use finally and DB.close() instead of rs.close() and pstmt.close()
2009-07-08 13:56:20 +00:00
teo_sarca 5c14fc32ff FR [ 2818478 ] Introduce MPInstance.createParameter helper method
https://sourceforge.net/tracker/?func=detail&aid=2818478&group_id=176962&atid=879335
2009-07-08 11:31:39 +00:00
teo_sarca bbb8a1ada1 FR [ 2818480 ] Introduce DB.createT_Selection helper method
https://sourceforge.net/tracker/?func=detail&aid=2818480&group_id=176962&atid=879335
2009-07-08 11:29:33 +00:00
teo_sarca a5bb19faa6 [ 2818382 ] GridTabWrapper not working with PO loaders
https://sourceforge.net/tracker/?func=detail&aid=2818382&group_id=176962&atid=879332
2009-07-08 07:12:12 +00:00
teo_sarca 74ea49206b FR [ 2818369 ] Implement PO.get_ValueAs*(columnName)
https://sourceforge.net/tracker/?func=detail&aid=2818369&group_id=176962&atid=879335
2009-07-08 06:39:15 +00:00
teo_sarca 05099dacae MResourceUnAvailable.isUnAvailable - use interface parameters as much as possible; also this will be needed for further libero development 2009-07-07 09:46:43 +00:00
phib 26724373a5 2386156 Voiding completed order does not update order tax
https://sourceforge.net/tracker/?func=detail&aid=2386156&group_id=176962&atid=879332
2009-07-03 08:30:50 +00:00
teo_sarca db50e2b2a3 BF [ 2815732 ] MWFNode.getWorkflow not working in trx
https://sourceforge.net/tracker/?func=detail&aid=2815732&group_id=176962&atid=879332
2009-07-02 11:48:13 +00:00
teo_sarca 84874d9638 PO.get_Value*AsInt should be public
https://sourceforge.net/tracker/index.php?func=detail&aid=2815644&group_id=176962&atid=879335
2009-07-02 08:14:42 +00:00
teo_sarca bf0791923f BF [ 2694043 ] Query. first/firstOnly usage best practice
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2694043&group_id=176962
2009-07-01 13:55:48 +00:00
teo_sarca e44bce99af MPPProductPlanning.getS_Resource - override to implement caching support (optimization) 2009-07-01 12:52:40 +00:00
teo_sarca 2edca69820 FR [ 2552834 ] Refactor as.isSkipOrg(...) code
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2552834&group_id=176962

Please help me reviewing this
2009-07-01 11:58:19 +00:00
mark_o 1b4c0e3e8e BF [ 2814628 ] Wrong evaluation of Product inactive in beforeSave() 2009-06-30 14:37:08 +00:00
teo_sarca 337aead288 MPPProductBOM.getDefault - if outside transaction then cache it (optimization) 2009-06-27 08:28:16 +00:00
teo_sarca 3fdc6ca1e6 BF [ 2811718 ] Create PO from Requsition without any parameter teminate in NPE
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2811718&group_id=176962
2009-06-26 11:28:39 +00:00
Heng Sin Low 3817fb61e2 https://sourceforge.net/tracker/index.php?func=detail&aid=1748675&group_id=176962&atid=879335
- sponsor development, promotion.
- fixed license header
- fixed compilation warning
2009-06-25 12:20:48 +00:00
Heng Sin Low d561db337a https://sourceforge.net/tracker/index.php?func=detail&aid=1748675&group_id=176962&atid=879335
- sponsor development, promotion.
2009-06-25 12:05:51 +00:00
trifonnt c42dfdcca7 Bf: [2808946] createXML only returns the value false
https://sourceforge.net/tracker/?func=detail&aid=2808946&group_id=176962&atid=879332
2009-06-21 09:51:07 +00:00
trifonnt 3085894897 Use braces to surround else statements. 2009-06-20 12:14:36 +00:00
trifonnt 6dad7978f5 Use interface instead of class.
Use I_... instead of X_...
2009-06-20 12:13:48 +00:00
mjudd b70482e504 BF [ 2807625 ] - InfoSchedule display bug (OutOfBounds Error)
This BF resolves the out of bounds error when too many items are displayed
https://sourceforge.net/tracker/?func=detail&aid=2807625&group_id=176962&atid=879332
2009-06-17 10:46:02 +00:00
mjudd 6f76307c6c BF [ 1733602 ] - Price List including Tax Error
http://sourceforge.net/tracker/?func=detail&aid=1733602&group_id=176962&atid=879332
This relates to order lines and invoice lines when the product or charge includes tax on the price list but the user changes the tax.  In this case, we work out the tax component included in the price at the default rate for the tax category and then adjust it for the new tax rate applied.
2009-06-16 19:10:48 +00:00
vpj-cd 79fe864fb5 The distribution is execute in distribution order more early
http://sourceforge.net/tracker/?func=detail&atid=934929&aid=2807307&group_id=176962
2009-06-16 18:41:23 +00:00
vpj-cd 91a57b1253 The description save not when the consolidate document is N
http://sourceforge.net/tracker/?func=detail&aid=2807284&group_id=176962&atid=879332
2009-06-16 17:30:31 +00:00
teo_sarca 22ad6f6f16 MInventoryLine:
BF [ 1722982 ] Error with inventory when you enter count qty in negative

BF [ 2791635 ] Use saveEx whenever is possible
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2791635&group_id=176962

BF [ 1874419 ] JDBC Statement  not close in a finally block
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=1874419&group_id=176962
2009-06-15 09:03:49 +00:00
teo_sarca dc38e4d827 MInOutConfirm:
BF [ 2800460 ] System generate Material Receipt with no lines
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2800460&group_id=176962

BF [ 2791635 ] Use saveEx whenever is possible
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2791635&group_id=176962

BF [ 1874419 ] JDBC Statement  not close in a finally block
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=1874419&group_id=176962
2009-06-15 08:52:22 +00:00
teo_sarca 4c87aebb13 BF [ 2797938 ] Receipt should not allow lines with Qty=0
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2797938&group_id=176962

Data integrity check
2009-06-15 08:49:48 +00:00
teo_sarca 68767b0219 MInOut:
BF [ 2791635 ] Use saveEx whenever is possible
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2791635&group_id=176962

BF [ 1874419 ] JDBC Statement  not close in a finally block
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=1874419&group_id=176962
2009-06-15 08:39:28 +00:00
teo_sarca 07ec27d080 MCost - apply best practices - use firstOnly instead of first 2009-06-15 08:21:40 +00:00
teo_sarca 89bb37d216 libero:
* MPPProductBOMLine.isCoProduct - implementation was commented out => uncomment it
* add MPPProductBOMLine.isByProduct method
2009-06-12 14:01:38 +00:00
vpj-cd 0c592d25d0 Update class model to Libero 2009-06-11 17:27:36 +00:00
mjudd 97eb2edc10 BF [ 2804888 ] Incorrect reservation of products with attributes 2009-06-11 15:04:35 +00:00
teo_sarca d50f0c102c MUOMConversion:
* BF [ 1874419 ] JDBC Statement  not close in a finally block
  https://sourceforge.net/tracker/?func=detail&aid=1874419&group_id=176962&atid=879332
* use new Query API when possible
* minor error reporting problem fix
2009-06-11 07:18:15 +00:00
teo_sarca 98832daff2 FR [ 2804629 ] AbstractExcelExporter getters should be public
https://sourceforge.net/tracker/?func=detail&aid=2804629&group_id=176962&atid=879335
2009-06-11 06:57:15 +00:00
phib ecf839802b 2803994 Enable explicit setting of tab parent link column
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2803994&group_id=176962
2009-06-11 06:10:16 +00:00
teo_sarca 0289e55d97 [ 2804606 ] Introduce NoUOMConversion AD_Message
https://sourceforge.net/tracker/?func=detail&aid=2804606&group_id=176962&atid=879335
2009-06-11 05:55:43 +00:00
teo_sarca 31504f36a8 BF [ 2804602 ] Doc_Order optimization if there are no requisitions
https://sourceforge.net/tracker/?func=detail&aid=2804602&group_id=176962&atid=879335
2009-06-11 05:13:17 +00:00
mjudd 9e62761e21 update comments for function stub - minor edit 2009-06-10 23:00:56 +00:00
mjudd 9d4d7bc0c5 FR [ 2803341 ] - Deprecate Cash Journal
** added functionality in Payment Window **
2009-06-10 19:49:31 +00:00
mjudd 2276f0ee5e FR [ 2803341 ] - Deprecate Cash Journal
https://sourceforge.net/tracker/index.php?func=detail&aid=2803341&group_id=176962&atid=879335
Added SysConfig CASH_AS_PAYMENT - Y = Process Cash as Payment, N = Process Cash as Cash Journal (Default: Y)
2009-06-10 19:29:04 +00:00
Carlos Ruiz e3d910e4a0 Implement [2556068] - 2Pack Export Import Official Dictionary
https://sourceforge.net/tracker/index.php?func=detail&aid=2556068&group_id=176962&atid=879335
2009-06-10 16:42:12 +00:00
Heng Sin Low 5956d91f98 https://sourceforge.net/tracker/?func=detail&atid=879334&aid=1756793&group_id=176962
- add back the corrected setQty in MInvoiceLine.setRMALine
2009-06-10 16:26:23 +00:00
teo_sarca 17d3b90aa6 BF [ 2804142 ] MInvoice.setRMALine should work only for CreditMemo invoices
https://sourceforge.net/tracker/?func=detail&aid=2804142&group_id=176962&atid=879332
2009-06-10 13:30:40 +00:00
teo_sarca 08b24cc689 BF [ 2804135 ] Global FactsValidator are not invoked
https://sourceforge.net/tracker/?func=detail&aid=2804135&group_id=176962&atid=879332
2009-06-10 13:05:10 +00:00
Heng Sin Low 421f88cdb3 https://sourceforge.net/tracker/?func=detail&aid=2800967&group_id=176962&atid=879332
- Initial cost from m_product_po is wrong if m_product_po.c_uom_id <> m_product.c_uom_id
- fixed a typo error: should be i instead of 0
- Need to do checking after uom conversion
2009-06-04 09:20:58 +00:00
Heng Sin Low 554ca9727b https://sourceforge.net/tracker/?func=detail&aid=2800967&group_id=176962&atid=879332
- Initial cost from m_product_po is wrong if m_product_po.c_uom_id <> m_product.c_uom_id
- fixed a typo error: should be i instead of 0
2009-06-04 09:18:27 +00:00
Heng Sin Low 197c5bd9e2 https://sourceforge.net/tracker/?func=detail&aid=2800967&group_id=176962&atid=879332
- Initial cost from m_product_po is wrong if m_product_po.c_uom_id <> m_product.c_uom_id
2009-06-04 09:16:17 +00:00
phib 79ebed7045 2639450 ISINVOICED still 'Y' when delete invoiceline from invoice
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2639450&group_id=176962
2009-06-03 06:27:56 +00:00
phib a0e0d5d521 2800319 Payment completion doesn't set BP open balance.
https://sourceforge.net/tracker/?func=detail&aid=2800319&group_id=176962&atid=879332
Use saveEx() instead of save() as recommended by Teo.
2009-06-03 06:18:25 +00:00
phib 2457108af3 2800319 Payment completion doesn't set BP open balance.
https://sourceforge.net/tracker/?func=detail&aid=2800319&group_id=176962&atid=879332
2009-06-03 05:18:36 +00:00
phib 5654cfbffe Javadoc: fix misleading descriptions of MUOM product conversion functions. 2009-06-03 03:53:50 +00:00
armenrz 29aa44beb3 BF 2799313 Import Invoice C_Location_ID is mandatory.
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2799313&group_id=176962
2009-06-02 04:02:05 +00:00
Carlos Ruiz c73ffd76fc FR [2799296] - Generate Model Class: Remove mandatory checking code
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2799296&group_id=176962
2009-06-01 17:08:30 +00:00
Carlos Ruiz af8fd5e1e6 FR [2799327] - Allow testing of accounting posting in development mode
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2799327&group_id=176962
2009-06-01 16:41:43 +00:00
Heng Sin Low d6c6c60fcc https://sourceforge.net/tracker/?func=detail&atid=879332&aid=1985481&group_id=176962 2009-06-01 10:00:21 +00:00
Heng Sin Low 53b7d15ddf https://sourceforge.net/tracker/?func=detail&aid=2799327&group_id=176962&atid=879335
- fixed build error
2009-06-01 08:50:08 +00:00
Heng Sin Low aaf1ac619c https://sourceforge.net/tracker/?func=detail&aid=2799327&group_id=176962&atid=879335 2009-06-01 07:32:30 +00:00
Heng Sin Low a3d3c92dc7 https://sourceforge.net/tracker/index.php?func=detail&aid=1756793&group_id=176962&atid=879334
- Implemented missing counter document support for RMA
- Fixed CreateFromInvoice implementation for RMA
- Vendor Return is captured in Shipment window
- Customer Return is captured in Material Receipt window
2009-06-01 05:23:43 +00:00
Heng Sin Low 41e9ce441d https://sourceforge.net/tracker/?func=detail&aid=2799296&group_id=176962&atid=879335 2009-06-01 03:59:57 +00:00
usrdno 9355459b27 FR [ 2797806 ] new method MPriceList.getDefault(ctx, isSO, Currency) 2009-05-31 17:17:25 +00:00
usrdno 509489323a FR 2797880 - new method MConversionRate.setRate
https://sourceforge.net/tracker/?func=detail&aid=2797880&group_id=176962&atid=879335
2009-05-31 17:11:32 +00:00
phib 17253beea8 Revert: Add isReturnMaterial to MOrder 2009-05-29 05:42:37 +00:00
phib e214dc30f8 Reverting 9206
BT 2788727:RMA "Create Order" creates wrong doc type
-> doesn't create wrong doc type because it's a replacement order.
2009-05-29 05:04:53 +00:00
phib a890145e50 FR2798200 Add isReturnMaterial to MOrder
https://sourceforge.net/tracker/?func=detail&aid=2798200&group_id=176962&atid=879335
2009-05-29 01:56:32 +00:00
armenrz 93a4e0fb80 BF #2797257 Landed Cost Detail is not using allocation qty
https://sourceforge.net/tracker/?func=detail&aid=2797257&group_id=176962&atid=879332
2009-05-28 02:04:52 +00:00
Heng Sin Low b992310464 http://sourceforge.net/tracker/?func=detail&aid=2790728&group_id=176962&atid=955896
- should call Env.getLanaguage(ctx) instead of Env.getLoginLanguage(ctx), Env.getLoginLanguage(ctx) call Language.getLoginLanguage() which will return the default login language instead of the current login language ( see Language.getLoginLanguage() javadoc )
2009-05-24 07:52:37 +00:00
bayucahya 0eaef1dc39 Reverting Revision: 9358
BF [2795236] Not Post if Clearing Equal does not delete acc facts
2009-05-23 01:05:10 +00:00