{"id":30688126,"url":"https://github.com/sivasurya681/sss-commision-store","last_synced_at":"2026-05-15T11:35:49.421Z","repository":{"id":309355550,"uuid":"1035959573","full_name":"sivasurya681/SSS-Commision-Store","owner":"sivasurya681","description":"Python-based inventory and commission management system for dealers and storage, with Excel integration for tracking transactions, balances, and stock transfers.","archived":false,"fork":false,"pushed_at":"2025-08-11T11:01:01.000Z","size":130,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-02T00:46:01.622Z","etag":null,"topics":["business-management","data-management","dealer-management","ex","excel-automation","excel-integration","inventory-management","openpyxl","pandas","python","storage-management","transaction-tracking"],"latest_commit_sha":null,"homepage":"","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/sivasurya681.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-08-11T10:56:32.000Z","updated_at":"2025-08-11T11:05:19.000Z","dependencies_parsed_at":"2025-08-11T13:04:42.956Z","dependency_job_id":null,"html_url":"https://github.com/sivasurya681/SSS-Commision-Store","commit_stats":null,"previous_names":["sivasurya681/sss-commision-store"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sivasurya681/SSS-Commision-Store","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivasurya681%2FSSS-Commision-Store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivasurya681%2FSSS-Commision-Store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivasurya681%2FSSS-Commision-Store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivasurya681%2FSSS-Commision-Store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sivasurya681","download_url":"https://codeload.github.com/sivasurya681/SSS-Commision-Store/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivasurya681%2FSSS-Commision-Store/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33065675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["business-management","data-management","dealer-management","ex","excel-automation","excel-integration","inventory-management","openpyxl","pandas","python","storage-management","transaction-tracking"],"created_at":"2025-09-02T00:44:22.645Z","updated_at":"2026-05-15T11:35:49.397Z","avatar_url":"https://github.com/sivasurya681.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SSS-Commission-Store  \nA Python-based inventory and commission management application for dealers and storage units, featuring **Excel integration**, **transaction tracking**, and **real-time balance updates**.\n\n## Project Description:  \nSSS Commission Store is designed to manage dealer accounts, storage stock, and commission transactions efficiently.  \nThe system allows new and existing dealer entries, storage management, and transferring stock from storage to dealers with automatic updates in balances and stock counts.  \nIt also generates statements for dealers, storage, and storage-to-dealer transfers, all saved in Excel format for record-keeping.\n\n## Features:\n- Dealer Entry (New / Existing) with balance tracking.\n- Storage Entry with item count and bond number.\n- Transfer stock from storage to dealer with automatic balance update.\n- Generate and view Excel statements for:\n  - Dealer transactions\n  - Storage transactions\n  - Storage-to-dealer transactions\n- Timestamped records for all entries.\n- Simple, interactive user interface.\n\n## Running the app:\nPython:  \n- Run \u003ccode\u003epip install -r requirements.txt\u003c/code\u003e to install all dependencies.  \n- Ensure the Excel template files exist or the script will create them automatically.  \n- Run \u003ccode\u003epython main.py\u003c/code\u003e to start the application.\n\n## Tech Stack:\n- Python  \n- Pandas (Data handling)  \n- OpenPyXL (Excel integration)  \n- Streamlit / Tkinter (UI - depending on your implementation)  \n\n## Data Structure:\nThe Excel sheets store the following information:  \n\n**Dealer Entry:**\n- Date \u0026 Time  \n- Shop Name  \n- Amount (Added or Reduced)  \n- Current Balance  \n\n**Storage Entry:**\n- Date \u0026 Time  \n- Storage Name  \n- Bond Number  \n- Bags/KG Count  \n\n**Storage to Dealer:**\n- Date \u0026 Time  \n- Storage Name  \n- Dealer Name  \n- Bags Transferred  \n- Amount  \n\n## Current Condition:\nThe application is fully functional:  \n- Handles dealer and storage operations smoothly.  \n- Automatically updates and maintains all statements.  \n- UI is user-friendly and easy to navigate.  \n\n## Project Components:\n- `main.py` – Runs the main application with navigation.  \n- `dealer_entry.py` – Handles new and existing dealer transactions.  \n- `storage_entry.py` – Handles storage inventory entry.  \n- `storage_to_dealer.py` – Manages transfer of stock from storage to dealers.  \n- `statements/` – Stores generated Excel statement files.  \n- `requirements.txt` – List of dependencies.  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsivasurya681%2Fsss-commision-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsivasurya681%2Fsss-commision-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsivasurya681%2Fsss-commision-store/lists"}