Commit Graph

194 Commits

Author SHA1 Message Date
Carlos Ruiz fbf30aed43 Fix for swing - report fields - drop down field not cleared
https://sourceforge.net/projects/adempiere/forums/forum/610547/topic/4450695
2011-04-10 01:29:55 -05:00
Carlos Ruiz f2d0b8d75c Fix bug reported by lovely:
https://sourceforge.net/projects/adempiere/forums/forum/610548/topic/3880506?message=9100474
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at org.compiere.grid.ed.VPAttribute.actionPerformed(VPAttribute.java:381)
When pushing attribute set instance button on Order Receipt & Issue form
2011-03-26 01:39:19 -05:00
Carlos Ruiz ae59e247c0 Detected a big bug (leading to data corruption) in swing client on WFActivity - user push OK button twice and the document is closed (completed with the first click, and closed with the second click)
- reproducible in GardenWorld via swing with requisition workflow
2011-03-26 01:35:42 -05:00
jmpiloq b946639903 BF [3062723] - Payment Rule incorectly filling Direct Debit bank account
http://sourceforge.net/support/tracker.php?aid=3062723
Thanks to Michael McKay (mjmckay) for reporting and suggesting the solution
2011-03-26 01:24:29 -05:00
jmpiloq 74c19f5c65 BF [3073316] - Screenshot does not work in Linux
http://sourceforge.net/support/tracker.php?aid=3073316
2011-03-26 01:22:59 -05:00
Carlos Ruiz 9687466c7f FR [2931852] - Show dialog box on Add to Bar for already existig window
http://sourceforge.net/support/tracker.php?aid=2931852
2011-03-26 01:18:02 -05:00
Carlos Ruiz 06bc5898e0 Fix [3159033] - List fields zoom incorrectly
http://sourceforge.net/support/tracker.php?aid=3159033
Refactored DB.isSOTrx to avoid launching log errors on postgresql
2011-03-26 01:01:25 -05:00
genied 278febbefb BF 3142998 - CButton.setToolTipText(null) change button text and size 2011-03-26 00:37:14 -05:00
rockt987 f78d75b771 Calculator process percent wrong
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3121085
2011-03-26 00:16:38 -05:00
Redhuan D. Oon 856357f4f5 The calculator tool is calculating 100*15% as 1500 instead of 15. - thanks to Michael McKay
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3051863
2011-03-26 00:15:58 -05:00
trifonnt 6feca8ff98 BF [3092888] - AltGr+3rd level key fires wrong button
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=3092888&group_id=176962
2011-03-26 00:06:29 -05:00
trifonnt 37bc06d1b7 BF [3074827] - Context problem at VPAttribute
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=3074827&group_id=176962
2011-03-26 00:04:51 -05:00
phib 6db76a913d Product Info can display data from another client
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3030365
2011-03-25 23:57:11 -05:00
trifonnt 4c9d85ca8a Minor typo fix. 2011-03-25 23:55:47 -05:00
usrdno ededa0e1b6 If no warehouse row is selected in the warehouse tab, use the first warehouse row to prevent index out of bounds exception.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3051361
2011-03-25 23:46:14 -05:00
Carlos Ruiz d37279076f Implement some incomplete translation on zkwebui 2011-03-25 23:18:53 -05:00
Carlos Ruiz f944e16f9f Fix Msg.getMsg: NOT found: Clear 2011-03-25 22:39:49 -05:00
Carlos Ruiz 962fe09801 BF [3075946] - Date problem on non-Christian Yr Locale, i.e.,Buddhist Yr
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=3075946&group_id=176962
2011-03-25 22:10:35 -05:00
Carlos Ruiz 29c30b7df0 FR [3132033] - Make payment export class configurable per bank
https://sourceforge.net/tracker/?func=detail&aid=3132033&group_id=176962&atid=879335
2011-03-25 20:54:47 -05:00
Carlos Ruiz 0fa5e00d34 * Implement translation for Dashboard Content titles (name) and tooltip (description)
* Integrate MDashboardContent class implemented by Teo Sarca with revision 12691
http://adempiere.svn.sourceforge.net/viewvc/adempiere?view=revision&revision=12691
http://sourceforge.net/tracker/index.php?func=detail&aid=3018377&group_id=176962&atid=879335
2011-03-25 20:09:53 -05:00
Carlos Ruiz 9bc32c1cd4 Fix several errors with Allocation:
- fix a wrong raise of exception when no organization (add throws keyword)
- when creating the allocation is taking the organization of log in, and it must take precedence the organization chosen by the user on the allocation window (login org still used in case no org is selected by user)
2011-03-08 11:45:59 -05:00
Carlos Ruiz 780725390a Fix a problem caused when pushing copy button (swing client) with no record on screen raises this exception:
===========> APanel.actionPerformed: Copy [11]
java.lang.ArrayIndexOutOfBoundsException: -1
at java.util.ArrayList.get(ArrayList.java:324)
at org.compiere.model.GridTable.getDataAtRow(GridTable.java:1020)
at org.compiere.model.GridTable.getDataAtRow(GridTable.java:1015)
at org.compiere.model.GridTable.dataNew(GridTable.java:2483)
at org.compiere.model.GridTab.dataNew(GridTab.java:1131)
at org.compiere.apps.APanel.cmd_new(APanel.java:1879)
at org.compiere.apps.APanel.actionPerformed(APanel.java:1690)
2011-03-08 11:42:27 -05:00
Carlos Ruiz cd24e36409 Implement best practice in some classes suppressing warning about serialVersionUID:
http://www.adempiere.com/index.php/Release_Commit_Rules#I9_-_Regenerate_serialVersionUID_when_required_.28B.29
2011-03-08 11:00:56 -05:00
Carlos Ruiz 6576167196 Integrate patch from jmpiloq
- Vertical Spacing in Swing Client
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3073406
2011-03-08 10:39:14 -05:00
Carlos Ruiz 56f1f079d4 Synchronize InfoInvoice with InfoInvoicePanel (zkwebui)
- swing is showing DueDate and zk is not
- add DocumentNo to the order in case several documents fall on the same due date
2011-03-07 10:11:51 -05:00
Carlos Ruiz db838952ba Revert rev 12032 6140 02c37e74eefd - Implemented patch solves a critical problem, but open a new one
this means this bug is still open in swing and zkwebui, but requires a better approach to solve it:
BF [2987605] - Attribute Set Instance dialog: select existing ASI
2011-02-26 22:37:11 -05:00
Carlos Ruiz 403ccaf162 Revert FR [2979756] - Touchscreen friendly POS
Although I like the new presentation of the touchscreen POS it removed some basic functionality.
* In previous POS you could select the business partner, here it assign the "Standard" partner and it cannot be changed (not sure if there is a "hidden" button to do it).
* The button "Preferences" do nothing.
* Credit Card Expiration cannot be set to 0911 - it's changed to 911 and then complaining about the format.
* The order was completed with an incomplete payment - an order of 200 - I entered a cash payment of 50 and it was completed with a change of -190
2011-02-26 19:27:57 -05:00
Heng Sin Low 20d37271bf Implement saveAndCreate toolbar button - use ctrl-q as shortcut instead of ctrl-a which is commonly known as the short cut key for select all text. 2011-02-08 10:53:35 +08:00
Heng Sin Low e793134959 Implement saveAndCreate toolbar button. 2011-02-07 12:19:05 +08:00
Heng Sin Low 6ca242f757 Added priority attribute to form extension point. 2011-01-11 00:54:40 +08:00
Heng Sin Low 8d1ab1833c Updated extension point documentation formatting. Remove the use of osgi: prefix for form, modelvalidator and process to ease migration, the framework will now always check whether an implementation exists in the extension registry before checking the java classpath. Rename org.adempiere.osgi in swing to org.adempiere.ui.swing.factory and drop the incomplete IMenuAction extension in swing ( will come back to this later ). 2010-12-20 10:46:25 +08:00
Heng Sin Low 73e9023004 License header, extension point schema documentation and some minor extension point schema fixes. 2010-12-17 16:03:56 +08:00
Heng Sin Low aecf51a87c Merge patch from Carlos - path to server restlet command have change from /admin/server to /server. 2010-12-16 17:04:50 +08:00
Heng Sin Low 490784dbbc 2pack refactoring - decouple from SvrProcess and DB Model. Enhance the grid tab export framework to support export of 2pack archive. 2010-12-14 07:59:58 +08:00
Heng Sin Low 2404603e03 Cleanup, remove redundant buckminster.properties. 2010-12-06 13:53:57 +08:00
Heng Sin Low 95fdfa0208 Implemented grid data export extension for swing client. 2010-11-24 11:03:19 +08:00
Heng Sin Low 993c687788 Implemented field editor factory extension for swing client. 2010-11-24 07:38:02 +08:00
Heng Sin Low b9e40c4bf4 Implemented info factory as extension point for zk and swing client. 2010-11-23 18:01:11 +08:00
Heng Sin Low 39e473912e remove obsolete build.xml file 2010-11-08 10:48:34 +08:00
Heng Sin Low 470a5235a3 Fixed lookup of form extension. 2010-11-04 03:52:33 +08:00
Heng Sin Low 42014bf770 Added default buckminster properties file. 2010-11-03 15:45:30 +08:00
Heng Sin Low fa6dafed7d LanguageMaintenance process should be in the process module instead of the swing client module. 2010-10-26 18:59:23 +08:00
Heng Sin Low f9007d9295 Reorganize product definition for server and client. 2010-10-22 15:50:25 +08:00
Heng Sin Low 83715fa436 Refactoring to make project and folder name the same as the bundle symbolic name. Migrate to use eclipse feature and product configuration ( build is broken, to fix later ) 2010-09-29 15:25:34 +08:00