Difference between revisions of "WebUI"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
m (List of Bugs)
(Detailed WalkThrough Testing)
Line 51: Line 51:
 
*The following sub topics breaks up the testing task into its various menu topics
 
*The following sub topics breaks up the testing task into its various menu topics
 
*Each will list what works and what doesn't work (Buglists will be under respective topics)
 
*Each will list what works and what doesn't work (Buglists will be under respective topics)
 +
*[[WebUI/System Admin]]
 +
*[[WebUI/Application Dictionary]]
 
*[[WebUI/Partner Relations]]
 
*[[WebUI/Partner Relations]]
 
*[[WebUI/Quote To Invoice]]
 
*[[WebUI/Quote To Invoice]]
 
*[[WebUI/Requisition To Invoice]]
 
*[[WebUI/Requisition To Invoice]]
 +
*[[WebUI/Open Items]]
 
*[[WebUI/Material Management]]
 
*[[WebUI/Material Management]]
 +
*[[WebUI/Project Management]]
 +
*[[WebUI/Performance Analysis]]
 +
*[[WebUI/Assets]]
 +
*[[WebUI/Favorites]]

Revision as of 10:36, 12 June 2007

Why We Return To The Source

  • This is another big contribution by Robert Klein of OSLABS. He is famous for the now strong feature of 2Pack.
  • He has set the first step to completing the Web User Interface inherited from Compiere which has always been in beta mode.
  • The good news also is that Robert is now basing his works on the ADempiere project.
  • This is another testimony that the ADempiere Bazaar is recognised by all as a community and open project. By remaining open and community based, ADempiere Bazaar shall grow at quantum speeds as contributors like Rob Klein began to port over their works unabated. He gets automatically SVN commit rights to continue updating the project files concerning his contributions.
  • Many around the bazaar can now assist him in testing and debugging and correcting the bugs they find on his behalf. He can now move onto other upscale projects without worying about his investment in brand and coding time.
  • He can keep maintaining his clients' installations with lesser resources of ensuring all bugs are resolved. You start, the community completes for you!

Screenshots

Weblogin.png

  • The New Web UI Login Look by Rob Klein

Main Menu

(updating now.. come back later) WebMain.png

  • The Main Screen Can Work With Zoom

WebBPZoom.png

  • The Zoom works fine with AJAX-feel filter selection

Status

  • Updated to trunk, you need to update from SVN trunk and compile to get it.
  • Be released in binary form next, awaiting Committ Committee decision.

What Files Did Rob Changed?

  • CreateZipFile.java - adempiere_trunk/base/src/org/adempiere/pipo
  • MPackageExp.java - adempiere_trunk/base/src/org/compiere/model
  • MWFActivity.java - adempiere_trunk/base/src/org/compiere/wf
  • WAccount.java - adempiere_trunk/serverApps/src/main/servlet/org/compiere/www (4 matches)
  • WAttachment.java - adempiere_trunk/serverApps/src/main/servlet/org/compiere/www (2 matches)
  • WebField.java - adempiere_trunk/serverApps/src/main/servlet/org/compiere/www (8 matches)
  • WHelp.java - adempiere_trunk/serverApps/src/main/servlet/org/compiere/www
  • WLocation.java - adempiere_trunk/serverApps/src/main/servlet/org/compiere/www (2 matches)
  • WLogin.java - adempiere_trunk/serverApps/src/main/servlet/org/compiere/www (8 matches)
  • WLookup.java - adempiere_trunk/serverApps/src/main/servlet/org/compiere/www (4 matches)
  • WMenu.java - adempiere_trunk/serverApps/src/main/servlet/org/compiere/www (8 matches)
  • WProcess.java - adempiere_trunk/serverApps/src/main/servlet/org/compiere/www (10 matches)
  • WTest.java - adempiere_trunk/serverApps/src/main/servlet/org/compiere/www
  • WWindow.java - adempiere_trunk/serverApps/src/main/servlet/org/compiere/www (26 matches)
  • WZoom.java - adempiere_trunk/serverApps/src/main/servlet/org/compiere/www

How You Can Help

  • Testing and identifying the rest of the UI that needs completion
  • Improving and completing the rest
  • Promoting for further users to test, more coders to help out

Call To Arms

  • Red1 (testing, documenting, facilitating, debugging, improving)
  • Bahman (debugging, improving) -If I can :-)

(sign up here)

Detailed WalkThrough Testing