Difference between revisions of "WebUI"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
m (Why We Return To The Source: Dont want to crash Rob's server)
(Status: files that Rob changed)
Line 16: Line 16:
  
 
=Status=
 
=Status=
*Update to trunk, update from SVN trunk and compile to get it.
+
*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.
 
*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=
 
=How You Can Help=

Revision as of 10:42, 11 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

Main Menu

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

  • The Main Screen Can Work With Zoom

WebBPZoom.png

  • The Zoom Works Fine with AJAX effect 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