Git Product home page Git Product logo

taxidi's Introduction

Taxídí is a free database program and check-in system similar to 
Excellerate and Fellowship one's nursery system.  It is designed to be 
independent, extensible, and free to use by anyone.  Taxídí was written 
for Journey Church in Millbrook, Alabama.

User Fields:  Name, lName, DoB, Activity, Room, Grade, Phone, (Mobile? 
as bool), MobileCarrier, Primary, Parent1, Parent2, ParentEmail, Medical, 
JoinDate, LastSeen, Count, Barcode, Picture, Notes

Command line options: (for setting log level)
usage: ./main.py [--help] [--log=LEVEL]

optional arguments:
 --help			Show this message and exit
 --log=LEVEL		Set the log verbosity to LEVEL

log levels:		DEBUG, INFO, WARNING, ERROR, CRITICAL


Development guidelines:
========================================================================
Additional modules which can implement logging can do so using:

import logging
logger = logging.getLogger(__name__)
logger.info("Hello world!") #emit a message

Messages can be emmitted based on severity using the debug(), info(), 
	warn(), error(), and critical() functions.
	
	
Additional guidelines and information can be found at:
	- https://launchpad.net/taxidi
	- https://jkltech.net/taxidi/
	- https://jkltech.net/taxidi/wiki/
	- https://github.com/jkltechinc/Taxidi

Dependancies:
========================================================================
python-configobj
pyBarcode - http://pypi.python.org/pypi/pyBarcode/
PIL
wkhtmltopdf
	

taxidi's People

Contributors

rechner avatar

Stargazers

Nathan Ho avatar  avatar  avatar Lexxy Fox avatar

Watchers

Lexxy Fox avatar James Cloos avatar Benjamin Carpenter avatar  avatar

Forkers

andymanly

taxidi's Issues

Check-out function fails when using SQLite

Screenshot from 2013-02-21 17:04:01

To reproduce in sqlite:
1.) Check a record in
2.) Search for the same record.

Traceback (most recent call last):
File "gui.py", line 1838, in DisplaySelectedRecord
self.SetRecordData(details)
File "gui.py", line 2879, in SetRecordData
checkin))
UnboundLocalError: local variable 'checkin' referenced before assignment

This problem does not appear when using the postgres driver:
Screenshot from 2013-02-21 17:04:31

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.