[X] The "/OldFiles" file could not be found or is not available. Please select another file.

This is task management software for people who want to record, remind and monitor any task/job/ project. It provides facilities for breaking tasks into smaller and smaller tasks. All releases come with netbeans project and graphics files.


http://job-manager.sourceforge.net





Separate each tag with a space.

Release Date:

2008-06-23

Topic:

License:

User Interface:

Registered:

2008-03-06

Ratings and Reviews

Be the first to post a text review of JobManager. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • Jobmanager Development Blog

    There is now a development blog at: http://jobmanager.r-a-w.org/

    posted by prime1976 16 days ago

  • JobManager Beta 4

    The latest beta of JobManager is now released and ready for download. Many changes and bug fixes are incorporated in this release including a new stopwatch. Check the change log for further details.

    posted by prime1976 191 days ago

  • job-manager JobManager Beta 4 file released: JobMan-Beta4.zip

    1/2/09 Fixed empty fields only included in jobmanager Importer. 10/5/09 Introduced new Stopwatch and rearranged jobEditor. 20/5/09 Rearranged JobEditor again introduced search button and job uncompleted button. I need to change how subjobs are identified when selected for opening. Identified by jobNumber not row number as before. This is needed to allow the complete jobs to be filtered out. 21/6/09 Added Job number to sub job table. Created method to get the retrieve the selected subJobnumber from the subjobtable. Changed how subJob is opened up for editing. Job found in linked list by JobNumber instead of row number in the table. Updated how direct changes to subjobs are applied through the subJobTable using JobNumbers. Need to decide how to search for given subJob. apply as a filter to subJobTable with filter button glowing when applied? 22/6/09 Replaced the search JButton with a JToggleButton which will open a dialog box with filter options. The jobs are then filtered via the subJobTable Created SubJobFilterDialogBox and placed the options to search by JobName and jobText (ie: job notes or other details) Added option to search subJobs. created predicate variable in JobEditorUI to compare jobs in subJobTable to. Choose Job Class as object type because I may use the filterDialogBox for finding mainJobs. 23/6/09 implemented a match method in JobEditorUI and altered refreshSubJobTable method to exclude matching subJobs. 24/6/09 Begun debugging 25/6/09 Continue debugging. Subjob fiter now working and checked. Will work through other bugs Update the job name updates job window name when the save button is pressed. Added a warning dialog for removing jobs from JobEditorUI Added warnings for removing mainJobs and subJobs in JobManagerUI Set column widths for mainjobtable in jobmanagerUI Set the column widths for subJobTable in JobManagerUI Set Column widths for subJobTable in JobEditorUI When click complete job in subJobTable, todays date is set to variable DateStarted on the subJob if it is null?. Implemented when job complete is ticked and un-ticked the relevant finshdate and percentageComplete varables are set accordingly with dateStarted set if job is complete and date started is null Begun changing the way MainJobs are picked out of the mainJobTable. Pick by JobNumber. 29/6/2009 Fixed visual job mapper so the options are now visible. Tried Auto ordering. Seems to lose position picked in the table.

    posted 191 days ago

  • job-manager JobManager Beta 4 file released: JobMan-NetBeans-Project-Files.zip

    1/2/09 Fixed empty fields only included in jobmanager Importer. 10/5/09 Introduced new Stopwatch and rearranged jobEditor. 20/5/09 Rearranged JobEditor again introduced search button and job uncompleted button. I need to change how subjobs are identified when selected for opening. Identified by jobNumber not row number as before. This is needed to allow the complete jobs to be filtered out. 21/6/09 Added Job number to sub job table. Created method to get the retrieve the selected subJobnumber from the subjobtable. Changed how subJob is opened up for editing. Job found in linked list by JobNumber instead of row number in the table. Updated how direct changes to subjobs are applied through the subJobTable using JobNumbers. Need to decide how to search for given subJob. apply as a filter to subJobTable with filter button glowing when applied? 22/6/09 Replaced the search JButton with a JToggleButton which will open a dialog box with filter options. The jobs are then filtered via the subJobTable Created SubJobFilterDialogBox and placed the options to search by JobName and jobText (ie: job notes or other details) Added option to search subJobs. created predicate variable in JobEditorUI to compare jobs in subJobTable to. Choose Job Class as object type because I may use the filterDialogBox for finding mainJobs. 23/6/09 implemented a match method in JobEditorUI and altered refreshSubJobTable method to exclude matching subJobs. 24/6/09 Begun debugging 25/6/09 Continue debugging. Subjob fiter now working and checked. Will work through other bugs Update the job name updates job window name when the save button is pressed. Added a warning dialog for removing jobs from JobEditorUI Added warnings for removing mainJobs and subJobs in JobManagerUI Set column widths for mainjobtable in jobmanagerUI Set the column widths for subJobTable in JobManagerUI Set Column widths for subJobTable in JobEditorUI When click complete job in subJobTable, todays date is set to variable DateStarted on the subJob if it is null?. Implemented when job complete is ticked and un-ticked the relevant finshdate and percentageComplete varables are set accordingly with dateStarted set if job is complete and date started is null Begun changing the way MainJobs are picked out of the mainJobTable. Pick by JobNumber. 29/6/2009 Fixed visual job mapper so the options are now visible. Tried Auto ordering. Seems to lose position picked in the table.

    posted 191 days ago

  • File released: /job-manager/JobManager Beta 4/JobMan-NetBeans-Project-Files.zip

    posted 191 days ago

  • File released: /job-manager/JobManager Beta 4/JobMan-Beta4.zip

    posted 191 days ago

  • Beta 3 update

    Some small fixes to Jobman have been placed in the primary download. These include: fixes to the job importer, fixes to the stopwatch.

    posted by prime1976 332 days ago

  • job-manager beta3 file released: JobManbeta3.1.zip

    12:09 17/04/2007 Solved the problem of getting formatted text from the jobnotes by using the HTMLEditorKit. I will now finish inmplement the stylingfunctions and update of the widgets. I will then implement the printing mechanism. created a new variable for changes to job which can be evaluated when the JobEditorUI is closing and warn the user to save the changes. 19:05 20/06/2007 printing mechananism installed with the report writting function, though it will need tidying up. Started work on designing the stopwatch facilities. The stopwatch will be a seperate project that I can then put on the pallet in Netbeans. Started work on next release of JobMan 20:46 13/11/2008 Changed the save setting to set the startDate variable on a given Job and update the JLabel in JobEditorUI 18/11/2008 Attempted to fix the replication bug. This is due to the fact that the new date of replication is never stored and when the checkReplcatableJobs checks the date on the replicatableMainJobs create the fix and will test. 19:20 19/11/08 Bug is fixed. 26/11/08 Started to connect up the finish date setting in JobEditorUI class. Found bug that when a Job is created from a replicationMainJob there is no creation date set. 27/11/08 Fixed bug by initialising creation date in both constructors for Job class There is no display of Job Finished Date in the JobEditorUI GUI. Should place this in to GUI. 3/12/08 Placed finished date on JobEditorUI GUI and connected up to model 4/12/08 Need to implement existing Job and replicate on completion. Replicate on completion? What exactly do I want this to do? I need to generally rethink how replication is to work. 5/12/08 sorted and correctly implemented replication. Put in to testing. I will put up as another beta. 15/12/08 Found and fixed bug in job replicator causing replicated job to lose orginal job details such as jobname and catagory. Also added a menu item to bring up the alert dialog. Started in implement jobImporter to import subJobs from HTML formatted text. 16/12/08 debugging import functionality. 3/1/2009 changed importer functioality to cvs (Comma deliminated files) using classes from the spreadsheetmanager project. This is for a task at work. 5/1/09 Created utility spreadsheetmanager to import comma deliminated jobs after problems importing the required files from the spreadSheetManager project. Started on creating a visualMapper to map the headings to the jobs 6/1/09 Working on filling the lists up 13/1/09 Created a dialog box for selecting common headers and continued setting up lists in JobMapper 14/1/09 finished jobMapper and ready to start job creation 16-20/1/2009 Completed JobImported debugging 27/1/09 finished debugging job Importer. I need to alter the stopwatch starting and stopping when moving to subjobs to save me starting multiple stopwatches. Done this by creating amethod to start the stopwatch and over ridden set visisble on the JobEditorUI class Added complete Job check box. Added a dialog box for adding subJobs in jobeditorUI and JobManagerUI Fixed end date on making a job completed the subjob table.

    posted 332 days ago

  • File released: /job-manager/beta3/JobManbeta3.1.zip

    posted 332 days ago

  • Beta 3 of JobManger released

    This release has number of fixes and refinements with additional functionality of importing jobs from comma deliminated files. I would also like to welcome Bastian Neumann as a developer to the project.

    posted by prime1976 342 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

JobManager Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review

Thanks for your review!

Get credit for your review by logging in via OpenID. Click your account provider:

No Thanks