{"id":28334224,"url":"https://github.com/kavicastelo/java-ant-pos-system","last_synced_at":"2026-03-18T00:03:45.278Z","repository":{"id":194627364,"uuid":"686617753","full_name":"kavicastelo/java-ant-pos-system","owner":"kavicastelo","description":"Java GUI POS application system for streamline sales, manage inventory, and generate reports. Using h2 embedded sql database.","archived":false,"fork":false,"pushed_at":"2025-04-05T23:12:32.000Z","size":23363,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-19T15:48:12.070Z","etag":null,"topics":["gui","h2-database","java","offline-app","pos","sql","standalone"],"latest_commit_sha":null,"homepage":"https://kavicastelo.github.io/java-ant-pos-system/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kavicastelo.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}},"created_at":"2023-09-03T11:56:07.000Z","updated_at":"2025-04-06T21:45:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"83dbcac7-31d0-41ac-888c-e0cdd6bed994","html_url":"https://github.com/kavicastelo/java-ant-pos-system","commit_stats":null,"previous_names":["kavicastelo/java_ant_pos_1","kavicastelo/java-ant-pos-system"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/kavicastelo/java-ant-pos-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kavicastelo%2Fjava-ant-pos-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kavicastelo%2Fjava-ant-pos-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kavicastelo%2Fjava-ant-pos-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kavicastelo%2Fjava-ant-pos-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kavicastelo","download_url":"https://codeload.github.com/kavicastelo/java-ant-pos-system/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kavicastelo%2Fjava-ant-pos-system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30636692,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T23:56:54.546Z","status":"ssl_error","status_checked_at":"2026-03-17T23:56:28.952Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["gui","h2-database","java","offline-app","pos","sql","standalone"],"created_at":"2025-05-26T21:17:49.560Z","updated_at":"2026-03-18T00:03:45.266Z","avatar_url":"https://github.com/kavicastelo.png","language":"Java","readme":"# Java Ant POS System\n\nFlexiart POS System is a Java-based Point of Sale (POS) software designed to streamline sales, manage inventory, and generate reports for businesses. This README provides an overview of the project's key details and functionalities.\n\n## Project Details\n\n- **Language:** Java\n- **Builder:** Ant\n- **Java Platform:** JDK 1.7\n- **Database:** H2 Embedded Database\n- **File Location Path:** C:/Flexiart POS\n- **Main Class:** home\n- **Libraries:**\n  - AbsoluteLayout\n  - commons-beanutils-1.8.2\n  - commons-collections-3.2.1\n  - commons-digester-2.1\n  - commons-javaflow-20060411\n  - commons-logging-1.1\n  - groovy-all-2.0.1\n  - h2-1.3.176\n  - iText-2.1.7.js2\n  - jasperreports-5.6.0\n  - jcalendar-1.4\n  - jfreechart-1.0.12\n  - mysql-connector-java-5.1.22-bin\n  - poi-3.7-20101029\n\n## Panels\n\nThe POS system consists of the following panels:\n\n- Sales\n- Supplier\n- Employee\n- Product\n- Customers\n- Invoice\n- GRN (Purchases)\n- Stock\n- Return (Not Implemented)\n- Reports\n\n## Key Functions\n\n### Sales Panel\n\n- Select a customer\n- Select a product (via combo box or by typing barcode)\n- Add products to the cart\n- Remove items from the cart\n- Clear the entire cart\n- Calculate sub-total, shipping cost, tax rate, discount %, grand total, and balance\n- Pay and print the invoice\n\n### Supplier Panel\n\n- Add, search, update, and delete suppliers\n- View supplier reports\n\n### Employee Panel\n\n- (Similar to Supplier Panel)\n\n### Product Panel\n\n- (Similar to Supplier Panel)\n\n### Customers Panel\n\n- (Similar to Supplier Panel)\n\n### Invoice Panel\n\n- View all invoice details\n- Search invoices by ID, customer, or status (paid, unpaid, partial)\n\n### GRN Panel\n\n- Add purchase orders\n- Calculate sub-total, discount %, and net total\n- Save and manage GRNs\n- View GRN reports\n\n### Stock Panel\n\n- View all stock details and total value\n- Search stock by barcode or product\n- Add new quantities to stock\n\n### Return Panel\n\n- (Not Implemented)\n\n### Reports Panel\n\n- View sales reports\n- View sales by invoice ID\n- (Additional reports may be added in the future)\n\n## Installation\n\nTo run the Flexiart POS System:\n\n1. Ensure you have JDK 1.7 or higher installed.\n2. Clone this repository.\n3. Build the project using Ant.\n4. Run the application.\n\n## Contributing\n\nContributions to this project are welcome! Feel free to submit bug reports, feature requests, or pull requests.\n\n## License\n\nThis project is licensed under the GNU GENERAL PUBLIC LICENSE License - see the [LICENSE](LICENSE) file for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkavicastelo%2Fjava-ant-pos-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkavicastelo%2Fjava-ant-pos-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkavicastelo%2Fjava-ant-pos-system/lists"}