在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 图书销售管理系统[MySql]V1.0源码

图书销售管理系统[MySql]V1.0源码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:8.34M
  • 下载次数:4
  • 浏览次数:240
  • 发布时间:2021-11-02
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
图书销售管理系统[MySql]V1.0源码 主要包括以下方面的功能: 1、进货--根据某种书籍的库存量及销售情况确定进货数量,根据供应商报价选择供应商。 输出一份进货单并自动修改库存量,把本次进货的信息添加到进货库中。 2、退货--顾客把已买的书籍退还给书店。输出一份退货单并自动修改库存量,把本次退货的信息添加到退货库中。 3、统计--根据销售情况输出统计的报表。一般内容为每月的销售总额、销售总量及排行榜等信息。 4、销售--输入顾客要买书籍的信息,自动显示此书的库存量,如果可以销售,打印销售单并修改库存,同时把此次销售的有关信息添加到日销售库中。 5、查询--允许用户设置条件进行进货、退货、统计、销售和库存书籍的信息查询。 6、系统维护--如数据安全管理(含备份与恢复)、操作员管理、权限设置等。 执行MYSQL目录下的脚本文件来生成数据库。
【实例截图】
【核心代码】
4744300845239842819.zip
└── BookSellManagementSystem
├── app.config
├── APP_DATA
├── bin
│   ├── Debug
│   │   ├── 11
│   │   ├── Autorun.inf
│   │   ├── BookSellManagementSystem.exe
│   │   ├── BookSellManagementSystem.exe.config
│   │   ├── BookSellManagementSystem.ico
│   │   ├── BookSellManagementSystem.pdb
│   │   ├── BookSellManagementSystem.vshost.exe
│   │   ├── BookSellManagementSystem.vshost.exe.config
│   │   ├── BookSellManagementSystem.vshost.exe.manifest
│   │   └── MySQLDriverCS.dll
│   └── Release
├── BookSellManagementSystem.csproj
├── BookSellManagementSystem.csproj.user
├── BookSellManagementSystem.sln
├── BookSellManagementSystem.suo
├── Cmd.cs
├── Form1.cs
├── Form1.Designer.cs
├── Form1.resx
├── frmAuthoritySet.cs
├── frmAuthoritySet.Designer.cs
├── frmAuthoritySet.resx
├── frmBackupAndRestore.cs
├── frmBackupAndRestore.Designer.cs
├── frmBackupAndRestore.resx
├── frmCacelPurchaseInfoQuery.cs
├── frmCacelPurchaseInfoQuery.Designer.cs
├── frmCacelPurchaseInfoQuery.resx
├── frmCancelPurchase.cs
├── frmCancelPurchase.Designer.cs
├── frmCancelPurchase.resx
├── frmChangeStock.cs
├── frmChangeStock.Designer.cs
├── frmChangeStock.resx
├── frmDevelopTeamIntroduce.cs
├── frmDevelopTeamIntroduce.Designer.cs
├── frmDevelopTeamIntroduce.resx
├── frmImport.cs
├── frmImport.Designer.cs
├── frmImportInfoQuery.cs
├── frmImportInfoQuery.Designer.cs
├── frmImportInfoQuery.resx
├── frmImport.resx
├── frmLock.cs
├── frmLock.Designer.cs
├── frmLock.resx
├── frmMain.cs
├── frmMain.Designer.cs
├── frmMain.resx
├── frmMangerMange.cs
├── frmMangerMange.Designer.cs
├── frmMangerMange.resx
├── frmProductApplication.cs
├── frmProductApplication.Designer.cs
├── frmProductApplication.resx
├── frmSell.cs
├── frmSell.Designer.cs
├── frmSellInfoQuery.cs
├── frmSellInfoQuery.Designer.cs
├── frmSellInfoQuery.resx
├── frmSell.resx
├── frmStatisticsQuery.cs
├── frmStatisticsQuery.Designer.cs
├── frmStatisticsQueryMonthCount.cs
├── frmStatisticsQueryMonthCount.Designer.cs
├── frmStatisticsQueryMonthCount.resx
├── frmStatisticsQueryMonthMoney.cs
├── frmStatisticsQueryMonthMoney.Designer.cs
├── frmStatisticsQueryMonthMoney.resx
├── frmStatisticsQueryMonthRanking.cs
├── frmStatisticsQueryMonthRanking.Designer.cs
├── frmStatisticsQueryMonthRanking.resx
├── frmStatisticsQuery.resx
├── frmStockInfoQuery.cs
├── frmStockInfoQuery.Designer.cs
├── frmStockInfoQuery.resx
├── frmSystemIntroduction.cs
├── frmSystemIntroduction.Designer.cs
├── frmSystemIntroduction.resx
├── Image
│   ├── Background.png
│   ├── jiaoda.png
│   ├── logo2.png
│   ├── logo3.png
│   ├── logo4.png
│   ├── logo.ico
│   ├── me.png
│   ├── 库存查询.png
│   ├── 打印.png
│   ├── 数据备份.png
│   ├── 数据还原.png
│   ├── 权限设置.png
│   ├── 查询按钮.png
│   ├── 添加按钮.png
│   ├── 购买信息.png
│   ├── 进货.png
│   ├── 退出按钮.png
│   ├── 退货.png
│   ├── 销售管理.png
│   ├── 销量排行.png
│   └── 销量统计.png
├── MYSQL
│   └── Booksellmanagement.sql
├── obj
│   └── x86
│   └── Debug
│   ├── BookSellManagementSystem.csproj.FileListAbsolute.txt
│   ├── BookSellManagementSystem.csproj.ResolveComReference.cache
│   ├── BookSellManagementSystem.exe
│   ├── BookSellManagementSystem.Form1.resources
│   ├── BookSellManagementSystem.frmAuthoritySet.resources
│   ├── BookSellManagementSystem.frmBackupAndRestore.resources
│   ├── BookSellManagementSystem.frmCacelPurchaseInfoQuery.resources
│   ├── BookSellManagementSystem.frmCancelPurchase.resources
│   ├── BookSellManagementSystem.frmChangeStock.resources
│   ├── BookSellManagementSystem.frmDevelopTeamIntroduce.resources
│   ├── BookSellManagementSystem.frmImportInfoQuery.resources
│   ├── BookSellManagementSystem.frmImport.resources
│   ├── BookSellManagementSystem.frmLock.resources
│   ├── BookSellManagementSystem.frmMain.resources
│   ├── BookSellManagementSystem.frmMangerMange.resources
│   ├── BookSellManagementSystem.frmProductApplication.resources
│   ├── BookSellManagementSystem.frmSellInfoQuery.resources
│   ├── BookSellManagementSystem.frmSell.resources
│   ├── BookSellManagementSystem.frmStatisticsQueryMonthCount.resources
│   ├── BookSellManagementSystem.frmStatisticsQueryMonthMoney.resources
│   ├── BookSellManagementSystem.frmStatisticsQueryMonthRanking.resources
│   ├── BookSellManagementSystem.frmStatisticsQuery.resources
│   ├── BookSellManagementSystem.frmStockInfoQuery.resources
│   ├── BookSellManagementSystem.frmSystemIntroduction.resources
│   ├── BookSellManagementSystem.pdb
│   ├── BookSellManagementSystem.Properties.Resources.resources
│   ├── DesignTimeResolveAssemblyReferences.cache
│   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── GenerateResource.read.1.tlog
│   ├── GenerateResource.write.1.tlog
│   ├── MySQLDriverCS.dll
│   ├── ResolveAssemblyReference.cache
│   └── TempPE
├── Program.cs
├── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.cs
│   ├── Settings.Designer.cs
│   └── Settings.settings
└── PublicClass.cs

12 directories, 141 files

标签:

实例下载地址

图书销售管理系统[MySql]V1.0源码

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警