-
```
It seems that the library (as it currently stands) doesn't allow for usage of
get() to grab Invoice data. As far as I can work out, there is also no way to
update() invoices.
Example usage:
Fr…
-
### Topic
This is a suggestion to create a connector for FreshBooks using the UI Connector Builder. The website for this is https://www.freshbooks.com/
### Relevant information
_No response_
-
```
Typo in method's name: I think the FreshBooks_Recurring::sendMail() should be
FreshBooks_Recurring::sendByMail()
Note: There is already a property named "sendMail" to match the XML parameter
fo…
-
Each time `enterTime` is called, it might be helpful to output a description of the time entry to stdout as a progress indicator/log. It would probably be helpful to log the response status as well.
-
```
What steps will reproduce the problem?
1. I am using a test URL and Key
2. Client client = con.getClient(6L);
3. client.setOrganization("New Organization");
4. con.updateClient(client);
I have pu…
-
```
What steps will reproduce the problem?
1. I am using a test URL and Key
2. Client client = con.getClient(6L);
3. client.setOrganization("New Organization");
4. con.updateClient(client);
I have pu…
-
```
Typo in method's name: I think the FreshBooks_Recurring::sendMail() should be
FreshBooks_Recurring::sendByMail()
Note: There is already a property named "sendMail" to match the XML parameter
fo…
-
```
What steps will reproduce the problem?
1. Use FreshBooks_Invoice::get() to get an existing invoice.
2. Call FreshBooks_Invoice::update() to update the invoice.
3. Examine the value for the $invoic…
-
```
It seems that the library (as it currently stands) doesn't allow for usage of
get() to grab Invoice data. As far as I can work out, there is also no way to
update() invoices.
Example usage:
Fr…
-
```
What steps will reproduce the problem?
1. Use FreshBooks_Invoice::get() to get an existing invoice.
2. Call FreshBooks_Invoice::update() to update the invoice.
3. Examine the value for the $invoic…