Coder Social home page Coder Social logo

youyingxiang / discover Goto Github PK

View Code? Open in Web Editor NEW
515.0 14.0 192.0 8.29 MB

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

Home Page: http://erp.you-tang.com/admin/auth/login

License: MIT License

PHP 98.95% Blade 1.05%
erp dcatadmin laravel dcat-admin dcat php

discover's Issues

批量新增页面BUG

当产品一多,批量新增里的grid不会自动缩放,导致页面显示不全

月结为空的时候报错

app\Admin\Controllers\MonthSettlementController.php 59行
$form->select('accountant_item_id', "结算期")->options($accountant)->default($accountant->keys()->first())->required();
改为
$form->select('accountant_item_id', "结算期")->options($accountant)->default($accountant->keys()->first() ?? '')->required();

大佬,群满了

你好,交流群人满了,无法加入,有问题想咨询一下。我部署完项目后,没有权限管理相关的页面呢

安装问题汇总(个人)

个人学习记录(望勿删)

环境:
PHPStudy_Pro
Nginx 1.15.11
PHP 7.3.4 nts
MySQL 5.7.26

详解安装步骤:

  1. 下载安装包 并解压至根目录
  2. 执行 composer install
  3. .env.example重命名为.env并修改相关数据库参数(可参考Learnku文献)
  4. 执行php artisan migrate
  5. 执行php artisan db:seed --class=InitSeeder

遇见问题:

  1. 执行php artisan migrate报错
    1
    问题: 未新建数据库discover
    解决: 新建数据库discover

  2. 执行php artisan migrate报错
    2
    问题: 默认数据库引擎
    解决: 将默认数据库引擎更改为 InnoDB

  3. 执行php artisan migrate报错
    3
    问题: 之前生成表结构时已在数据库中存在表 无法再次创建
    解决: 将数据库discover中的表清空

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.