Notes |
|
|
This feature request was set as duplicate of 3488, but they are not the same. |
|
|
|
Repository: openbravo
Revision: 6146
Author: gorka_gil
Date: 2008-08-04 20:35:43 +0200 (Mon, 04 Aug 2008)
Fixed issue 3488 If there is alerts, the alert icon is different
---
U branches/r2.5x/src/org/openbravo/erpCommon/utility/VerticalMenu.html
---
https://dev.openbravo.com/websvn/openbravo/?rev=6146&sc=1 [^] [^] |
|
|
(0008485)
|
svnbot
|
2008-08-05 17:45
|
|
Repository: openbravo
Revision: 6157
Author: gorka_gil
Date: 2008-08-05 17:45:20 +0200 (Tue, 05 Aug 2008)
Related to issue 4170 added setAlertIcon javascript function
---
U branches/r2.5x/src/org/openbravo/erpCommon/utility/VerticalMenu.html
U branches/r2.5x/web/js/appStatus.js
---
https://dev.openbravo.com/websvn/openbravo/?rev=6157&sc=1 [^]
|
|
|
(0008501)
|
svnbot
|
2008-08-07 18:16
|
|
Repository: openbravo
Revision: 6189
Author: gorka_gil
Date: 2008-08-07 18:16:43 +0200 (Thu, 07 Aug 2008)
Branch attachmenticon. Related to issue 4170. Partial fix: now attachment icon show status in edition windows.
---
U branches/attachmenticon/src/org/openbravo/erpCommon/businessUtility/TabAttachments.java
U branches/attachmenticon/src/org/openbravo/erpCommon/businessUtility/TabAttachments_F1.html
U branches/attachmenticon/src-wad/src/org/openbravo/wad/Template_Edition.html
U branches/attachmenticon/web/js/appStatus.js
---
https://dev.openbravo.com/websvn/openbravo/?rev=6189&sc=1 [^]
|
|
|
(0008532)
|
svnbot
|
2008-08-12 11:45
|
|
Repository: openbravo
Revision: 6243
Author: gorka_gil
Date: 2008-08-12 11:45:35 +0200 (Tue, 12 Aug 2008)
Branch attachmenticon. Related to issue 4170. Attachment icon status for relation windows.
---
U branches/attachmenticon/web/js/appStatus.js
U branches/attachmenticon/web/js/openbravo/widget/DataGrid.js
---
https://dev.openbravo.com/websvn/openbravo/?rev=6243&sc=1 [^]
|
|
|
(0008542)
|
svnbot
|
2008-08-13 20:37
|
|
Repository: openbravo
Revision: 6321
Author: gorka_gil
Date: 2008-08-13 20:37:30 +0200 (Wed, 13 Aug 2008)
[attachmenticon] Related to issue 4170.
- Implemented a function in Utility.java which returns if a record has attachments.
- Changed toolbar.java to generate different attach icons if record has o no attachments. For this, now on edition pages is not necessary to make ajax calls.
---
U branches/attachmenticon/src/org/openbravo/erpCommon/businessUtility/TabAttachments.java
U branches/attachmenticon/src/org/openbravo/erpCommon/utility/ToolBar.java
U branches/attachmenticon/src/org/openbravo/erpCommon/utility/ToolBar_Button.java
U branches/attachmenticon/src/org/openbravo/erpCommon/utility/ToolBar_Image.java
U branches/attachmenticon/src/org/openbravo/erpCommon/utility/Utility.java
U branches/attachmenticon/src-wad/src/org/openbravo/wad/Template_Edition.html
U branches/attachmenticon/src-wad/src/org/openbravo/wad/javasource.javaxml
U branches/attachmenticon/web/js/ajax.js
U branches/attachmenticon/web/js/openbravo/widget/DataGrid.js
---
https://dev.openbravo.com/websvn/openbravo/?rev=6321&sc=1 [^]
|
|
|
(0009095)
|
rgoris
|
2008-09-19 12:18
|
|
Hi guys. Not obstructed by any Openbravo knowledge ;-) here“s my recommendation on this one:
- By default, when there are no alerts, there should no be an alert icon (yellow triangle) visible.
- Only when there is one or more alerts, the triangle appears.
- When there are no alerts, it is fine to show "0 alerts" at the current position. Just remove the yellow triangle in this case.
At the moment I believe we only have one level of alerts. In the future we could think of two levels: alert and critical warning, using two different icons and colours. |
|