Carlos Ruiz
a6345d0702
[ 1955264 ] Changing columns is updating fields needlessly
2008-07-16 02:50:25 +00:00
Heng Sin Low
aa7dfe359b
* slight performance improvement.
2008-07-16 02:00:35 +00:00
Heng Sin Low
c9fea0e495
[ 1897512 ] CLogger not thread safe
...
- replace use of static and instance variable with context. Context should then be implemented as inheritable thread local in server environment ( done for ZK client, need to check the EJB & Servlet implementation ).
2008-07-15 09:42:35 +00:00
Heng Sin Low
d8a3f9b6d3
* More complete about dialog
...
- show system info
- added credit page
- add viewing and download of trace log, pending send email option.
2008-07-15 09:25:27 +00:00
Carlos Ruiz
f9fc05acb1
Speed up financial reports
...
[ 1642765 ] problem with Facc_act_balance slow financial report
Implemented a better approach (suggested by Heng Sin)
- Dropped Fact_Acct_Balance table
- Created Fact_Acct_Balance view for backward compatibility
- Created speed up index on Fact_Acct
- Replaced the accesses to Fact_Acct_Balance by accessing directly Fact_Acct in code
- Don't need to "update balances" anymore
2008-07-15 08:47:46 +00:00
Carlos Ruiz
ef26def1bb
Fix [ 1797687 ] Find Form: boolean is not working ok
2008-07-15 07:23:40 +00:00
Carlos Ruiz
f458e37514
Revert 5676 - the change must be done on the other way
2008-07-14 20:45:57 +00:00
Carlos Ruiz
87b4655d05
Integrate build.xml changes from trunk
...
Delete empty lib directory
2008-07-14 20:29:49 +00:00
Carlos Ruiz
6a400a45bf
[ 1774332 ] Public MInvoice.isReversal
2008-07-14 19:19:19 +00:00
Heng Sin Low
ea507e1577
* Improve dynamic display implementation.
2008-07-14 15:54:44 +00:00
teo_sarca
fe6f073442
BF [ 2017987 ] Env.getContext(TAB_INFO) should NOT use global context
2008-07-14 14:18:41 +00:00
Heng Sin Low
6cd8af5b79
* Initial implementation of Product attribute editor, working but need more fine tuning.
2008-07-14 09:29:04 +00:00
tspc
6ecc91660a
BF2017794 BOM verification, Error not being detected by AfterSave
2008-07-14 09:06:55 +00:00
tspc
badca70452
BF2016936 BOM verification while saving BOM lines not working
...
- fix typo in last commit
2008-07-14 07:35:11 +00:00
Heng Sin Low
717dacc9a1
* Implemented lock/unlock for ProcessDialog
2008-07-14 06:09:29 +00:00
Heng Sin Low
7e5ad8a427
* more responsive implementation of lock/unlock.
2008-07-14 05:54:53 +00:00
tspc
7f3483d363
BF2003790 BOM Verify - root insert error
2008-07-14 04:23:53 +00:00
tspc
a5a40bdb81
BF [ 1874419 ] JDBC Statement not close in a finally block
...
organize imports
+ re-format
2008-07-14 04:11:00 +00:00
tspc
b4750dad0a
BF [ 1874419 ] JDBC Statement not close in a finally block
...
organize imports
+ re-format
2008-07-14 03:51:38 +00:00
Heng Sin Low
fded7d0218
* ported lock & unlock ui for process.
2008-07-14 03:43:45 +00:00
tspc
5a443d4ee9
BF2016936 BOM verification while saving BOM lines not working
2008-07-14 03:08:46 +00:00
Heng Sin Low
d16a1a74e7
* Implemented editor for DisplayType.FileName
2008-07-13 04:38:39 +00:00
Heng Sin Low
b8f61827db
* Implemented editor for blob/clob
2008-07-13 01:38:02 +00:00
Redhuan D. Oon
7d76f73d9a
[ 1743159 ] Requests - Start Date is not retained
...
commit for peer review.
Line changed: commented // setStartDate(null);
2008-07-12 14:01:04 +00:00
Heng Sin Low
d2c496f409
* Ported RecordInfo.
2008-07-12 08:07:42 +00:00
Heng Sin Low
503ea7b78d
* updated css
2008-07-12 00:20:49 +00:00
Heng Sin Low
3cf71dc419
* fixed javascript error with menu search panel
...
* fixed account viewer dialog
* more complete statusbar implementation
2008-07-11 23:53:01 +00:00
Heng Sin Low
18560bb382
* Maintain tree menu selection.
...
* Search - navigate to the search result menu item.
2008-07-11 15:00:42 +00:00
tspc
4288218dac
BF [ 1874419 ] JDBC Statement not close in a finally block
...
organize imports
+ re-format
2008-07-11 12:41:10 +00:00
tspc
1a58eca004
BF2015925 Mfg Order WF start node always set to 1st wf node
2008-07-11 11:39:24 +00:00
Heng Sin Low
a431aa4603
* Added editor for DisplayType.Image
2008-07-11 08:59:36 +00:00
Carlos Ruiz
6da7b54dd9
Fix [ 2015349 ] Changes to Payment Selection and Print
2008-07-11 08:26:34 +00:00
Heng Sin Low
9b8f2ac877
* bug: alias always mandatory.
2008-07-11 07:48:26 +00:00
Heng Sin Low
08e767da24
* Support for Account combination editor
2008-07-11 06:10:01 +00:00
Carlos Ruiz
1afbdc34d4
Implement [ 2015331 ] Financial Report Source with Type Combination
...
Organize imports in other report class sources
2008-07-11 02:43:34 +00:00
Carlos Ruiz
d635e2b0c3
Remove obsolete jar
2008-07-10 19:07:37 +00:00
Heng Sin Low
44954c2cb5
Fixed .classpath
2008-07-10 06:39:53 +00:00
Heng Sin Low
d332037aa6
* Fix build.xml and .project
2008-07-10 06:02:55 +00:00
Heng Sin Low
077fa37ef7
* Fix build.xml and .project
2008-07-10 06:02:37 +00:00
Heng Sin Low
934e40224a
Move zk web client to core
2008-07-10 02:55:34 +00:00
Heng Sin Low
003627ee53
* Implemented value preference dialog.
2008-07-10 02:17:49 +00:00
Heng Sin Low
9551cae4fc
* Remove hardcoded width for info listbox
...
* don't stretch numberbox and datebox
* make stretch work for urlbox and searchbox
* enable showacct, showtrl and showadvance by default. revisit later when doing preference
* fixed issue with page reload
2008-07-09 23:18:04 +00:00
Heng Sin Low
c4ba906b73
* Zoom window missing close button.
...
* Searchbox should set editor to readonly instead of disable when not enabled.
* Allow user to zoom by clicking on the field label.
* Datebox should be set to readonly instead of disable when not enabled.
2008-07-09 20:47:19 +00:00
Carlos Ruiz
1bcf2e650c
Add jars to global classpath
2008-07-09 17:02:18 +00:00
teo_sarca
c9a2e55b80
extension/posterita/webui/build.xml: fix build errors
2008-07-09 15:00:21 +00:00
Heng Sin Low
bfca19383e
* minor - .classpath
2008-07-09 13:21:21 +00:00
Heng Sin Low
04cc7208f9
* Upgrade to ZK 3.0.6
...
* New login dialog.
* New desktop layout ( tested only on FF3 and IE 7 ).
* Support for Attachment.
* Support for Field Group.
* Modification to form layout to align closer to swing client.
* Support for hierarchical tab.
* Added role info dialog.
* Added about dialog, Posterita highlighted as the initial contributor.
* Support for grid toggle for each tab. No editable grid support for now but you can double click on grid row to switch to single row edit mode.
2008-07-09 13:07:13 +00:00
vpj-cd
b9d6775bf6
[ 1966760 ] DRP Implementation
...
http://sourceforge.net/tracker/index.php?func=detail&aid=1966760&group_id=176962&atid=879335
2008-07-08 05:37:21 +00:00
tspc
c4118eb34c
Placeholder for trunk
2008-07-08 05:25:46 +00:00
tspc
f20db68e00
Fix migration script out of sequence
2008-07-08 00:36:48 +00:00