This is a point of sale system which can be used for keeping track of inventory.
It can be used for keeping track of inventory items in your shop or collection of shops. you can have multiple shops and keep track of all your inventory in those shops independantly.
- Add new inventory items with cost,selling price,etc...
- track receivables,sales,invoices
- create pdf receipts and invoices for customers
- print receipts for sales
- tracking of multiple receipts for part time payments for transaction
- ability to manage inventory for multiple shops independantly
To start your inventory management system:
- Make sure you have latest elixir and latest postgres installed
- do a git clone of project
git clone https://github.com/nayibor/pos_system.git - change directory into iso8583_monitor project
cd pos_system - create database user and password to be used by application
- edit database config details(host,username,password) in
config/dev.exs - Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server - Now you can visit
localhost:4000from your browser to access inventory system. - default username is
admin@inv.comand default password isqwer1234!@#$
Ready to run in production? Please check our deployment guides.
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix