{"id":15588234,"url":"https://github.com/qbart/ifirma","last_synced_at":"2026-05-10T22:35:36.528Z","repository":{"id":54619789,"uuid":"309768708","full_name":"qbart/ifirma","owner":"qbart","description":"Simple ifirma CLI tool","archived":false,"fork":false,"pushed_at":"2021-06-07T19:42:23.000Z","size":15,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-23T12:49:33.755Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qbart.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}},"created_at":"2020-11-03T18:06:21.000Z","updated_at":"2022-11-08T11:06:58.000Z","dependencies_parsed_at":"2022-08-13T21:50:12.434Z","dependency_job_id":null,"html_url":"https://github.com/qbart/ifirma","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/qbart%2Fifirma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbart%2Fifirma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbart%2Fifirma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbart%2Fifirma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qbart","download_url":"https://codeload.github.com/qbart/ifirma/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241245405,"owners_count":19933295,"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-10-02T22:22:03.395Z","updated_at":"2026-05-10T22:35:36.482Z","avatar_url":"https://github.com/qbart.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ifirma\n\nSimple ifirma CLI tool. Invoices are configured to use 23% VAT.\n\n## config\n\nCreate `~/.config/ifirma.hcl` file with the following content:\n\n```hcl\npayment {\n  # spaces will be removed \n  bank = \"63 xxxx xxxx xxxx xxxx xxxx xxxx\"\n}\n\ninvoice \"invoice_ID\" {\n  to = \"COMPANY\" # contractor ID\n\n  issued_at = \"2020-11-03\" # if empty it will take the last day of prev month\n  sold_at   = \"2020-11-03\" # if empty it will take the last day of prev month\n\n\n  # only one pos is supported at the moment\n  pos {\n    name     = \"Name of the service/product\"\n    quantity = 1\n    unit     = \"szt\"\n    gtu      = \"12\" # one of [\"01\",...,\"12\"] or \"BRAK\" - this parameter is optional\n    vat      = 0.23\n  }\n\n  comment = \"Optional comment at the bottom of the invoice\"\n}\n\ninvoice \"invoice_ID2\" {\n  to = \"OTHER-COMPANY\" # contractor ID\n\n  ...\n}\n\n...\n\n```\n\n## usage\n\nCLI requires following envs to be defined:\n- `IFIRMA_FV_TOKEN`\n- `IFIRMA_EMAIL`\n\n```\nifirma -invoice INVOICE_ID -net_price 5000.00\nifirma -invoice INVOICE_ID -net_price 5000.00 -config ~/diffrent_path_to_config/ifirma.hcl\n```\n\n## contribution guide\n\nJust ask before adding new code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqbart%2Fifirma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqbart%2Fifirma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqbart%2Fifirma/lists"}