Commit Graph

2392 Commits

Author SHA1 Message Date
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