{"id":23108213,"url":"https://github.com/fharchive/java.billingsystem","last_synced_at":"2025-08-26T06:36:13.387Z","repository":{"id":131989646,"uuid":"151570607","full_name":"FHArchive/Java.BillingSystem","owner":"FHArchive","description":"A rudimentary mobile contract billing system written in Java in Stage 1","archived":false,"fork":false,"pushed_at":"2019-12-03T16:15:29.000Z","size":153,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-09T10:42:01.270Z","etag":null,"topics":["billingsystem","desktop","eclipse","java","java11"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FHArchive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-10-04T12:48:34.000Z","updated_at":"2021-11-09T22:31:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"e386a2a6-a841-4d31-ae27-5751a9c4c854","html_url":"https://github.com/FHArchive/Java.BillingSystem","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/FHArchive%2FJava.BillingSystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FHArchive%2FJava.BillingSystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FHArchive%2FJava.BillingSystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FHArchive%2FJava.BillingSystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FHArchive","download_url":"https://codeload.github.com/FHArchive/Java.BillingSystem/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247092372,"owners_count":20882217,"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":["billingsystem","desktop","eclipse","java","java11"],"created_at":"2024-12-17T01:17:57.891Z","updated_at":"2025-04-03T22:44:50.443Z","avatar_url":"https://github.com/FHArchive.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp float=\"left\"\u003e\n\u003cimg src=\"https://img.shields.io/github/languages/top/fredhappyface/java.BillingSystem.svg?style=flat-square\" alt=\"Github top language\"\u003e\n\u003cimg src=\"https://img.shields.io/codacy/grade/e177530d18a14cd1a99b6ba3a119be02.svg?style=flat-square\" alt=\"Codacy grade\"\u003e\n\u003cimg src=\"https://img.shields.io/codacy/coverage/e177530d18a14cd1a99b6ba3a119be02.svg?style=flat-square\" alt=\"Codacy coverage\"\u003e\n\u003cimg src=\"https://img.shields.io/github/repo-size/fredhappyface/java.BillingSystem.svg?style=flat-square\" alt=\"Repository size\"\u003e\n\u003cimg src=\"https://img.shields.io/github/issues/fredhappyface/java.BillingSystem.svg?style=flat-square\" alt=\"Issues\"\u003e\n\u003cimg src=\"https://img.shields.io/github/license/fredhappyface/java.BillingSystem.svg?style=flat-square\" alt=\"License\"\u003e\n\u003cimg src=\"https://img.shields.io/github/commit-activity/m/fredhappyface/java.BillingSystem.svg?style=flat-square\" alt=\"Commit activity\"\u003e\n\u003cimg src=\"https://img.shields.io/github/last-commit/fredhappyface/java.BillingSystem.svg?style=flat-square\" alt=\"Last commit\"\u003e\n\u003c/p\u003e\n\n# Java.BillingSystem\n\nA rudimentary mobile contract billing system written in Java in Stage 1\n\n## Download\n### Clone\n#### Using The Command Line\n1. Press the Clone or download button in the top right\n2. Copy the URL (link)\n3. Open the command line and change directory to where you wish to\nclone to\n4. Type 'git clone' followed by URL in step 2\n```bash\n$ git clone https://github.com/FredHappyface/Java.BillingSystem\n```\n\nMore information can be found at\n\u003chttps://help.github.com/en/articles/cloning-a-repository\u003e\n\n#### Using GitHub Desktop\n1. Press the Clone or download button in the top right\n2. Click open in desktop\n3. Choose the path for where you want and click Clone\n\nMore information can be found at\n\u003chttps://help.github.com/en/desktop/contributing-to-projects/cloning-a-repository-from-github-to-github-desktop\u003e\n\n### Download Zip File\n\n1. Download this GitHub repository\n2. Extract the zip archive\n3. Copy/ move to the desired location\n\n## Language information\n### Built for\nThis program has been written in Java using Visual Studio Code.\nDownload from \u003chttps://code.visualstudio.com/\u003e and follow the instructions\n### OpenJDK11 (recommended)\nInstall with chocolatey\n```powershell\nchoco install openjdk11\n```\nor download and install from\n\u003chttps://wiki.openjdk.java.net/display/JDKUpdates/JDK11u\u003e\n### OracleJDK11\nInstall with chocolatey\n```powershell\nchoco install jdk11\n```\nor download and install from\n\u003chttps://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html\u003e\n### Plugin requirements\nInstall the Java Extension Pack (vscjava.vscode-java-pack) Plugin. This should\ninstall Language Support for Java™ by Red Hat, Debugger for Java, Java Test\nRunner, Maven Project Explorer, and Java Dependency Viewer\n## How to run\n### Method 1 - Visual Studio Code\n1. Download or clone this GitHub repository\n2. (If downloaded) Extract the zip archive\n3. Open the directory containing the main.java file into Visual Studio Code\n4. Run the program with F5\n### Method 2 - Eclipse\n1. Download or clone this GitHub repository\n2. (If downloaded) Extract the zip archive\n3. Copy the .java file(s) into a new project\n4. Run the program with Ctrl+F11\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffharchive%2Fjava.billingsystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffharchive%2Fjava.billingsystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffharchive%2Fjava.billingsystem/lists"}