{"id":19871623,"url":"https://github.com/millsoft/manictime2aceproject","last_synced_at":"2025-09-18T17:31:42.463Z","repository":{"id":82654441,"uuid":"148041447","full_name":"millsoft/manictime2aceproject","owner":"millsoft","description":"Import ManicTime CSV files to Aceproject","archived":true,"fork":false,"pushed_at":"2018-09-09T18:41:53.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-01T00:56:38.297Z","etag":null,"topics":["aceprojet","manictime","php"],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/millsoft.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":"2018-09-09T15:58:09.000Z","updated_at":"2024-11-14T12:07:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"8b367eca-7ec4-405f-9efb-d551cce05aaf","html_url":"https://github.com/millsoft/manictime2aceproject","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/millsoft/manictime2aceproject","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/millsoft%2Fmanictime2aceproject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/millsoft%2Fmanictime2aceproject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/millsoft%2Fmanictime2aceproject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/millsoft%2Fmanictime2aceproject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/millsoft","download_url":"https://codeload.github.com/millsoft/manictime2aceproject/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/millsoft%2Fmanictime2aceproject/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275804689,"owners_count":25531734,"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-09-18T02:00:09.552Z","response_time":77,"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":["aceprojet","manictime","php"],"created_at":"2024-11-12T16:12:58.270Z","updated_at":"2025-09-18T17:31:42.457Z","avatar_url":"https://github.com/millsoft.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Import Script from Manictime to Aceproject\n\nThis script imports the data tracked from Manictime (CSV file) to AceProject.\nThis is a personal project and highly customized for my needs.\nTo configure it for your needs, just edit the `manic2ace.php` file.\n\n### HOWTO\n- First install dependencies by executing `composer install`\n- copy `config.example.json` as `config.json` and add your AceProject credentials there.\n- In ManicTime, export a month of data as CSV to the `data` folder.\n- edit `manic2ace.php` and add there the filename of your CSV file. On the bottom of the file, uncomment the method you want to use. There are 2 steps involved here:\n- execute the script to generate `prepare.json` (`php manic2ace.php`)\n- Edit the prepare.json file and edit the aceproject stuff:\n\n```json\n    \"aceproject\": {\n        \"task_id\": 0,\n        \"task_name\": \"TEST3\",\n        \"task_project\": \"Intern\",\n        \"comments\": \"Some comment\"\n    },\n    \"data\": { ... }\n```\n`task_id` is `-1` by default, which means that nothing will be imported. Use `0` to automatically create the task in aceproject. Or use a real task_id from AceProject to use it as task.\n\nIf you are using `0` then you also need to fill out `task_name` and `task_project`.\ntask_name is the name of the task which will be created. And the `task_project` is the name of the project. It can also be a partial name of the project. The script will automatically get the correct (int) project_id.\n\nYou can also specify a comment. The comment will be saved in the time entry.\n\n#### INFO\nProject by Michael Milawski.\n//2018-09-09","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmillsoft%2Fmanictime2aceproject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmillsoft%2Fmanictime2aceproject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmillsoft%2Fmanictime2aceproject/lists"}