Author: jleroux
Date: Thu Dec 13 14:19:00 2007 New Revision: 604051 URL: http://svn.apache.org/viewvc?rev=604051&view=rev Log: Entitled 1st block "What's new?" and added Main new features from Confluence (only the red ones, I have edited them a bit) with a link Added a style to h3 in css file Feel free to add your remarks about style and to talk out Modified: ofbiz/site/images/ofbws.css ofbiz/site/index.html Modified: ofbiz/site/images/ofbws.css URL: http://svn.apache.org/viewvc/ofbiz/site/images/ofbws.css?rev=604051&r1=604050&r2=604051&view=diff ============================================================================== --- ofbiz/site/images/ofbws.css (original) +++ ofbiz/site/images/ofbws.css Thu Dec 13 14:19:00 2007 @@ -280,6 +280,24 @@ text-decoration: underline; } +#detail-column h3 { +margin: 0px 0px 2px 0px; +font-size: 9pt; +font-family: Arial, Verdana, Helvetica, sans-serif; +font-weight: bold; +color: #934000; +} +#detail-column h3 a { +display: inline; +color: #2D4362; +text-decoration: none; +} +#detail-column h3 a:hover { +display: inline; +color: #934000; +text-decoration: underline; +} + #detail-column p { margin: 6px 0px 6px 0px; font-size: 9pt; Modified: ofbiz/site/index.html URL: http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=604051&r1=604050&r2=604051&view=diff ============================================================================== --- ofbiz/site/index.html (original) +++ ofbiz/site/index.html Thu Dec 13 14:19:00 2007 @@ -127,6 +127,7 @@ <div id="detail-column"> <div id="special"> + <h2>What's new?</h2> <p>Check out the presentation on <b>Apache OFBiz at JavaOne</b> by Ean Scheussler of <a href="http://www.brainfood.com" target="_blank">Brainfood</a> and David Jones of <a href="http://www.hotwaxmedia.com/?atc=OFB" target="_blank">HotWax Media</a>: <a href="http://www28.cplan.com/cc158/sessions_catalog.jsp?ilc=158-1&ilg=english&isort=&isort_type=&is=yes&icriteria1=+&icriteria2=+&icriteria7=+&icriteria9=TS-7900&icriteria8=&icriteria3=" target="_blank">Session TS-7900, Apache OFBiz: Real-World Open Source Java Platform ERP</a>. It is on Wednesday May 9th at 4:10 PM.</p> @@ -137,8 +138,38 @@ <p>Free Training Videos are now available that offer an introduction to the Apache OFBiz Framework, based on the example component. They can be downloaded <a href="http://docs.ofbiz.org/x/PQM">here</a>.</p> + <h3>Main new features, more informations <a href="http://docs.ofbiz.org/x/-Qs">here</a>.</h3> + <ul> + <li><b>Accounting</b> + <ul> + <li>Trial Balance report</li> + </ul> + </li> + <li><b>POS</b> + <ul> + <li>Password entry is now hidden</li> + </ul> + </li> + <li><b>Framework</b> + <ul> + <li>New integration with the Apache DBCP connection pool that is now the default connection pool manager in OFBiz (replacing Minerva)</li> + <li>Several enhancements : code cleanups for Java 1.5, Java 1.5 markups, optimizations, improvements to memory usage etc...</li> + </ul> + </li> + <li><b>Ecommerce</b> + <ul><li>New special purpose component for integration with Google Checkout></li></ul> + </li> + <li><b>Catalog</b> + <ul><li>New special purpose component for integration with Google Base></li></ul> + <ul><li>New special purpose component for integration with eBay></li></ul> + <ul><li>Enhanced support for manual promotions (i.e. promotions that are associated to a store but are applied only if the order entry clerk explicitly selects them)</li></ul> + <ul><li>New data model elements, crud services, screens and seed data for modeling vendor-specific store settings and order with ship group per vendor</li></ul> + <li><b>Business Intelligence</b> + <ul><li>New component and framework for an integrated Business Intelligence application></li></ul> + </li> + </ul> </div> - + <div id="intro"> <h2>Introduction: What is Apache OFBiz?</h2> <p>The Apache Open For Business Project is an open source enterprise |
Free forum by Nabble | Edit this page |