{"id":20980498,"url":"https://github.com/hyperjumptech/acccore","last_synced_at":"2025-05-14T15:30:39.645Z","repository":{"id":47477611,"uuid":"382021995","full_name":"hyperjumptech/acccore","owner":"hyperjumptech","description":"Core accounting engine made in Golang. Using ACCCORE, you can create your application internal virtual money, points, etc.","archived":false,"fork":false,"pushed_at":"2024-10-31T08:37:01.000Z","size":70,"stargazers_count":16,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-02T20:04:54.501Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/hyperjumptech.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":"2021-07-01T12:15:03.000Z","updated_at":"2025-03-29T22:11:54.000Z","dependencies_parsed_at":"2024-11-19T05:46:50.997Z","dependency_job_id":null,"html_url":"https://github.com/hyperjumptech/acccore","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperjumptech%2Facccore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperjumptech%2Facccore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperjumptech%2Facccore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperjumptech%2Facccore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperjumptech","download_url":"https://codeload.github.com/hyperjumptech/acccore/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254171544,"owners_count":22026459,"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":[],"created_at":"2024-11-19T05:28:52.567Z","updated_at":"2025-05-14T15:30:39.088Z","avatar_url":"https://github.com/hyperjumptech.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ACCCORE - Accounting Core in Go\n\n---\nA core accounting library made in golang. Using this library, you quicly\nenable Double Entry Book Keeping which usefull to maintain your internal application\npoint and reward system. Manage GOLD, POINT, DIAMONDS you distribute to your user\nhave them accountable, controlled and traced.\n\n```text\n=== RUN   TestAccounting_CreateNewJournal\n    Accounting_test.go:105: Journal Entry : 5274YX3Y65\n        Journal Date  : 2021-07-02 10:59:45.0173345 +0700 +07 m=+0.002096401\n        Description   : Creditor Topup Gold\n        +------------+------------+--------------------+---------+---------+\n        |   TRX ID   |  ACCOUNT   |    DESCRIPTION     |  DEBIT  | CREDIT  |\n        +------------+------------+--------------------+---------+---------+\n        | ZTUMIZQ565 | T5Z05Z0IX6 | Added Gold Reserve | 1000000 |         |\n        | 506O592P3Z | 09TI0ZZZ6U | Added Gold Equity  |         | 1000000 |\n        +------------+------------+--------------------+---------+---------+\n        |                                                1000000 | 1000000 |\n        +------------+------------+--------------------+---------+---------+\n        \n    Accounting_test.go:126: Journal Entry : 25P8ZVZZOZ\n        Journal Date  : 2021-07-02 10:59:45.017858 +0700 +07 m=+0.002619901\n        Description   : GOLD purchase transaction\n        +------------+------------+-------------------+--------+--------+\n        |   TRX ID   |  ACCOUNT   |    DESCRIPTION    | DEBIT  | CREDIT |\n        +------------+------------+-------------------+--------+--------+\n        | 050LTUIIZX | T0PTZZ70KX | Add debitor AR    | 200000 |        |\n        | Q9MUW650YN | T5Z05Z0IX6 | Gold Disbursement |        | 200000 |\n        +------------+------------+-------------------+--------+--------+\n        |                                               200000 | 200000 |\n        +------------+------------+-------------------+--------+--------+\n        \n    Accounting_test.go:137: Account Number    : T5Z05Z0IX6\n        Account Name      : Gold Loan\n        Description       : Gold base loan reserve\n        Currency          : GOLD\n        COA               : 1.1\n        Transactions From : 2021-07-02 08:59:45.017858 +0700 +07 m=-7199.997380099\n                     To   : 2021-07-02 12:59:45.017858 +0700 +07 m=+7200.002619901\n        #Transactions     : 2\n        Showing page      : 1/1\n        +------------+--------------------------------+------------+--------------------+---------+--------+---------+\n        |   TRX ID   |              TIME              | JOURNAL ID |    DESCRIPTION     |  DEBIT  | CREDIT | BALANCE |\n        +------------+--------------------------------+------------+--------------------+---------+--------+---------+\n        | ZTUMIZQ565 | 2021-07-02 10:59:45.0173345    | 5274YX3Y65 | Added Gold Reserve | 1000000 |        | 1000000 |\n        |            | +0700 +07 m=+0.002096401       |            |                    |         |        |         |\n        | Q9MUW650YN | 2021-07-02 10:59:45.017858     | 25P8ZVZZOZ | Gold Disbursement  |         | 200000 |  800000 |\n        |            | +0700 +07 m=+0.002619901       |            |                    |         |        |         |\n        +------------+--------------------------------+------------+--------------------+---------+--------+---------+\n        \n--- PASS: TestAccounting_CreateNewJournal (0.00s)\nPASS\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperjumptech%2Facccore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperjumptech%2Facccore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperjumptech%2Facccore/lists"}