Giter VIP home page Giter VIP logo

gocanto-pos's Introduction

##gocanto-pos License

gocanto-pos is a complete point of sale environment built in Codeigniter 2.*. It has the capability of working on small, medium of big stores. The vision was gave something stable to the Codeigniter comunity, as the PHP as well.

Felt free to download it and use it!

##Configuration File Config.php is the main file that the application has, so You will be able to customize the site as much as yo want in there. It can be found in:

Application/Config/config.php

##DataBase configuration File Config.php is the main file that the application has for controling it information, so You will be able to customize the conection info in there and ready to go!

Application/Config/database.php

Local conection validation

if(preg_match('/^(localhost|127\.\d\.\d\.\d|192\.168(\.\d{1,3}){2})/',$_SERVER['SERVER_NAME'])){
  local
}else{
  online
}

Multi Store Array

$db[$group_name]['pconnect'] = $db['default']['pconnect'];
$db[$group_name]['db_debug'] = $db['default']['db_debug'];
$db[$group_name]['cache_on'] = $db['default']['cache_on'];
$db[$group_name]['cachedir'] = $db['default']['cachedir'];
$db[$group_name]['char_set'] = $db['default']['char_set'];
$db[$group_name]['dbcollat'] = $db['default']['dbcollat'];
$db[$group_name]['swap_pre'] = $db['default']['swap_pre'];
$db[$group_name]['autoinit'] = $db['default']['autoinit'];
$db[$group_name]['stricton'] = $db['default']['stricton'];

##Features

  • Customized Reports
  • Closing Report
  • Inventory Control
  • Retail work orders control
  • Multi Store
  • Remore inventory control
  • Sales
  • Stores Settings
  • Multi Store Settings
  • Items control
  • Gift cards control
  • Backup tools

Contact

gocanto-pos's People

Contributors

gocanto 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.