Commit Graph

2618 Commits

Author SHA1 Message Date
Redhuan D. Oon e80c558107 FR: [ 2214883 ] Remove SQL code and Replace for Query
-- JUnit test in next commit (no failures)
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2214883
2010-02-28 04:24:19 +00:00
Redhuan D. Oon 583954e3eb FR: [ 2214883 ] Remove SQL code and Replace for Query
-- JUnit test in next commit (no failures)
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2214883
2010-02-28 02:01:59 +00:00
Carlos Ruiz 03153697fe Peer review 11500, minor - drop useless comment, organize imports
Remove SQL code and Replace for Query
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2214883
2010-02-27 21:06:50 +00:00
Carlos Ruiz cc7809b482 Apply Best Practices to Promotions Code: Use Model Classes instead of X_ classes whenever possible 2010-02-27 20:38:11 +00:00
Carlos Ruiz 1210dab275 Peer review 11504, be careful, you need to check retValue for null to avoid NPE
refactored to use common MProduct constructor
Remove SQL code and Replace for Query
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2214883
2010-02-27 19:54:34 +00:00
Carlos Ruiz 94812caebc Peer review 11501, be careful with the login being replaced
Remove SQL code and Replace for Query
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2214883
2010-02-27 19:38:25 +00:00
Carlos Ruiz 4a552b9877 Peer review 11499, fix error reported by Mario
Remove SQL code and Replace for Query
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2214883
2010-02-27 19:23:17 +00:00
mjudd baa578cdfb [ BF 2960239 ] - Promotion Minimum Amt > 0
In the promotion line if the minimum amount is 0.00 (default) then the line
is not fired because the Promotion rule only activates when the minimum
amount is > 0. This means if you always want the rule to fire - you need
to make the minimum 0.01 which is not logical if you want no minimum.
https://sourceforge.net/tracker/?func=detail&aid=2960239&group_id=176962&atid=879332
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2960239
2010-02-27 15:41:14 +00:00
mjudd 139f65a82e [ BF 2960231 ] - PromotionValidator not fired in correct client
The promotion validator document validator is not fired because the client
id in the listener is not set correctly before adding the table to the
Model Validation Engine
https://sourceforge.net/tracker/?func=detail&aid=2960231&group_id=176962&atid=879332
2010-02-27 15:21:37 +00:00
Redhuan D. Oon bb3a54da57 FR: [ 2214883 ] Remove SQL code and Replace for Query
-- JUnit test in next commit (no failures)
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2214883
2010-02-27 14:05:19 +00:00
Redhuan D. Oon 9aa3c31c35 Prevent SQL Injection (advice from Victor Perez)
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2214883
2010-02-27 09:02:32 +00:00
mjudd 38396298cd [ FR 2836965 ] Group1 and Group2 fields are not considered in Schema Lines (Fixed)
http://sourceforge.net/tracker/index.php?func=detail&aid=2836965&group_id=176962&atid=879335
[ FR 1871403 ] Adding new field of product into Price List Schema (Fixed)
http://sourceforge.net/tracker/index.php?func=detail&aid=1871403&group_id=176962&atid=879335
Converted to CPrepraedStatement to avoid string injection and fixed "AND" logic
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2836965
2010-02-27 08:10:40 +00:00
tspc cd4c15c059 Merge bug fixes in release not committed to trunk
merge -c 11478 -c 11471 -c 11374
BF2958108	Answer in Workflow Activities keeps adding Yes/NO
https://sourceforge.net/tracker/?func=detail&atid=955896&aid=2958108&group_id=176962

BF2957689	Material Receipt -> Create From -> Only same wh not working
https://sourceforge.net/tracker/?func=detail&atid=955896&aid=2957689&group_id=176962

BF2815307 Default Tax Error
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2815307&group_id=176962
2010-02-27 06:16:16 +00:00
vpj-cd ec4e2f798a FR: [ 2214883 ] Remove SQL code and Replace for Query
Applying defensive programming approach and ABP.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2214883
2010-02-27 06:12:53 +00:00
Redhuan D. Oon 998d5c20f5 Review FR: [ 2214883 ] Remove SQL code and Replace for Query >> to incorporate Heng Sin's advice. No unit testing done but compiler tested OK.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2214883
2010-02-27 02:47:51 +00:00
Redhuan D. Oon 0da2f340e7 FR: [ 2214883 ] Remove SQL code and Replace for Query
-- JUnit test in next commit (no failures)
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2214883
2010-02-27 02:26:04 +00:00
Redhuan D. Oon 8df91cee04 FR: [ 2214883 ] Remove SQL code and Replace for Query
-- JUnit test included (no failures)
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2214883
2010-02-26 11:39:31 +00:00
Redhuan D. Oon dd7b9b1341 FR: [ 2214883 ] Remove SQL code and Replace for Query
-- JUnit test included (no failures)
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2214883
2010-02-26 10:21:04 +00:00
Redhuan D. Oon 5b537cf891 Typo error at MBOM 2010-02-26 07:27:43 +00:00
Redhuan D. Oon 7cd1ead853 FR: [ 2214883 ] Remove SQL code and Replace for Query
-- JUnit test included (no failures). Please clean up M_BOM test record afterwards.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2214883
2010-02-26 07:07:32 +00:00
Redhuan D. Oon 8cd9f28474 FR: [ 2214883 ] Remove SQL code and Replace for Query (implementing review by Carlos, Hengsin and Victor - call to interface rather than model class for tablename. JUnit tests carried out again before commit
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2214883
2010-02-26 02:51:35 +00:00
Heng Sin Low fa569115e1 The window context variable is share by all tab and can get mix up when user navigate from one tab to another. This patch recreate the window context variable before entering a tab to solve the potential conflict issue.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2959339
2010-02-26 02:07:55 +00:00
Heng Sin Low 1516f063b5 don't have to add setParameter(int), we just need to replace setParameters(Object[] parameters) with setParameters(Object ...parameters)
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2214883
2010-02-26 01:02:06 +00:00
Carlos Ruiz 0725d135a9 Peer review of FR: [ 2214883 ] Remove SQL code and Replace for Query
revisions 11482, 11484, 11485, 11487, 11488, 11489, 11490
- Added method Query.getParameters(int) to improve readability (if most of the replacements just use one int parameter it makes sense to avoid the declaration of new Object[] all the times)
- drop unused imports
- check serialVersionUID
- what is the advantage of using I_M_Product_BOM.Table_Name instead of MProductBOM.Table_Name when defining a list of MProductBOM objects? and it's intended that MProductBOM must always implement the interface

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2214883
2010-02-26 00:29:57 +00:00
vpj-cd 1603524916 Apply ABP http://www.adempiere.com/index.php/ADempiere_Best_Practices#How_to_use_Adempiere_Query_class.3F
//FR: [ 2214883 ] Remove SQL code and Replace for Query

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2214883
2010-02-25 21:32:06 +00:00
Redhuan D. Oon 398eaf6f10 FR: [ 2214883 ] Remove SQL code and Replace for Query (thanks Trifon for the last review and correction.
-- JUnit test included (no failures)
2010-02-25 21:08:04 +00:00
trifonnt 025e667dd2 FR: [ 2214883 ] Remove SQL code and Replace for Query
Please keep transaction.
Old code used transaction, so new should also use transaction.
http://sourceforge.net/support/tracker.php?aid=2214883
2010-02-25 19:30:58 +00:00
trifonnt fea9618e40 FR: [ 2214883 ] Remove SQL code and Replace for Query
Please keep transaction.
old code used transaction, so new should also use transaction.
http://sourceforge.net/support/tracker.php?aid=2214883
2010-02-25 19:27:08 +00:00
Redhuan D. Oon 011ec4a4d6 FR: [ 2214883 ] Remove SQL code and Replace for Query
-- JUnit test included (no failures)
2010-02-25 16:03:58 +00:00
Redhuan D. Oon 5d0fe54df9 FR: [ 2214883 ] Remove SQL code and Replace for Query
-- JUnit test included (no failures)
2010-02-25 14:21:59 +00:00
mjudd d4834a9372 [ FR 2836965 ] Group1 and Group2 fields are not considered in Schema Lines (Fixed)
http://sourceforge.net/tracker/index.php?func=detail&aid=2836965&group_id=176962&atid=879335
[ FR 1871403 ] Adding new field of product into Price List Schema (Fixed)
http://sourceforge.net/tracker/index.php?func=detail&aid=1871403&group_id=176962&atid=879335
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2836965
2010-02-25 13:12:33 +00:00
Redhuan D. Oon 8aaa009751 FR: [ 2214883 ] Remove SQL code and Replace for Query
-- I am begining to use JUnit test and commit them as i go along also. Please advice where need be, or
-- If OK, i shall remove more SQLs from ADempiere :)
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2214883
2010-02-25 08:12:39 +00:00
Heng Sin Low 2a74599b51 Fixed postgresql bug for virtual table:
* postgresql need trx to use cursor based resultset
* must set fetchsize for postgresql otherwise it will load the whole resultset into memory

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2913975
2010-02-24 06:27:04 +00:00
phib eb40b62629 FR 2957782: Add due date to Pay selection create
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2957782
2010-02-24 05:22:02 +00:00
phib 4907114af1 BF 2957762: Payment selection print has the wrong cheque number
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2957762
2010-02-24 03:58:28 +00:00
phib c5f6c84434 BF 2957756: Payment selection print creates payments out of transaction
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2957756
2010-02-24 03:44:39 +00:00
trifonnt b8f54de8f9 BF [2956546] - Login from WEB should also use LDAPUser
https://sourceforge.net/tracker/?func=detail&aid=2956546&group_id=176962&atid=879332
2010-02-22 12:14:39 +00:00
Heng Sin Low edf4a9b437 Scheduler Enhancement:
* Add cron job support
* Add IsIgnoreProcessingTime flag - use previous DateNextRun as source to calculate the new DateNextRun value
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2956390
2010-02-22 02:20:31 +00:00
phib 59e7297b6a Bug 2956377: SQL error in ProductCost.getDefaultAccount
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2956377
2010-02-22 01:00:34 +00:00
tobi42 dd65ec0229 minor fix for logmessage 2010-02-20 08:04:13 +00:00
phib 6c16c5beee BF 2954479 - Project Phase and Task not set in accounting fact
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2954479
2010-02-18 22:08:18 +00:00
Carlos Ruiz 1cbd9b01c1 Revert partially revision 11281 / reverting the wrong change on GridField
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2897730
2010-02-18 03:36:45 +00:00
phib 8629dfb7b5 Fix Bug 2953239 Inactive payment document type used
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2953239
2010-02-17 02:03:14 +00:00
trifonnt cc06c00048 BF [2947768] - Changing AttributeSet does not reset AttributeSetInstance
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2947768&group_id=176962
Use deleteEx instead of delete(). Thank's to Teo's advice.
2010-02-16 07:20:21 +00:00
vpj-cd 6dc566294e The Product Planning Table have not identifiers
kind regards
Victor Perez
www.e-evolution.com
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2952456
2010-02-16 00:20:34 +00:00
trifonnt 95ab6652f8 FR [2904144] - Archive button not showing the archived docs for sales order
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2904144&group_id=176962
2010-02-15 23:40:20 +00:00
phib daaa969db5 Payflow payment processor SDK 4
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2792045
2010-02-15 23:35:13 +00:00
vpj-cd 679ccdf7a4 Create new importer for Planning Data and Forecast
kind regards
Victor Perez
www.e-evolution.com
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2952245
2010-02-15 23:12:53 +00:00
phib 53a9929eab 2952391 Payment type not set correctly for direct deposit/debit
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2952391
2010-02-15 22:56:52 +00:00
trifonnt e60830d17b FR [2952085] - Product Info Window - Add filter by Attribute Set
https://sourceforge.net/tracker/index.php?func=detail&aid=2952085&group_id=176962&atid=879332
2010-02-15 14:06:26 +00:00
trifonnt ae98fa29f1 BF [2947768] - Changing AttributeSet does not reset AttributeSetInstance
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2947768&group_id=176962
Tested with Postgres DB.
2010-02-15 11:54:46 +00:00
phib 9d8aa96e33 2950343 Request email processor store attachments
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2950343
2010-02-12 05:42:00 +00:00
ogomezislas 7f24cb72e1 The current Persistence Engine Allow not get I_Table
kind regards
Victor Perez
www.e-evolution.com
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2949927
2010-02-11 20:30:14 +00:00
phib 51105fba20 FR2949534 Call reset allocation from allocation window
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2949534
2010-02-11 05:06:44 +00:00
trifonnt dd1dc6ed92 BF [2948632] - Unable to edit the default tax rate.
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2948632&group_id=176962
2010-02-09 22:26:35 +00:00
vpj-cd ddfa866f3d The document recplicacion not working and not fully implemented.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2947615
2010-02-09 21:51:19 +00:00
phib 57439ee44e FR2945715 Improve Advanced Search
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2945715
2010-02-08 04:47:55 +00:00
vpj-cd f8e96741fa Model Validator Engine duplicate listeners
Thank a lot Low for you review, I can catch the problem now the code validate if the ModelValidator exist into the array for this combination it is not add.

kind regards
Victor Perez
www.e-evolution.com
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2947607
2010-02-08 04:30:23 +00:00
vpj-cd 4830d4c749 The replication ID (Primary Key) is not working
1.- Fix the ID replication, now is possible replicate IDs
2.- Fix the Replication event for Tables and Documents
3.- Fix the Boolean replication cast
4.- replace the sql statement by collections
5.- remove unnecessary parameters


kind regards
Victor Perez
www.e-evolution.com
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2947622
2010-02-08 01:32:57 +00:00
vpj-cd 6da7726327 The document replication not working
kind regards
Victor Perez
www.e-evolution.com
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2947615
2010-02-08 01:14:33 +00:00
vpj-cd cdb6040076 Model Validation Engine duplicate listeners
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2947607
2010-02-08 00:39:56 +00:00
teo_sarca 9583fa45dd GridTabWrapper is not parsing correctly booleans
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2945469&group_id=176962

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2945469
2010-02-05 09:44:38 +00:00
phib ff099422bd 2944204 Language util fails to parse some java date formats
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2944204
2010-02-01 23:55:54 +00:00
Carlos Ruiz f38965f54c Peer review for FR [2871676] New Fin Report Amount types
Applying rules I5 -> indirectly I9
http://www.adempiere.com/index.php/Release_Commit_Rules
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2871676
2010-02-01 22:41:16 +00:00
tspc 092e89d664 2923053 Create PO from Requisition failing
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2923053
2010-01-28 10:06:36 +00:00
phib 66c0db1d02 2871676 New Fin Report Amount types
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2871676
2010-01-27 00:29:04 +00:00
phib a219341676 Import BPartner fails on oracle when checking location
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2926654&group_id=176962
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2926654
2010-01-26 23:57:30 +00:00
vpj-cd f4598da280 Stabilization of replication
More stabilization gix the issue when query return not null value
Version is not necessary for _Key format reference
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=879332
2010-01-24 02:22:49 +00:00
vpj-cd 3c456c93ff merge from 11305 revision
FR 1948157 - Is necessary the reference for document reverse - fix the reversal_ID before preparing as it's needed to know the reversal_ID in model validators - change isReversal to public in MInOut
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=1948157
2010-01-23 21:00:48 +00:00
Carlos Ruiz 381a06acd5 Peer review for Stabilization of replication - apply rule I9
http://www.adempiere.com/index.php/Release_Commit_Rules#I9_-_Regenerate_serialVersionUID_when_required_.28B.29
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2936561
2010-01-23 03:22:40 +00:00
ogomezislas 797e5a7672 Create business partners from the import of orders, with a location that
does not exist in the system


Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2936629
2010-01-21 22:24:08 +00:00
vpj-cd b610097f06 Stabilization of replication
kind regards
Victor Perez
www.e-evolution.com
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2936561
2010-01-21 20:07:30 +00:00
vpj-cd 09e78c8486 When a order is generate from RMA the isSOTrx is wrong
kind regards
Victor Perez
www.e-evolution.com
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2934543
2010-01-18 21:31:00 +00:00
teo_sarca 772a01a1bf BF [ 2933367 ] Virtual Column Identifiers are not working
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2933367&group_id=176962

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2933367
2010-01-18 13:25:51 +00:00
trifonnt b452bfe473 BF [2932106] - AmtInWords - Spanish: hundreds with blanks
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2932106&group_id=176962
2010-01-14 19:23:12 +00:00
trifonnt 0f44135db3 Patch [2902292] - Patch of the bank transfer improvements
https://sourceforge.net/tracker/?func=detail&aid=2902292&group_id=176962&atid=879334
BF [2897730] - Bank Transfer improvements and fixes
https://sourceforge.net/tracker/?func=detail&aid=2897730&group_id=176962&atid=879332
2010-01-14 14:17:15 +00:00
trifonnt d4ae40fc05 Minor typo fixes. 2010-01-14 13:14:55 +00:00
usrdno 90d434f915 FR 2884597 - More flexible Credit Card validation in PaymentProcessor
https://sourceforge.net/tracker/index.php?func=detail&aid=2884597&group_id=176962&atid=879335

In case of error, show error message from payment processor and not just "Payment processor error".
2010-01-14 11:15:00 +00:00
mjudd 71a9fc9c3f Revert as per https://sourceforge.net/projects/adempiere/forums/forum/610548/topic/3502040
commits 11204, 11205 and 11207
2010-01-12 09:11:57 +00:00
vpj-cd b392e643ab wrong The reserved and order qty
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2927996
2010-01-10 17:53:49 +00:00
trifonnt 3e77725f0a Minor typo fixes. 2010-01-08 14:00:23 +00:00
vpj-cd 5bdc0b724f Distribution Line show not the Delivery Qty
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2928004
2010-01-08 04:28:43 +00:00
vpj-cd 141aa2e00d wrong The reserved and order qty
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2927996
2010-01-08 02:43:22 +00:00
usrdno af81a9f30e FR 2884597 - More flexible Credit Card validation in PaymentProcessor
https://sourceforge.net/tracker/index.php?func=detail&aid=2884597&group_id=176962&atid=879335

Changes in brief:
MPayment: change in the processOnline method:
 * Call the payment processor's validate method before calling pp.processCC
   In this way we can validate the card details before trying to process.
PaymentProcessor:
  * Create a standard validation (using existing CC-validation)
    method that's overridable by subclasses.
PaymentOnline:
  * Remove CC-validation from here since it prevents the use of custom CC-validation
    in the custom PaymentProcessor.
VPayment:
  * Don't validate the credit card details here since the payment processor
    is not yet known here. The validation is made later by the payment processor.
    If validation should be done at this point it should depend on the
    payment processor.

Reasons for change:
Not all credit cards and payment gateways have the same validation standard. Especially
test payment gateways can have very different validation standards.
With this change, the same validation remains, but it can be changed by extending
the PaymentProcessor class.
2010-01-07 17:38:41 +00:00
trifonnt 760ac455f1 Minor typo fix. 2010-01-07 15:20:49 +00:00
vpj-cd a5ab0b6681 Integrate revision 11242
Fix problem introduced in revision 11051 on -> wrong validation sql for "M_InOutShipment/Receipt (RMA)"


Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2904257
2010-01-06 07:43:51 +00:00
vpj-cd 7a831046d0 Integrate revision 11229
Fix -> Account date changed on completed invoices!

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2925992
2010-01-05 07:50:58 +00:00
vpj-cd d8768c00f9 Integrate revision 11224
More on RMA Stabilization - - qty check is not taking account of other authorizations - add code to allow check on update also

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2910289
2010-01-05 07:45:55 +00:00
vpj-cd b33b62490b Integrate revision 11217
Current tab needs to be refreshed after the parents - the status is showing the info of the parent tab
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2904313
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2904313
2010-01-05 06:53:20 +00:00
Heng Sin Low d182cff828 - turn off use of database paging for oracle, the current solution is not reliable enough
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2913975
2009-12-31 06:54:07 +00:00
trifonnt 0b02e8d71f Eclipse multiple project setup.
Fixed Eclipse launch configuration to reference packages project.
2009-12-30 22:15:49 +00:00
mjudd 76cc5c9642 Upgrade iText Library from 2.1.7 -> 5.0.0
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2923757
2009-12-30 20:27:33 +00:00
Heng Sin Low 9d2097d2eb https://sourceforge.net/tracker/?func=detail&aid=2913975&group_id=176962&atid=955896 [ implement virtual mode for high volume table for enhance scalability ]
- fixed problem related to new row reported from on field testing
2009-12-18 00:31:31 +00:00
Carlos Ruiz 73b37fc7d5 Fix * Problem saving new payment schedule on invoice
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2904313
2009-12-17 03:37:17 +00:00
Carlos Ruiz b806fd9e49 * Wrong behavior of non-automatic commit
Thanks to VOSS Com - resolution accepted for test case [1]
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2870364
2009-12-17 02:15:11 +00:00
Carlos Ruiz 2086c19318 * Wrong behavior of non-automatic commit
Thanks to VOSS Com - resolution accepted
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2870364
2009-12-17 02:09:18 +00:00
Carlos Ruiz f4042a634b * dba_free_space does not exists on postgres
fix more about -> Alert processor must get only Active alerts!
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2869715
2009-12-16 23:23:02 +00:00
Carlos Ruiz 6ce3b10eda Importer for Price List
Improvement - allow importing with ID's for PriceList and Version (instead of forcing name and validfrom)
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2690930
2009-12-16 22:40:28 +00:00
Carlos Ruiz 9479e2008c * Posting zero for interest bank statement line
just fixed the first part of an annoying message - fixing the second part
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2904193
2009-12-16 22:25:53 +00:00
Carlos Ruiz 887ef24b8a Importer for Price List
Fix some errors
- not taking IsActive into account
- setting M_PriceList_Version_ID
- avoid ignoring SQLException
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2690930
2009-12-16 17:59:59 +00:00
Carlos Ruiz 5299cb5451 BPartner role - Manufacturer
Final peer review according to last forum comments
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2913358
2009-12-16 13:36:29 +00:00
Carlos Ruiz ac360b51c3 Peer review
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2913307
2009-12-16 13:15:09 +00:00
trifonnt 739a421079 FR [2915451] - Add Sys Config variable: REAL_TIME_POS
https://sourceforge.net/tracker/?func=detail&aid=2915451&group_id=176962&atid=879335
2009-12-16 10:45:17 +00:00
Carlos Ruiz 6fbc51b639 Fix [2904193] - Posting zero for interest bank statement line
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2904193&group_id=176962
Found a bigger problem with this - in postgresql reading a zero can lead to read a 0E-12 (zero with scale 12) and the comparison of this number .equals(Env.ZERO) return false - comparing with compareTo returns true
SF Tracker: 2904193
2009-12-16 04:21:32 +00:00
Carlos Ruiz 206dcfc075 BF [2910358] - Error in context when Key field is found in different tabs.
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2910358&group_id=176962
Latest changes broke windows where first tab has no parent key (like "Unposted Documents")
2009-12-16 02:37:50 +00:00
Carlos Ruiz b93ee106b0 FR [2893090] - Implement remember me
https://sourceforge.net/tracker/?func=detail&atid=955896&aid=2893090&group_id=176962
Implemented sysconfig keys to control the feature - it can be configured now to allow saving User/Password/None for zk or swing
2009-12-15 03:04:01 +00:00
Carlos Ruiz a4b23664f6 Fix [2873784] - Gardenworld bad defaults?
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2873784&group_id=176962
2009-12-14 23:03:05 +00:00
Carlos Ruiz 2cf180f24e Fix [2900600] - MQuery error: process params not active selected
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2900600&group_id=176962
Thanks to Cristi P (cristi_p)
2009-12-14 22:23:44 +00:00
Heng Sin Low cfa4c6c050 https://sourceforge.net/tracker/?func=detail&aid=2913975&group_id=176962&atid=955896
- implement virtual mode for high volume table for enhance scalability
2009-12-14 04:51:20 +00:00
Heng Sin Low d57c61959c https://sourceforge.net/tracker/?func=detail&aid=2913965&group_id=176962&atid=879335
- add api to support the use of database specific paging feature to return a subset of the query result.
2009-12-14 04:34:16 +00:00
trifonnt 397f6fb4ee BF [2913276] - Allow only one Default Tax Rate per Tax Category
https://sourceforge.net/tracker/?func=detail&aid=2913276&group_id=176962&atid=879332
2009-12-12 13:59:13 +00:00
trifonnt 122f562473 Minor typos and java doc fixes. 2009-12-12 09:33:09 +00:00
Carlos Ruiz 3484e1aeac BF [2897748] - New role defaults
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2897748&group_id=176962
2009-12-11 01:57:22 +00:00
Carlos Ruiz 9f9e61da29 BF [2910358] - Error in context when Key field is found in different tabs.
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2910358&group_id=176962
2009-12-10 23:33:18 +00:00
trifonnt 3c6aee5a2d FR [2912011] - Import specific Price type(Catalogue, Standard, Limit)
https://sourceforge.net/tracker/?func=detail&aid=2912011&group_id=176962&atid=883808
Handle case commented by Carlos.
2009-12-10 14:58:45 +00:00
trifonnt 8d06fc3071 FR [2912011] - Import specific Price type(Catalogue, Standard, Limit)
https://sourceforge.net/tracker/?func=detail&aid=2912011&group_id=176962&atid=883808
2009-12-10 14:23:55 +00:00
Carlos Ruiz 68ae89d149 Peer review for:
[2904737] - fix BOM back compatibility
[2910358] - Error in context when Key field is found in different tabs.
[2910368] - Error in context when IsActive field is found in different
[2871039] - Tax Rate Parent window not working
Guarantee backward compatibility with previous approach
Added method to get tab context variables without defaulting to window or login variable (required safety measure)
Some refactorings to improve reading and performance
Reactivate hidden tabs - and move back BOM & Formula window to manufacturing menu
2009-12-10 01:07:52 +00:00
Carlos Ruiz 016b85744a BF [2910289] - More on RMA Stabilization
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2910289&group_id=176962
recalculate modified serialVersionUID
2009-12-09 23:43:40 +00:00
Carlos Ruiz de64e1304b BF [2910289] - More on RMA Stabilization
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2910289&group_id=176962
- i18n for messages
- qty check is not taking account of other authorizations
2009-12-09 22:40:01 +00:00
Carlos Ruiz 38f7dba2ba BF [2910289] - More on RMA Stabilization
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2910289&group_id=176962
Copy record on Customer RMA window is copying wrongly the c_order_id
2009-12-09 19:31:44 +00:00
Carlos Ruiz 5df3846db8 Accept code improvement here [2904905] - Bad code in MSequence.java
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2904905&group_id=176962
thanks to Gabriel and Zoli
2009-12-08 16:09:58 +00:00
trifonnt bc3add14a7 BF [1733602] - Price List including Tax Error
http://sourceforge.net/tracker/index.php?func=detail&aid=1733602&group_id=176962&atid=879332
Query only Active Records.
2009-12-08 09:14:04 +00:00
phib f526073e2b 2910425 Import BP fails to match existing address on Postgres
https://sourceforge.net/tracker/?func=detail&aid=2910425&group_id=176962&atid=879332
2009-12-08 02:30:45 +00:00
vpj-cd bdf3c8a5ef Error in context when Key field is found in different tabs.
https://sourceforge.net/tracker/index.php?func=detail&aid=2910358&group_id=176962&atid=879332
Error in context when IsActive field is found in different
https://sourceforge.net/tracker/?func=detail&aid=2910368&group_id=176962&atid=879332

kind regards
Victor Perez
www.e-evolution.com
2009-12-08 01:06:37 +00:00
Carlos Ruiz 001b6d0747 [2871039] - tab context window extended to cover timestamp and boolean variables 2009-12-08 00:19:05 +00:00
Carlos Ruiz a251517130 Fix [2908191] - MOrder. setC_DocTypeTarget_ID () Ignoring isActive
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2908191&group_id=176962
Thanks to Silvano Trinchero www.freepath.it
2009-12-07 23:45:22 +00:00
Carlos Ruiz 6297988963 Fix [2908208] - Bad Context of Cached Objects
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2908208&group_id=176962
2009-12-07 23:36:18 +00:00
Carlos Ruiz 66323a8f95 BF [2904257] - wrong validation sql for "M_InOutShipment/Receipt (RMA)"
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2904257&group_id=176962
2009-12-07 22:38:31 +00:00
vpj-cd ea745d9cfc finish the implementation of Export Format Generator
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2910179&group_id=176962

Remove the unnecessary methods
2009-12-07 21:39:16 +00:00
Carlos Ruiz 9ff1e954c7 BF [2910289] - More on RMA Stabilization
https://sourceforge.net/tracker/?func=detail&aid=2910289&group_id=176962&atid=879332
Refactor for a better approach (update directly via SQL to avoid overload of change log and all the stuff of PO - like invoiceline)
2009-12-07 21:30:27 +00:00
vpj-cd 4481f00b5d Test Export Model in Export Format do not work
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2910176&group_id=176962
Test Import Model do not work ADempiere Client
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2910169&group_id=176962
finish the implementation of Export Format Generator
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2910179&group_id=176962
2009-12-07 21:27:03 +00:00
Carlos Ruiz ffbdd8f3ee BF [2910289] - More on RMA Stabilization
https://sourceforge.net/tracker/?func=detail&aid=2910289&group_id=176962&atid=879332
2009-12-07 21:16:29 +00:00
Heng Sin Low 3cb217bb60 https://sourceforge.net/tracker/?func=detail&aid=2909911&group_id=176962&atid=879332
- invalid or close trx name to DB.prepareStatement will create orphan transaction in system
2009-12-07 09:37:04 +00:00
Heng Sin Low 64021ec448 https://sourceforge.net/tracker/?func=detail&aid=2909908&group_id=176962&atid=879332
- trx connection management enhancement
2009-12-07 09:33:29 +00:00
Heng Sin Low 4f57115ea3 https://sourceforge.net/tracker/?func=detail&aid=2909901&group_id=176962&atid=879332 [ refactor trx management code in ProcessUtil and MProcess ]
- remove redundant code and implement the incomplete trx api enhancement for database procedure.
2009-12-07 09:04:30 +00:00
trifonnt 17c6e5db8c FR [2909559] Update Product Cost record when importing Inventory
https://sourceforge.net/tracker/?func=detail&aid=2909559&group_id=176962&atid=883808
2009-12-06 12:25:39 +00:00
trifonnt 29c552c9ea BF [1733602] - Price List including Tax Error
http://sourceforge.net/tracker/index.php?func=detail&aid=1733602&group_id=176962&atid=879332
Handle the case when no Default Tax Rate is specified.
2009-12-04 20:14:41 +00:00
phib bc25c66b3e 2908435 Virtual columns with lookup reference types can't be printed
https://sourceforge.net/tracker/?func=detail&aid=2908435&group_id=176962&atid=879332
2009-12-03 23:05:16 +00:00
Heng Sin Low d13a17195a https://sourceforge.net/tracker/?func=detail&aid=2904257&garoup_id=176962&atid=879332 [ wrong dynamic validation sql for rma line ]
- need special handling for _ID in parseContext, consistent with the Evaluator behaviour.
2009-12-03 17:17:42 +00:00
mjudd 90d164856f [ FR 2906605 ] - Add weight to base type for tax
https://sourceforge.net/tracker/?func=detail&aid=2906605&group_id=176962&atid=879335
2009-12-01 08:57:28 +00:00
vpj-cd 78e1d8b9f0 Tax Rate Parent window not working
https://sourceforge.net/tracker/index.php?func=detail&aid=2871039&group_id=176962&atid=879332
2009-11-30 16:28:43 +00:00
trifonnt 3e2cdb419e Fixed broken build. Eclipse is playing me trick today and yesterday :(
Sorry for all this commits.
BF[1698281] - Wrong name and description for DiscontinuedBy field
https://sourceforge.net/tracker/?func=detail&aid=1698281&group_id=176962&atid=879332
2009-11-30 07:05:21 +00:00
trifonnt 7313d87286 Fixed broken build.
BF[1698281] - Wrong name and description for DiscontinuedBy field
https://sourceforge.net/tracker/?func=detail&aid=1698281&group_id=176962&atid=879332
2009-11-30 07:03:43 +00:00
trifonnt ff768a3e23 BF[1698281] - Wrong name and description for DiscontinuedBy field
https://sourceforge.net/tracker/?func=detail&aid=1698281&group_id=176962&atid=879332
2009-11-29 22:05:39 +00:00
trifonnt ed4a51520a BF[1698281] - Wrong name and description for DiscontinuedBy field
https://sourceforge.net/tracker/?func=detail&aid=1698281&group_id=176962&atid=879332
2009-11-29 21:51:37 +00:00
vpj-cd 41847eff82 Calculate Measure based on the script to PA
https://sourceforge.net/tracker/?func=detail&aid=2905227&group_id=176962&atid=879335
2009-11-28 18:29:03 +00:00
vpj-cd d9063ccacb Calculate Measure based on the script to PA
https://sourceforge.net/tracker/?func=detail&aid=2905227&group_id=176962&atid=879335
2009-11-28 17:23:18 +00:00
vpj-cd 9669815872 Calculate Measure based on the script to PA
https://sourceforge.net/tracker/?func=detail&aid=2905227&group_id=176962&atid=879335
2009-11-28 17:21:32 +00:00
teo_sarca f293e15d50 BF [ 2905287 ] GridTab query is not build correctly
https://sourceforge.net/tracker/?func=detail&aid=2905287&group_id=176962&atid=879332
2009-11-28 11:18:44 +00:00
Carlos Ruiz b6d614c696 Implement [2902882] - Dunning Stabilization
https://sourceforge.net/tracker/index.php?func=detail&aid=2902882&group_id=176962&atid=879335
2009-11-27 17:40:40 +00:00
Carlos Ruiz 756b6dc2de Fix [2904994] - Fact distribtution only overwriting Org
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2904994&group_id=176962
Thanks to Silvano - freepath
2009-11-27 16:01:33 +00:00
vpj-cd 73bdebd6c2 fix BOM back compatibility
https://sourceforge.net/tracker/?func=detail&aid=2904737&group_id=176962&atid=879332
2009-11-26 23:46:27 +00:00
teo_sarca b1bcc04a0a [ 2609057 ] Co Product functionality
http://sourceforge.net/tracker/index.php?func=detail&aid=2609057&group_id=176962&atid=934929

Implement CostAllocationPerc functionality: in a lot of cases cost absorption of the co-product is not the same as bom qty. In this case we need in bom line another field which is the cost absorption percent (from 0 to 100) which specify the absorption percent.
2009-11-26 09:42:32 +00:00
phib 1d769eac04 2904073 MAllocationLine process uses inefficient query
https://sourceforge.net/tracker/?func=detail&aid=2904073&group_id=176962&atid=879332
2009-11-25 22:02:15 +00:00
Carlos Ruiz 9d18eb05b0 Small refactoring for:
BF [2903925] - Credit Limit check when Invoice BP is <> from Ship BP
https://sourceforge.net/tracker/?func=detail&aid=2903925&group_id=176962&atid=879332
2009-11-25 19:03:40 +00:00
trifonnt ddd5810770 BF [2903925] - Credit Limit check when Invoice BP is <> from Ship BP
https://sourceforge.net/tracker/?func=detail&aid=2903925&group_id=176962&atid=879332
2009-11-25 18:01:43 +00:00
vpj-cd 4a3169246e Replication Broadcast Implementation
https://sourceforge.net/tracker/index.php?func=detail&aid=2712329&group_id=176962&atid=879335
2009-11-24 21:51:07 +00:00
Carlos Ruiz 99f97f488c Fix a NPE problem found with [2877111] - See identifiers columns when delete records
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2877111&group_id=176962
latest changes broke the Aging report - fixing the casting of ID type
2009-11-24 04:07:28 +00:00
Carlos Ruiz d5285dc795 minor - increasing log level for an annoying message 2009-11-24 00:06:00 +00:00
Carlos Ruiz 99d5a4a7b1 Fix a NPE problem found with [2877111] - See identifiers columns when delete records
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2877111&group_id=176962
oracle needs NVL instead of COALESCE - to avoid ORA-12704 character set mismatch
2009-11-23 23:54:19 +00:00
Heng Sin Low bb73461d32 https://sourceforge.net/tracker/?func=detail&aid=2902816&group_id=176962&atid=879332
- added back a get method to preserve backward compatibility
2009-11-23 23:43:03 +00:00
Carlos Ruiz 49abb6fb04 Fix a NPE problem found with [2877111] - See identifiers columns when delete records
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2877111&group_id=176962
2009-11-23 23:30:19 +00:00
trifonnt 31e0a9890d Fixed small typo mistake. 2009-11-23 11:55:13 +00:00
phib f5c7c0fe09 2900767 Zoom to child tab - inefficient queries
https://sourceforge.net/tracker/?func=detail&aid=2900767&group_id=176962&atid=879332
2009-11-19 22:13:57 +00:00
redchris 055b351099 BF [ 2889886 ] Net days in payment term
https://sourceforge.net/tracker/index.php?func=detail&aid=2889886&group_id=176962&atid=879332
Please review
2009-11-18 11:32:41 +00:00
Heng Sin Low 96eea5d309 https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2886944&group_id=176962 [ status bar doesn't clear the last action message ]
- fixed npe when sort
2009-11-17 15:56:54 +00:00
Heng Sin Low b05a179277 https://sourceforge.net/tracker/?func=detail&aid=2898860&group_id=176962&atid=879335
- add change log context menu for field
2009-11-17 03:48:39 +00:00
Carlos Ruiz 2c7d243929 Fix [2896337] - Client Accounting Processor lock on repost
https://sourceforge.net/tracker/?func=detail&aid=2896337&group_id=176962&atid=879332
2009-11-12 01:24:55 +00:00
vpj-cd 4d7e5ff854 https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2880182&group_id=176962
Error you can allocate a payment to invoice that was paid

Thank a lot Enrique to report this bug , I fixed

kind regards
Victor Perez
www.e-evolution.com
2009-11-11 06:22:19 +00:00
trifonnt d85ab868e5 BF [2869877] - Initial Client Setup - Accounting schema - empty line
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2869877&group_id=176962
2009-11-07 19:06:43 +00:00
vpj-cd 24ac862363 Add new EvenType into EventType list reference
http://sourceforge.net/tracker/?func=detail&aid=2893636&group_id=176962&atid=879335
2009-11-07 00:21:41 +00:00
Carlos Ruiz 2d273e7fe9 minor - improve translation of spanish login window 2009-11-06 20:26:34 +00:00
Carlos Ruiz ad7a0a1ad8 refactoring - uppercase reserved word UPDATE DELETE 2009-11-05 14:57:49 +00:00
Carlos Ruiz e2a839bcfa refactoring - uppercase reserved word INSERT 2009-11-05 14:48:48 +00:00
teo_sarca 3e080a8836 BF [ 2892595 ] RfQResponseRank - ranking is not good
https://sourceforge.net/tracker/?func=detail&aid=2892595&group_id=176962&atid=879332

I've keeped same algorithm but I make it work.
2009-11-05 13:35:38 +00:00
teo_sarca 14cb45fec7 BF [ 2892588 ] Create PO from RfQ is not setting correct the price fields
https://sourceforge.net/tracker/?func=detail&aid=2892588&group_id=176962&atid=879332
2009-11-05 13:24:25 +00:00
teo_sarca ff35664a04 BF [ 2892585 ] When closing an RfQ we need to mark the responses as process
https://sourceforge.net/tracker/?func=detail&aid=2892585&group_id=176962&atid=879332
2009-11-05 13:20:26 +00:00
teo_sarca 14434384d9 BF [ 2892581 ] Cannot load RfQResponseLine
https://sourceforge.net/tracker/?func=detail&aid=2892581&group_id=176962&atid=879335
2009-11-05 13:15:28 +00:00
teo_sarca 1072f6eefb BF [ 2892578 ] Order should autoset only active price lists
https://sourceforge.net/tracker/?func=detail&aid=2892578&group_id=176962&atid=879335
2009-11-05 13:06:57 +00:00
Carlos Ruiz d8d2972ba6 Implement [2892393] - Flexibilize DocumentEngine getValidActions
https://sourceforge.net/tracker/?func=detail&aid=2892393&group_id=176962&atid=879335
2009-11-05 05:53:57 +00:00
Carlos Ruiz 2d3e729318 Fix [2891561] - ReportCube.update() locks the dataset
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2891561&group_id=176962
2009-11-03 23:35:33 +00:00
Carlos Ruiz d9b8e0ac72 Fix [2890632] - Message Error on all imported process
Reviewed the message error concatenation in all processes and found just two problems with ImportAccount
2009-11-03 17:38:22 +00:00
Carlos Ruiz 80802d6e11 Fix [2891382] - CopyFromInvoice not in trx
https://sourceforge.net/tracker/?func=detail&aid=2891382&group_id=176962&atid=879332
2009-11-03 16:59:47 +00:00
Heng Sin Low bc5972eea6 https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2891129&group_id=176962
- add debug message for workflow related exceptions
2009-11-03 08:25:30 +00:00
trifonnt 3bef94df78 Bf [2887756] - AmountInWords_VI
http://sourceforge.net/tracker/?func=detail&atid=883808&aid=2887756&group_id=176962
2009-11-01 21:16:16 +00:00
Heng Sin Low a8fa8b00a7 https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2887701&group_id=176962
- implement zoom to detail tab
2009-10-28 05:48:38 +00:00
vpj-cd a36e013b4a Error you can allocate a payment to invoice that was paid
https://sourceforge.net/tracker/index.php?func=detail&aid=2880182&group_id=176962&atid=879332

revert the MPayment changes and implement the Carlos's suggestion.

kind regards
Victor Perez
www.e-evolution.com
2009-10-27 21:08:04 +00:00
vpj-cd 8ef3cc13de Error you can assign 2 payment same invoice that was paid
https://sourceforge.net/tracker/index.php?func=detail&aid=2880182&group_id=176962&atid=879332

I move the exception for the preparateIt method, the validation try envisions that can not be assigned an invoice that has already been paid, the exception is thrown when the invoice allocate directly in a payment

kind regards
Victor Perez
www.e-evolution.com
2009-10-27 19:55:07 +00:00
Heng Sin Low 8e2bf98b33 minor - fixed serial id 2009-10-27 07:46:57 +00:00
Heng Sin Low 75764d4298 https://sourceforge.net/tracker/index.php?func=detail&aid=1634027&group_id=176962&atid=879332#
- record info not working for new record

https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2886944&group_id=176962
- status bar doesn't clear the last action message
2009-10-27 07:38:53 +00:00
teo_sarca 82006c3149 FR [ 2884541 ] MRequestUpdate should detect automatically the fields
https://sourceforge.net/tracker/?func=detail&aid=2884541&group_id=176962&atid=879335
2009-10-23 08:14:49 +00:00
teo_sarca 9a3e738941 [ 2884538 ] Introduce EMail.getAttachments
https://sourceforge.net/tracker/?func=detail&aid=2884538&group_id=176962&atid=879335
2009-10-23 08:10:28 +00:00
trifonnt 8b77820fc0 small typo mistake and code format. 2009-10-22 17:22:40 +00:00
trifonnt ceb9f5ec2e FR [2884059] - WF Condition support for accessing PO's column values
https://sourceforge.net/tracker/?func=detail&atid=883808&aid=2884059&group_id=176962
2009-10-22 17:18:54 +00:00
trifonnt 99dcfb7e4e FR [2882363] - AmtInWords_SR
https://sourceforge.net/tracker/?func=detail&atid=883808&aid=2882363&group_id=176962
2009-10-22 13:12:25 +00:00
trifonnt bec45112ab BF[2883821] - MWorkflow.getDocValue error in loading workflow cache
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2883821&group_id=176962
2009-10-22 12:05:57 +00:00
vpj-cd b765189583 Error you can assign 2 payment same invoice
http://sourceforge.net/tracker/?func=detail&aid=2880182&group_id=176962&atid=879332
2009-10-15 22:26:01 +00:00
vpj-cd d005a0cb06 Error you can assign 2 payment same invoice
http://sourceforge.net/tracker/?func=detail&aid=2880182&group_id=176962&atid=879332
2009-10-15 22:13:33 +00:00
usrdno 8615cf11fc FR 2797880 - MConversionRate, fix - close transaction.
https://sourceforge.net/tracker/index.php?func=detail&aid=2797880&group_id=176962&atid=879335
2009-10-15 13:15:22 +00:00
Carlos Ruiz 9d3a423dcd Fix [2879030] - Import don't show error
https://sourceforge.net/tracker/index.php?func=detail&aid=2879030&group_id=176962&atid=879332
2009-10-14 20:38:03 +00:00