sketchucation logo sketchucation
    • Login
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    [Plugin] SUClock - v3.1a - 02 Apr 24 - Tracking time in SU

    Scheduled Pinned Locked Moved Plugins
    138 Posts 46 Posters 136.4k Views 46 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • fredo6F Offline
      fredo6
      last edited by

      NEW RELEASE: SUCLOCK 1.1b - 19 May 11

      This small update just adds an extra column with the date formatted in Excel compliant format (dd-mm-yyyyy) for the CSV export of the view by Day/Month. This fixes a problem mentioned by Halroach.

      Update is published in main post.

      Fredo

      1 Reply Last reply Reply Quote 0
      • halroachH Offline
        halroach
        last edited by

        @unknownuser said:

        NEW RELEASE: SUCLOCK 1.1b - 19 May 11

        This small update just adds an extra column with the date formatted in Excel compliant format (dd-mm-yyyyy) for the CSV export of the view by Day/Month. This fixes a problem mentioned by Halroach.

        Update is published in main post.

        Fredo

        boy, you're quick!!
        nice!

        FlexTools - Super Quick Windows, Doors, Slats...

        1 Reply Last reply Reply Quote 0
        • KrisidiousK Offline
          Krisidious
          last edited by

          Fredo

          I was wondering what the capabilities were for employees. could this be installed on an employee's computer to track his time? and I know it could. but could it be a protected file? how would you know that no one had edited the file for time tracked? if someone sends me their file will it show the clock on it and how much time has been used?

          just thinking outloud... and as I have said before, fantastic plugin Fredo...

          By: Kristoff Rand
          Home DesignerUnique House Plans

          1 Reply Last reply Reply Quote 0
          • B Offline
            Ben Ritter
            last edited by

            Fredo, thank you. Ben

            1 Reply Last reply Reply Quote 0
            • halroachH Offline
              halroach
              last edited by

              For all those times when you worked hard on a model but forgot to track the time you've spent on it... and really wished you had...
              You could have a little check in the plugin preferences to 'track time for untitled projects'.
              This would generally eliminate all time spent with Sketchup, that is unaccounted for. great for spying too when you think about it...

              a step further could be to have an option to rename the untitled time/projects in retrospect and assign that time to an existing or new project.

              What do you think?

              FlexTools - Super Quick Windows, Doors, Slats...

              1 Reply Last reply Reply Quote 0
              • halroachH Offline
                halroach
                last edited by

                Just thought of another use.
                At my modeling and rendering department, we generally tend to share the work on models between us. It would be nice to have a worker ID or computer ID which would be assigned for each time track.
                Then we could see how much time each of us spent on the same project.

                I really like this plugin!

                FlexTools - Super Quick Windows, Doors, Slats...

                1 Reply Last reply Reply Quote 0
                • fredo6F Offline
                  fredo6
                  last edited by

                  @unknownuser said:

                  Just thought of another use.
                  At my modeling and rendering department, we generally tend to share the work on models between us. It would be nice to have a worker ID or computer ID which would be assigned for each time track.
                  Then we could see how much time each of us spent on the same project.

                  I really like this plugin!

                  SUClock is not really designed for concurrent multi-user on a network, because it uses local temporary files to track the information.
                  One possibility is that I give the option to put all files on a shared drive

                  Another possibility is that each user has his own .suclock files, but I give the option to issue statistics on a several .suclock files. Note however that you can already do this with the Excel exports.

                  Fredo

                  1 Reply Last reply Reply Quote 0
                  • COSEDIMARCOC Offline
                    COSEDIMARCO
                    last edited by

                    Hi Fredo,
                    I've two request for future realeses, if possible.

                    • had the opportuny to export statistics in other formats such as HTML or tabbed TXT? I'd like to paste them in my blog posts.
                    • Track usage of all your plugins.

                    At last, great plugins like all of yours

                    [floatl:2wjeiugn]COSEDIMARCO - The Website[/floatl:2wjeiugn]

                    1 Reply Last reply Reply Quote 0
                    • fredo6F Offline
                      fredo6
                      last edited by

                      @cosedimarco said:

                      • had the opportuny to export statistics in other formats such as HTML or tabbed TXT? I'd like to paste them in my blog posts.

                      No problem, this is simple to do.

                      @cosedimarco said:

                      • Track usage of all your plugins.

                      SUClock only tracks 'interactive' plugins, that is those based on the Sketchup::Tools class, typically where you can click and do things in the screenport UI.
                      All my plugins are enabled in their latest version.

                      By the way, interactive scripts written by other writers can easily be tracked too.
                      They just need to insert a single line of code in the activate() method of their tool

                      
                      def activate
                         ....
                         LibFredo6.register_ruby 'Name of the Plugin' if defined?(LibFredo6.register_ruby)
                         ....
                      end
                      
                      

                      Fredo

                      1 Reply Last reply Reply Quote 0
                      • COSEDIMARCOC Offline
                        COSEDIMARCO
                        last edited by

                        Ok. Thanks a lot. 😄

                        [floatl:2wjeiugn]COSEDIMARCO - The Website[/floatl:2wjeiugn]

                        1 Reply Last reply Reply Quote 0
                        • S Offline
                          SketchUpNoobie
                          last edited by

                          @unknownuser said:

                          NEW RELEASE: SUCLOCK 1.2a - 03 May 11

                          Nice! Thanks. 👍

                          It's June though. 😉

                          --

                          SketchUpNoobie: the complete noob in all things SketchUp.

                          1 Reply Last reply Reply Quote 0
                          • fredo6F Offline
                            fredo6
                            last edited by

                            NEW RELEASE: SUCLOCK 1.2a - 03 Jun 11

                            This release adds some functional enhancements and problem fixing based on feedback received from users

                            Alarm to Target:

                            The principle is to set a target time and an alarm threshold for the project, so that you are warned when the effective time spent is close and then above the target time.
                            The clock will indicate visually where you stand in the achievement of your target. Say that you set a target time at 4h, with a threshold of 75%:
                            Suclock Alarm modes 0.pngSuclock Alarm modes.png

                            Statistics reports:
                            I included the possibility to generate reports in several formats (I may add more).
                            Suclock Export Formats.png
                            HTML is not implemented yet. I need to made changes to LibFredo6, so it will be available in a next release. You can set up the default format in the Default Parameters dialog box.

                            Cropping of the clock window:
                            As the exact rendering of the clock window depends from too many settings (Operating system, browser version, etc…), I simply made the height of the clock window a parameter that you can change in the Default Parameters dialog box. Default height is 50 pixels.

                            Multi-user environment:
                            If you wish several users to work on the same projects across the network, then you need to configure SUClock with a temporary directory located on a shared drive (as well as the suclock files indeed).
                            You can set the network path of the temporary directory in the Default Parameters dialog box.
                            Suclock Temp files.png

                            Reset projects and Import data from another project:
                            You can reset a project to Zero. This will erase all data irreversibly.
                            You can import data from another project into the current project. Optionally, you can then reset to zero this other project.
                            CAUTION: In version 1.2, I did not provision an Undo for these two functions. So please use with care!
                            Suclock Reset Merge.png

                            Update is published in main post.

                            Fredo

                            1 Reply Last reply Reply Quote 0
                            • spenceS Offline
                              spence
                              last edited by

                              Fredo,

                              Thank you for the plugin, this is fantastic 😄 This will come in very handy. This type of time tracking should be build into all productive software programs. It would be nice to be able to track your time, then again in some ways it's bad, It may prove I'm not that productive 😒

                              Spence

                              1 Reply Last reply Reply Quote 0
                              • R Offline
                                rastus127
                                last edited by

                                Great looking plugin Fredo!! But I'm having trouble loading it into S8 plugins folder. I keep getting an error that says "The item SUClock%201 can not be moved because "Sketchup" cannot be modified". But it loaded itself at the bottom of the list of folders. I'm on a Mac and have loaded other plugins most times with success, sometimes not. Maybe its just me. if you know what I'm doing wrong I'd rely appreciated any help you can give. Thanks.

                                     Paul
                                
                                1 Reply Last reply Reply Quote 0
                                • fredo6F Offline
                                  fredo6
                                  last edited by

                                  @rastus127 said:

                                  Great looking plugin Fredo!! But I'm having trouble loading it into S8 plugins folder. I keep getting an error that says "The item SUClock%201 can not be moved because "Sketchup" cannot be modified". But it loaded itself at the bottom of the list of folders. I'm on a Mac and have loaded other plugins most times with success, sometimes not. Maybe its just me. if you know what I'm doing wrong I'd rely appreciated any help you can give. Thanks.
                                  Paul

                                  Paul,

                                  The presence of the "%20" indicates that you probably downloaded or unzipped the files with a tool that does not convert properly file names (%20 is the the replacement for Space). Can try with a different tool.
                                  You may also have some permission access issues on your Mac

                                  Fredo

                                  1 Reply Last reply Reply Quote 0
                                  • P Offline
                                    publied
                                    last edited by

                                    thank You! very nice and useful script!

                                    hire me@ http://www.publied.it !

                                    1 Reply Last reply Reply Quote 0
                                    • COSEDIMARCOC Offline
                                      COSEDIMARCO
                                      last edited by

                                      Thanks for export! 😄

                                      [floatl:2wjeiugn]COSEDIMARCO - The Website[/floatl:2wjeiugn]

                                      1 Reply Last reply Reply Quote 0
                                      • halroachH Offline
                                        halroach
                                        last edited by

                                        Hi Fredo,

                                        Now that the plugin works over the network, do you think it can be possible to assign, in the default parameters/in the main menu, a Username.
                                        It could be username for each computer or you could even have multiple usernames for one computer, though I think that wouldn't be necessary.

                                        The idea would be to track time for a project with the ability to see how much time each user spent on it and at what time during the project each user was involved... would be great for a gantt chart...

                                        FlexTools - Super Quick Windows, Doors, Slats...

                                        1 Reply Last reply Reply Quote 0
                                        • COSEDIMARCOC Offline
                                          COSEDIMARCO
                                          last edited by

                                          Hi Fredo
                                          attached there's the Italian Translation for SuClock

                                          I think i've found a couple english mistakes:

                                          "Threshold when clock in displayed in warning mode" --> "Threshold when clock is displayed in warning mode
                                          "
                                          "ERROR: you can import data from the same current project
                                          " --> "ERROR: you can't import data from the same current project
                                          "

                                          Italian Translation

                                          [floatl:2wjeiugn]COSEDIMARCO - The Website[/floatl:2wjeiugn]

                                          1 Reply Last reply Reply Quote 0
                                          • fredo6F Offline
                                            fredo6
                                            last edited by

                                            NEW RELEASE: SUCLOCK 1.3a - 08 Oct 11

                                            This release fixes problems encountered with Mac OSX Lion and Safari 5.1 (no images in the clock window)

                                            Update is published in main post.

                                            Fredo

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 7
                                            • 2 / 7
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement