資源簡介
CRM系統界面需求
CRM系統建立目的:通過CRM系統,可以按地域分布分析、指定客戶消費情況分析、數量分析、機會分析、銷售配額與預測等統計分析,更正確、直觀、全面的理解客戶的行為、期望、需要、歷史、和與公司全面的關系。
此次需求目的:整合公司現在數據庫,達到資料共享,合理分配使用,最大化實現系統功能。
界面要求效果:簡潔、實用、操作簡便。
登陸設置:
1、 設置用戶名、密碼,每次登陸系統均需錄入用戶名及密碼方可登陸。
2、 用戶可以自行修改密碼,系統會即時識別并確認最新密碼,同時有更改時間記錄。
系統首頁功能:
1、 要求將公司所有系統顯示在首頁上,以置頂方式,點擊即可進入該專項系統。
2、 對各專項系統權限分配,如未授權,系統則跳出相應的提示。
3、 各專項系統均以獨立界面的翻頁顯示,達到簡潔、美觀的效果。
4、 有日歷顯示。
功能:
1、 將目前正在開發中的系統,如MMA、CCA、XXG等系統,除按提交部門的需求外,需預留更大的空間,以便以后使用過程中,需增加其他功能。
2、 系統資料須與MIS即時交換信息,并隨時可以調用MIS系統客戶信息;
3、 在客戶標識方面,留出空間標識身份,如:ES、CSL、FACILE等;
4、 導出功能增加“階段”導出條件;
5、 自定義項目:可以在后臺增加、刪除、修改等后臺管理權限。
6、 可以融合各個專項系統的數據,作橫向數據統計分析。

代碼片段和文件信息
using?System;
using?System.Data;
using?System.Configuration;
using?System.Collections;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Web.UI.WebControls.WebParts;
using?System.Web.UI.HtmlControls;
namespace?BLL.Common
{
????public?class?Excel
????{
????????public?void?LoadExcel(DataTable?dt?string?FileNameSystem.Web.UI.Page?page)
????????{
????????????page.Response.Clear();
????????????HttpResponse?resp?=?page.Page.Response;
????????????resp.Buffer?=?true;
????????????resp.ContentEncoding?=?System.Text.Encoding.GetEncoding(“GB2312“);
????????????resp.Charset?=?“gb2312“;
????????????resp.AppendHeader(“Content-Disposition“?“attachment;filename=“?+?HttpUtility.UrlEncode(FileName?System.Text.Encoding.UTF8));
????????????resp.ContentType?=?“Application/ms-excel“;
????????????string?colHeaders?=?string.Empty;
????????????string?ls_item?=?string.Empty;
????????????for?(int?i?=?0;?i?????????????{
????????????????colHeaders?+=?dt.Columns[i].Caption.ToString()?+?‘\t‘;
????????????}
????????????colHeaders?+=?dt.Columns[dt.Columns.Count?-?1].Caption.ToString()?+?‘\n‘;
????????????resp.Write(colHeaders);
????????????System.IO.StringWriter?sw?=?new?System.IO.StringWriter();
????????????foreach?(DataRow?row?in?dt.Rows)
????????????{
????????????????string?swwrite?=?string.Empty;
????????????????for?(int?i?=?0;?i?????????????????{
????????????????????string?str?=?row[i].ToString().Replace(“\r“?““).Replace(“\n“?““).Replace(“\t“?““);
????????????????????if?(i?==?0)
????????????????????????swwrite?+=?“=\““?+?str?+?“\“\t=\““;
????????????????????else
????????????????????????swwrite?+=?str?+?“\“\t=\““;
????????????????}
????????????????swwrite?+=?row[dt.Columns.Count?-?1].ToString()?+?“\““;
????????????????sw.WriteLine(swwrite);
????????????}
????????????resp.Write(sw);
????????????resp.End();
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????37376??2007-09-28?18:11??JKCRM\Doc\CRM整合系統界面需求-20070826.doc
?????文件??????56403??2007-09-28?10:58??JKCRM\Doc\CRM新增的表.pdm
?????文件???????1421??2008-03-03?09:26??JKCRM\Doc\hur.txt
?????文件?????301843??2007-10-22?10:42??JKCRM\Doc\Mis_CSC.pdb
?????文件?????301843??2007-10-22?10:42??JKCRM\Doc\Mis_CSC.pdm
?????文件?????271360??2007-10-25?12:40??JKCRM\Doc\MIS_CSC需求分析更新-20070827.doc
?????目錄??????????0??2009-07-08?07:35??JKCRM\Doc
?????文件??????32768??2007-10-25?11:43??JKCRM\Source\BLL\bin\Debug\BLL.dll
?????文件??????85504??2007-10-25?11:43??JKCRM\Source\BLL\bin\Debug\BLL.pdb
?????文件??????49152??2007-10-25?11:30??JKCRM\Source\BLL\bin\Debug\DAL.dll
?????文件??????79360??2007-10-25?11:30??JKCRM\Source\BLL\bin\Debug\DAL.pdb
?????文件?????548864??2007-10-25?11:30??JKCRM\Source\BLL\bin\Debug\Entity.dll
?????文件?????957952??2007-10-25?11:30??JKCRM\Source\BLL\bin\Debug\Entity.pdb
?????文件?????270336??2007-05-22?22:38??JKCRM\Source\BLL\bin\Debug\MySql.Data.dll
?????文件?????295315??2007-03-05?14:04??JKCRM\Source\BLL\bin\Debug\MySql.Data.xm
?????文件?????188416??2007-07-11?13:51??JKCRM\Source\BLL\bin\Debug\NBear.Common.dll
?????文件?????577024??2007-07-11?13:51??JKCRM\Source\BLL\bin\Debug\NBear.Common.pdb
?????文件?????198630??2007-07-11?13:51??JKCRM\Source\BLL\bin\Debug\NBear.Common.xm
?????文件?????139264??2007-07-11?13:51??JKCRM\Source\BLL\bin\Debug\NBear.Data.dll
?????文件?????331264??2007-07-11?13:51??JKCRM\Source\BLL\bin\Debug\NBear.Data.pdb
?????文件?????165644??2007-07-11?13:51??JKCRM\Source\BLL\bin\Debug\NBear.Data.xm
?????文件?????576000??2007-04-23?00:47??JKCRM\Source\BLL\bin\Debug\System.Data.SQLite.dll
?????目錄??????????0??2009-07-08?07:35??JKCRM\Source\BLL\bin\Debug
?????目錄??????????0??2009-07-08?07:35??JKCRM\Source\BLL\bin
?????文件???????3699??2007-10-25?11:30??JKCRM\Source\BLL\BLL.csproj
?????文件????????168??2007-10-24?12:19??JKCRM\Source\BLL\BLL.csproj.user
?????文件????????256??2007-09-27?10:03??JKCRM\Source\BLL\BLL.csproj.vspscc
?????文件???????2011??2007-10-25?11:31??JKCRM\Source\BLL\Common\Excel.cs
?????文件??????10225??2007-10-19?15:27??JKCRM\Source\BLL\Common\Pub.cs
?????目錄??????????0??2009-07-08?07:35??JKCRM\Source\BLL\Common
............此處省略625個文件信息
- 上一篇:CDRoller9注冊破解版.7z
- 下一篇:myplot.rar
評論
共有 條評論