Wiki Forum Sign up! Explore Home

Not signed in (Sign In)

LiveSearch

Welcome, Guest

Want to take part in these discussions? Sign in if you have an account, or apply for one below

Vanilla 1.1.2 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthortulle004
    • CommentTimeJan 6th 2008
     permalink
    I don't see this available, but is there a way to export the data entered into the hosted version so that if I install this on my own server I can move the data over? Also, I would like to be able to print my tasks and notes out. I personally like how Toodledo does it. http://www.toodledo.com/booklet.php Something I can print and carry with me to where I may not have a network connection or want to open my laptop.
    • CommentAuthoradmin
    • CommentTimeJan 6th 2008
     permalink
    Heh, nifty way to print the tasks. I just supply a print CSS, which means you should be able to just print the filtered task list you want to bring with you. Although I see that the [to-do] string has gotten a bit mangled, and I should probably include to-do's in the printed list as well. I'll get that sorted.

    As for exporting, it's still on my list, but I'd like to complete the custom fields as that changes the database structure significantly, and I'd rather not make the export/import until the schema is a bit more stable. You can get some of the data by browsing all your tasks and saving them as CSV, and the same with reports for your worked hours, but importing again is a bit further down the road.

    -- Erlend
    • CommentAuthortulle004
    • CommentTimeJan 6th 2008
     permalink
    Great! Thank you for such a great product.
  1.  permalink
    I'm against printing stuff, the print-css should have 72pt text.

    Of course I'm kidding, but really, what's the point of printing a task? If you're dumping a lot of information about the task on the description, I think you should use email.
    • CommentAuthoradmin
    • CommentTimeMar 8th 2008
     permalink
    I think the main idea was to print the task list, not the individual tasks. :-)

    -- Erlend
    • CommentAuthorcorodyne
    • CommentTimeAug 26th 2008 edited
     permalink
    Posted By: tulle004I don't see this available, but is there a way to export the data entered into the hosted version so that if I install this on my own server I can move the data over?


    tulle004 -

    I've just finished a beta version of the export utility where it will export all the data for a given company. So, if you domain is MYSITE.clockingit.com, you'll have a specific companyID. The admin will have to integrate it into the site and test it to make sure he's happy with it, but it should take care of what you and (I hear) a number of other folks have requested.

    If you have any questions, give me a shout and I'll be happy to get back on here and chat some more about it.

    Chris S.
    • CommentAuthorari
    • CommentTimeAug 26th 2008
     permalink
    That's very interesting. Are you save your patch as git patch file and email it to the dev mailing list for others to look over?

    http://lists.clockingit.com/mailman/listinfo/dev
    • CommentAuthoradmin
    • CommentTimeAug 26th 2008
     permalink
    It's a PHP script, which dumps the data as SQL insert statements, and I'll be adding it to git after I've gotten it to find your company based on your md5 auth, and made sure it works.

    -- Erlend
    • CommentAuthoradmin
    • CommentTimeSep 21st 2008
     permalink
    The database backup solution is now available from your Company Settings page.

    -- Erlend