{"id":32214589,"url":"https://github.com/domm/app-timetracker-billing","last_synced_at":"2025-10-22T07:10:29.223Z","repository":{"id":56837604,"uuid":"225238676","full_name":"domm/App-TimeTracker-Billing","owner":"domm","description":"Add a billing point to tasks","archived":false,"fork":false,"pushed_at":"2021-06-18T07:04:03.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-22T07:08:35.520Z","etag":null,"topics":["hacktoberfest","timetracker"],"latest_commit_sha":null,"homepage":"","language":"Perl","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/domm.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-01T22:13:03.000Z","updated_at":"2021-06-18T07:04:06.000Z","dependencies_parsed_at":"2022-09-12T11:51:36.855Z","dependency_job_id":null,"html_url":"https://github.com/domm/App-TimeTracker-Billing","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/domm/App-TimeTracker-Billing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domm%2FApp-TimeTracker-Billing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domm%2FApp-TimeTracker-Billing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domm%2FApp-TimeTracker-Billing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domm%2FApp-TimeTracker-Billing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/domm","download_url":"https://codeload.github.com/domm/App-TimeTracker-Billing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domm%2FApp-TimeTracker-Billing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280396164,"owners_count":26323646,"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-22T02:00:06.515Z","response_time":63,"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":["hacktoberfest","timetracker"],"created_at":"2025-10-22T07:07:07.889Z","updated_at":"2025-10-22T07:10:29.212Z","avatar_url":"https://github.com/domm.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NAME\n\nApp::TimeTracker::Command::Billing - Add a billing point as a tag to tasks\n\n# VERSION\n\nversion 1.001\n\n# DESCRIPTION\n\nAdd a billing point to each task. Could be based on the current date (eg '2019/Q4' or '2019/11') or on some project name.\n\n# CONFIGURATION\n\n## plugins\n\nAdd `Billing` to the list of plugins.\n\n## billing\n\nadd a hash named `billing`, containing the following keys:\n\n### required\n\nSet to a true value if 'billing' should be a required command line option\n\n### prefix\n\nIf set, add this prefix to the billing point when storing it as tag. Useful to discern regular tags from billing point pseudo tags.\n\n### default\n\nSet to the method to calculate the default billing point. Currently there is only one method implemented, `strftime`\n\n### strftime\n\nWhen using `default = strftime`, specify the [DateTime::strftime](https://metacpan.org/pod/DateTime%3A%3Astrftime) format. Some examples:\n\n- `%Y/%m` -\u003e 2019/12\n- `%Y/Q%{quarter}` -\u003e 2019/Q4\n\n# NEW COMMANDS\n\nno new commands\n\n# CHANGES TO OTHER COMMANDS\n\n## start, continue, append\n\n### --billing\n\n    ~/perl/Your-Project$ tracker start --billing offer-42\n\nAdd a tag 'offer-42', which you can later use to filter all tasks\nbelonging to an offer / sub-project etc\n\nIf you set up a `default` using `strftime` you can automatically add\na billing tag for eg the current month or quarter. This is very\nhelpful for mapping tasks to maintainance contracts.\n\n    cat .tracker.json\n    \"billing\":{\n        \"required\":false,\n        \"default\": \"strftime\",\n        \"strftime\": \"%Y/Q%{quarter}\"\n    }\n\n    ~/perl/Your-Project$ tracker start\n    Started working on Your-Project (2019/Q4) at 22:26:07\n\n# AUTHOR\n\nThomas Klausner \u003cdomm@plix.at\u003e\n\n# COPYRIGHT AND LICENSE\n\nThis software is copyright (c) 2011 - 2021 by Thomas Klausner.\n\nThis is free software; you can redistribute it and/or modify it under\nthe same terms as the Perl 5 programming language system itself.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomm%2Fapp-timetracker-billing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdomm%2Fapp-timetracker-billing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomm%2Fapp-timetracker-billing/lists"}