Recent activity
Subscribe to this feed
Pete replied on November 04, 2008 12:24 to the problem "Credit card account showing an ever increasing debt" in FreeAgent Central:
Hi Ed,
I have exactly the same problem because my bank is the RBS, therefore the same online credit card banking system. It's very frustrating that they don't include payments to the card as a transaction, and I can see no way of viewing/downloading these payment transactions. It seems the only way of doing this on FA is to treat it as type: Other Money In, and Category: Misc Income receipt. Is there a better way to treat this that you can think of?
Obviously the outgoing money from my current account shows up in the uploaded statement, so maybe it would be useful to have a type 'Transfer to Another Account' or something else when adding an explanation to an uploaded statement transaction, just like as is included in the 'Add a Manual Statement' page. I assume there is a reason why this isn't featured in the 'add an explanation' page Type dropdown?
Obviously this is not a fault of FA, but I can't imagine the RBS group are likely to change their very, very, very, crap online Business Credit Card system anytime soon, so are there any plans to accomodate this on FA? Any suggestions are most welcome otherwise!
Cheers,
Pete.
Pete replied on November 03, 2008 12:36 to the question "Editing recurring invoices?" in FreeAgent Central:
Pete asked a question in FreeAgent Central on November 03, 2008 11:52:
Editing recurring invoices?How do I automatically email a recurring invoice after it's already been set up?
Pete replied on October 28, 2008 12:08 to the discussion "Thorough Time Tracking - will it ever appear?" in FreeAgent Central:
Hi again,
I assume this base64Encode method requires a class like from:
http://dynamicflash.com/goodies/base64/
e.g.
import com.dynamicflash.util.Base64;
var projectsUrl:String = "http://yourdomain.freeagentcentral.com/projects";
var userName:String = "username";
var userPassword:String = "password";
var encoded:String = Base64.encode(userName + ":" + userPassword);
var loader:URLLoader = new URLLoader();
var request:URLRequest = new URLRequest(projectsUrl);
request.requestHeaders.push(new URLRequestHeader("Content-Type", "application/xml"));
request.requestHeaders.push(new URLRequestHeader("Accept", "application/xml"));
request.requestHeaders.push(new URLRequestHeader("Authorization", "Basic" + encoded));
request.method = URLRequestMethod.GET;
try
{
loader.load(request);
}
catch (error:Error)
{
trace("Unable to load requested document.");
trace(encoded);
}
Any ideas why this isn't working?
P.
Pete replied on October 28, 2008 10:21 to the discussion "Thorough Time Tracking - will it ever appear?" in FreeAgent Central:
Pete replied on October 28, 2008 09:28 to the discussion "Thorough Time Tracking - will it ever appear?" in FreeAgent Central:
Petey replied on October 02, 2008 09:41 to the discussion "Thorough Time Tracking - will it ever appear?" in FreeAgent Central:
Hi guys, any more development on your own freshbooks style timer? I'm still using my freshbooks clock to track my time and then put the timeslips in manually into FA. No offence to Timepost but I just don't want to fork out any more money on addons. If I was able to work out the API I would build my own Flash clock for FA in a browser popup (Freshbooks style) or AIR app. and even donate it if you were interested. Any pointers for getting started with the API and Flash?
Petey replied on August 05, 2008 14:12 to the question "Create invoice without a project" in FreeAgent Central:
Petey replied on July 31, 2008 16:19 to the discussion "Thorough Time Tracking - will it ever appear?" in FreeAgent Central:
I'm totally in agreement with naderby as a freelance web designer. If it had a simple task management system it would be fantastic. I'm floating in between Freshbooks and Freeagent at the moment and Freeagent is winning the contest because of the accounting but task time tracking on a project would be the absolute clincher and I'm sure most people in this industry would agree. There would be no need for basecamp, or freshbooks then.
Loading Profile...

