Commit Graph

397 Commits

Author SHA1 Message Date
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
Heng Sin Low dceebebb1d https://sourceforge.net/tracker/?func=detail&aid=2854170&group_id=176962&atid=955896
- for multi line text field, the grid mode editor always trigger on change event and mark record as dirty even though user have not make any changes.
2009-09-08 09:24:42 +00:00
Heng Sin Low e46e9d23cc https://sourceforge.net/tracker/?func=detail&aid=2854172&group_id=176962&atid=955896
- text field with html content could corrupt the grid mode as the html content is not properly escape before render
2009-09-08 09:20:45 +00:00
Carlos Ruiz 2486061559 Validation code to check the existence of bug [2832968] - User context lost?
https://sourceforge.net/tracker/?func=detail&atid=955896&aid=2832968&group_id=176962
2009-09-01 23:44:58 +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
Carlos Ruiz 96df0ce7df [ adempiere-Bugs-2839336 ] Report Sales Invoices not working when Client use SAAS
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2839336&group_id=176962
2009-08-18 01:24:12 +00:00
tobi42 6c61fd5d60 BF 2838832 (https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2838832&group_id=176962)
Adding attribute "target=1.5" to all javac invocations that don't have such an attribute yet as recommended by http://ant.apache.org/manual/CoreTasks/javac.html.
2009-08-17 09:23:03 +00:00
Carlos Ruiz 78e274c2ee BF [2838256] - zkwebui not respecting Show Accounting in role
https://sourceforge.net/tracker/?func=detail&atid=955896&aid=2838256&group_id=176962
2009-08-16 02:17:19 +00:00
Heng Sin Low c1b8fd3f32 https://sourceforge.net/tracker/?func=detail&aid=2834733&group_id=176962&atid=955896
- image field editor dialog throw npe when user want to reset
2009-08-10 06:01:38 +00:00
Heng Sin Low 0880878b70 https://sourceforge.net/tracker/?func=detail&aid=2834719&group_id=176962&atid=955896
- binary field editor not working
2009-08-10 05:05:32 +00:00
Carlos Ruiz da90c2553e Fix [2833245] - Usability - form Generate Charges two buttons same label
https://sourceforge.net/tracker/?func=detail&aid=2833245&group_id=176962&atid=879332
2009-08-06 16:42:38 +00:00
trifonnt 928f91ed82 Fix zkwebui eclipse classpath. Now it exports zk libraries which are required by other projects. 2009-08-04 12:26:22 +00:00
Heng Sin Low 9df9844f3c minor - typo 2009-08-04 06:21:41 +00:00
Heng Sin Low d54fb7cd85 https://sourceforge.net/tracker/index.php?func=detail&aid=2804027&group_id=176962&atid=955896#
- Fixed problem where report name sometime is not a valid file prefix
2009-08-04 06:18:22 +00:00
trifonnt fecd8269ad Fix ZKWebUI classpath in multiple project setup. 2009-08-03 07:32:53 +00:00
Heng Sin Low ed6c002ece * Refactor custom form - ID: 2787613
* Renamed ICustomForm.java to IFormController.java
2009-07-28 08:50:20 +00:00
Heng Sin Low 81257ae42c https://sourceforge.net/tracker/?func=detail&aid=2804027&group_id=176962&atid=955896
- fixed a potential NPE in ReportEngine
- change the single ZK_REPORT_DEFAULT_OUTPUT_TYPE to ZK_REPORT_TABLE_OUTPUT_TYPE and ZK_REPORT_FORM_OUTPUT_TYPE. This changes allow administrator to set different default output type for form and table report. The default remain as PDF if the configuration parameter is not set.
2009-07-28 04:44:53 +00:00
Heng Sin Low f03cafdac1 https://sourceforge.net/tracker/?func=detail&aid=2804027&group_id=176962&atid=955896
- added option for user to select output type ( pdf, html or excel )
- added optional sysconfig parameter to change the default report output type ( ZK_REPORT_DEFAULT_OUTPUT_TYPE - PDF, HTML or XLS ). PDF is the default for backward compatibility reason.

https://sourceforge.net/tracker/?func=detail&aid=2827675&group_id=176962&atid=955896
- added zoom, drill down and drill across support for report viewer when output type is html
2009-07-27 10:01:36 +00:00
Carlos Ruiz 51e674135c minor - fix misaligned header 2009-07-24 15:36:41 +00:00
Carlos Ruiz d6b19da28e minor - fix misaligned header 2009-07-24 15:18:01 +00:00
vpj-cd 95e09aee8b The Tab Sort without parent column
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2826406&group_id=176962
2009-07-24 08:10:47 +00:00
vpj-cd eabb608534 The Tab Sort without parent column
http://sourceforge.net/tracker/?func=detail&atid=879335&aid=2826406&group_id=176962
2009-07-24 07:40:37 +00:00
vpj-cd 40163bcf52 The Tab Sort without parent column
http://sourceforge.net/tracker/?func=detail&aid=2826406&group_id=176962&atid=879335

kind regards
Victor Perez
www.e-evolution.com
2009-07-24 07:21:32 +00:00
Heng Sin Low 051c3b8aa8 https://sourceforge.net/tracker/?func=detail&aid=2825861&group_id=176962&atid=879335
- Allow patches.jar to update MAIN_VERSION, DATE_VERSION OR DB_VERSION by including org/adempiere/version.properties.
2009-07-23 23:49:34 +00:00
Heng Sin Low 36ca94788a https://sourceforge.net/tracker/?func=detail&aid=2819356&group_id=176962&atid=879335
- Added GoalDisplay column to PA_Goal.
- The new field allow user to select to render performance goal as table or chart at dashboard.
2009-07-20 03:57:51 +00:00
trifonnt 70b0de1eb5 Fixed Eclipse class path - multiple project setup. 2009-07-19 08:30:17 +00:00
teo_sarca 34b646b44a zkwebui - organize imports 2009-07-14 08:17:12 +00:00
Heng Sin Low e6feb3d65f https://sourceforge.net/tracker/?func=detail&aid=2819356&group_id=176962&atid=879335
- added chart type support for performance indicato. Pie chart, line chart, area chart, waterfall chart and ring chart are now supported.
- refactoring to share common graph viewer code between swing and zk client
- enhance the rendering of performance chart for zk
- ported ViewPI custom form to zk
2009-07-11 03:46:17 +00:00
teo_sarca eb033e30d4 [ 2818420 ] Throw exception when Warehouse is not completed
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2818420&group_id=176962
2009-07-08 15:34:33 +00:00
Heng Sin Low b2e69c349f Refactor custom form - ID: 2787613 2009-07-08 10:26:26 +00:00
Heng Sin Low e930ee3960 https://sourceforge.net/tracker/index.php?func=detail&aid=2817358&group_id=176962&atid=879332
- remove swing dependency from CreateFromShipment, IMiniTable and WListbox
2009-07-08 05:59:34 +00:00
usrdno 4165725d46 [ BF 2817358 ] - Can't set locator in CreateFromShipment dialog.
https://sourceforge.net/tracker/?func=detail&aid=2817358&group_id=176962&atid=879332
2009-07-06 10:23:04 +00:00
Heng Sin Low 4629e3dd26 Refactor custom form - ID: 2787613 2009-07-06 09:40:58 +00:00
Heng Sin Low 1d15480ec1 "New BP Record" from Customer Sales Order defaulting org not referencing org on log in. 2009-07-03 04:32:38 +00:00
Heng Sin Low 83efe7a176 https://sourceforge.net/tracker/?func=detail&aid=2813822&group_id=176962&atid=955896
- combobox button and numerbox button sometime not shown in grid view due to column width too small
2009-06-29 08:16:27 +00:00
Heng Sin Low 6a5daf7900 https://sourceforge.net/tracker/?func=detail&aid=2813783&group_id=176962&atid=955896
- text and combobox button overlap
2009-06-29 06:59:11 +00:00
Heng Sin Low c5ebc195ea https://sourceforge.net/tracker/?func=detail&aid=2811223&group_id=176962&atid=955896
- upgrade to zk version 3.6.2
2009-06-25 00:21:06 +00:00
Heng Sin Low 325415d205 *Refactor custom form - ID: 2787613 2009-06-23 09:16:02 +00:00
Heng Sin Low a2c0f8308f https://sourceforge.net/tracker/?func=detail&aid=2800169&group_id=176962&atid=955896
- sql exception in Info Invoice
2009-06-20 00:04:20 +00:00
Heng Sin Low 79d295a252 minor correction for rev 9514
- regenerate serialization id
- remove unuse code
2009-06-19 06:14:06 +00:00
Heng Sin Low 336b9784f7 https://sourceforge.net/tracker/?func=detail&aid=2674923&group_id=176962&atid=955896
- performance enhancement: turn off grid stripe
2009-06-19 06:08:38 +00:00
Heng Sin Low 60143c031e https://sourceforge.net/tracker/?func=detail&aid=2808317&group_id=176962&atid=955896
- Vendor checkbox on BP Lookup not working correctly
2009-06-18 12:25:28 +00:00
Heng Sin Low e76f04dfe0 https://sourceforge.net/tracker/?func=detail&aid=2800465&group_id=176962&atid=955896
- Included Tab - Grid Mode
2009-06-04 04:14:13 +00:00
Heng Sin Low 5332d1402f https://sourceforge.net/tracker/?func=detail&aid=2798670&group_id=176962&atid=955896
- Calendar always in English
2009-06-02 09:28:25 +00:00
Heng Sin Low 404deb10ce https://sourceforge.net/tracker/?func=detail&aid=2782245&group_id=176962&atid=955896
- Info Views with wrong Date Format ("mm/dd/yyyy")
2009-06-02 06:24:14 +00:00
Heng Sin Low b7dad2f1a0 https://sourceforge.net/tracker/?func=detail&atid=955896&aid=2798669&group_id=176962
- Wrong format for date fields on grid
2009-06-02 06:12:11 +00:00
Heng Sin Low cf8f7670a3 FR2794732 Post documents from Unposted document window
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2794732&group_id=176962
2009-06-02 06:02:28 +00:00
Heng Sin Low 1ed99703b4 Refactor custom form - ID: 2787613 2009-05-29 10:46:58 +00:00
Heng Sin Low 7e277819ca Refactor custom form - ID: 2787613 2009-05-29 09:51:59 +00:00
Heng Sin Low 0d919012ce Refactor custom form - ID: 2787613 2009-05-29 04:38:03 +00:00