All Projects → maoqyhz → Mims

maoqyhz / Mims

Licence: mit
Graduation project named medicine information management system. using asp.net mvc4 + easyUI + Dapper

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Mims

Mvc5.datalist
Data lookup controls for ASP.NET MVC 5 projects
Stars: ✭ 31 (-76.15%)
Mutual labels:  asp-net-mvc
Clinicmanagement
Clinic management project using Asp.net mvc5
Stars: ✭ 74 (-43.08%)
Mutual labels:  asp-net-mvc
Puck Core
Open source, cross platform .NET Core CMS. Fast, scalable, code-first, unobtrusive and extensible with powerful querying and Lucene integration.
Stars: ✭ 115 (-11.54%)
Mutual labels:  asp-net-mvc
Lib.web.mvc
Lib.Web.Mvc is a library which contains some helper classes for ASP.NET MVC such as strongly typed jqGrid helper, attribute and helper providing support for HTTP/2 Server Push with Cache Digest, attribute and helpers providing support for Content Security Policy Level 2, FileResult providing support for Range Requests, action result and helper providing support for XSL transformation and more.
Stars: ✭ 42 (-67.69%)
Mutual labels:  asp-net-mvc
Dotnetpaging
Data paging with ASP.NET and ASP.NET Core
Stars: ✭ 70 (-46.15%)
Mutual labels:  asp-net-mvc
Webtimesheetmanagement
Basic TimeSheet Management Application in ASP.NET MVC 5
Stars: ✭ 93 (-28.46%)
Mutual labels:  asp-net-mvc
Onion Architecture
Onion Architecture Sample Application
Stars: ✭ 18 (-86.15%)
Mutual labels:  asp-net-mvc
Recaptcha.aspnetcore
Google reCAPTCHA v2/v3 for .NET Core 3.x
Stars: ✭ 122 (-6.15%)
Mutual labels:  asp-net-mvc
Accesscontrolhelper
AccessControlHelper for asp.net mvc and asp.net core, strategy based authorization
Stars: ✭ 71 (-45.38%)
Mutual labels:  asp-net-mvc
Active Directory Dotnet Daemon
A Windows console application that calls a web API using its app identity (instead of a user's identity) to get access tokens in an unattended job or process.
Stars: ✭ 107 (-17.69%)
Mutual labels:  asp-net-mvc
Aspnetmvcactivedirectoryowin
ASP.Net MVC with Active Directory Authentication using Owin Middleware
Stars: ✭ 44 (-66.15%)
Mutual labels:  asp-net-mvc
Aspnetcore.services
Examples for ASP.NET Core webservices
Stars: ✭ 59 (-54.62%)
Mutual labels:  asp-net-mvc
Active Directory Dotnet Native Desktop
A .NET 4.5 WPF application that authenticates a user and calls web API using Azure AD and OAuth 2.0 access tokens.
Stars: ✭ 94 (-27.69%)
Mutual labels:  asp-net-mvc
Aspnetmvc Action Checker
Drop in ASP.NET MVC Controller and Action that displays any actions that modify resources (HTTP POST, PUT, DELETE, and PATCH) that do not have an Authorize or ValidateAniForgeryToken attributes applied.
Stars: ✭ 40 (-69.23%)
Mutual labels:  asp-net-mvc
Adminlte Asp Net Mvc
Asp.Net Example Version of Beautiful AdminLTE Template
Stars: ✭ 115 (-11.54%)
Mutual labels:  asp-net-mvc
Csla
A home for your business logic in any .NET application.
Stars: ✭ 865 (+565.38%)
Mutual labels:  asp-net-mvc
Active Directory Dotnet Webapi Manual Jwt Validation
How to manually process a JWT access token in a web API using the JSON Web Token Handler For the Microsoft .Net Framework 4.5.
Stars: ✭ 92 (-29.23%)
Mutual labels:  asp-net-mvc
Aspnetcorehybridflowwithapi
ASP.NET Core MVC application using API, OpenID Connect Hybrid flow , second API, Code Flow with PKCE
Stars: ✭ 127 (-2.31%)
Mutual labels:  asp-net-mvc
Recaptcha Net
reCAPTCHA for .NET library lets you easily use Google's reCAPTCHA in an ASP.NET Web Forms / MVC / ASP.NET Core application.
Stars: ✭ 116 (-10.77%)
Mutual labels:  asp-net-mvc
Xclcms
XCLCMS is a lightweight CMS (content management system) background management system, Developed using asp.net MVC, it provides a simple and easy-to-use web API interface and supports multiple applications for a single merchant.
Stars: ✭ 107 (-17.69%)
Mutual labels:  asp-net-mvc

药库管理系统

概述

MIMS是一个药库管理系统,它主要有以下功能。

  1. 基本信息管理:维护数据库中基本的外键表,保证数据的参照完整性。有入库、出库方式维护、进货单位维护、药品产地维护、药库维护。
  2. 药品管理:包括药品字典和药品账册。药品字典包括新增药品条目,删除药品条目,修改药品的基本信息。药品账册包括添加新药品的账目情况,删除失效药品的账目条目和修改现有药品的进货价、零售价和批发价。
  3. 进销存管理:分为采购入库、药品入库、药品出库。采购入库包括编辑新的采购计划单和编辑需要采购的药品。药品入库包括编辑入库单和编辑相应供货单位的入库药品。药品出库包括编辑出库单和编辑出库药品信息。
  4. 查询管理:包括入库历史查询和出库历史查询。
  5. 系统设置:包括数据库连接查、修改密码和查看帮助。

相关技术

  • 三层架构
  • jQuery EasyUI
  • SQL Server 2012 + ASP.NET MVC
  • Dapper

部署

数据库文件在MIMS/MIMS.Web/App_data中,附加到sql server2012中,修改web.config中的链接字符串即可。

运行界面

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].