Commit Graph

904 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
felixmoeller ec348ca36c small typos in source comments 2009-10-07 16:19:59 +00:00
phib 28f6dd1fa8 1701671 Reversing payment on vend invoice should flag invoice unpaid
https://sourceforge.net/tracker/index.php?func=detail&aid=1701671&group_id=176962&atid=879332
2009-10-07 02:08:32 +00:00
phib 74e91fcb82 2032092 Java 6 improvements to tree drag and drop
https://sourceforge.net/tracker/index.php?func=detail&aid=2032092&group_id=176962&atid=879335
2009-10-06 01:31:37 +00:00
trifonnt 3f31efe02c Typo Fixes and code cleanup thank's to Felix! 2009-10-05 11:26:28 +00:00
phib e5d1116d94 2872728 Move Adempiere to Java 6
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2872728&group_id=176962

Developers: please ensure your trunk build environments are updated to use jdk6.
2009-10-05 04:56:48 +00:00
Carlos Ruiz 72d335281c [2815103] - Report is not inheriting the where from tab
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2815103&group_id=176962
Fix problem detected when reporting from Reference -> Used in Column Tab
2009-09-30 23:37:09 +00:00
Carlos Ruiz de2e2f3d17 Fix problem detected for [2815103] - Report is not inheriting the where from tab
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2815103&group_id=176962
2009-09-30 22:47:41 +00:00
teo_sarca 1513ecc1cc [ 2870579 ] Make the InfoProductPanel inheritable
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2870579&group_id=176962

Forget to remove the "final" class modifier
2009-09-30 12:08:28 +00:00
teo_sarca 22ab00cb11 [ 2870579 ] Make the InfoProductPanel inheritable
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2870579&group_id=176962

Thanks Adrian. Agree with you.
2009-09-30 11:41:07 +00:00
felixmoeller 8cbd51c9d0 the D is capitalized. I forgot the major window:
https://sourceforge.net/projects/adempiere/forums/forum/610546/topic/3399028
2009-09-29 15:03:43 +00:00
felixmoeller 69cb651183 as discussed on IRC qualified orders are preferred 2009-09-29 14:59:05 +00:00
trifonnt 79d39984ca BF [2868898] - Exported xml element must be CDATA
https://sourceforge.net/tracker/?func=detail&aid=2868898&group_id=176962&atid=879332
2009-09-29 14:53:24 +00:00
felixmoeller bd05d697f9 as discussed in https://sourceforge.net/projects/adempiere/forums/forum/610546/topic/3399028 the preferred spelling of ADempiere as the capital D.
Fixing the login screen.
2009-09-28 16:54:12 +00:00
trifonnt 6592007b92 BF [2868898] - Exported xml element must be CDATA
https://sourceforge.net/tracker/?func=detail&aid=2868898&group_id=176962&atid=879332
and small code beautify.
2009-09-28 14:54:59 +00:00
trifonnt 03e2e67023 Small code beautification. 2009-09-28 08:11:20 +00:00
teo_sarca 9f5c348af9 FR [ 2866571 ] VCellRenderer: implement getters
https://sourceforge.net/tracker/?func=detail&aid=2866571&group_id=176962&atid=879335
2009-09-25 13:27:47 +00:00
teo_sarca dde0f2b5f4 BF [ 2866493 ] VTreePanel is not saving who did the node move
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2866493&group_id=176962

* refactored AD_TreeNode update part
* fixed AD_TreeNode insertion too (from PO)

Please help me with review
2009-09-25 11:45:33 +00:00
Carlos Ruiz 8e36264857 Fix [2691063] - Add SaveAndCreate toolbar button
https://sourceforge.net/tracker/index.php?func=detail&aid=2691063&group_id=176962&atid=879335
Enable new button just after change on a new record
Enable copy record button
2009-09-24 22:53:49 +00:00
trifonnt 1dcac13a6a Better looking Help windows.
Copied standard.css from serverApps/src/web/css/standard.css
2009-09-24 18:04:43 +00:00
Carlos Ruiz 2de61c4268 FR [2833918] - Adempiere logo
https://sourceforge.net/tracker/index.php?func=detail&aid=2833918&group_id=176962&atid=879332
2009-09-24 16:45:26 +00:00
Carlos Ruiz cb2981bd27 Fix [2859026] - Window Account Viewer not closed on Log Out
https://sourceforge.net/tracker/?func=detail&aid=2859026&group_id=176962&atid=879332
Add fix for PerformanceDetail
2009-09-24 16:39:27 +00:00
trifonnt f909e82e23 BF [2833918] - Adempiere logo
https://sourceforge.net/tracker/index.php?func=detail&aid=2833918&group_id=176962&atid=879332
2009-09-24 15:44:11 +00:00
trifonnt f9e57a6412 Qualified column names in ORDER BY. Thank's to Felix. 2009-09-24 15:13:28 +00:00
kthiemann e1ada0fff9 BF (1899283) - Numeric fields allow copy strings
https://sourceforge.net/tracker/index.php?func=detail&aid=1899283&group_id=176962&atid=879332
2009-09-24 11:58:56 +00:00
tspc 45446b44bd FR [2794312] Location AutoComplete
https://sourceforge.net/tracker/index.php?func=detail&aid=2794312&group_id=176962&atid=879335
FR [2780543] FR - Implement automplete to WLocationDialog
https://sourceforge.net/tracker/index.php?func=detail&aid=2780543&group_id=176962&atid=955896
And also it covers some flaws in InitialClientSetup raised because of the
new flag C_Country.AllowCitiesOutOfList
Thanks to Carlos for supplying the patch.
2009-09-24 10:59:05 +00:00
kthiemann 678e6ee604 BF(2859026) - AcctWindow will close on logout now (added to WindowManager)
https://sourceforge.net/tracker/?func=detail&aid=2859026&group_id=176962&atid=879332
2009-09-24 10:10:17 +00:00
trifonnt 26cd792c58 Improved German translations for Initial ADempiere skreen .
Thank's to Felix (irc: fm).
2009-09-22 18:48:43 +00:00
tobi42 2ace0a4c93 BF [ 2861223 ] AutoComplete: Ignoring Whitespace in Search String
https://sourceforge.net/tracker/index.php?func=detail&aid=2861223&group_id=176962&atid=879332
2009-09-18 11:16:13 +00:00
Heng Sin Low 93144b9d16 Print button while creating a new document - ID: 2858657 2009-09-18 04:11:59 +00:00
Heng Sin Low 1f90a47bc0 revert previous revision as it break adempiere build 2009-09-18 03:02:58 +00:00
Heng Sin Low 5ed5ca144f Print button while creating a new document - ID: 2858657 2009-09-18 02:45:16 +00:00
teo_sarca 3f2838856d BF [ 2860556 ] Info class throws false error
https://sourceforge.net/tracker/?func=detail&aid=2860556&group_id=176962&atid=879332
2009-09-17 09:33:08 +00:00
trifonnt baa5c800a3 Small typo fix. 2009-09-14 12:26:23 +00:00
Carlos Ruiz 69920ace55 FR [2857807] - Allow accounting posting in standalone user mode
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2857807&group_id=176962
Partial Fix [2857268] - Usability - Posting silently failing
https://sourceforge.net/tracker/index.php?func=detail&aid=2857268&group_id=176962&atid=879332
2009-09-13 22:41:51 +00:00
Carlos Ruiz 95dd9ab501 FR [1756793] - RMA Feature
https://sourceforge.net/tracker/?func=detail&atid=879334&aid=1756793&group_id=176962
more test cases solved
2009-09-13 00:21:51 +00:00
Carlos Ruiz 8905fc346d Fix [2815103] - Report is not inheriting the where from tab
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2815103&group_id=176962
2009-09-12 22:58:06 +00:00
Carlos Ruiz 4a8ad604cd Revert [2853359] - Popup Menu for Lookup Record
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2853359&group_id=176962
Explanation of the revert in tracker
2009-09-12 22:32:10 +00:00
Carlos Ruiz 2067987bcc Fix [1772490] - Popup menu in VTreePanel finally works as expected
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=1772490&group_id=176962
Thanks to igor_adempiere and felixmoeller
2009-09-11 14:16:19 +00:00
vpj-cd f9bf324d61 Popup Menu for Lookup Record
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2853359&group_id=176962
2009-09-07 06:12:17 +00:00
vpj-cd f1547a093d Popup Menu for Lookup Record
http://sourceforge.net/tracker/?func=detail&atid=879335&aid=2853359&group_id=176962
2009-09-07 06:00:21 +00:00
teo_sarca 9bbc11be55 FR [ 2846869 ] Info class - add more helper methods
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2846869&group_id=176962
FR [ 2847305 ] Info class improvements
https://sourceforge.net/tracker/?func=detail&aid=2847305&group_id=176962&atid=879335

added SysConfig parameters
2009-09-06 06:42:13 +00:00
Carlos Ruiz 2b177ce5c2 Revert revision 10058 - not following best practices
https://sourceforge.net/tracker/?func=detail&aid=2847305&group_id=176962&atid=879335
2009-09-05 04:37:57 +00:00
teo_sarca 9b9deeca04 FR [ 2846869 ] Info class - add more helper methods
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2846869&group_id=176962
FR [ 2847305 ] Info class improvements
https://sourceforge.net/tracker/?func=detail&aid=2847305&group_id=176962&atid=879335
2009-08-31 13:00:42 +00:00
teo_sarca 4e7ad6b572 BF [ 2847301 ] IllegalArgumentException on Info windows
https://sourceforge.net/tracker/?func=detail&aid=2847301&group_id=176962&atid=879332
2009-08-30 14:44:18 +00:00
teo_sarca 36bfe0bde4 FR [ 2847295 ] MiniTable multiselection checkboxes not working
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2847295&group_id=176962
2009-08-30 14:31:08 +00:00
trifonnt 35a5cfe239 Bf: 2844821 - german login screen umlauts broken
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2844821&group_id=176962
2009-08-26 10:19:30 +00:00
teo_sarca 7fafd4a0b0 BF [ 2844102 ] Workfow Editor is displaying manufacturing routings too
https://sourceforge.net/tracker/?func=detail&aid=2844102&group_id=176962&atid=879332
2009-08-25 08:29:53 +00:00
trifonnt 0c082d78ae FR: 2843434 - locale el_GR
http://sourceforge.net/tracker/index.php?func=detail&aid=2843434&group_id=176962&atid=883808
2009-08-24 15:37:54 +00:00
Carlos Ruiz b7e3b4af94 Implement FR [2842165] - Order Ref link from SO line creating new request
https://sourceforge.net/tracker/?func=detail&aid=2842165&group_id=176962&atid=879335
2009-08-21 22:04:07 +00:00
phib 718165baad BT 2822227 VLookup fails to update value on combo
https://sourceforge.net/tracker/?func=detail&aid=2822227&group_id=176962&atid=879332
2009-08-21 05:18:28 +00:00