eric-Rstats / flask-Purchase_and_sale

flask实现的简单进销存后台管理系统

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flask实现的简单进销存后台管理系统

进销存管理后台系统

flask实现的进销存后台管理系统,包含个模块:采购管理,销售管理,仓库管理,数据统计,管理员管理,系统管理。

效果图

Add_merchandise

Stock

category

backup

Purchase

login

Admin_list

index

message

Statistics

Sale

flowsheet

db

技术栈

  • flask
  • flask相关拓展
  • mysql
  • layui模板

运行项目

#clone项目到本地
https://github.com/agamgn/flask-Purchase_and_sale.git
#安装依赖
pip install -r requirement.txt
#运行sql
#启动项目
python manage.py runserver
#默认超级管理员
root:root

About

flask实现的简单进销存后台管理系统

License:MIT License


Languages

Language:Python 100.0%