Giter VIP home page Giter VIP logo

etamu's Introduction

eTamu

Aplikasi buku tamu digital. Silakan dipergunakan dan dimodifikasi untuk penggunaan pribadi / kantor / satker Anda. Dilarang memperjualbelikan aplikasi ini baik aslinya maupun hasil modifikasi.

Fitur:

  • Capture wajah
  • Notifikasi info tamu by whatsapp (bisa didisable) Notifikasi dikirim ke -- Pejabat yang dituju oleh tamu -- Tamu -- operator (opsional)
  • Riwayat tamu
  • Riwayat pengiriman notifikasi
  • Daftar pejabat yang dapat ditemui oleh tamu

Ingin bertanya? Hubungi saya di whatsapp (chat only)


INSTALASI

FILE INDEX.PHP

Duplikasi file index.example.php, file hasil duplikat rename menjadi index.php

MODIFIKASI DATABASE.PHP

  1. Masuk ke folder application\config\
  2. Duplikasi file database.example.php, file hasil duplikat rename menjadi database.php
  3. Set hostname, database, username, dan password database

SQL

File: sql\tamuku.sql

Buat database dengan cara menjalankan tamuku.sql

MODIFIKASI KONFIGURASI DATABASE

Table: configs

* APP_VERSION
* APP_NAME 
* APP_SHORT_NAME
* SATKER_NAME
* SATKER_ADDRESS
* DIALOGWA_API_URL --string. url api dialogwa.id
* DIALOGWA_TOKEN --string. token dialogwa.id
* DIALOGWA_SESSION --string. sesi online dialogwa.id
* WA_TEST_TARGET --string. nomor WA untuk tes penerima notifikasi
* SEND_NOTIFICATION --tinyint. 0: tidak kirim notifikasi, 1: kirim notifikasi 

DISABLE / ENABLE NOTIFIKASI

Untuk mendisable notifikasi whatsapp, pada table configs, set value SEND_NOTIFICATION menjadi 0

DEPLOY PRODUCTION

Caution

Pada mode Production, notifikasi akan dikirimkan ke nomor persons yang dituju oleh tamu juga ke nomor tamu yang bersangkutan.

Setelah aplikasi siap untuk digunakan LIVE, berikut yang harus dilakukan :

  1. Pada folder project, buka file index.php
  2. Pada baris 57, ubah :
define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development');

menjadi

define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'production');

etamu's People

Contributors

chakoochandra avatar

Stargazers

Agung Hardiyanto avatar

Watchers

 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.