From: Andrew C. Oliver Date: Thu, 24 Jul 2003 16:45:19 +0000 (+0000) Subject: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20358 X-Git-Tag: PERF_BEFORE_MERGE~238 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=848f93c70de92cdbc1a924e35e5821f7d649a6c8;p=poi.git http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20358 PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353238 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/casestudies.xml b/src/documentation/content/xdocs/casestudies.xml index 98bcd0d92c..13b94007a2 100644 --- a/src/documentation/content/xdocs/casestudies.xml +++ b/src/documentation/content/xdocs/casestudies.xml @@ -38,6 +38,46 @@
Case Studies +
Sunshine Systems +

+ Sunshine Systems deveveloped a + POI based reporting solution for a price optimization software package which + is used by major retail chains. +

+

The solution allowed the retailer's merchandise planners and managers to request a + markdown decision support reports and price change reports using a standard browser + The users could specify report type, report options, as well as company, +division, + and department filter criteria. Report generation took place in the +multi-threaded + application server and was capable of supporting many simultaneous report requests. +

+

The reporting application collected business information from the price +optimization + application's Oracle database. The data was aggregated and summarized + based upon the + specific report type and filter criteria requested by the user. The +final report was + rendered as a Microsoft Excel spreadsheet using the POI HSSF API and + was stored on + the report database server for that specific user as a BLOB. Reports + could be + seamlessly and easily viewed using the same browser. +

+

The retailers liked the solution because they had instantaneous access + to critical + business data through an extremely easy to use browser interface. They + did not need + to train the broader user community on all the complexities of the optimization + application. Furthermore, the reports were generated in an Excel spreadsheet +format, + which everyone was familiar with and which also allowed further data + analysis using + standard Excel features. +

+

Rob Stevenson (rstevenson at sunshinesys dot com) +

+
Bank of Lithuania