Commit Graph

854 Commits

Author SHA1 Message Date
Heng Sin Low da5292bbea turn on virtual table mode for swing in trunk for others to test
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2913975
2010-02-24 05:39:43 +00:00
trifonnt b6fe0e9ee8 BF [2957215] - Wrong #AD_User_ID when user with the same name from two Ten.
https://sourceforge.net/tracker/?func=detail&aid=2957215&group_id=176962&atid=879332
2010-02-23 13:34:19 +00:00
phib 24ee390c32 Fix SQL error with Merge entities and don't ignore some errors
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2936826
2010-02-23 01:55:33 +00:00
Carlos Ruiz e0dff39270 FR Product Info Window - Add filter by Attribute Set
- implemented for zkwebui
- extend the functionality to filter the attributes by the attribute set selected
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2952085
2010-02-17 23:05:02 +00:00
phib 6ed2034e6a 2953193 Swing calendar widget forgets selected time
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2953193
2010-02-17 00:32:56 +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
trifonnt cee379fe3e FR [2940149] - Improve info product to query product in different languages
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2940149&group_id=176962
2010-02-15 22:21:16 +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
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
mjudd ea9349b5cc [ FR 2944893 ] - Improve the visual layout of Info and InfoProduct task pane
https://sourceforge.net/tracker/?func=detail&aid=2944893&group_id=176962&atid=879335
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2944893
2010-02-02 22:07:58 +00:00
Heng Sin Low f06f95ad72 Enhance to allow zooming to any level ( tested zooming from gl journal to the period tab in the calendar-year-period window )
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2887701
2010-02-01 10:36:39 +00:00
usrdno 47022f6791 BF 2941565 - Multilingual document support for Jasper Reports.
https://sourceforge.net/tracker/?func=detail&aid=2941565&group_id=176962&atid=879332
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2941565
2010-01-28 12:32:40 +00:00
vpj-cd 06c846a1d3 merge from 11334
* See identifiers columns when delete records - Fix NPE problem reported in forums
https://sourceforge.net/projects/adempiere/forums/forum/610548/topic/3525006

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2877111
2010-01-23 21:14:49 +00:00
usrdno cab41fd88c minor - removed unnecessary, duplicate and confusing logging
The removed log.warning should perhaps have been loglevel = fine, but there's already a log.fine in the method.
2010-01-14 16:48:20 +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
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
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
Carlos Ruiz dbd0fa1a01 Fix * Delete selection must be disabled when editing
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2915991
2009-12-17 03:12:29 +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 c096728030 * See identifiers columns when delete records
Fix problem found with tables without key column
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2877111
2009-12-16 23:03:06 +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
Heng Sin Low 9ae8675b13 minor - remove deprecated marker for the process method as it is still going to be needed in future. 2009-12-14 04:37:50 +00:00
Heng Sin Low 7e698c6883 http://sourceforge.net/tracker/?func=detail&atid=955896&aid=2912815&group_id=176962 [Jasper Report in Process problem]
- ported ProcessCtl to WProcessCtl to remove swing dependency for process and report
- modify ReportCtl to call WProcessCtl using reflection
- refactor and cleanup of ProcessModalDialog
- modify WReport to call WProcessCtl instead of ProcessCtl
2009-12-14 03:28:15 +00:00
vpj-cd 53d5d742c2 revert the 11079 revision is necessary best implementation 2009-12-11 04:48:13 +00:00
Carlos Ruiz 8665d39c88 minor refactoring
- organize imports
- drop unused serialVersionUID
2009-12-11 00:26:12 +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
Heng Sin Low a5d1b2c540 https://sourceforge.net/tracker/?func=detail&aid=2898860&group_id=176962&atid=879335 ( add change log context menu for field )
- minor, set preferred size to 640 * 480
2009-12-10 10:11:39 +00:00
vpj-cd 37692c7e03 a bug on the implementation of Σ row
kind regards
Victor Perez
www.e-evolution.com
2009-12-10 05:14:23 +00:00
phib 02678a408d Multi-Column client window - ID: 2086368
http://sourceforge.net/tracker/?func=detail&atid=879335&aid=2086368&group_id=176962
2009-12-09 23:58:51 +00:00
trifonnt d12b817c3a minor code identification. 2009-12-05 11:21:01 +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
vpj-cd 48627d255e fix BOM back compatibility
https://sourceforge.net/tracker/?func=detail&aid=2904737&group_id=176962&atid=879332
2009-11-26 22:50:46 +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 aca590117d Fix reported problem for [2761420] - Advanced Search
https://sourceforge.net/tracker/index.php?func=detail&aid=2761420&group_id=176962&atid=879332
2009-11-13 20:56:26 +00:00
Heng Sin Low 84f8222fd6 https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2887701&group_id=176962 [implement zoom to detail tab]
- doesn't select the right record in the detail tab
2009-11-12 18:18:47 +00:00
Carlos Ruiz 2d273e7fe9 minor - improve translation of spanish login window 2009-11-06 20:26:34 +00:00
Carlos Ruiz edf1aa2eff Fix [2893220] - InfoGeneral does not escape quotes
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2893220&group_id=176962
Thanks to Angelo Dabala (genied)
2009-11-06 13:47:39 +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 940bc8596b Implement [2892388] - Change visibility of method VCreateFromDialog.setStatusLine
https://sourceforge.net/tracker/?func=detail&aid=2892388&group_id=176962&atid=879335
2009-11-05 04:45:26 +00:00
Carlos Ruiz 487a0d630a Fix [2891211] - VDate: once a date is set, its not possible to NULL it
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2891211&group_id=176962
Thanks to FreePath (Silvano)
2009-11-03 17:25:08 +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
phib 2ad25c0a34 FR 2086368 Multi-Column client window
http://sourceforge.net/tracker/?func=detail&atid=879335&aid=2086368&group_id=176962
2009-10-25 03:28:55 +00:00
trifonnt 09474f86aa Bf [2884045] - VLookup behavior when hitting enter on empty text field
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2884045&group_id=176962
2009-10-22 17:00:09 +00:00
redchris ae93c8ca64 FR [ 2877111 ] See identifiers columns when delete records
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2877111&group_id=176962
* plus few cod rearranged
* please review
2009-10-14 10:44:39 +00:00
vpj-cd 334c5c1a39 Enable in GenFrom and VGenPanel to use any PrintFormat
https://sourceforge.net/tracker/?func=detail&aid=2878578&group_id=176962&atid=879335
2009-10-14 04:40:17 +00:00
vpj-cd 261240908f Enable in GenFrom and VGenPanel to use any PrintFormat
https://sourceforge.net/tracker/?func=detail&aid=2878578&group_id=176962&atid=879335
2009-10-14 04:07:44 +00:00
teo_sarca a9776d5284 [ 2877874 ] Show error if document has no process associated
https://sourceforge.net/tracker/?func=detail&aid=2877874&group_id=176962&atid=879332

Implemented to Swing and ZK. Please review.
2009-10-13 15:30:33 +00:00
Heng Sin Low e2168bccef Refactor custom form - ID: 2787613 for Translation Import/Export 2009-10-13 09:16:16 +00:00
teo_sarca e64fdf822d BF [ 2876895 ] MiniTable.loadTable: NPE if column is null
https://sourceforge.net/tracker/?func=detail&aid=2876895&group_id=176962&atid=879332
2009-10-12 07:09:31 +00:00
teo_sarca 83d7e36195 BF [ 2876892 ] Save included tab before calling button action
https://sourceforge.net/tracker/?func=detail&aid=2876892&group_id=176962&atid=879332
2009-10-12 07:00:55 +00:00