{"id":19669163,"url":"https://github.com/pcriv/complicode-go","last_synced_at":"2025-10-27T13:09:49.412Z","repository":{"id":57508565,"uuid":"235430038","full_name":"pcriv/complicode-go","owner":"pcriv","description":"Control code generator for invoices inside the Bolivian national tax service implemented in Golang.","archived":false,"fork":false,"pushed_at":"2025-09-09T11:33:43.000Z","size":17,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-09T14:31:22.618Z","etag":null,"topics":["bolivia","golang","invoice","taxes"],"latest_commit_sha":null,"homepage":"","language":"Go","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/pcriv.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":"2020-01-21T19:59:04.000Z","updated_at":"2025-09-09T11:33:44.000Z","dependencies_parsed_at":"2024-06-20T05:47:48.204Z","dependency_job_id":"fb11613e-0540-4f8f-abbf-d7f2f439dd43","html_url":"https://github.com/pcriv/complicode-go","commit_stats":null,"previous_names":["pablocrivella/complicode-go"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pcriv/complicode-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcriv%2Fcomplicode-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcriv%2Fcomplicode-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcriv%2Fcomplicode-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcriv%2Fcomplicode-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pcriv","download_url":"https://codeload.github.com/pcriv/complicode-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcriv%2Fcomplicode-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281272329,"owners_count":26472685,"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-10-27T02:00:05.855Z","response_time":61,"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":["bolivia","golang","invoice","taxes"],"created_at":"2024-11-11T16:39:13.625Z","updated_at":"2025-10-27T13:09:49.380Z","avatar_url":"https://github.com/pcriv.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Complicode\n\nControl code generator for invoices inside the Bolivian national tax service.\n\n### Usage\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"time\"\n\n\t\"github.com/pablocrivella/complicode-go\"\n)\n\nfunc main() {\n\tauthCode := \"29040011007\"\n\tkey := \"9rCB7Sv4X29d)5k7N%3ab89p-3(5[A\"\n\tdate, _ := time.Parse(\"20060102\", \"20070702\")\n\tinvoice := complicode.Invoice{Number: 1503, Nit: 4189179011, Date: date, Amount: 2500}\n\tcode := complicode.Generate(authCode, key, invoice)\n\n\tfmt.Printf(code) // =\u003e \"6A-DC-53-05-14\"\n}\n```\n\n## License\n\nCopyright 2020 [Pablo Crivella](https://pablocrivella.me).\nRead [LICENSE](LICENSE) for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcriv%2Fcomplicode-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpcriv%2Fcomplicode-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcriv%2Fcomplicode-go/lists"}