Git Product home page Git Product logo

kopsoftwms's People

Contributors

dependabot[bot] avatar lindenrty2 avatar lysilver avatar williamyang0123 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kopsoftwms's Issues

大神求帮助

大神你微信联系方式可以给我吗,我加一下你,请教一下问题

仓库类型

在入库管理时,使用仓库类型字段会有bug。

咨询与建议

1.小问题,估计是作者疏忽:
文件:Entity/Fluent.Validation/SupplierFluent.cs
原代码:
RuleFor(x => x.SupplierName).NotNull().NotEmpty().WithMessage("供应商名称不能为空").Length(1, 50).WithMessage("供应商编号长度不能超过50");
应修改为:
RuleFor(x => x.SupplierName).NotNull().NotEmpty().WithMessage("供应商名称不能为空").Length(1, 50).WithMessage("供应商名称长度不能超过50");

2.我自己新增了Book实体(参考的Supplier实体),故新增了文件及其代码:
Entity/Wms_book.cs,Entity/Fluent.Validation/BookFluent.cs,IRepository/IWms_bookRepository.cs,IServices/IWms_bookServices.cs,KopSoftWms/Controllers/BookController.cs,Repository/Wms_bookRepository.cs(都是参考的参考的Supplier实体)
但是在浏览器里输入~/Book/Index却报错:Unable to resolve service for type 'IServices.IWms_bookServices' while attempting to activate 'KopSoftWms.Controllers.BookController'.
应该是依赖注入的问题。 请作者明示我下原因哈!

页面闪烁

大神,页面闪烁现象比较严重啊,点击切换菜单时整体都要刷新一遍,这个问题有办法可以解决吗

不能登录,报错

登录返回的数据,貌似是数据库连接不了。
系统:Alpine 3.9
数据库:mysql 5.7

{"Item1":false,"Item2":"异常"}

image


用项目里的Dockerfile打包镜像,运行容器也不行,也是登录不了

你好大神,在吗

我引用你的项目,在本地运行的时候,项目登录不了是什么问题啊,点击登录按钮页面没有反应

添加新模块

请问如果要添加一个新的页面/模块,是否有代码生成器可以使用?还是需要全部手K?

数据库并发访问报错

数据库访问的注入是不是有问题,并发取仓库,库区,货架列表时会崩溃,报There is already an open DataReader associated with this Connection

库存管理新增功能 进销存状态界面

大佬,这个WMS系统,我觉得缺少一个进销存状态查看的界面

比如:

| 日期 | 入库类型 | 数量 | 出库类型 | 数量 | 结存 |

可以方便的显示物料的动态变化,统计物料的周转率

或者也可以在Dashboard按需显示

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.