Giter Club home page Giter Club logo

duc-anh-ly / exment Goto Github PK

View Code? Open in Web Editor NEW

This project forked from exceedone/exment

0.0 0.0 0.0 22.52 MB

Exment is open source software for managing information assets on the Web. / Exmentは、情報資産をWeb上で管理するための、オープンソースソフトウェアです。

Home Page: https://exment.net/docs/#

License: GNU General Public License v3.0

JavaScript 1.12% PHP 92.53% TypeScript 2.81% CSS 0.05% Blade 3.02% SCSS 0.47%

exment's Introduction

Exment

For Japanese(日本語)

こちらのサイトにアクセスしてください。
公式サイト
デモサイト一覧
マニュアル

What is Exment?

Exment is open source software for managing information assets on the Web.
For Web Database, SFA, CRM, Business improvement, ...
Official Site
Manual Demo site
Then please enter
Usercode:admin
Password:adminadmin

Functions

  • Dashboard
  • Data registration from the screen
  • Custom table/Custom column creation
  • Import/export templates (Custom tables/Columns can be used with other Exments)
  • Import/export data
  • Value calculation function in form (total amount, calculation of tax amount)
  • Authorization management
  • Organization management
  • Menu configuration management
  • Search (free word search, search words related to information)
  • Mail Template
  • API

And more and more and more functions....

Operating environment

Server

  • PHP 7.3.0 or upper
  • MySQL 5.7.8 or upper and less than 8.0.0, or MariaDB 10.2.7 or upper
  • Laravel8.X

Support Browser

  • Google Chrome
  • Microsoft Edge

Screen Shot

List of Data

List of Data

Data Edit

Data Edit

Search

Search

Dashboard

Dashboard

Calendar

Calendar

QuickStart

You need set up LAMP and install composer.

  • Create Laravel project using composer. ("exment" is project name.)
composer create-project "laravel/laravel=6.*" exment
cd exment
  • Require exceedone/exment using composer.
composer require exceedone/exment
php artisan vendor:publish --provider="Exceedone\Exment\ExmentServiceProvider"
  • Edit .env file.
### Database setting
# Change database setting
# If your database is MySQL, as below
DB_CONNECTION=mysql
# If your database is MariaDB, as below.
DB_CONNECTION=mariadb

DB_HOST=127.0.0.1 #MySQL host name
DB_PORT=3306 #MySQL port no.
DB_DATABASE=homestead #MySQL database name for Exment.
DB_USERNAME=homestead #MySQL user name for Exment.
DB_PASSWORD=secret #MySQL password name for Exment.

### timezone and locale
APP_TIMEZONE=America/Santiago
APP_LOCALE=en
  • (Recommend) Add error page. Open "app/Exceptions/Handler.php", and modify "render" function.
    /**
     * Render an exception into an HTTP response.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Exception  $exception
     * @return \Illuminate\Http\Response
     */
    public function render($request, Exception $exception)
    {
        // Modify
        return \Exment::error($request, $exception, function($request, $exception){
            return parent::render($request, $exception);
        });
    }
php artisan serve

Community

Exment does not currently have a community forum. I am taking advantage of issues. However, we may use some other platform in the future. If you have detailed knowledge, I would be grateful if you could give me a recommendation.
現在、Exmentではコミュニティ・フォーラムを用意していません。issueを活用しています。 ただし、将来的に何か他のプラットフォームを使うかもしれません。詳しい知見をお持ちの方は、推奨を教えてください。

Pull Request

Pull Requests are always welcome. Currently, I'd be happy if you actually implemented the function rather than requesting a new function.
Pull Requestはいつでも大歓迎です。現在は、新しい機能の要望よりも、その機能を実際に実装していただいた方が、嬉しいです。

Other pages

Setup for Develop En / 開発方法 日本語
Setup for Test En / テスト実行方法 日本語

issues

Please write issues using English or Japanese. / issuesには英語または日本語で記載してください。

Other repositories

exment's People

Contributors

hirossyi-exc avatar yisaka117 avatar oreno4649 avatar kajitoriadmin avatar vohoangnhat avatar ex1nhatvh avatar k2n7 avatar chiensai-ntq avatar ex1anhth avatar yukiko-isaka avatar ma2mura01 avatar yukato avatar selene-misso avatar dev-hayash avatar shockey3951 avatar

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.