{"id":17130685,"url":"https://github.com/dtrai2/shiny-invoice","last_synced_at":"2025-06-24T07:03:43.943Z","repository":{"id":245590016,"uuid":"818689791","full_name":"dtrai2/shiny-invoice","owner":"dtrai2","description":"This tool is meant as a simple and naive way to manage invoices locally.","archived":false,"fork":false,"pushed_at":"2024-08-06T17:09:53.000Z","size":382,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T10:49:15.468Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/dtrai2.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":"2024-06-22T15:12:40.000Z","updated_at":"2024-08-06T17:08:33.000Z","dependencies_parsed_at":"2024-06-22T23:21:09.452Z","dependency_job_id":"389816e3-1e35-4135-8156-950ef4e003a8","html_url":"https://github.com/dtrai2/shiny-invoice","commit_stats":null,"previous_names":["dtrai2/shiny-invoice"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtrai2%2Fshiny-invoice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtrai2%2Fshiny-invoice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtrai2%2Fshiny-invoice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtrai2%2Fshiny-invoice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dtrai2","download_url":"https://codeload.github.com/dtrai2/shiny-invoice/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245212176,"owners_count":20578440,"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-14T19:12:57.710Z","updated_at":"2025-03-24T04:46:04.783Z","avatar_url":"https://github.com/dtrai2.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shiny Invoice\n\nThis tool is meant as a simple and naive way to manage invoices locally.\nIt is not meant to be published online and used as an enterprise tool.\n\n\n## Run\n\n### With Python\n\nTo run `shiny-invoice` you need install it with:\n\n```bash\npip install shiny-invoice\n```\n\nOnce `shiny-invoice` is installed you need to create configuration file.\nA suitable default configuration can be generated with\n```bash\nshiny-invoice generate-default-config\n```\n\nOnce everything is set up you can run `shiny-invoice` with:\n\n```bash\nshiny-invoice run --config default_config.yaml\n```\n\nMore information you can find with\n\n```bash\nshiny-invoice --help\nshiny-invoice run --help\n```\n\n### With Container\n\nExecute the following line in a directory that has the `config.yaml` file.\n```bash\npodman pull ghcr.io/dtrai2/shiny_invoice:latest\npodman run -p 8000:8000 --volume .:/home/app -ti --rm shiny_invoice:latest run --config config.yaml\n```\n\n## Workflow\n\nThis application manages the invoices as plain html files, named by the invoice id.\nTo turn the html file into a pdf just use the browsers print functionality.\nAll the data corresponding to the invoices is stored inside a json file, which is configured with the key\n`paths.datastore`.\nThe json you can edit as you like, via the gui it is only possible to change the 'Paid At' value.\nThis value is also used to determine if in invoice is indeed 'Paid' or 'Unpaid'.\n\n## Impressions\n\n### View of creating a new invoice\n![new-invoice.png](docs/new-invoice.png)\n\n### View of existing invoices\n![existing-invoices.png](docs/existing-invoices.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdtrai2%2Fshiny-invoice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdtrai2%2Fshiny-invoice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdtrai2%2Fshiny-invoice/lists"}