Git Product home page Git Product logo

jazzpos's Introduction

Intro

Simple Point of Sale (POS) system based on Django. Not for production yet !

Quickstart

On your terminal, run the following:-

sudo apt-get install python-dev build-essential libmysqlclient-dev
git clone https://github.com/k4ml/jazzpos.git
cd jazzpos
python bootstrap.py
./bin/buildout -v
./bin/manage syncdb
./bin/manage runserver

Todos

Lot of things need to be polished up. This originally developed for very specific client so parts need to be generalized further. Things that I'd like to pursue:-

  • Custom Customer model so specific customer data can be put here.
  • PDF generation for invoice, receipt and report. Currently pretty rudimentary.
  • Upgrade to Django 1.7. This was developed while 1.4 still hot and then left dormant in my repository.
  • Proper l10n. Currently the main interface is in Malay.
  • Add tests !

Screenshot

Dashboard


Order page

jazzpos's People

Contributors

k4ml avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ahmadmanzoor

jazzpos's Issues

Upgrade to Django 1.7

This initially developed while django 1.4 still freshed. It doesn't make sense now to continue new development on such aging platform.

Fix smartmin to support django-1.7 or take it out

Smartmin was used for easy CRUD manager but it's a very old version. Either fix it (we already 'vendorized') or take it out and implement the CRUD our-self. Errors when running under django-1.7:-

 File "/home/kamal/python/jazzpos/xpos/urls.py", line 6, in <module>
    import xpos.views.item as views_item
  File "/home/kamal/python/jazzpos/xpos/views/item.py", line 10, in <module>
    from smartmin.views import SmartCRUDL, SmartListView, SmartCreateView, SmartUpdateView
  File "/home/kamal/python/jazzpos/vendor/smartmin/views.py", line 17, in <module>
    from django.utils import simplejson

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.