在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → 开源JimCRM系统(SQL2005+C#3.5+VS2008)

开源JimCRM系统(SQL2005+C#3.5+VS2008)

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:3.42M
  • 下载次数:7
  • 浏览次数:97
  • 发布时间:2023-06-21
  • 实例类别:C#语言基础
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 相关标签: crm系统 2005 2008 sql CRM

实例介绍

【实例简介】开源JimCRM系统(SQL2005 C#3.5 VS2008)
内部管理系统:员工、部门、帐户、角色、菜单定制等; 客户管理系统:客户、联系人、供应商、事件、外出、销售机会等; 客户服务系统:技术支持、售后服务 销售管理系统:采购单、报价单、订单、发票 贸易行业进销存...

【实例截图】

from clipboard

【核心代码】
文件清单
└── SMSWebApp
    ├── AppWeb.csproj
    ├── AppWeb.csproj.user
    ├── bin
    │   ├── FredCK.FCKeditorV2.dll
    │   ├── GoldPrinter.dll
    │   ├── Interop.jmail.dll
    │   ├── jmail.dll
    │   ├── LinkBean.dll
    │   ├── LinkBean.pdb
    │   ├── SMSWebApp.dll
    │   ├── SMSWebApp.pdb
    │   └── WebChart.dll
    ├── Default.aspx
    ├── Default.aspx.cs
    ├── Default.aspx.designer.cs
    ├── Desktop.aspx
    ├── Desktop.aspx.cs
    ├── Desktop.aspx.designer.cs
    ├── EntryLeft.aspx
    ├── EntryLeft.aspx.cs
    ├── EntryLeft.aspx.designer.cs
    ├── EntrySeverInterface.htm
    ├── EntryTop.aspx
    ├── EntryTop.aspx.cs
    ├── EntryTop.aspx.designer.cs
    ├── Error.htm
    ├── fcke
    │   ├── editor
    │   │   ├── css
    │   │   │   ├── behaviors
    │   │   │   ├── fck_editorarea.css
    │   │   │   ├── fck_internal.css
    │   │   │   ├── fck_showtableborders_gecko.css
    │   │   │   └── images
    │   │   ├── dialog
    │   │   │   ├── common
    │   │   │   │   ├── fck_dialog_common.css
    │   │   │   │   ├── fck_dialog_common.js
    │   │   │   │   ├── fcknumericfield.htc
    │   │   │   │   ├── images
    │   │   │   │   │   ├── locked.gif
    │   │   │   │   │   ├── reset.gif
    │   │   │   │   │   └── unlocked.gif
    │   │   │   │   └── moz-bindings.xml
    │   │   │   ├── fck_about
    │   │   │   │   ├── lgpl.html
    │   │   │   │   ├── logo_fckeditor.gif
    │   │   │   │   └── logo_fredck.gif
    │   │   │   ├── fck_about.html
    │   │   │   ├── fck_anchor.html
    │   │   │   ├── fck_button.html
    │   │   │   ├── fck_checkbox.html
    │   │   │   ├── fck_colorselector.html
    │   │   │   ├── fck_docprops
    │   │   │   │   └── fck_document_preview.html
    │   │   │   ├── fck_docprops.html
    │   │   │   ├── fck_find.html
    │   │   │   ├── fck_flash
    │   │   │   │   └── fck_flash.js
    │   │   │   ├── fck_flash.html
    │   │   │   ├── fck_form.html
    │   │   │   ├── fck_hiddenfield.html
    │   │   │   ├── fck_image
    │   │   │   │   └── fck_image.js
    │   │   │   ├── fck_image.html
    │   │   │   ├── fck_link
    │   │   │   │   └── fck_link.js
    │   │   │   ├── fck_link.html
    │   │   │   ├── fck_listprop.html
    │   │   │   ├── fck_paste.html
    │   │   │   ├── fck_radiobutton.html
    │   │   │   ├── fck_replace.html
    │   │   │   ├── fck_select
    │   │   │   │   └── fck_select.js
    │   │   │   ├── fck_select.html
    │   │   │   ├── fck_smiley.html
    │   │   │   ├── fck_source.html
    │   │   │   ├── fck_specialchar.html
    │   │   │   ├── fck_spellerpages.html
    │   │   │   ├── fck_tablecell.html
    │   │   │   ├── fck_table.html
    │   │   │   ├── fck_template
    │   │   │   │   └── images
    │   │   │   │       ├── template1.gif
    │   │   │   │       ├── template2.gif
    │   │   │   │       └── template3.gif
    │   │   │   ├── fck_template.html
    │   │   │   ├── fck_textarea.html
    │   │   │   ├── fck_textfield.html
    │   │   │   ├── fck_universalkey
    │   │   │   │   ├── 00.gif
    │   │   │   │   ├── data.js
    │   │   │   │   ├── diacritic.js
    │   │   │   │   ├── dialogue.js
    │   │   │   │   ├── fck_universalkey.css
    │   │   │   │   ├── keyboard_layout.gif
    │   │   │   │   └── multihexa.js
    │   │   │   └── fck_universalkey.html
    │   │   ├── fckblank.html
    │   │   ├── fckdialog.html
    │   │   ├── fckeditor.html
    │   │   ├── fckeditor.original.html
    │   │   ├── images
    │   │   │   ├── anchor.gif
    │   │   │   ├── smiley
    │   │   │   │   ├── fun
    │   │   │   │   │   ├── aiua.gif
    │   │   │   │   │   ├── ak.gif
    │   │   │   │   │   ├── alien2.gif
    │   │   │   │   │   ├── alien.gif
    │   │   │   │   │   ├── angry1.gif
    │   │   │   │   │   ├── angry.gif
    │   │   │   │   │   ├── apophys.gif
    │   │   │   │   │   ├── assjani.gif
    │   │   │   │   │   ├── asthanos.gif
    │   │   │   │   │   ├── bazuzeus.gif
    │   │   │   │   │   ├── beaute.gif
    │   │   │   │   │   ├── bigsmile.gif
    │   │   │   │   │   ├── blush.gif
    │   │   │   │   │   ├── boid.gif
    │   │   │   │   │   ├── bonk.gif
    │   │   │   │   │   ├── bored.gif
    │   │   │   │   │   ├── borg.gif
    │   │   │   │   │   ├── capo.gif
    │   │   │   │   │   ├── confused.gif
    │   │   │   │   │   ├── cool.gif
    │   │   │   │   │   ├── crazy.gif
    │   │   │   │   │   ├── cwm14.gif
    │   │   │   │   │   ├── demis_roussos.gif
    │   │   │   │   │   ├── devil2.gif
    │   │   │   │   │   ├── devil.gif
    │   │   │   │   │   ├── double0smile.gif
    │   │   │   │   │   ├── eek3.gif
    │   │   │   │   │   ├── eltaf.gif
    │   │   │   │   │   ├── gele.gif
    │   │   │   │   │   ├── halm.gif
    │   │   │   │   │   ├── happy.gif
    │   │   │   │   │   ├── icon12.gif
    │   │   │   │   │   ├── icon23.gif
    │   │   │   │   │   ├── icon26.gif
    │   │   │   │   │   ├── icon_angel.gif
    │   │   │   │   │   ├── icon_bandit.gif
    │   │   │   │   │   ├── icon_bravo.gif
    │   │   │   │   │   ├── icon_clown.gif
    │   │   │   │   │   ├── jesors1.gif
    │   │   │   │   │   ├── jesors.gif
    │   │   │   │   │   ├── lol3.gif
    │   │   │   │   │   ├── love.gif
    │   │   │   │   │   ├── mad.gif
    │   │   │   │   │   ├── megaphone.gif
    │   │   │   │   │   ├── mmm.gif
    │   │   │   │   │   ├── music.gif
    │   │   │   │   │   ├── notify.gif
    │   │   │   │   │   ├── nuts.gif
    │   │   │   │   │   ├── obanon.gif
    │   │   │   │   │   ├── ouaip.gif
    │   │   │   │   │   ├── pleure.gif
    │   │   │   │   │   ├── plugin.gif
    │   │   │   │   │   ├── question2.gif
    │   │   │   │   │   ├── question.gif
    │   │   │   │   │   ├── rasta2.gif
    │   │   │   │   │   ├── rastapop.gif
    │   │   │   │   │   ├── rosebud.gif
    │   │   │   │   │   ├── sad2.gif
    │   │   │   │   │   ├── sad.gif
    │   │   │   │   │   ├── shocked.gif
    │   │   │   │   │   ├── sick2.gif
    │   │   │   │   │   ├── sick.gif
    │   │   │   │   │   ├── slaap.gif
    │   │   │   │   │   ├── sleep.gif
    │   │   │   │   │   ├── smile.gif
    │   │   │   │   │   ├── smiley_peur.gif
    │   │   │   │   │   ├── sors.gif
    │   │   │   │   │   ├── sovxx.gif
    │   │   │   │   │   ├── spamafote.gif
    │   │   │   │   │   ├── tap67.gif
    │   │   │   │   │   ├── thumbdown.gif
    │   │   │   │   │   ├── thumbup.gif
    │   │   │   │   │   ├── tigi.gif
    │   │   │   │   │   ├── toad666.gif
    │   │   │   │   │   ├── tongue.gif
    │   │   │   │   │   ├── tuffgong.gif
    │   │   │   │   │   ├── urgeman.gif
    │   │   │   │   │   ├── vanadium.gif
    │   │   │   │   │   ├── wink.gif
    │   │   │   │   │   ├── worship.gif
    │   │   │   │   │   ├── wouaf.gif
    │   │   │   │   │   ├── wow.gif
    │   │   │   │   │   ├── xp1700.gif
    │   │   │   │   │   ├── yltype.gif
    │   │   │   │   │   ├── yopyopyop.gif
    │   │   │   │   │   ├── youpi.gif
    │   │   │   │   │   └── zoor.gif
    │   │   │   │   └── msn
    │   │   │   │       ├── angel_smile.gif
    │   │   │   │       ├── angry_smile.gif
    │   │   │   │       ├── broken_heart.gif
    │   │   │   │       ├── cake.gif
    │   │   │   │       ├── confused_smile.gif
    │   │   │   │       ├── cry_smile.gif
    │   │   │   │       ├── devil_smile.gif
    │   │   │   │       ├── embaressed_smile.gif
    │   │   │   │       ├── envelope.gif
    │   │   │   │       ├── heart.gif
    │   │   │   │       ├── kiss.gif
    │   │   │   │       ├── lightbulb.gif
    │   │   │   │       ├── omg_smile.gif
    │   │   │   │       ├── regular_smile.gif
    │   │   │   │       ├── sad_smile.gif
    │   │   │   │       ├── shades_smile.gif
    │   │   │   │       ├── teeth_smile.gif
    │   │   │   │       ├── thumbs_down.gif
    │   │   │   │       ├── thumbs_up.gif
    │   │   │   │       ├── tounge_smile.gif
    │   │   │   │       ├── whatchutalkingabout_smile.gif
    │   │   │   │       └── wink_smile.gif
    │   │   │   └── spacer.gif
    │   │   ├── js
    │   │   │   ├── fckeditorcode_gecko_1.js
    │   │   │   ├── fckeditorcode_gecko_2.js
    │   │   │   ├── fckeditorcode_ie_1.js
    │   │   │   ├── fckeditorcode_ie_2.js
    │   │   │   └── fck_startup.js
    │   │   ├── lang
    │   │   │   ├── ar.js
    │   │   │   ├── bg.js
    │   │   │   ├── bs.js
    │   │   │   ├── ca.js
    │   │   │   ├── cs.js
    │   │   │   ├── da.js
    │   │   │   ├── de.js
    │   │   │   ├── el.js
    │   │   │   ├── en-au.js
    │   │   │   ├── en.js
    │   │   │   ├── en-uk.js
    │   │   │   ├── eo.js
    │   │   │   ├── es.js
    │   │   │   ├── et.js
    │   │   │   ├── eu.js
    │   │   │   ├── fa.js
    │   │   │   ├── fcklanguagemanager.js
    │   │   │   ├── fi.js
    │   │   │   ├── fo.js
    │   │   │   ├── fr.js
    │   │   │   ├── gl.js
    │   │   │   ├── he.js
    │   │   │   ├── hr.js
    │   │   │   ├── hu.js
    │   │   │   ├── it.js
    │   │   │   ├── ja.js
    │   │   │   ├── ko.js
    │   │   │   ├── lt.js
    │   │   │   ├── mn.js
    │   │   │   ├── ms.js
    │   │   │   ├── nl.js
    │   │   │   ├── no.js
    │   │   │   ├── pl.js
    │   │   │   ├── pt-br.js
    │   │   │   ├── pt.js
    │   │   │   ├── ro.js
    │   │   │   ├── ru.js
    │   │   │   ├── sk.js
    │   │   │   ├── sl.js
    │   │   │   ├── sr.js
    │   │   │   ├── sr-latn.js
    │   │   │   ├── sv.js
    │   │   │   ├── th.js
    │   │   │   ├── _translationstatus.txt
    │   │   │   ├── tr.js
    │   │   │   ├── uk.js
    │   │   │   ├── vi.js
    │   │   │   ├── zh-cn.js
    │   │   │   └── zh.js
    │   │   ├── plugins
    │   │   │   ├── placeholder
    │   │   │   │   ├── fck_placeholder.html
    │   │   │   │   ├── fckplugin.js
    │   │   │   │   ├── lang
    │   │   │   │   │   ├── de.js
    │   │   │   │   │   ├── en.js
    │   │   │   │   │   ├── fr.js
    │   │   │   │   │   └── it.js
    │   │   │   │   └── placeholder.gif
    │   │   │   ├── simplecommands
    │   │   │   │   └── fckplugin.js
    │   │   │   └── tablecommands
    │   │   │       └── fckplugin.js
    │   │   └── skins
    │   │       ├── default
    │   │       │   ├── fck_contextmenu.css
    │   │       │   ├── fck_dialog.css
    │   │       │   ├── fck_editor.css
    │   │       │   ├── images
    │   │       │   │   ├── toolbar.arrowright.gif
    │   │       │   │   ├── toolbar.buttonarrow.gif
    │   │       │   │   ├── toolbar.collapse.gif
    │   │       │   │   ├── toolbar.end.gif
    │   │       │   │   ├── toolbar.expand.gif
    │   │       │   │   ├── toolbar.separator.gif
    │   │       │   │   └── toolbar.start.gif
    │   │       │   └── toolbar
    │   │       │       ├── about.gif
    │   │       │       ├── anchor.gif
    │   │       │       ├── bgcolor.gif
    │   │       │       ├── bold.gif
    │   │       │       ├── bulletedlist.gif
    │   │       │       ├── button.gif
    │   │       │       ├── checkbox.gif
    │   │       │       ├── copy.gif
    │   │       │       ├── cut.gif
    │   │       │       ├── docprops.gif
    │   │       │       ├── find.gif
    │   │       │       ├── flash.gif
    │   │       │       ├── form.gif
    │   │       │       ├── hiddenfield.gif
    │   │       │       ├── imagebutton.gif
    │   │       │       ├── image.gif
    │   │       │       ├── indent.gif
    │   │       │       ├── inserthorizontalrule.gif
    │   │       │       ├── insertorderedlist.gif
    │   │       │       ├── insertunorderedlist.gif
    │   │       │       ├── italic.gif
    │   │       │       ├── justifycenter.gif
    │   │       │       ├── justifyfull.gif
    │   │       │       ├── justifyleft.gif
    │   │       │       ├── justifyright.gif
    │   │       │       ├── link.gif
    │   │       │       ├── newpage.gif
    │   │       │       ├── numberedlist.gif
    │   │       │       ├── outdent.gif
    │   │       │       ├── pagebreak.gif
    │   │       │       ├── paste.gif
    │   │       │       ├── pastetext.gif
    │   │       │       ├── pasteword.gif
    │   │       │       ├── preview.gif
    │   │       │       ├── print.gif
    │   │       │       ├── radio.gif
    │   │       │       ├── redo.gif
    │   │       │       ├── removeformat.gif
    │   │       │       ├── replace.gif
    │   │       │       ├── save.gif
    │   │       │       ├── selectall.gif
    │   │       │       ├── select.gif
    │   │       │       ├── showdetails.gif
    │   │       │       ├── showtableborders.gif
    │   │       │       ├── smiley.gif
    │   │       │       ├── source.gif
    │   │       │       ├── specialchar.gif
    │   │       │       ├── spellcheck.gif
    │   │       │       ├── strikethrough.gif
    │   │       │       ├── subscript.gif
    │   │       │       ├── superscript.gif
    │   │       │       ├── tablecell.gif
    │   │       │       ├── tabledeletecells.gif
    │   │       │       ├── tabledeletecolumns.gif
    │   │       │       ├── tabledeleterows.gif
    │   │       │       ├── table.gif
    │   │       │       ├── tableinsertcell.gif
    │   │       │       ├── tableinsertcolumn.gif
    │   │       │       ├── tableinsertrow.gif
    │   │       │       ├── tablemergecells.gif
    │   │       │       ├── tablesplitcell.gif
    │   │       │       ├── templates.gif
    │   │       │       ├── textarea.gif
    │   │       │       ├── textcolor.gif
    │   │       │       ├── textfield.gif
    │   │       │       ├── underline.gif
    │   │       │       ├── undo.gif
    │   │       │       ├── universalkey.gif
    │   │       │       ├── unlink.gif
    │   │       │       └── unorderedlist.gif
    │   │       ├── office2003
    │   │       │   ├── fck_contextmenu.css
    │   │       │   ├── fck_dialog.css
    │   │       │   ├── fck_editor.css
    │   │       │   ├── images
    │   │       │   │   ├── toolbar.arrowright.gif
    │   │       │   │   ├── toolbar.bg.gif
    │   │       │   │   ├── toolbar.buttonarrow.gif
    │   │       │   │   ├── toolbar.collapse.gif
    │   │       │   │   ├── toolbar.end.gif
    │   │       │   │   ├── toolbar.expand.gif
    │   │       │   │   ├── toolbar.separator.gif
    │   │       │   │   └── toolbar.start.gif
    │   │       │   └── toolbar
    │   │       │       ├── about.gif
    │   │       │       ├── anchor.gif
    │   │       │       ├── bgcolor.gif
    │   │       │       ├── bold.gif
    │   │       │       ├── bulletedlist.gif
    │   │       │       ├── button.gif
    │   │       │       ├── checkbox.gif
    │   │       │       ├── copy.gif
    │   │       │       ├── cut.gif
    │   │       │       ├── docprops.gif
    │   │       │       ├── find.gif
    │   │       │       ├── flash.gif
    │   │       │       ├── fontstyleadv.gif
    │   │       │       ├── form.gif
    │   │       │       ├── hiddenfield.gif
    │   │       │       ├── hidden.gif
    │   │       │       ├── imagebutton.gif
    │   │       │       ├── image.gif
    │   │       │       ├── indent.gif
    │   │       │       ├── input.gif
    │   │       │       ├── inserthorizontalrule.gif
    │   │       │       ├── insertorderedlist.gif
    │   │       │       ├── insertunorderedlist.gif
    │   │       │       ├── italic.gif
    │   │       │       ├── justifycenter.gif
    │   │       │       ├── justifyfull.gif
    │   │       │       ├── justifyleft.gif
    │   │       │       ├── justifyright.gif
    │   │       │       ├── link.gif
    │   │       │       ├── mail.gif
    │   │       │       ├── new.gif
    │   │       │       ├── newpage.gif
    │   │       │       ├── numberedlist.gif
    │   │       │       ├── open.gif
    │   │       │       ├── outdent.gif
    │   │       │       ├── pagebreak.gif
    │   │       │       ├── paste.gif
    │   │       │       ├── pastetext.gif
    │   │       │       ├── pasteword.gif
    │   │       │       ├── preview.gif
    │   │       │       ├── print.gif
    │   │       │       ├── radio.gif
    │   │       │       ├── redo.gif
    │   │       │       ├── removeformat.gif
    │   │       │       ├── replace.gif
    │   │       │       ├── save.gif
    │   │       │       ├── selectall.gif
    │   │       │       ├── select.gif
    │   │       │       ├── showdetails.gif
    │   │       │       ├── showtableborders.gif
    │   │       │       ├── smiley.gif
    │   │       │       ├── source.gif
    │   │       │       ├── specialchar.gif
    │   │       │       ├── spellcheck.gif
    │   │       │       ├── strikethrough.gif
    │   │       │       ├── subscript.gif
    │   │       │       ├── superscript.gif
    │   │       │       ├── tablecell.gif
    │   │       │       ├── tabledeletecells.gif
    │   │       │       ├── tabledeletecolumns.gif
    │   │       │       ├── tabledeleterows.gif
    │   │       │       ├── table.gif
    │   │       │       ├── tableinsertcell.gif
    │   │       │       ├── tableinsertcolumn.gif
    │   │       │       ├── tableinsertrow.gif
    │   │       │       ├── tablemergecells.gif
    │   │       │       ├── tablesplitcell.gif
    │   │       │       ├── templates.gif
    │   │       │       ├── textarea.gif
    │   │       │       ├── textcolor.gif
    │   │       │       ├── textfield.gif
    │   │       │       ├── underline.gif
    │   │       │       ├── undo.gif
    │   │       │       ├── universalkey.gif
    │   │       │       ├── unlink.gif
    │   │       │       └── unorderedlist.gif
    │   │       └── silver
    │   │           ├── fck_contextmenu.css
    │   │           ├── fck_dialog.css
    │   │           ├── fck_editor.css
    │   │           ├── images
    │   │           │   ├── toolbar.arrowright.gif
    │   │           │   ├── toolbar.buttonarrow.gif
    │   │           │   ├── toolbar.buttonbg.gif
    │   │           │   ├── toolbar.collapse.gif
    │   │           │   ├── toolbar.end.gif
    │   │           │   ├── toolbar.expand.gif
    │   │           │   ├── toolbar.separator.gif
    │   │           │   └── toolbar.start.gif
    │   │           └── toolbar
    │   │               ├── about.gif
    │   │               ├── anchor.gif
    │   │               ├── bgcolor.gif
    │   │               ├── bold.gif
    │   │               ├── bulletedlist.gif
    │   │               ├── button.gif
    │   │               ├── checkbox.gif
    │   │               ├── copy.gif
    │   │               ├── cut.gif
    │   │               ├── docprops.gif
    │   │               ├── find.gif
    │   │               ├── flash.gif
    │   │               ├── form.gif
    │   │               ├── hiddenfield.gif
    │   │               ├── imagebutton.gif
    │   │               ├── image.gif
    │   │               ├── indent.gif
    │   │               ├── inserthorizontalrule.gif
    │   │               ├── insertorderedlist.gif
    │   │               ├── insertunorderedlist.gif
    │   │               ├── italic.gif
    │   │               ├── justifycenter.gif
    │   │               ├── justifyfull.gif
    │   │               ├── justifyleft.gif
    │   │               ├── justifyright.gif
    │   │               ├── link.gif
    │   │               ├── newpage.gif
    │   │               ├── numberedlist.gif
    │   │               ├── outdent.gif
    │   │               ├── pagebreak.gif
    │   │               ├── paste.gif
    │   │               ├── pastetext.gif
    │   │               ├── pasteword.gif
    │   │               ├── preview.gif
    │   │               ├── print.gif
    │   │               ├── radio.gif
    │   │               ├── redo.gif
    │   │               ├── removeformat.gif
    │   │               ├── replace.gif
    │   │               ├── save.gif
    │   │               ├── selectall.gif
    │   │               ├── select.gif
    │   │               ├── showdetails.gif
    │   │               ├── showtableborders.gif
    │   │               ├── smiley.gif
    │   │               ├── source.gif
    │   │               ├── specialchar.gif
    │   │               ├── spellcheck.gif
    │   │               ├── strikethrough.gif
    │   │               ├── subscript.gif
    │   │               ├── superscript.gif
    │   │               ├── tablecell.gif
    │   │               ├── tabledeletecells.gif
    │   │               ├── tabledeletecolumns.gif
    │   │               ├── tabledeleterows.gif
    │   │               ├── table.gif
    │   │               ├── tableinsertcell.gif
    │   │               ├── tableinsertcolumn.gif
    │   │               ├── tableinsertrow.gif
    │   │               ├── tablemergecells.gif
    │   │               ├── tablesplitcell.gif
    │   │               ├── templates.gif
    │   │               ├── textarea.gif
    │   │               ├── textcolor.gif
    │   │               ├── textfield.gif
    │   │               ├── underline.gif
    │   │               ├── undo.gif
    │   │               ├── universalkey.gif
    │   │               ├── unlink.gif
    │   │               └── unorderedlist.gif
    │   ├── fckconfig.js
    │   └── FCKeditor-license.txt
    ├── Images
    │   ├── add.gif
    │   ├── asearch.gif
    │   ├── chart
    │   │   ├── chartbk.jpg
    │   │   └── Thumbs.db
    │   ├── del.gif
    │   ├── dn.gif
    │   ├── edit.gif
    │   ├── ffwd.gif
    │   ├── folder.gif
    │   ├── folder-up.gif
    │   ├── frew.gif
    │   ├── fwd.gif
    │   ├── index
    │   │   ├── 153.gif
    │   │   ├── bg.gif
    │   │   ├── biao.gif
    │   │   ├── lefttitle_bg.gif
    │   │   ├── nav_r.gif
    │   │   ├── Thumbs.db
    │   │   ├── title_bk.jpg
    │   │   ├── title_mid.jpg
    │   │   ├── top1.gif
    │   │   ├── top2.gif
    │   │   ├── top3.gif
    │   │   ├── top.gif
    │   │   ├── top_l.gif
    │   │   ├── top_m.gif
    │   │   └── top_r.gif
    │   ├── leftbk.jpg
    │   ├── LoginBk.jpg
    │   ├── LoginMainBk.jpg
    │   ├── lt.gif
    │   ├── Main_bg.gif
    │   ├── moduleheaher.gif
    │   ├── navlink.gif
    │   ├── page_button.gif
    │   ├── page_button_long.GIF
    │   ├── Pop_page_back.gif
    │   ├── psearch.gif
    │   ├── rew.gif
    │   ├── rt.gif
    │   ├── Search.gif
    │   ├── Top_bg.gif
    │   ├── topbg.jpg
    │   └── up.gif
    ├── JS
    │   ├── calendar.js
    │   ├── inputFace.js
    │   ├── jsFunction.js
    │   └── prototype.js
    ├── LinkUS.htm
    ├── Logger
    │   ├── smsLog200811.log
    │   ├── smsLog200812.log
    │   ├── smsLog20091.log
    │   ├── smsLog20093.log
    │   ├── smsLog20094.log
    │   ├── smsLog20095.log
    │   └── smsLog20096.log
    ├── ModAccount
    │   ├── AccountDetail.aspx
    │   ├── AccountDetail.aspx.cs
    │   ├── AccountDetail.aspx.designer.cs
    │   ├── AccountList.aspx
    │   ├── AccountList.aspx.cs
    │   ├── AccountList.aspx.designer.cs
    │   ├── AccountRegister.aspx
    │   ├── AccountRegister.aspx.cs
    │   ├── AccountRegister.aspx.designer.cs
    │   ├── AccountRm.htm
    │   ├── AccountSearchForInput.aspx
    │   ├── AccountSearchForInput.aspx.cs
    │   ├── AccountSearchForInput.aspx.designer.cs
    │   ├── AccountShowDetail.aspx
    │   ├── AccountShowDetail.aspx.cs
    │   ├── AccountShowDetail.aspx.designer.cs
    │   ├── AccountUpdateMemberInfo.aspx
    │   ├── AccountUpdateMemberInfo.aspx.cs
    │   ├── AccountUpdateMemberInfo.aspx.designer.cs
    │   ├── PersonCantact.aspx
    │   ├── PersonCantact.aspx.cs
    │   └── PersonCantact.aspx.designer.cs
    ├── ModAdmin
    │   ├── NoticeAddAMember.aspx
    │   ├── NoticeAddAMember.aspx.cs
    │   ├── NoticeAddAMember.aspx.designer.cs
    │   ├── NoticeAttachedFiles.aspx
    │   ├── NoticeAttachedFiles.aspx.cs
    │   ├── NoticeAttachedFiles.aspx.designer.cs
    │   ├── NoticeList.aspx
    │   ├── NoticeList.aspx.cs
    │   ├── NoticeList.aspx.designer.cs
    │   ├── NoticeReply.aspx
    │   ├── NoticeReply.aspx.cs
    │   ├── NoticeReply.aspx.designer.cs
    │   ├── NoticeReplyUpdateMemberInfo.aspx
    │   ├── NoticeReplyUpdateMemberInfo.aspx.cs
    │   ├── NoticeReplyUpdateMemberInfo.aspx.designer.cs
    │   ├── NoticeRm.htm
    │   ├── NoticeShowDetail.aspx
    │   ├── NoticeShowDetail.aspx.cs
    │   ├── NoticeShowDetail.aspx.designer.cs
    │   ├── NoticeUpdateMemberInfo.aspx
    │   ├── NoticeUpdateMemberInfo.aspx.cs
    │   └── NoticeUpdateMemberInfo.aspx.designer.cs
    ├── ModCustomer
    │   ├── CustomerAddAMember.aspx
    │   ├── CustomerAddAMember.aspx.cs
    │   ├── CustomerAddAMember.aspx.designer.cs
    │   ├── CustomerDetail.aspx
    │   ├── CustomerDetail.aspx.cs
    │   ├── CustomerDetail.aspx.designer.cs
    │   ├── CustomerList.aspx
    │   ├── CustomerList.aspx.cs
    │   ├── CustomerList.aspx.designer.cs
    │   ├── CustomerMoveToOther.aspx
    │   ├── CustomerMoveToOther.aspx.cs
    │   ├── CustomerMoveToOther.aspx.designer.cs
    │   ├── CustomerRm.htm
    │   ├── CustomerSearchForInput.aspx
    │   ├── CustomerSearchForInput.aspx.cs
    │   ├── CustomerSearchForInput.aspx.designer.cs
    │   ├── CustomerSearchList.aspx
    │   ├── CustomerSearchList.aspx.cs
    │   ├── CustomerSearchList.aspx.designer.cs
    │   ├── CustomerShowDetail.aspx
    │   ├── CustomerShowDetail.aspx.cs
    │   ├── CustomerShowDetail.aspx.designer.cs
    │   ├── CustomerStaticForOne.aspx
    │   ├── CustomerStaticForOne.aspx.cs
    │   ├── CustomerStaticForOne.aspx.designer.cs
    │   ├── CustomerUpdateMemberInfo.aspx
    │   ├── CustomerUpdateMemberInfo.aspx.cs
    │   ├── CustomerUpdateMemberInfo.aspx.designer.cs
    │   ├── DefineCustomerCategory.aspx
    │   ├── DefineCustomerCategory.aspx.cs
    │   ├── DefineCustomerCategory.aspx.designer.cs
    │   ├── DefineCustomerFromTo.aspx
    │   ├── DefineCustomerFromTo.aspx.cs
    │   ├── DefineCustomerFromTo.aspx.designer.cs
    │   ├── DefineCustomerType.aspx
    │   ├── DefineCustomerType.aspx.cs
    │   ├── DefineCustomerType.aspx.designer.cs
    │   ├── LinkManAddAMember.aspx
    │   ├── LinkManAddAMember.aspx.cs
    │   ├── LinkManAddAMember.aspx.designer.cs
    │   ├── LinkManList.aspx
    │   ├── LinkManList.aspx.cs
    │   ├── LinkManList.aspx.designer.cs
    │   ├── LinkManRm.htm
    │   ├── LinkManUpdateMemberInfo.aspx
    │   ├── LinkManUpdateMemberInfo.aspx.cs
    │   ├── LinkManUpdateMemberInfo.aspx.designer.cs
    │   ├── SendAddrAddAMember.aspx
    │   ├── SendAddrAddAMember.aspx.cs
    │   ├── SendAddrAddAMember.aspx.designer.cs
    │   ├── SendAddrList.aspx
    │   ├── SendAddrList.aspx.cs
    │   ├── SendAddrList.aspx.designer.cs
    │   ├── SendAddrRm.htm
    │   ├── SendAddrSearchForInput.aspx
    │   ├── SendAddrSearchForInput.aspx.cs
    │   ├── SendAddrSearchForInput.aspx.designer.cs
    │   ├── SendAddrUpdateMemberInfo.aspx
    │   ├── SendAddrUpdateMemberInfo.aspx.cs
    │   └── SendAddrUpdateMemberInfo.aspx.designer.cs
    ├── ModDeskTop
    │   ├── AdminDesktop.aspx
    │   ├── AdminDesktop.aspx.cs
    │   ├── AdminDesktop.aspx.designer.cs
    │   ├── DesktopSalesStics.aspx
    │   ├── DesktopSalesStics.aspx.cs
    │   ├── DesktopSalesStics.aspx.designer.cs
    │   ├── DesktopSalesTopFeature.aspx
    │   ├── DesktopSalesTopFeature.aspx.cs
    │   ├── DesktopSalesTopFeature.aspx.designer.cs
    │   ├── FinanceDesktop.aspx
    │   ├── FinanceDesktop.aspx.cs
    │   ├── FinanceDesktop.aspx.designer.cs
    │   ├── HumanDesktop.aspx
    │   ├── HumanDesktop.aspx.cs
    │   ├── HumanDesktop.aspx.designer.cs
    │   ├── ManagerDesktop.aspx
    │   ├── ManagerDesktop.aspx.cs
    │   ├── ManagerDesktop.aspx.designer.cs
    │   ├── MarketDesktop.aspx
    │   ├── MarketDesktop.aspx.cs
    │   ├── MarketDesktop.aspx.designer.cs
    │   ├── NormalDesktop.aspx
    │   ├── NormalDesktop.aspx.cs
    │   ├── NormalDesktop.aspx.designer.cs
    │   ├── ProduceDesktop.aspx
    │   ├── ProduceDesktop.aspx.cs
    │   ├── ProduceDesktop.aspx.designer.cs
    │   ├── QualityDesktop.aspx
    │   ├── QualityDesktop.aspx.cs
    │   ├── QualityDesktop.aspx.designer.cs
    │   ├── SaleDesktop.aspx
    │   ├── SaleDesktop.aspx.cs
    │   ├── SaleDesktop.aspx.designer.cs
    │   ├── ServiceDesktop.aspx
    │   ├── ServiceDesktop.aspx.cs
    │   ├── ServiceDesktop.aspx.designer.cs
    │   ├── StockDesktop.aspx
    │   ├── StockDesktop.aspx.cs
    │   ├── StockDesktop.aspx.designer.cs
    │   ├── TransportDesktop.aspx
    │   ├── TransportDesktop.aspx.cs
    │   └── TransportDesktop.aspx.designer.cs
    ├── ModEmail
    │   ├── EmailAddAMember.aspx
    │   ├── EmailAddAMember.aspx.cs
    │   ├── EmailAddAMember.aspx.designer.cs
    │   ├── EmailList.aspx
    │   ├── EmailList.aspx.cs
    │   ├── EmailList.aspx.designer.cs
    │   └── Txt
    │       ├── T99900020090527004.dat
    │       ├── T99900020090527005.dat
    │       ├── T99900020090527009.dat
    │       ├── T99900020090527010.dat
    │       ├── T99900020090527011.dat
    │       ├── T99900020090605001.dat
    │       ├── T99900020090605002.dat
    │       ├── T99900020090614001.dat
    │       ├── T99900020090614002.dat
    │       ├── T99900020090614003.dat
    │       ├── T99900020090614004.dat
    │       ├── T99900020090614005.dat
    │       ├── T99900020090614006.dat
    │       ├── T99900020090614007.dat
    │       ├── T99900020090615001.dat
    │       ├── T99900020090615002.dat
    │       ├── T99900020090615003.dat
    │       ├── T99900020090615004.dat
    │       ├── T99900020090616001.dat
    │       ├── T99900020090616002.dat
    │       ├── T99900020090618001.dat
    │       ├── T99900020090622001.dat
    │       ├── T99900020090622002.dat
    │       ├── T99900020090622003.dat
    │       ├── T99900020090622004.dat
    │       ├── T99900020090624001.dat
    │       ├── T99900020090624002.dat
    │       ├── T99900020090624003.dat
    │       ├── T99900020090624004.dat
    │       ├── T99900020090625001.dat
    │       ├── T99900020090625002.dat
    │       ├── T99900020090811001.dat
    │       └── T99900020090811002.dat
    ├── ModEmployee
    │   ├── DefineEmployeeJob.aspx
    │   ├── DefineEmployeeJob.aspx.cs
    │   ├── DefineEmployeeJob.aspx.designer.cs
    │   ├── DepartmentRm.htm
    │   ├── DepartmentSearchForInput.aspx
    │   ├── DepartmentSearchForInput.aspx.cs
    │   ├── DepartmentSearchForInput.aspx.designer.cs
    │   ├── DepartmentStructureManage.aspx
    │   ├── DepartmentStructureManage.aspx.cs
    │   ├── DepartmentStructureManage.aspx.designer.cs
    │   ├── EmployeeAddAMember.aspx
    │   ├── EmployeeAddAMember.aspx.cs
    │   ├── EmployeeAddAMember.aspx.designer.cs
    │   ├── EmployeeDetail.aspx
    │   ├── EmployeeDetail.aspx.cs
    │   ├── EmployeeDetail.aspx.designer.cs
    │   ├── EmployeeList.aspx
    │   ├── EmployeeList.aspx.cs
    │   ├── EmployeeList.aspx.designer.cs
    │   ├── EmployeeMoveToNewDepartment.aspx
    │   ├── EmployeeMoveToNewDepartment.aspx.cs
    │   ├── EmployeeMoveToNewDepartment.aspx.designer.cs
    │   ├── Employeerm.htm
    │   ├── EmployeeShowDetail.aspx
    │   ├── EmployeeShowDetail.aspx.cs
    │   ├── EmployeeShowDetail.aspx.designer.cs
    │   ├── EmployeeUpdateMemberInfo.aspx
    │   ├── EmployeeUpdateMemberInfo.aspx.cs
    │   ├── EmployeeUpdateMemberInfo.aspx.designer.cs
    │   ├── ZipCodeSearchForInput.aspx
    │   ├── ZipCodeSearchForInput.aspx.cs
    │   └── ZipCodeSearchForInput.aspx.designer.cs
    ├── ModEvent
    │   ├── ChanceAddAMember.aspx
    │   ├── ChanceAddAMember.aspx.cs
    │   ├── ChanceAddAMember.aspx.designer.cs
    │   ├── ChanceDistList.aspx
    │   ├── ChanceDistList.aspx.cs
    │   ├── ChanceDistList.aspx.designer.cs
    │   ├── ChanceDistribution.aspx
    │   ├── ChanceDistribution.aspx.cs
    │   ├── ChanceDistribution.aspx.designer.cs
    │   ├── ChanceList.aspx
    │   ├── ChanceList.aspx.cs
    │   ├── ChanceList.aspx.designer.cs
    │   ├── DefineCostType.aspx
    │   ├── DefineCostType.aspx.cs
    │   ├── DefineCostType.aspx.designer.cs
    │   ├── DefineEventType.aspx
    │   ├── DefineEventType.aspx.cs
    │   ├── DefineEventType.aspx.designer.cs
    │   ├── DefineOutType.aspx
    │   ├── DefineOutType.aspx.cs
    │   ├── DefineOutType.aspx.designer.cs
    │   ├── DefineProgress.aspx
    │   ├── DefineProgress.aspx.cs
    │   ├── DefineProgress.aspx.designer.cs
    │   ├── EventAddAMember.aspx
    │   ├── EventAddAMember.aspx.cs
    │   ├── EventAddAMember.aspx.designer.cs
    │   ├── EventAndOutForOne.aspx
    │   ├── EventAndOutForOne.aspx.cs
    │   ├── EventAndOutForOne.aspx.designer.cs
    │   ├── EventDetail.aspx
    │   ├── EventDetail.aspx.cs
    │   ├── EventDetail.aspx.designer.cs
    │   ├── EventFeedBack.aspx
    │   ├── EventFeedBack.aspx.cs
    │   ├── EventFeedBack.aspx.designer.cs
    │   ├── EventList.aspx
    │   ├── EventList.aspx.cs
    │   ├── EventList.aspx.designer.cs
    │   ├── EventManagerConfirm.aspx
    │   ├── EventManagerConfirm.aspx.cs
    │   ├── EventManagerConfirm.aspx.designer.cs
    │   ├── EventNextCantactTimeShowInDesktop.aspx
    │   ├── EventNextCantactTimeShowInDesktop.aspx.cs
    │   ├── EventNextCantactTimeShowInDesktop.aspx.designer.cs
    │   ├── Eventrm.htm
    │   ├── EventSearchList.aspx
    │   ├── EventSearchList.aspx.cs
    │   ├── EventSearchList.aspx.designer.cs
    │   ├── EventUpdateMemberInfo.aspx
    │   ├── EventUpdateMemberInfo.aspx.cs
    │   ├── EventUpdateMemberInfo.aspx.designer.cs
    │   ├── NoteBookLaterExec.aspx
    │   ├── NoteBookLaterExec.aspx.cs
    │   ├── NoteBookLaterExec.aspx.designer.cs
    │   ├── NoteBookList.aspx
    │   ├── NoteBookList.aspx.cs
    │   ├── NoteBookList.aspx.designer.cs
    │   ├── NoteBookShowInDesktop.aspx
    │   ├── NoteBookShowInDesktop.aspx.cs
    │   ├── NoteBookShowInDesktop.aspx.designer.cs
    │   ├── OutAddAMember.aspx
    │   ├── OutAddAMember.aspx.cs
    │   ├── OutAddAMember.aspx.designer.cs
    │   ├── OutChaimAddAMember.aspx
    │   ├── OutChaimAddAMember.aspx.cs
    │   ├── OutChaimAddAMember.aspx.designer.cs
    │   ├── OutChaimDetail.aspx
    │   ├── OutChaimDetail.aspx.cs
    │   ├── OutChaimDetail.aspx.designer.cs
    │   ├── OutChaimList.aspx
    │   ├── OutChaimList.aspx.cs
    │   ├── OutChaimList.aspx.designer.cs
    │   ├── OutChaimRm.htm
    │   ├── OutChaimSearchList.aspx
    │   ├── OutChaimSearchList.aspx.cs
    │   ├── OutChaimSearchList.aspx.designer.cs
    │   ├── OutChaimUpdateMemberInfo.aspx
    │   ├── OutChaimUpdateMemberInfo.aspx.cs
    │   ├── OutChaimUpdateMemberInfo.aspx.designer.cs
    │   ├── OutCostList.aspx
    │   ├── OutCostList.aspx.cs
    │   ├── OutCostList.aspx.designer.cs
    │   ├── OutCostRm.htm
    │   ├── OutCostSearchList.aspx
    │   ├── OutCostSearchList.aspx.cs
    │   ├── OutCostSearchList.aspx.designer.cs
    │   ├── OutDetail.aspx
    │   ├── OutDetail.aspx.cs
    │   ├── OutDetail.aspx.designer.cs
    │   ├── OutFeedBack.aspx
    │   ├── OutFeedBack.aspx.cs
    │   ├── OutFeedBack.aspx.designer.cs
    │   ├── OutList.aspx
    │   ├── OutList.aspx.cs
    │   ├── OutList.aspx.designer.cs
    │   ├── OutManagerConfirm.aspx
    │   ├── OutManagerConfirm.aspx.cs
    │   ├── OutManagerConfirm.aspx.designer.cs
    │   ├── Outrm.htm
    │   ├── OutSearchList.aspx
    │   ├── OutSearchList.aspx.cs
    │   ├── OutSearchList.aspx.designer.cs
    │   ├── OutTodayShowInDesktop.aspx
    │   ├── OutTodayShowInDesktop.aspx.cs
    │   ├── OutTodayShowInDesktop.aspx.designer.cs
    │   ├── OutUpdateMemberInfo.aspx
    │   ├── OutUpdateMemberInfo.aspx.cs
    │   └── OutUpdateMemberInfo.aspx.designer.cs
    ├── ModFile
    │   ├── AddFileDir.aspx
    │   ├── AddFileDir.aspx.cs
    │   ├── AddFileDir.aspx.designer.cs
    │   ├── DownLoad.aspx
    │   ├── DownLoad.aspx.cs
    │   ├── DownLoad.aspx.designer.cs
    │   ├── EditFileName.aspx
    │   ├── EditFileName.aspx.cs
    │   ├── EditFileName.aspx.designer.cs
    │   ├── FileList.aspx
    │   ├── FileList.aspx.cs
    │   ├── FileList.aspx.designer.cs
    │   ├── FileRm.htm
    │   ├── UploadFile.aspx
    │   ├── UploadFile.aspx.cs
    │   └── UploadFile.aspx.designer.cs
    ├── ModFinance
    │   ├── AccountSetting.aspx
    │   ├── AccountSetting.aspx.cs
    │   ├── AccountSetting.aspx.designer.cs
    │   ├── Borrow.aspx
    │   ├── Borrow.aspx.cs
    │   ├── Borrow.aspx.designer.cs
    │   ├── DefineSubject.aspx
    │   ├── DefineSubject.aspx.cs
    │   ├── DefineSubject.aspx.designer.cs
    │   ├── DefineSubjectStruct.aspx
    │   ├── DefineSubjectStruct.aspx.cs
    │   ├── DefineSubjectStruct.aspx.designer.cs
    │   ├── DetailSearchList.aspx
    │   ├── DetailSearchList.aspx.cs
    │   ├── DetailSearchList.aspx.designer.cs
    │   ├── FinaceRm.htm
    │   ├── FinancialReport.aspx
    │   ├── FinancialReport.aspx.cs
    │   ├── FinancialReport.aspx.designer.cs
    │   ├── ReceivablesAddAMember.aspx
    │   ├── ReceivablesAddAMember.aspx.cs
    │   ├── ReceivablesAddAMember.aspx.designer.cs
    │   ├── ReceivablesList.aspx
    │   ├── ReceivablesList.aspx.cs
    │   ├── ReceivablesList.aspx.designer.cs
    │   ├── StatuSearchList.aspx
    │   ├── StatuSearchList.aspx.cs
    │   ├── StatuSearchList.aspx.designer.cs
    │   ├── SubjectSearchForInput.aspx
    │   ├── SubjectSearchForInput.aspx.cs
    │   ├── SubjectSearchForInput.aspx.designer.cs
    │   ├── TrialBalance.aspx
    │   ├── TrialBalance.aspx.cs
    │   ├── TrialBalance.aspx.designer.cs
    │   ├── WarrantAdd.aspx
    │   ├── WarrantAdd.aspx.cs
    │   ├── WarrantAdd.aspx.designer.cs
    │   ├── WarrantDetail.aspx
    │   ├── WarrantDetail.aspx.cs
    │   ├── WarrantDetail.aspx.designer.cs
    │   ├── WarrantHistoryList.aspx
    │   ├── WarrantHistoryList.aspx.cs
    │   ├── WarrantHistoryList.aspx.designer.cs
    │   ├── WarrantList.aspx
    │   ├── WarrantList.aspx.cs
    │   └── WarrantList.aspx.designer.cs
    ├── ModHelper
    │   ├── HelperRm.htm
    │   ├── Help.htm
    │   ├── Install.htm
    │   └── Start.htm
    ├── ModInvoice
    │   ├── InvoiceAddAMember.aspx
    │   ├── InvoiceAddAMember.aspx.cs
    │   ├── InvoiceAddAMember.aspx.designer.cs
    │   ├── InvoiceDetail.aspx
    │   ├── InvoiceDetail.aspx.cs
    │   ├── InvoiceDetail.aspx.designer.cs
    │   ├── InvoiceList.aspx
    │   ├── InvoiceList.aspx.cs
    │   ├── InvoiceList.aspx.designer.cs
    │   ├── InvoiceOfOrderList.aspx
    │   ├── InvoiceOfOrderList.aspx.cs
    │   ├── InvoiceOfOrderList.aspx.designer.cs
    │   ├── InvoiceRefuseInterface.aspx
    │   ├── InvoiceRefuseInterface.aspx.cs
    │   ├── InvoiceRefuseInterface.aspx.designer.cs
    │   ├── InvoiceUpdateMemberInfo.aspx
    │   ├── InvoiceUpdateMemberInfo.aspx.cs
    │   └── InvoiceUpdateMemberInfo.aspx.designer.cs
    ├── ModOEM
    │   ├── OEMAddAMember.aspx
    │   ├── OEMAddAMember.aspx.cs
    │   ├── OEMAddAMember.aspx.designer.cs
    │   ├── OEMDetail.aspx
    │   ├── OEMDetail.aspx.cs
    │   ├── OEMDetail.aspx.designer.cs
    │   ├── OEMList.aspx
    │   ├── OEMList.aspx.cs
    │   ├── OEMList.aspx.designer.cs
    │   ├── OEMOfOrderList.aspx
    │   ├── OEMOfOrderList.aspx.cs
    │   ├── OEMOfOrderList.aspx.designer.cs
    │   ├── OEMUpdateMemberInfo.aspx
    │   ├── OEMUpdateMemberInfo.aspx.cs
    │   ├── OEMUpdateMemberInfo.aspx.designer.cs
    │   ├── ProgressAddAMember.aspx
    │   ├── ProgressAddAMember.aspx.cs
    │   ├── ProgressAddAMember.aspx.designer.cs
    │   ├── ProgressList.aspx
    │   ├── ProgressList.aspx.cs
    │   └── ProgressList.aspx.designer.cs
    ├── ModProduce
    │   ├── PlanOfOrderList.aspx
    │   ├── PlanOfOrderList.aspx.cs
    │   ├── PlanOfOrderList.aspx.designer.cs
    │   └── rm.htm
    ├── ModPurchase
    │   ├── PurchaseAddAMember.aspx
    │   ├── PurchaseAddAMember.aspx.cs
    │   ├── PurchaseAddAMember.aspx.designer.cs
    │   ├── PurchaseDetail.aspx
    │   ├── PurchaseDetail.aspx.cs
    │   ├── PurchaseDetail.aspx.designer.cs
    │   ├── PurchaseList.aspx
    │   ├── PurchaseList.aspx.cs
    │   ├── PurchaseList.aspx.designer.cs
    │   ├── PurchaseMainAction.aspx
    │   ├── PurchaseMainAction.aspx.cs
    │   ├── PurchaseMainAction.aspx.designer.cs
    │   ├── PurchaseOfOrderList.aspx
    │   ├── PurchaseOfOrderList.aspx.cs
    │   ├── PurchaseOfOrderList.aspx.designer.cs
    │   ├── PurchaseQuality.aspx
    │   ├── PurchaseQuality.aspx.cs
    │   ├── PurchaseQuality.aspx.designer.cs
    │   ├── PurchaseRefuseInterface.aspx
    │   ├── PurchaseRefuseInterface.aspx.cs
    │   ├── PurchaseRefuseInterface.aspx.designer.cs
    │   ├── PurchaseRm.htm
    │   ├── PurchaseUpdateMemberInfo.aspx
    │   ├── PurchaseUpdateMemberInfo.aspx.cs
    │   ├── PurchaseUpdateMemberInfo.aspx.designer.cs
    │   ├── SupplyAddAMember.aspx
    │   ├── SupplyAddAMember.aspx.cs
    │   ├── SupplyAddAMember.aspx.designer.cs
    │   ├── SupplyDetail.aspx
    │   ├── SupplyDetail.aspx.cs
    │   ├── SupplyDetail.aspx.designer.cs
    │   ├── SupplyList.aspx
    │   ├── SupplyList.aspx.cs
    │   ├── SupplyList.aspx.designer.cs
    │   ├── SupplyPriceAddAMember.aspx
    │   ├── SupplyPriceAddAMember.aspx.cs
    │   ├── SupplyPriceAddAMember.aspx.designer.cs
    │   ├── SupplyPriceDetail.aspx
    │   ├── SupplyPriceDetail.aspx.cs
    │   ├── SupplyPriceDetail.aspx.designer.cs
    │   ├── SupplyPriceList.aspx
    │   ├── SupplyPriceList.aspx.cs
    │   ├── SupplyPriceList.aspx.designer.cs
    │   ├── SupplyPriceSummary.aspx
    │   ├── SupplyPriceSummary.aspx.cs
    │   ├── SupplyPriceSummary.aspx.designer.cs
    │   ├── SupplyPriceUpdateMemberInfo.aspx
    │   ├── SupplyPriceUpdateMemberInfo.aspx.cs
    │   ├── SupplyPriceUpdateMemberInfo.aspx.designer.cs
    │   ├── SupplyProductHistory.aspx
    │   ├── SupplyProductHistory.aspx.cs
    │   ├── SupplyProductHistory.aspx.designer.cs
    │   ├── SupplySearchForInput.aspx
    │   ├── SupplySearchForInput.aspx.cs
    │   ├── SupplySearchForInput.aspx.designer.cs
    │   ├── SupplyShowDetail.aspx
    │   ├── SupplyShowDetail.aspx.cs
    │   ├── SupplyShowDetail.aspx.designer.cs
    │   ├── SupplyUpdateMemberInfo.aspx
    │   ├── SupplyUpdateMemberInfo.aspx.cs
    │   └── SupplyUpdateMemberInfo.aspx.designer.cs
    ├── ModSale
    │   ├── DefinePayWay.aspx
    │   ├── DefinePayWay.aspx.cs
    │   ├── DefinePayWay.aspx.designer.cs
    │   ├── DefineSendWay.aspx
    │   ├── DefineSendWay.aspx.cs
    │   ├── DefineSendWay.aspx.designer.cs
    │   ├── DefineShippingCondition.aspx
    │   ├── DefineShippingCondition.aspx.cs
    │   ├── DefineShippingCondition.aspx.designer.cs
    │   ├── DefineTax.aspx
    │   ├── DefineTax.aspx.cs
    │   ├── DefineTax.aspx.designer.cs
    │   ├── HistoryQuatationAndOrderPriceForOne.aspx
    │   ├── HistoryQuatationAndOrderPriceForOne.aspx.cs
    │   ├── HistoryQuatationAndOrderPriceForOne.aspx.designer.cs
    │   ├── Order2Invoice.aspx
    │   ├── Order2Invoice.aspx.cs
    │   ├── Order2Invoice.aspx.designer.cs
    │   ├── OrderAdd.aspx
    │   ├── OrderAdd.aspx.cs
    │   ├── OrderAdd.aspx.designer.cs
    │   ├── OrderDetail.aspx
    │   ├── OrderDetail.aspx.cs
    │   ├── OrderDetail.aspx.designer.cs
    │   ├── OrderDetailSearchForInput.aspx
    │   ├── OrderDetailSearchForInput.aspx.cs
    │   ├── OrderDetailSearchForInput.aspx.designer.cs
    │   ├── OrderList.aspx
    │   ├── OrderList.aspx.cs
    │   ├── OrderList.aspx.designer.cs
    │   ├── OrderRefuseInterface.aspx
    │   ├── OrderRefuseInterface.aspx.cs
    │   ├── OrderRefuseInterface.aspx.designer.cs
    │   ├── OrderRm.htm
    │   ├── OrderSearchList.aspx
    │   ├── OrderSearchList.aspx.cs
    │   ├── OrderSearchList.aspx.designer.cs
    │   ├── OrderUpdateMemberInfo.aspx
    │   ├── OrderUpdateMemberInfo.aspx.cs
    │   ├── OrderUpdateMemberInfo.aspx.designer.cs
    │   ├── QuotationAdd.aspx
    │   ├── QuotationAdd.aspx.cs
    │   ├── QuotationAdd.aspx.designer.cs
    │   ├── QuotationDetail.aspx
    │   ├── QuotationDetail.aspx.cs
    │   ├── QuotationDetail.aspx.designer.cs
    │   ├── QuotationList.aspx
    │   ├── QuotationList.aspx.cs
    │   ├── QuotationList.aspx.designer.cs
    │   ├── QuotationSearchList.aspx
    │   ├── QuotationSearchList.aspx.cs
    │   ├── QuotationSearchList.aspx.designer.cs
    │   ├── QuotationUpdateMemberInfo.aspx
    │   ├── QuotationUpdateMemberInfo.aspx.cs
    │   ├── QuotationUpdateMemberInfo.aspx.designer.cs
    │   ├── TaskDistributionAddAMember.aspx
    │   ├── TaskDistributionAddAMember.aspx.cs
    │   ├── TaskDistributionAddAMember.aspx.designer.cs
    │   ├── TaskDistributionList.aspx
    │   ├── TaskDistributionList.aspx.cs
    │   └── TaskDistributionList.aspx.designer.cs
    ├── ModService
    │   ├── DefineAppealType.aspx
    │   ├── DefineAppealType.aspx.cs
    │   ├── DefineAppealType.aspx.designer.cs
    │   ├── DefineQuestionType.aspx
    │   ├── DefineQuestionType.aspx.cs
    │   ├── DefineQuestionType.aspx.designer.cs
    │   ├── DefineServerType.aspx
    │   ├── DefineServerType.aspx.cs
    │   ├── DefineServerType.aspx.designer.cs
    │   ├── QuestionAddAMember.aspx
    │   ├── QuestionAddAMember.aspx.cs
    │   ├── QuestionAddAMember.aspx.designer.cs
    │   ├── QuestionApply.aspx
    │   ├── QuestionApply.aspx.cs
    │   ├── QuestionApply.aspx.designer.cs
    │   ├── QuestionDetail.aspx
    │   ├── QuestionDetail.aspx.cs
    │   ├── QuestionDetail.aspx.designer.cs
    │   ├── QuestionList.aspx
    │   ├── QuestionList.aspx.cs
    │   ├── QuestionList.aspx.designer.cs
    │   ├── QuestionLoadFromExcel.aspx
    │   ├── QuestionLoadFromExcel.aspx.cs
    │   ├── QuestionLoadFromExcel.aspx.designer.cs
    │   ├── QuestionManagerCheck.aspx
    │   ├── QuestionManagerCheck.aspx.cs
    │   ├── QuestionManagerCheck.aspx.designer.cs
    │   ├── QuestionMenu.inc
    │   ├── QuestionProgress.aspx
    │   ├── QuestionProgress.aspx.cs
    │   ├── QuestionProgress.aspx.designer.cs
    │   ├── QuestionSearchList.aspx
    │   ├── QuestionSearchList.aspx.cs
    │   ├── QuestionSearchList.aspx.designer.cs
    │   ├── QuestionTechSolved.aspx
    │   ├── QuestionTechSolved.aspx.cs
    │   ├── QuestionTechSolved.aspx.designer.cs
    │   ├── ServerAdd.aspx
    │   ├── ServerAdd.aspx.cs
    │   ├── ServerAdd.aspx.designer.cs
    │   ├── ServerDetail.aspx
    │   ├── ServerDetail.aspx.cs
    │   ├── ServerDetail.aspx.designer.cs
    │   ├── ServerList.aspx
    │   ├── ServerList.aspx.cs
    │   ├── ServerList.aspx.designer.cs
    │   ├── ServerState.aspx
    │   ├── ServerState.aspx.cs
    │   └── ServerState.aspx.designer.cs
    ├── ModStatic
    │   ├── CustomerStatic.aspx
    │   ├── CustomerStatic.aspx.cs
    │   ├── CustomerStatic.aspx.designer.cs
    │   ├── SaleProductStatic.aspx
    │   ├── SaleProductStatic.aspx.cs
    │   ├── SaleProductStatic.aspx.designer.cs
    │   ├── SalesStatic.aspx
    │   ├── SalesStatic.aspx.cs
    │   └── SalesStatic.aspx.designer.cs
    ├── ModStock
    │   ├── DefineStockProductType.aspx
    │   ├── DefineStockProductType.aspx.cs
    │   ├── DefineStockProductType.aspx.designer.cs
    │   ├── DefineStockProductTypeUpdate.aspx
    │   ├── DefineStockProductTypeUpdate.aspx.cs
    │   ├── DefineStockProductTypeUpdate.aspx.designer.cs
    │   ├── DefineStockSpace.aspx
    │   ├── DefineStockSpace.aspx.cs
    │   ├── DefineStockSpace.aspx.designer.cs
    │   ├── DefineStockTopAndBottomLimit.aspx
    │   ├── DefineStockTopAndBottomLimit.aspx.cs
    │   ├── DefineStockTopAndBottomLimit.aspx.designer.cs
    │   ├── DefineStockUnit.aspx
    │   ├── DefineStockUnit.aspx.cs
    │   ├── DefineStockUnit.aspx.designer.cs
    │   ├── DelegateInAddAMember.aspx
    │   ├── DelegateInAddAMember.aspx.cs
    │   ├── DelegateInAddAMember.aspx.designer.cs
    │   ├── DelegateOutAddAMember.aspx
    │   ├── DelegateOutAddAMember.aspx.cs
    │   ├── DelegateOutAddAMember.aspx.designer.cs
    │   ├── InAddAMember.aspx
    │   ├── InAddAMember.aspx.cs
    │   ├── InAddAMember.aspx.designer.cs
    │   ├── InAddAMemberSubmit.aspx
    │   ├── InAddAMemberSubmit.aspx.cs
    │   ├── InAddAMemberSubmit.aspx.designer.cs
    │   ├── InAdd.aspx
    │   ├── InAdd.aspx.cs
    │   ├── InAdd.aspx.designer.cs
    │   ├── InDetail.aspx
    │   ├── InDetail.aspx.cs
    │   ├── InDetail.aspx.designer.cs
    │   ├── InRefuseInterface.aspx
    │   ├── InRefuseInterface.aspx.cs
    │   ├── InRefuseInterface.aspx.designer.cs
    │   ├── InUpdateMemberInfo.aspx
    │   ├── InUpdateMemberInfo.aspx.cs
    │   ├── InUpdateMemberInfo.aspx.designer.cs
    │   ├── OtherInAddAMember.aspx
    │   ├── OtherInAddAMember.aspx.cs
    │   ├── OtherInAddAMember.aspx.designer.cs
    │   ├── OtherOutAddAMember.aspx
    │   ├── OtherOutAddAMember.aspx.cs
    │   ├── OtherOutAddAMember.aspx.designer.cs
    │   ├── OutAddAMember.aspx
    │   ├── OutAddAMember.aspx.cs
    │   ├── OutAddAMember.aspx.designer.cs
    │   ├── OutAddAMemberSubmit.aspx
    │   ├── OutAddAMemberSubmit.aspx.cs
    │   ├── OutAddAMemberSubmit.aspx.designer.cs
    │   ├── OutAdd.aspx
    │   ├── OutAdd.aspx.cs
    │   ├── OutAdd.aspx.designer.cs
    │   ├── OutDetail.aspx
    │   ├── OutDetail.aspx.cs
    │   ├── OutDetail.aspx.designer.cs
    │   ├── OutUpdateMemberInfo.aspx
    │   ├── OutUpdateMemberInfo.aspx.cs
    │   ├── OutUpdateMemberInfo.aspx.designer.cs
    │   ├── ProduceInAddAMember.aspx
    │   ├── ProduceInAddAMember.aspx.cs
    │   ├── ProduceInAddAMember.aspx.designer.cs
    │   ├── ProduceOutAddAMember.aspx
    │   ├── ProduceOutAddAMember.aspx.cs
    │   ├── ProduceOutAddAMember.aspx.designer.cs
    │   ├── ProductPriceSearchForInput.aspx
    │   ├── ProductPriceSearchForInput.aspx.cs
    │   ├── ProductPriceSearchForInput.aspx.designer.cs
    │   ├── ProductsList.aspx
    │   ├── ProductsList.aspx.cs
    │   ├── ProductsList.aspx.designer.cs
    │   ├── ProductTypeDetail.aspx
    │   ├── ProductTypeDetail.aspx.cs
    │   ├── ProductTypeDetail.aspx.designer.cs
    │   ├── ProductTypeLimt.aspx
    │   ├── ProductTypeLimt.aspx.cs
    │   ├── ProductTypeLimt.aspx.designer.cs
    │   ├── ProductTypeSearchForInput.aspx
    │   ├── ProductTypeSearchForInput.aspx.cs
    │   ├── ProductTypeSearchForInput.aspx.designer.cs
    │   ├── ProductTypeSearchForInputV2.aspx
    │   ├── ProductTypeSearchForInputV2.aspx.cs
    │   ├── ProductTypeSearchForInputV2.aspx.designer.cs
    │   ├── rm.txt
    │   ├── SaleDesktop.aspx
    │   ├── SaleDesktop.aspx.cs
    │   ├── SaleDesktop.aspx.designer.cs
    │   ├── StockAnalyseInList.aspx
    │   ├── StockAnalyseInList.aspx.cs
    │   ├── StockAnalyseInList.aspx.designer.cs
    │   ├── StockAnalyseOutList.aspx
    │   ├── StockAnalyseOutList.aspx.cs
    │   ├── StockAnalyseOutList.aspx.designer.cs
    │   ├── StockCheckAddAMember.aspx
    │   ├── StockCheckAddAMember.aspx.cs
    │   ├── StockCheckAddAMember.aspx.designer.cs
    │   ├── StockCheckList.aspx
    │   ├── StockCheckList.aspx.cs
    │   ├── StockCheckList.aspx.designer.cs
    │   ├── StockInList.aspx
    │   ├── StockInList.aspx.cs
    │   ├── StockInList.aspx.designer.cs
    │   ├── StockOutList.aspx
    │   ├── StockOutList.aspx.cs
    │   ├── StockOutList.aspx.designer.cs
    │   ├── StockOutOfOrderList.aspx
    │   ├── StockOutOfOrderList.aspx.cs
    │   ├── StockOutOfOrderList.aspx.designer.cs
    │   ├── StockSpaceList.aspx
    │   ├── StockSpaceList.aspx.cs
    │   └── StockSpaceList.aspx.designer.cs
    ├── ModSystem
    │   ├── AccountMenuManagement.aspx
    │   ├── AccountMenuManagement.aspx.cs
    │   ├── AccountMenuManagement.aspx.designer.cs
    │   ├── ConfigIPAddressAccessRange.aspx
    │   ├── ConfigIPAddressAccessRange.aspx.cs
    │   ├── ConfigIPAddressAccessRange.aspx.designer.cs
    │   ├── ConfigSystemParam.aspx
    │   ├── ConfigSystemParam.aspx.cs
    │   ├── ConfigSystemParam.aspx.designer.cs
    │   ├── DefineAll.aspx
    │   ├── DefineAll.aspx.cs
    │   ├── DefineAll.aspx.designer.cs
    │   ├── DefineRm.htm
    │   ├── DefineSysRole.aspx
    │   ├── DefineSysRole.aspx.cs
    │   ├── DefineSysRole.aspx.designer.cs
    │   ├── MainMenuManagement.aspx
    │   ├── MainMenuManagement.aspx.cs
    │   ├── MainMenuManagement.aspx.designer.cs
    │   ├── MenuRm.htm
    │   ├── SetSysRoleMenu.aspx
    │   ├── SetSysRoleMenu.aspx.cs
    │   └── SetSysRoleMenu.aspx.designer.cs
    ├── ModTimebook
    │   ├── DefineRule.aspx
    │   ├── DefineRule.aspx.cs
    │   ├── DefineRule.aspx.designer.cs
    │   ├── ShowTimebookOfDept.aspx
    │   ├── ShowTimebookOfDept.aspx.cs
    │   ├── ShowTimebookOfDept.aspx.designer.cs
    │   ├── ShowTimebookOfEmp.aspx
    │   ├── ShowTimebookOfEmp.aspx.cs
    │   ├── ShowTimebookOfEmp.aspx.designer.cs
    │   ├── TimebookList.aspx
    │   ├── TimebookList.aspx.cs
    │   ├── TimebookList.aspx.designer.cs
    │   └── TimebookRm.htm
    ├── MyFunc.aspx
    ├── MyFunc.aspx.cs
    ├── MyFunc.aspx.designer.cs
    ├── obj
    │   └── Debug
    │       ├── AppWeb.csproj.FileListAbsolute.txt
    │       ├── AppWeb.csproj.ResolveComReference.cache
    │       ├── Interop.jmail.dll
    │       ├── Refactor
    │       ├── ResolveAssemblyReference.cache
    │       ├── SMSWebApp.dll
    │       ├── SMSWebApp.pdb
    │       └── TempPE
    ├── OpenRootFace.aspx
    ├── OpenRootFace.aspx.cs
    ├── OpenRootFace.aspx.designer.cs
    ├── Properties
    │   └── AssemblyInfo.cs
    ├── Quit.aspx
    ├── Quit.aspx.cs
    ├── Quit.aspx.designer.cs
    ├── RegisterMinbelSoft.aspx
    ├── RegisterMinbelSoft.aspx.cs
    ├── RegisterMinbelSoft.aspx.designer.cs
    ├── SMSWebApp.sln
    ├── SMSWebApp.suo
    ├── Styles
    │   ├── arrow.gif
    │   ├── BaseStyle.css
    │   ├── Calendar.css
    │   ├── StaticStyle.css
    │   ├── styleindex.css
    │   ├── styletop.css
    │   └── TreeView.css
    ├── Test
    │   ├── DropdownList.htm
    │   ├── ShowTime.aspx
    │   ├── ShowTime.aspx.cs
    │   ├── ShowTime.aspx.designer.cs
    │   ├── testSplit.aspx
    │   ├── testSplit.aspx.cs
    │   ├── testSplit.aspx.designer.cs
    │   ├── testUC.aspx
    │   ├── testUC.aspx.cs
    │   ├── testUC.aspx.designer.cs
    │   ├── tscr.aspx
    │   ├── tscr.aspx.cs
    │   ├── tscr.aspx.designer.cs
    │   ├── WebFormhtml.aspx
    │   ├── WebFormhtml.aspx.cs
    │   └── WebFormhtml.aspx.designer.cs
    ├── Thumbs.db
    ├── UC
    │   ├── AddDetail.ascx
    │   ├── AddDetail.ascx.cs
    │   ├── AddDetail.ascx.designer.cs
    │   ├── ProductDetail.ascx
    │   ├── ProductDetail.ascx.cs
    │   ├── ProductDetail.ascx.designer.cs
    │   ├── ShowSource.aspx
    │   ├── ShowSource.aspx.cs
    │   ├── ShowSource.aspx.designer.cs
    │   ├── WarrantDetail.ascx
    │   ├── WarrantDetail.ascx.cs
    │   └── WarrantDetail.ascx.designer.cs
    ├── UploadFiles
    │   ├── 2005年CPU回顾.doc
    │   ├── Bb01.jpg
    │   ├── EIMTABLESPACE.sql
    │   ├── House.txt
    │   ├── iostat.doc
    │   ├── Readme_OFU.txt
    │   ├── swap.txt
    │   ├── Winter.jpg
    │   ├── 海报.jpg
    │   ├── 草稿.txt
    │   └── 道德经.doc
    ├── WebCharts
    │   └── 5e775769-d734-4d6e-9817-a32969f98af2.Png
    ├── Web.config
    └── Xml
        ├── DepatmentPrepreties.xml
        ├── ModSourceTypeList.xml
        ├── NoticeType.xml
        ├── ProDetail.inc
        ├── ProgressType.xml
        ├── SalaryType.xml
        ├── SMSConfig.xml
        ├── SpecalUser.xml
        ├── SubjectType.xml
        ├── SystemConfig.xml
        ├── UdtDetail.inc
        ├── XmlAccess.cs
        └── YearList.xml

77 directories, 1410 files

标签: crm系统 2005 2008 sql CRM

实例下载地址

开源JimCRM系统(SQL2005+C#3.5+VS2008)

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警