資源簡介
報表管理系統(tǒng)功能介紹
目前公司是通過EMAIL 來進行報表在各個分店及總部間傳遞。為了安全、方便考慮,想做成系統(tǒng)。
具體功能如下:
1、分店按月填報數(shù)據(jù),經(jīng)審核后,上報給總部
2、上報后的數(shù)據(jù),分店不能對數(shù)據(jù)進行修改
3、總部只能看到分店上報后的數(shù)據(jù),并且可以對數(shù)據(jù)進行駁回處理
4、分店可以修改總部駁回后的數(shù)據(jù)
5、要有數(shù)據(jù)導出、打印功能。
6、有增加店鋪、人員功能,并能進行操作員進行權(quán)限分配
流程如下
參考界面(要模仿這個做)
我們需要做的表格如下:
執(zhí)行部門就是上面所說的店鋪,可隨意添加。
項目名稱及具體內(nèi)容也可行添加。注:各個分店的項目名稱及具體內(nèi)容可能不一樣。
第一項的收入、毛利潤、數(shù)量是在年初有總部對各個分店設(shè)置好的年終目標。
在這個表格里需要分部按月填的就是白底的部分; 累計收入:為從年初1月份到當前月份的數(shù)據(jù)累計,完成比例 = 累計收入 / 年終目標
此表在分店填報數(shù)據(jù)的時候沒有增加功能,根據(jù)設(shè)定好的項目名稱和具體內(nèi)容來填寫數(shù)據(jù)。

代碼片段和文件信息
using?System;
using?System.Configuration;
using?System.Data;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.HtmlControls;
using?System.Web.UI.WebControls;
using?System.Collections;
public?partial?class?_Default?:?System.Web.UI.Page?
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????if?(!IsPostBack)
????????{
????????????string?user=Request.QueryString[“textfield“];
????????????string?password=?Request.QueryString[“textfield2“];
????????????string?yzm?=?Session[“CheckCode“].ToString();
????????????string?yzmyzm?=?Request.QueryString[“yzm“];
????????????if?(yzm?==?yzmyzm)
????????????{
????????????????Response.Write(“ript>alert(‘驗證碼輸入錯誤‘);location.href=‘login.html‘; ript>“);
????????????????Response.End();
????????????}
????????????else?if?(new?FenGongshi().CheckLogin(user?password)?==?false)
????????????{
????????????????Response.Write(“ript?type=‘text/javascript‘>alert(‘密碼輸入錯誤?!‘);location.href=‘login.html‘; ript>“);
????????????????Response.End();
????????????}
????????????else
????????????{
????????????????GrantName?g?=?new?FenGongshi().GetRoleById(user);
????????????????gongshiName.Text?=?g.GongShiName;
????????????????
????????????????//存儲
????????????????Session[“GrantName“]?=?g;
????????????????ArrayList??lst=?new?FenGongshi().ReturnGrantNameByRoleId(g.RoleID);
???????????????//?lst.Add(g.FenGongshiId);
????????????????ExtTree?d?=?new?ExtTree();
????????????????DB.lst=?lst;
????????????????DB.lstitem?=?new?FenGongshi().GetFenGongshiItemGrant(g.RoleID);
????????????????d.CreateExtTreeJSON();
????????????????????????????????
????????????????MenuDAL?dal?=?new?MenuDAL();
????????????????DB.lstMenu?=?new?FenGongshi().GetMenuGrantFu(g.RoleID);
????????????????dal.CreateHTML();
????????????}
????????}
????}
????public?string?GetMenuString()
????{
????????return?MenuDAL.Current.CreateHTML();
????}
????public?string?GetTreeJSON()
????{
????????return?ExtTree.Current.CreateExtTreeJSON();
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????392??2008-07-12?23:53??WebRepeatManager\WebRepeatManager\admin\articles.aspx
?????文件????????415??2008-07-12?23:12??WebRepeatManager\WebRepeatManager\admin\articles.aspx.cs
?????文件????????657??2008-07-12?23:12??WebRepeatManager\WebRepeatManager\admin\MasterPage.master
?????文件????????423??2008-07-12?23:12??WebRepeatManager\WebRepeatManager\admin\MasterPage.master.cs
?????文件????????387??2008-07-12?23:18??WebRepeatManager\WebRepeatManager\admin\roles.aspx
?????文件????????412??2008-07-12?23:12??WebRepeatManager\WebRepeatManager\admin\roles.aspx.cs
?????文件????????446??2008-07-14?23:11??WebRepeatManager\WebRepeatManager\admin\users.aspx
?????文件????????539??2008-07-15?16:12??WebRepeatManager\WebRepeatManager\admin\users.aspx.cs
?????文件???????2567??2011-05-25?21:47??WebRepeatManager\WebRepeatManager\App_Code\clsDyCrystalReportCore.cs
?????文件???????3409??2011-05-06?20:06??WebRepeatManager\WebRepeatManager\App_Code\DataSet1.xsd
?????文件????????851??2011-05-06?20:06??WebRepeatManager\WebRepeatManager\App_Code\DataSet1.xss
?????文件???????3682??2011-05-09?15:39??WebRepeatManager\WebRepeatManager\App_Code\DataSet3.xsd
?????文件????????852??2011-05-09?15:38??WebRepeatManager\WebRepeatManager\App_Code\DataSet3.xss
?????文件???????2932??2011-05-10?22:43??WebRepeatManager\WebRepeatManager\App_Code\DB.cs
?????文件???????4521??2011-05-25?22:46??WebRepeatManager\WebRepeatManager\App_Code\ExtTree.cs
?????文件??????11572??2011-05-26?19:29??WebRepeatManager\WebRepeatManager\App_Code\FenGongshi.cs
?????文件???????2755??2011-05-26?19:43??WebRepeatManager\WebRepeatManager\App_Code\GongGong.cs
?????文件????????827??2011-05-08?22:52??WebRepeatManager\WebRepeatManager\App_Code\GrantName.cs
?????文件???????4999??2011-05-08?23:15??WebRepeatManager\WebRepeatManager\App_Code\MenuDAL.cs
?????文件???????2251??2011-05-08?22:48??WebRepeatManager\WebRepeatManager\App_Code\RoleService.cs
?????文件???????1567??2011-05-08?22:57??WebRepeatManager\WebRepeatManager\App_Code\UsersService.cs
?????文件????????353??2011-05-07?10:10??WebRepeatManager\WebRepeatManager\App_Code\xm
?????文件????1097728??2011-05-10?22:29??WebRepeatManager\WebRepeatManager\App_Data\#db?-?副本.mdb
?????文件????1097728??2011-06-26?20:58??WebRepeatManager\WebRepeatManager\App_Data\#db.mdb
?????文件???????1074??2011-05-25?22:40??WebRepeatManager\WebRepeatManager\App_Data\test.xm
?????文件???????6857??2011-05-26?21:05??WebRepeatManager\WebRepeatManager\App_Data\tree.xm
?????文件???????1074??2011-05-23?22:29??WebRepeatManager\WebRepeatManager\App_Data\xm
?????文件???????3361??2011-05-23?22:11??WebRepeatManager\WebRepeatManager\css\css.css
?????文件???????1088??2008-04-03?16:44??WebRepeatManager\WebRepeatManager\css\images\bg.gif
?????文件????????919??2008-05-06?16:44??WebRepeatManager\WebRepeatManager\css\images\folder.gif
............此處省略539個文件信息
評論
共有 條評論