Coder Social home page Coder Social logo

boyyob747 / edocument Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tadef/edocument

0.0 1.0 0.0 1.1 MB

ระบบรับส่งเอกสารออนไลน์ หรือ E-Document

Home Page: http://edocument.acc.in.th/

License: Apache License 2.0

PHP 65.71% JavaScript 14.49% CSS 7.63% HTML 12.17%

edocument's Introduction

ระบบงานสารบรรณอีเล็คทรอนิคส์ (E-Document)

ระบบงานสารบรรณอีเล็คทรอนิคส์ หรือ E-Document สร้างจากคชสารเว็บเฟรมเวิร์คโดยใช้โปรเจ็ค Personnel มาพัฒนาต่อ

จุดประสงค์หลักของโปรเจ็คนี้เพื่อทดสอบการพัฒนาโปรเจ็คในรูปแบบโมดูล ซึ่งตัวโปรเจ็คหลักจริงๆจะประกอบด้วยหลายๆโมดูล นำมาใช้งานร่วมกันในระบบ ยกตัวอย่างเช่นโปรเจ็ค Repair ก็สามารถนำมาติดตั้งใช้งานร่วมกันกับโปรเจ็คนี้ได้

การติดตั้ง

1. สร้างฐานข้อมูล edocument และ นำเข้าข้อมูลจากไฟล์ edocument.sql

2. แก้ไขค่าติดตั้งของฐานข้อมูลให้ถูกต้อง ไฟล์ settings/database.php

<?php
/* settings/database.php */
return array(
  'mysql' => array(
    'dbdriver' => 'mysql',
    'username' => 'root',
    'password' => '',
    'dbname' => 'edocument',
    'prefix' => 'rp',
  ),
  'tables' => array(
    'user' => 'user',
    'edocument' => 'edocument',
    'edocument_download' => 'edocument_download',
  )
);

3. สร้างไดเร็คทอรี่ datas/ ถ้ายังไม่มีและปรับ chmod ให้สามารถเขียนได้หรือปรับ chmod ให้เป็น 777

การใช้งาน

  • เข้าระบบเป็นผู้ดูแลระบบ : admin@localhost และ Password : admin
  • เข้าระบบเป็นเจ้าหน้าที่ : demo@localhost และ Password : demo

ข้อตกลงการนำไปใช้งาน

เป็นระบบที่พัฒนาขึ้นเพื่อทดสอบการทำงาน และการเรียนรู้การใช้งาน Kotchasan PHP Framework โดยมีจุดประสงค์หลักเพื่อให้ตื่นตัวในการใช้งานคชสาร และ สามารถพัฒนาต่อยอดได้ ห้ามมิให้นำระบบที่แจกไปขาย แต่หากมีการพัฒนาต่อเติมแล้วให้สิทธิต่างๆในซอร์สโค้ดเป็นไปตามที่ผู้พัฒนากำหนด

edocument's People

Contributors

goragodwiriya avatar

Watchers

James Cloos 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.