MCPcopy Index your code
hub / github.com/Epse/EpPos

github.com/Epse/EpPos @v1.0.7

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.7 ↗ · + Follow
458 symbols 1,274 edges 52 files 11 documented · 2%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

release-version-badge travis-CI-badge

EpPos

EpPos is a basic Django (python)-based Point Of Sale system that is designed to be platform-independent (it runs on the web) and completely mobile- and touch-friendly.

Contributors: see the CONTRIBUTING file!

What is a POS?

A POS (Point Of Service) system is the software that is used by cashiers and waiters to bill you and keep the stock. This one is meant for smaller businesses, like food trucks.

How can I run it?

It is very simple. Have a look at the wiki! Or read this block of text for the short version.

Install docker and docker-compose, download EpPos and navigate into the directory. Run docker-compose up -d --build. Wait for it to complete and run docker-compose run web ./manage.py createsuperuser and follow the prompts to create an admin account. Go to localhost in your browser and log in!

If you need help with this, you can send me an email.

Known "issues"

  • There is a limitation in the total value of an order. It cannot exceed 10 digits, counting decimal places. If someone runs into this: congratulations, I'll have to update this.

I found a bug

Congratulations! You can report this issue on the issue tracker on GitHub. I will be forever grateful if you could possible be so kind as to include a server log and/or web console log.

I want to help!

Absolutely marvelous! Have a look in the CONTRIBUTING file for info about contributing!

I want to make a spinoff!

You absolutely may. If you think what you want in a POS is not something that is in the scope of EpPOS (although you may always ask) you can for sure just fork it. Details are in the LICENSE file, we use the Apache license.

Maintainers aka. Who Do I Talk To?

Epse aka. Stef Pletinck

Hall of fame

Everyone who contributes to EpPos gets a spot here. * Sebastien Spaeth * @manuelfedele * @ZeroCoolHacker

Core symbols most depended-on inside this repo

quickElement
called by 47
web/static/admin/js/core.js
save
called by 16
web/pos/models.py
updateCounter
called by 4
web/static/admin/js/actions.js
findPosX
called by 4
web/static/admin/js/core.js
move_selection
called by 4
web/static/admin/js/SelectFilter2.js
windowname_to_id
called by 4
web/static/admin/js/admin/RelatedObjectLookups.js
updateElementIndex
called by 3
web/static/admin/js/inlines.js
addition
called by 3
web/pos/views.py

Shape

Function 402
Method 29
Class 27

Languages

TypeScript82%
Python18%

Modules by API surface

web/static/pos/js/jquery-3.2.1.min.js86 symbols
web/pos/static/pos/js/jquery-3.2.1.min.js86 symbols
web/static/pos/js/popper.min.js50 symbols
web/static/pos/js/bootstrap.bundle.min.js47 symbols
web/pos/static/pos/js/bootstrap.bundle.min.js47 symbols
web/pos/tests.py29 symbols
web/pos/views.py15 symbols
web/static/pos/js/bootstrap.min.js12 symbols
web/pos/models.py12 symbols
web/static/admin/js/admin/RelatedObjectLookups.js10 symbols
web/static/admin/js/inlines.js7 symbols
web/pos/helper.py7 symbols

For agents

$ claude mcp add EpPos \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact