Skip to content

GrokInteractive/harvest-reports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Harvest Reports

Installation

To install, download this repository and run bundle install.

Create a .env file from .env.dist and supply your Harvest credentials

Quick Start

# Download your Harvest data
./bin/harvest-reports download

# Run a monthly report

./bin/harvest-reports user-monthly-report 2016-01

# Run a monthly report, outputted to CSV

./bin/harvest-reports user-monthly-report --csv 2016-01

# Run a montly report, sorted by field, outputted to CSV

./bin/harvest-reports user-monthly-report --csv --sort="Rounded Billable Actualized" 2016-01

Running Commands

Use ./bin/harvest-reports to see the list of available commands.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages