Warning: session_start(): open(/tmp/sess_47dkto11uq76mhdi6v0lh4vu52, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
FreshBooks Plasmoid openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (1) .- Knowledge Base  . 

FreshBooks Plasmoid

   0.4.1  

Plasmoid Script

Score 67%
FreshBooks Plasmoid
zoom


FreshBooks Plasmoid
zoom


FreshBooks Plasmoid
zoom


Downloads:  204
Submitted:  Nov 20 2009
Updated:  Mar 14 2010

Description:

Simple time tracking plasmoid synchronizing with the FreshBooks (www.freshbooks.com) on-line time tracking service using the FreshBooks API.

The plasmoid can communicate with FreshBooks Plasmoid Monitor (http://www.kde-look.org/content/show.php?content=115880) via DBus. FreshBooks Plasmoid Monitor is a tiny monitor for FreshBooks Plasmoid to be placed in a plasma panel.

All contributions (bug fixing, features, artwork, translations etc.) are very much welcome. Contact details can be found in the plasmoid package.

Functionality:
* Listing FreshBooks projects and tasks connected with the projects.
* Simple time counting.
* Time can be input manually in various formats: 0.000, mm:ss, hh:mm:ss.
* Logging time (with notes) to FreshBooks.
* Customizable background.
* Global keyboard shortcut for starting/pausing the counter.
* Token stored in KWallet.
* DBus interface
* Communicates with FreshBooks Plasmoid Monitor

Depends on plasma-scriptengine-python.
Uses freshbooks.py by Matt Culbreth (http://mattculbreth.com).




Changelog:

2010-03-09 - Version 0.4.1
* Fixed regression related to KWallet interface and KDE 4.3

2010-02-17 - Version 0.4
* Now compatible with KDE 4.4

2009-11-25 - Version 0.3.1
Bugs:
* Fixed the bug causing errors when logging time without refreshing.

2009-11-25 - Version 0.3
Features:
* Hours edit accepts time in different formats: 0.000, 00:00, 00:00:00
* The projects and tasks are now saved, therefore refreshing is not required on startup.
Bugs:
* Changed 'Reset' to 'Clear'
* Now it is possible to modify the counter's state by editing the hours.
* Now countingStopped DBus signal is sent when time is logged (updates button status in Monitor)


2009-11-22 - Version 0.2
Features:
* Added configuration options enabling/disabling automatic refresh on startup and setting the delay
* DBus interface for monitoring and controlling the plasmoid
* Compatible with the FreshBooks Plasmoid Monitor
Bugs:
* Notes are now cleared when resetting or logging
* Added missing i18n()
* Fixed the problem with saving size of the plasmoid

2009-11-20 - Version 0.1
* Initial version




LicenseGPL
(FreshBooks Plasmoid)
(FreshBooks Plasmoid Monitor)
Send to a friend
Subscribe
Other  Content  from pronobis
Report inappropriate content



-

 KTimeTracker?

 
 by Creap on: Nov 27 2009
 
Score 50%

Looks interesting, though I already track my time through an ERP system.

Would be nice with something similar but connected to for instance KTimeTracker.


Reply to this

-

 Re: KTimeTracker?

 
 by pronobis on: Mar 30 2010
 
Score 50%

I'm not using KTimeTracker myself, but the code could serve as an example for someone willing to implement that functionality.


Reply to this

-

 Why is your system in Polish?

 
 by warnec on: Mar 25 2010
 
Score 50%

Non-related question - your profile says You are from Stockholm, yet the screens prove the system the screenshots were taken from was in Polish.

How's that possible? ;)


Reply to this

-

 Re: Why is your system in Polish?

 
 by pronobis on: Mar 30 2010
 
Score 50%

Well, it's that difficult to spot a Pole in Stockholm these days :)


Reply to this

-

 Bug?

 
 by gribelu on: Mar 30 2010
 
Score 50%

Hi. First of all thanks for this. I was tired of using the web interface.

Any idea why it freezes plasma while it's refreshing the projects? It takes about 2 minutes to refresh too.

I'm on KDE 4.4.1, Kubuntu 9.10 64 bit.


Reply to this

-

 Re: Bug?

 
 by pronobis on: Mar 30 2010
 
Score 50%

Yes, I am aware of both problems. The first problem can be fixed. Currently, the refreshing runs in the main thread which blocks the whole plasma for some time. Will fix that as soon as I find some time (of course, patches are welcome!). Unfortunately, the second problem is difficult to solve. Simply the Freshbooks API is very inefficient and requires multiple queries to be sent to the server.


Reply to this

-
.

 Issue installing...

 
 by mrthebob on: Sep 20 2010
 
Score 50%

After "installing" and adding the widget to the Plasmoid Desktop, the widget tells me:

==========
This object could not be created for the following reason:

Could not locate the freshbooks-plasmoid package for the FreshBooks Plasmoid widget.
==========

I do have the required plasma-scriptengine-python package installed.

This works on my desktop, but not on my new laptop (on which I put the latest Kubuntu).

Many thanks for your help!


Reply to this

-

 Re: Issue installing...

 
 by pronobis on: Sep 20 2010
 
Score 50%

Looks like some installation problem. Which KDE version are you using? Could you check if you have the package installed in .kde/share/apps/plasma/plasmoids? What happens if you run "plasmoidviewer freshbooks-plasmoid"?


Reply to this

-

 Install OK

 
 by mrthebob on: Sep 20 2010
 
Score 50%

OK, I removed that folder you were talking about and re-installed. All's good now. Thanks :)


Reply to this

-

 Did not load details

 
 by SzntGbor on: Oct 26 2011
 
Score 50%

Hi! I tried your widget, set my account and token, but the project and task options are empty.
I've tried to reinstall the widget, but nothing to change.
I see this when run plasmoidviewer freshbooks-plasmoid:
Quote:

: plasmoidviewer freshbooks-plasmoid
plasmoidviewer(19977)/plasma main: setting FormFactor to "planar"
plasmoidviewer(19977)/plasma main: setting Location to "floating"
plasmoidviewer(19977)/plasma main: setting containment to "null"
plasmoidviewer(19977)/plasma main: setting auth policy
plasmoidviewer(19977)/libplasma Plasma::Corona::Corona: !!{} STARTUP TIME 23156706 Corona ctor start
plasmoidviewer(19977)/plasma main: just load applet
plasmoidviewer(19977)/plasma FullView::addApplet: adding applet "freshbooks-plasmoid" in "null"
plasmoidviewer(19977)/kdecore (KSycoca) KSycocaPrivate::openDatabase: Trying to open ksycoca from "/var/tmp/kdecache-szantogabor/ksycoca4"
plasmoidviewer(19977)/kdecore (services) KServiceFactory::findServiceByDesktopPath: "" not found
plasmoidviewer(19977)/libplasma Plasma::AppletPrivate::init: Check your constructor! You probably want to be passing in a Service::Ptr or a QVariantList with a valid storageid as arg[0].
plasmoidviewer(19977)/libplasma Plasma::PluginLoader::loadApplet: we have a script using the "python" API
plasmoidviewer(19977)/python (plugin) KPythonPluginFactory::KPythonPluginFactory: KPythonPluginFactory::KPythonPluginFactory()
plasmoidviewer(19977)/python (plugin) KPythonPluginFactory::initialize: Initializing Python interpreter.
plasmoidviewer(19977)/python (plugin) KPythonPluginFactory::initialize: Succesfully initialized Python interpreter.
plasmoidviewer(19977)/python (plugin) KPythonPluginFactory::create: KPythonPluginFactory::create iface: Plasma::AppletScript
plasmoidviewer(19977)/python (plugin) KPythonPluginFactory::create: keyword to be used for finding the plugin code: "plasma_scriptengine_python/pyappletscript.py"
plasmoidviewer(19977)/python (plugin) KPythonPluginFactory::create: Path to plugin code is: "/usr/share/kde4/apps/plasma_scriptengine_python/pyappletscript.py"
plasmoidviewer(19977)/python (plugin) KPythonPluginFactory::create: Returning result qobject
plasmoidviewer(19977)/libplasma Plasma::AppletPrivate::setupScriptSupport: setting up script support, package is in "/home/szantogabor/.kde/share/apps/plasma/plasmoids/freshbooks-plasmoid/" which is a "Plasmoid" package , main script is "/home/szantogabor/.kde/share/apps/plasma/plasmoids/freshbooks-plasmoid/contents/code/main.py"
Installing icons...
Done!
plasmoidviewer(19977)/kdeui (Wallet) KWallet::Wallet::openWallet: Pass a valid window to KWallet::Wallet::openWallet().
plasmoidviewer(19977)/plasma FullView::addApplet: connecting ----------------
Using wallet.
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setCompositionMode: Painter not active
QPainter::end: Painter not active, aborted
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setCompositionMode: Painter not active
QPainter::end: Painter not active, aborted
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setCompositionMode: Painter not active
QPainter::end: Painter not active, aborted
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setCompositionMode: Painter not active
QPainter::end: Painter not active, aborted
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setCompositionMode: Painter not active
QPainter::end: Painter not active, aborted
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setCompositionMode: Painter not active
QPainter::end: Painter not active, aborted
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setCompositionMode: Painter not active
QPainter::end: Painter not active, aborted
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setCompositionMode: Painter not active
QPainter::end: Painter not active, aborted
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setCompositionMode: Painter not active
QPainter::end: Painter not active, aborted
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setCompositionMode: Painter not active
QPainter::end: Painter not active, aborted
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setCompositionMode: Painter not active
QPainter::end: Painter not active, aborted
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setCompositionMode: Painter not active
QPainter::end: Painter not active, aborted
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setCompositionMode: Painter not active
QPainter::end: Painter not active, aborted
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setCompositionMode: Painter not active
QPainter::end: Painter not active, aborted
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setCompositionMode: Painter not active
QPainter::end: Painter not active, aborted
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setCompositionMode: Painter not active
QPainter::end: Painter not active, aborted
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setCompositionMode: Painter not active
QPainter::end: Painter not active, aborted
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setCompositionMode: Painter not active
QPainter::end: Painter not active, aborted
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setCompositionMode: Painter not active
QPainter::end: Painter not active, aborted
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setCompositionMode: Painter not active
QPainter::end: Painter not active, aborted
plasmoidviewer(19977)/kdeui (Wallet) KWallet::Wallet::openWallet: Pass a valid window to KWallet::Wallet::openWallet().

I'm using the latest kubuntu, the KDE version is 4.7.2

Could you help me, what i miss?


Reply to this

-

 Re: Did not load details

 
 by pronobis on: Oct 26 2011
 
Score 50%

I have just tried in Kubuntu 11.10 and KDE 4.7.2 and it worked without problems. Also the messages you pasted do not indicate any error. I don't really have any idea here, sorry.


Reply to this

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team