← Parent Directory

Car Repair Shop Manager/Web

just a free manager made in Python, with more features than earlier manager made in shell.

version license Build Status

framework

Flask

installation

$ git clone https://github.com/h01000110/gerenciador-oficina-web.git  
$ pip3 install -r requirements.txt  

run

$ python3 run.py runserver

features

multi-view
monthly statistics
DB SQLite3
customer backup/pdf
multi-language - pt-BR/en-US
client map(internet required)

client localization

follow these steps to getting your Key: GoogleMaps API and Geocoding;
paste your key in app/templates/mapa.html

<script async defer src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap"></script>

resources

Font Awesome by Dave Gandy
Circle Icons by Nick Roach

changelog

20-11-2016 version 0.1
25-11-2016 version 0.0.2 english language added, fields verification and bug fixes
01-12-2016 version 0.0.3 clients localization added with google maps api and bug fixes

source