{"id":20003244,"url":"https://github.com/mbrsagor/pos","last_synced_at":"2025-05-04T15:34:49.860Z","repository":{"id":111135816,"uuid":"306437513","full_name":"mbrsagor/pos","owner":"mbrsagor","description":"The web app is a simple point of sales and inventory management system web-app","archived":false,"fork":false,"pushed_at":"2021-08-01T02:19:07.000Z","size":15573,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T08:05:51.796Z","etag":null,"topics":["django","inventory","inventory-categories","inventory-management","postgresql","sales"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mbrsagor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-22T19:19:51.000Z","updated_at":"2024-10-31T05:11:54.000Z","dependencies_parsed_at":"2023-06-02T21:15:44.698Z","dependency_job_id":null,"html_url":"https://github.com/mbrsagor/pos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2Fpos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2Fpos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2Fpos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2Fpos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbrsagor","download_url":"https://codeload.github.com/mbrsagor/pos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252357281,"owners_count":21735112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","inventory","inventory-categories","inventory-management","postgresql","sales"],"created_at":"2024-11-13T05:24:45.908Z","updated_at":"2025-05-04T15:34:49.851Z","avatar_url":"https://github.com/mbrsagor.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# POS = Point of sales\n\u003e The web application is simple Point of sales and inventory management system web-app.\n #### Features:\n Configuration:\n -  Inventory Categories\n -  Inventory Sub Category\n -  Inventory Tag\n \n Inventory Information:\n - Inventory name \n - Inventory short description  \n - Inventory full description  \n - Inventory category selection  \n - Inventory picture \n - Inventory current stock\n - Inventory purchase price\n - Inventory sales price\n - Inventory promotional price\n \n POS:\n - Product Sales\n - List of sale record\n - Invoice \n\n## Setup \u0026 dependencies\n\n- Python 3.8.5\n- Django 3.1.2\n- Postgres 12.5\n\nThe following steps will walk you thru installation on a Mac. Linux should be similar.\nIt's also possible to develop on a Windows machine, but I have not documented the steps.\nIf you've developed django apps on Windows, you should have little problem getting\nup and running.\n\n\n### Create Database\n\nCreate the database by running the following commands in a psql shell. If you're using\nPostgres.app, click the Postgres.app icon in your toolbar and select \"Open psql\".\n\n```\ncreate database \"inventory\";\ncreate user \"macair\";\nALTER ROLE \"inventory\" WITH PASSWORD 'inventory';\nALTER USER macair CREATEDB;\nCREATE EXTENSION postgis;\n```\n\n\n### Setup Django Server (Mac)\n\nWe're using python3 instead of python2.x. If you don't have python3 installed,\ninstall [Homebrew](http://brew.sh), then…\n\n```\nbrew install python3.8\n```\n\nAssuming you've cloned the repository, open Terminal and `cd ~/your/path/to/inventory`.\n\nCreate a python virtual environment:\n\n```bash\nvirtualenv venv --python=python3.8\n```\n\nActivate it:\n\n```bash\nsource env/bin/activate\n```\n\nInstall the python dependencies which includes django and other libraries.\n\n```\npip3 install -r requirements.txt\n```\n\n\n## Run server locally\n\n```\n./manage.py migrate\n./manage.py runserver\n```\n\n###### If PSQL error raise please follow the command:\n```pip install psycopg2-binary```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbrsagor%2Fpos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbrsagor%2Fpos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbrsagor%2Fpos/lists"}