Questions tagged [harvest]

Time tracking and billing tool

Harvest is a time tracking and invoice software-as-a-service.

43 questions
25
votes
7 answers

Why is Harvest being purchased at all?

Does your work environment use Harvest SCM? I've used this now at two different locations and find it appalling. In one situation I wrote a conversion script so I could use CVS locally and then daily import changes to the Harvest system while I was…
Mike Caron
  • 5,674
  • 4
  • 48
  • 71
7
votes
0 answers

What should the OAuth2 redirect_uri be for a desktop (non-web) application?

I'm writing an application that will integrate a web application (i.e. Harvest). The web application supports authorization via OAuth2. The workflow seems to be: Direct the user to a specific URL where they can be authenticated and give permission…
Brendan Abel
  • 35,343
  • 14
  • 88
  • 118
5
votes
2 answers

How do SaaS companies verify and track the code they release to the customers?

I'm working at a SaaS company who releases new features and bug fixes to our customers every six weeks. When we write code changes they pass through different steps (like a state machine) before reaching the production servers. The steps are…
MdaG
  • 2,680
  • 2
  • 34
  • 46
5
votes
2 answers

XML POST REST Request using Python

Does anyone have a simple example of sending an XML POST request to a RESTful API with Python? I am trying to use the urllib2 Python library to "create a new project" in the Harvest API, with no luck. The payload variable is a valid XML document…
Jeff Kwiat
  • 461
  • 1
  • 5
  • 4
4
votes
2 answers

Harvest (timecard app) API

Harvest is the time tracking application that I use at my job. While the web UI is quite simple, there are a few custom features I would like to add. I noticed they have an API... So I want to make a custom desktop client in C# for it. Just looking…
Entity
  • 7,972
  • 21
  • 79
  • 122
2
votes
1 answer

curl POST XML and Harvest API

The following curl request of the Harvest API is generating a "We're sorry, but something just went wrong" error. Any idea what I might be doing wrong? Perhaps I am not formatting the XML POST properly? I have been able to successfully execute GET…
Matt Fordham
  • 3,147
  • 10
  • 34
  • 51
2
votes
2 answers

How can I access elements of the retrieved list using Python (from Harvest)

type(harvest.clients()) output: list harvest.clients()[0] output: OrderedDict([(u'client', OrderedDict([(u'id', 2793223), (u'name', u'1 TEMPLATES'), (u'active', True), …
2
votes
0 answers

Harvest Not Able to get Project Information based on Project ID

I am calling the Harvest API using PHP and I want to get the project Information based on the project ID. According to the API Documentation there is a method called getProject($project_id) which calls the project based on the project ID. But it…
user3402248
  • 439
  • 6
  • 25
2
votes
2 answers

Stop and Reset Harvest's Tick Counter jQuery Plugin

Anyone knows how to stop and reset Harvest's Tick counter jQuery plugin? I want to stop counter on specific number and reset to primary start up number. You can checkout my code here. HTML Markup:
Keval Gangani
  • 1,326
  • 2
  • 14
  • 28
2
votes
1 answer

Wix Harvest: Same Component/File ID when files are in different folders

So I may not be doing this correct, but here it goes: I have one application with references to 4 SQL Server assemblies App must work against SQL 2008 and 2010. The only way I've gotten this to work is, to have my app reference a 'generic' path for…
Russ R
  • 61
  • 1
  • 7
2
votes
3 answers

Google Apps Script and External API Authorization Failing in Header

Trying to get this to work. I keep getting a Missing ) after argument list. (line 6, file "Code")Dismiss. I've double checked my parenthesis, but no avail. Am I missing something? I hope this is a reasonable question. Thank you. function…
Blexy
  • 9,573
  • 6
  • 42
  • 55
1
vote
2 answers

Python - how to extract data by looping through paginated API (Harvest)

First of all I have been working with Python for about a couple of days, so I don't necessarily know the best practices or all the terminology ... yet. I learn best by reverse engineering and my code below is based on the official documentation from…
CatParky
  • 189
  • 1
  • 5
  • 19
1
vote
0 answers

DCAT RDF Harvesting errors

I tried DCAT RDF Harvesting at ckan. General ckan harvesting works well, but DCAT RDF Harvesting does not seem to add many configuratin feature. How can I resolve this error and get data from https://www.europeandataportal.eu ?? Received harvest…
solgit
  • 11
  • 3
1
vote
1 answer

Authentication Error when using mode: no-cors using fetch in React

I am building a React app that is pulling different stats from services for our internal developers (commits, tracked hours, etc).. I am using fetch to grab API data from Harvest, a time tracking app. According to their docs, you can use basic HTTP…
erwstout
  • 1,277
  • 1
  • 13
  • 30
1
vote
1 answer

Harvest API-PHP-Tracking total hours for a given time frame

I have a requirement to output the total number of hours in a given time frame using the Harvest API. I have coded in PHP but it gives an error Call to undefined method HarvestAPI::getUsersActiveTimer() The Input is the Start Date End…
user3402248
  • 439
  • 6
  • 25
1
2 3