Skip to main content

Flask base & POS software

Project description


shopyo

Featured on Weekly Python issue 436 🌟

🎁 Open inventory management and Point of sales (powered by python) for small shops.

  • :ok_hand: Crisp UI
  • :heartpulse: Intuitive
  • :sparkler: Instant lookup
  • :pencil2: Towards customisation

⚗️ Stability

beta - now in beta!

alpha - highly volatile, core features not yet finished

💌 Contributing Countries

🇲🇺 🇩🇪 🇨🇳 🇬🇧 🇸🇬 🇺🇬

🔥 Just Added Features

  • Confirmation before deleting section
  • Settings fully operationable
  • Apply settings works for existing and non-existing db
  • Instantly checks duplicate

  • Appointment section

📜 Testimonial

This is my first time contributing to a public repo and I have quite enjoyed it. If you're a first-time-contributor the community is very helpful and can help you progress. Since I have been helping in this repo, I have also learnt a few things myself. The owner of the repo is active and is always willing to help.

Also, if I'm around and you're stuck give us a shout. I'll help if I can. @blips5

🔎 Understand Shopyo

Shopyo internals explained here: Shopyo: Enhance Your Flask by Exploring An Advanced Flask App

📖 History

I want to learn!

Months ago, I was searching github for a point of sales solution that used Python. What bothered me was that many of the applications I found were not ideal. Some required Posgres with the expectation that a user would already have this installed, others had codebases that were a mess of spaghetti code, yet others were django-based accounting monsters ...

I decided to try making my own solution, modeled after a client request, I had once recived. I Made it flask-based with SQLalchemy and SQLite. You can instantly get started with no hassle, switching to something more powerful when you want to (since it uses an ORM)

For the UI, we used the latest, bootstrap4, fa5 and jq3. Interestingly enough, I had two shop owners try it and they were very impressed with the ease of use.

It is still in devolopment and supports instant lookup. Long story short, with some programming skills, you can solve some everyday problems. And yes, no cdn, all libs are bundled so that you can use it completely offline

See this linked-in article!

📰 In The News

🍳 In Action

♨️ Contributing

If you want to contribute, go ahead, we ❤️ it. We follow a 💯 % first-timers-friendly policy.

  • Fork repo.

  • Create a new branch. For example: bg-fix-migration-file.

  • Once you have add your changes ensure tests are still passing.

  • Add tests for any new functionality added.

  • Ensure you commits follow the standard specified here.

  • Follow the Pull request template.

  • Add your country flag in readme after accepted PR

  • Update fork as below then

  • Push

git push origin <branch-name>
  • If it closes an issue, add Fixes #94 for example, as seen here
  • PR against dev branch, not master

Update Fork

cd <your/local/cloned/repo/path/here>
git remote add upstream https://github.com/Abdur-rahmaanJ/shopyo.git
git fetch upstream
git pull upstream master

💬 Community: Discord

https://discord.gg/k37Ef6w

🔧 Install instructions

  • download python3.7
  • clone and cd into project
  • run python -m pip install -r requirements.txt

👟 Run instructions

cd into shopyo/shopyo if not already.

initialise and setup app.

python manage.py initialise

run the app.

python manage.py runserver

go to the indicated url

Super User password

User ID: user 
password: pass

🔩 Migrations

In case of change to models, do

python manage.py db migrate
pyhton manage.py db upgrade

Testing

The application makes use of end to end tests. To get these up and running you will need selenium and a chrome web driver.

  • The chromedriver is already part of the applciation folder.
  • To run tests cd into the shopyo folder and run the command. pytest.
  • To ensure your code meets PEP8 standard, run the command. flake8 shopyo.

Complete commands

initialise database.

python manage.py db init # create db from new
python manage.py db migrate
python manage.py db upgrade

clean project

python manage.py clean

removes __pycache__/, test.db and migrations.

:scroll: Docs

Sphinx docs generater

Run

sphinx-build -b html sphinx_source docs

in shopyo/ to generate docs

Read the docs for Sphinx Alablaster

:construction: Developing Modules

Modules are found in the modules folder.

A typical structure is as follows:

apple/
    templates/
        apple/
    view.py
    models.py
    info.json

You must ensure that

  • The view is named view.py
  • The info is named info.json
  • The module folder and the folder inside templates both have the same name
  • Blueprints must be named <nameofmodulefolder>_blueprint, in this demo apple_blueprint

And ... the app will load all the modules, just make sure in info.json you keep url_prefix, type, name, and fa-icon

For the time being it's best to look into existing modules and do the same.

FaQ

Why do we need another folder in templates?

Flask loads all templates in one namespace. If you specify apple/index.html flask will load the index.html in the apple folder in templates

Windows Deployment

Show me how

youtube demo

Roadmap

  • ✔️ Models
  • ✔️ Migrations
  • ✔️ Restful Api
  • ✔️ Manage.py
  • ✔️ CSRF protection
  • ✔️ Easy dev/production mode switch
  • ✔️ Login
  • ✔️ Api namespacing / apps
  • ✔️ Django-like structure (where models, views and templates all in one folder)
  • ✔️ Relative reference (.forms for example)
  • ✔️ Roles management

In Progress

  • 🔃 Unit tests
  • 🔃 Integration tests
  • 🔃 Permission levels

TODO

  • _

📞 Contact

Support team if you are stuck

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

shopyo-1.1.41.tar.gz (13.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page