Discover 是一个基于 Dcat-admin 开发的进销存系统

Overview

Discover 项目文档

1. 基本介绍

1.0 项目介绍

Discover 是基于开发语言 PHP7.3Laravel 框架开发。项目中采用的拓展如下:

1.1 适用场景

生产加工羽绒,羽毛制品的厂家。

1.2 安装

  • Github 地址, gitee 地址
  • 执行 composer install
  • .env.example 复制重命名为 .env, 并在 .env 设置数据库账号密码等信息。
  • 执行 php artisan migrate 生成表结构。
  • 执行 php artisan db:seed --class=InitSeeder 初始化数据库。

1.3 技术交流

QQ群:1129427935

2. 采购管理

供应商档案->采购订购->采购入库

2.0 采购订购

采购订购是做采购预定,并不是实际入库

所有订单双击所在行即可编辑。

image

采购订单审核时候,采购数量必须大于0。

image

修改订单明细之后,鼠标离开焦点即完成修改。

image image

2.1 采购入库

采购入库是对订单进行入库操作

选择已经审核的采购订购单。

image image

生产采购入库单会自动生产年月日的批次号,同时可以对入库明细进行调整。

image

3. 库存管理

3.0 产品库存

产品库存是产品名称,类型,属性,含绒量,检验标准完全一样的为一个产品。

image

3.1 批次库存

产品库存展开可以看到批次库存,批次库存是产品名称,类型,属性,含绒量,检验标准完全一样的产品,但是入库有多个批次,比如2021-05-21入库一笔 ,2021-05-22 入库一笔,那这个产品就有两个批次号。

image

除了产品库存展开可以看到批次库存,我们还有专门的批次库存报表。

image

3.2 产品检验

采购的产品现在入库了,当时填的含绒量不一定准确,这时候我将仓库的产品抽样送检,检查实际含绒量,并填好检验的标准。

image

3.3 仓库库位

在采购入库的时候会让选择一个仓库库位。自己查询库存的时候,可以知道对应的货物放到哪个位置的。

image

3.4 库存往来

仓库货物的每一笔出入库记录。

image

3.5 期初建账

在第一次使用软件的时候,仓库有库存,这笔库存可以做期初录入进去。

image

4. 销售管理

客户档案->客户要货单->客户出货单

4.0 客户要货单

企业的客户需要一批货物,这时候销售可以做一笔客户要货单。

image

4.1 客户出货单

库管选择审核通过的要货单进行出库。

image

点开批次详情,选择出库的批次。

image

出库的产品一定要有库存,否则选不到对应的库存出库。

image

输入要出库对应批次的数量。

image

审核即可完成出库。

image

5. 生产加工

生产任务->物料申领->生产入库

5.0 生产工艺

添加生产工艺

image

5.1 生产任务

添加需要生产加工的任务

image

生产任务进行物料申领

image

image

对生产的物料申领单进行审核

image

只有生产任务其下所有物料申领单完成审核,才可以进行生产入库。当生产任务所有物料申领单审核以后,生产任务状态会变为已领料。

image

审核生产入库单,生产入库边完成。生产入库的成本价格 = 物料申领的总成本价格 % 生产入库的数量。

image

6. 盘点管理

盘点是指定期或临时对库存商品实际数量进行清查、清点的一种作业。

6.0 盘点任务

建立好盘点任务后,当进入盘点时间范围以后,盘点任务会自动变为盘点中。

image

image

当有状态为盘点中的任务,我们是无法进行任何订单审核的。

image

6.1 盘点单据

选择要盘点的数据

image

image

输入实盘数量,审核单据完成盘点。

image

可以删除状态非已完成的盘点数据

image

7. 财务管理

7.0 会计期

自然月是每个月1号开始,每个月月底结束。

image

同时也可以自定义,我这里自定义结算日为28日。

image

生成的会计期如下:

image

7.1 月结

当月只能对当月之前的月份进行月结(比如当月是2021年6月,只能对2021年5月,2021年4月,2021年3月。。。。)进行月结。

image

7.2 费用单

月结以后生成费用单。月结不会重复生成费用单,一个(客户/供应商)一个月份只会生成一笔费用单。

image

image

结算单

选择已经审核的费用单进行结算。一笔费用单可以多次结算。

image

image

已付款金额+已优惠大于等于订单金额的时候,该笔费用单已经付清。

image

报表中心

image

You might also like...
Dcat Admin SKU扩展增强版
Dcat Admin SKU扩展增强版

Dcat Admin SKU扩展增强版 首先感谢前人的肩膀:https://github.com/lty5240/dcat-easy-sku 以及前人的前人的肩膀:https://github.com/jade-kun/sku 因改动太大,故没有往前面两位大佬的仓库中PR。 如果感觉好用,还请给个S

Dcat Admin 视频/音频预览扩展

Dcat Admin 音视频预览扩展 安装 composer require abovesky/dcat-media-player 具体安装方法请参考官方文档 使用方法 // 数据表格中使用 $grid-column('video')-video(); $grid-column('audio

Dcat Admin 图片预览扩展

Dcat Admin 图片预览扩展 安装 composer require abovesky/dcat-lightbox 具体安装方法请参考官方文档 使用方法 // 数据表格中使用 $grid-column('images')-lightbox(); //设置服务器和宽高 $grid-co

dcat-admin 快捷短信通知配置
dcat-admin 快捷短信通知配置

dcat-admin 快捷短信通知配置

dcat-admin's extension that was build in one package by vue
dcat-admin's extension that was build in one package by vue

Dcat Admin Extension 此扩展为大合一扩展,以后使用vue3构建的组件都将合并在一起 演示地址 demo: http://dcat.weiwait.cn (admin:admin) 依赖扩展 freyo/flysystem-qcloud-cos-v5 overtrue/larave

PHP Static Analysis Tool - discover bugs in your code without running it!
PHP Static Analysis Tool - discover bugs in your code without running it!

PHPStan - PHP Static Analysis Tool PHPStan focuses on finding errors in your code without actually running it. It catches whole classes of bugs even b

🌏 Discover Random Destinations & Cities explored by people on Google Street View.
🌏 Discover Random Destinations & Cities explored by people on Google Street View.

Random Street View on Steroids 👀 Welcome to the streetviewhub.com codebase. Here lies all the code with all the awesomeness and 🐛 s. Have some ideas

Discover your ranking on GitHub
Discover your ranking on GitHub

Git stars About This project was inspired by Git Awards! Since it apparently isn't supported anymore we thought we'd take the concept back and add our

Keyword Generator Tool helps you discover keyword opportunities related to your query input.
Keyword Generator Tool helps you discover keyword opportunities related to your query input.

This plugin simply helps you discover keyword opportunities related to your query input. Installation Download the zip file of the repository or clone

🦭 Just a repository to discover GitHub (or Pokémons)!

Just a repository to discover GitHub (or Pokémons)! 🦭 Após alguns bons anos trabalhando com Git no Bitbucket, resolvi finalmente colocar um primeiro

Laravel Admin Dashboard, Admin Template with Frontend Template, for scalable Laravel projects. It is to save your time when You start with new scalable Laravel projects with many features Bootstrap, cooreui, infyom admin Generator, roles and  permissions, translatable models, spatie media and much more LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like Advanced CRUD Generation, Module Manager, Backups and many more.
LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like Advanced CRUD Generation, Module Manager, Backups and many more.

LaraAdmin 1.0 LaraAdmin is a Open source CRM for quick-start Admin based applications with features like Advanced CRUD Generation, Schema Manager and

Until 2018, Backpack v3 used this Base package to offer admin authentication and a blank admin panel using AdminLTE. Backpack v4 no longer uses this package, they're now built-in - use Backpack/CRUD instead.
Until 2018, Backpack v3 used this Base package to offer admin authentication and a blank admin panel using AdminLTE. Backpack v4 no longer uses this package, they're now built-in - use Backpack/CRUD instead.

Note: This package is only used by Backpack v3. Starting with Backpack v4, everything this package does is included in Backpack/CRUD - one package to

Littlelink admin is an admin panel for littlelink that provides you a website similar linktree.

⚙️ LittleLink Admin LittleLink Admin is an admin panel for littlelink that provides you a website similar linktree. 📑 Features creating a link page w

Littlelink admin is an admin panel for littlelink that provides you a website similar linktree.

LittleLink Admin is an admin panel for littlelink that provides you a website similar linktree.

Admin Columns allows you to manage and organize columns in the posts, users, comments, and media lists tables in the WordPress admin panel.

Admin Columns allows you to manage and organize columns in the posts, users, comments, and media lists tables in the WordPress admin panel. Transform the WordPress admin screens into beautiful, clear overviews.

For the super admin, replace WP Admin Bar My Sites menu with an All Sites menu.
For the super admin, replace WP Admin Bar My Sites menu with an All Sites menu.

Super Admin All Sites Menu Also available at https://wordpress.org/plugins/super-admin-all-sites-menu/ Use | Prerequisite | Install | Filters | Demo |

Backpack v3 used this Base package to offer admin authentication and a blank admin panel using AdminLTE
Backpack v3 used this Base package to offer admin authentication and a blank admin panel using AdminLTE

Until 2018, Backpack v3 used this Base package to offer admin authentication and a blank admin panel using AdminLTE. Backpack v4 no longer uses this package, they're now built-in - use Backpack/CRUD instead.

Admin One is simple, beautiful and free Laravel admin dashboard (built with Vue.js, Bulma & Buefy).
Admin One is simple, beautiful and free Laravel admin dashboard (built with Vue.js, Bulma & Buefy).

Admin One — Free Laravel Vue Bulma Dashboard Admin One is simple, beautiful and free Laravel admin dashboard (built with Vue.js, Bulma & Buefy). Built

Owner
yxx
yxx
dcat-admin 快捷短信通知配置

dcat-admin 快捷短信通知配置

null 8 Sep 18, 2022
Voyager - The Missing Laravel Admin

Voyager - The Missing Laravel Admin Made with ❤️ by The Control Group Website & Documentation: https://voyager.devdojo.com/ Video Tutorial Here: https

The Control Group 11.3k Dec 31, 2022
An online quiz system built on PHP, JS and HTML. It has inbuilt Timer support along with Admin Panel

Skill's Breaker An online quiz system built on PHP, JS and HTML. It has inbuilt Timer support along with Admin Panel #Added features: Added Timer supp

null 2 Jul 16, 2022
A very simple Blog with Admin Panel built using Laravel5.7 && VueJs2.5 - Quasar0.17

Q-Blog - A very simple Blog with Admin Panel built using [Laravel5.7, VueJs2.5, Quasar0.17]. - This is kind of implementation on different concepts in

Abdelaziz Sliem 132 Dec 23, 2022
MenuCard - Employees can login with already made admin accounts

MenuCard Symfony 5.4.2 application Employees can login with already made admin accounts. Employees can manages create new accounts for new employees.

Lajili Med Dhia 1 Jan 20, 2022
Hotel Management App using Laravel & Orchid for admin

Hotel Management System Installation Open a terminal session in the project's root. Install dependencies by running the command: composer install Run

null 1 Feb 8, 2022
School Management System Ver 1.0 with login and registration and admin panel

School Management System Ver 1.0 with login and registration and admin panel

JehanKandy 10 Jul 13, 2022
dcat admin login captcha. - dcat admin 登录验证码。

dcat-login-captcha 简体中文 | ENGLISH dact admin login captcha. - dcat admin 登录验证码。 环境要求 dcat-admin >= 2.0 安装 Composer 安装 $ composer require guanguans/dca

guanguans 29 Dec 5, 2022
Sliding captcha for dcat-admin auth / dcat-admin登陆 滑动验证插件 多平台支持

dcat-admin登陆 滑动验证插件 多平台支持 dcat-admin登陆 滑动验证插件 多平台支持 另有 laravel-admin版 Demo演示 演示站点(暂时无,目前地址为laravel-admin版的演示地址) 支持(按照字母顺序) 顶象 ✔️ 极验 ✔️ hCaptcha(和谷歌Rec

塵世不再 38 Dec 17, 2022
dcat laravel-admin extension for china distpicker

dcat-admin extension Distpicker是一个中国省市区三级联动选择组件,这个包是基于Distpicker的dcat-admin扩展,用来将Distpicker集成进dcat-admin的表单中. 此扩展参考与引用: dcat-admin-extensions-distpick

mu 20 Oct 9, 2022