{"id":14449147,"url":"https://github.com/kid1194/erpnext_pos_controller","last_synced_at":"2025-08-28T03:31:29.159Z","repository":{"id":140214633,"uuid":"542668396","full_name":"kid1194/erpnext_pos_controller","owner":"kid1194","description":null,"archived":false,"fork":false,"pushed_at":"2022-10-25T22:30:30.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-25T09:51:41.849Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kid1194.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","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":"2022-09-28T15:46:34.000Z","updated_at":"2023-12-07T09:37:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"b4aab0b7-64d3-4992-9f8e-916a8131236f","html_url":"https://github.com/kid1194/erpnext_pos_controller","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kid1194/erpnext_pos_controller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kid1194%2Ferpnext_pos_controller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kid1194%2Ferpnext_pos_controller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kid1194%2Ferpnext_pos_controller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kid1194%2Ferpnext_pos_controller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kid1194","download_url":"https://codeload.github.com/kid1194/erpnext_pos_controller/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kid1194%2Ferpnext_pos_controller/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272430545,"owners_count":24933886,"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","status":"online","status_checked_at":"2025-08-28T02:00:10.768Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-09-01T08:01:09.211Z","updated_at":"2025-08-28T03:31:28.807Z","avatar_url":"https://github.com/kid1194.png","language":"Python","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# ERPNext POS Controller (Alpha)\n\nERPNext plugin that helps in adding some restrictions over default POS.\n\n---\n\n### Table of Contents\n\u003cul\u003e\n    \u003cli\u003e\u003ca href=\"#requirements\"\u003eRequirements\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\n        \u003ca href=\"#setup\"\u003eSetup\u003c/a\u003e\n        \u003cul\u003e\n            \u003cli\u003e\u003ca href=\"#install\"\u003eInstall\u003c/a\u003e\u003c/li\u003e\n            \u003cli\u003e\u003ca href=\"#update\"\u003eUpdate\u003c/a\u003e\u003c/li\u003e\n            \u003cli\u003e\u003ca href=\"#uninstall\"\u003eUninstall\u003c/a\u003e\u003c/li\u003e\n        \u003c/ul\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\n---\n\n### Requirements\n- Frappe \u003e= v13.0.0\n- ERPNext \u003e= v13.0.0\n\n---\n\n### Setup\n\n⚠️ *Important* ⚠️\n\n*Do not forget to replace [sitename] with the name of your site in all commands.*\n\n#### Install\n1. Go to bench directory\n\n```\ncd ~/frappe-bench\n```\n\n2. Get plugin from Github\n\n*(Required only once)*\n\n```\nbench get-app https://github.com/kid1194/erpnext_pos_controller\n```\n\n3. Build plugin\n\n*(Required only once)*\n\n```\nbench build --apps erpnext_pos_controller\n```\n\n4. Install plugin on a specific site\n\n```\nbench --site [sitename] install-app erpnext_pos_controller\n```\n\n5. Check the usage section below\n\n#### Update\n1. Go to app directory\n\n```\ncd ~/frappe-bench/apps/erpnext_pos_controller\n```\n\n2. Get updates from Github\n\n```\ngit pull\n```\n\n3. Go to bench directory\n\n```\ncd ~/frappe-bench\n```\n\n4. Build plugin\n\n```\nbench build --apps erpnext_pos_controller\n```\n\n5. Update a specific site\n\n```\nbench --site [sitename] migrate\n```\n\n6. Restart bench\n\n```\nbench restart\n```\n\n#### Uninstall\n1. Go to bench directory\n\n```\ncd ~/frappe-bench\n```\n\n2. Uninstall plugin from a specific site\n\n```\nbench --site [sitename] uninstall-app erpnext_pos_controller\n```\n\n3. Remove plugin from bench\n\n```\nbench remove-app erpnext_pos_controller\n```\n\n4. Restart bench\n\n```\nbench restart\n```\n\n---\n\n### Usage\n1. Go to **POS Controller Settings**\n2. Check the **Is Enabled** box\n3. Apply the settings to all users or choose the **Applicable Users** that you want\n4. Check the **Restrict Max Total For All Items* box to apply the **Default Item Max Total** to all items or choose the **Restrict Items** that you want\n\n---\n\n### License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkid1194%2Ferpnext_pos_controller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkid1194%2Ferpnext_pos_controller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkid1194%2Ferpnext_pos_controller/lists"}