473,738 Members | 2,645 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How do you guys work?

My situation is that I am developing and supporting databases for my
company. I have been using paper folders one for each project both
new and support. And support means I am still developing new reports
etc because nothing is really ever done.

Anyway I feel ashamed to be a computer guy and using such a paper
based way to keep track of what I am doing. So I started putting my
tasks in Outlook (our company has an exchange server) but it's just
not doing it for me. People ask me for things it goes into the folder
and I forget about it :)

I really need a way to have a project folder with all the emails that
go with that project, notes that I might want to keep and tasks that
are associated with the project.

Can I do this in Outlook or is there some other software package that
would better suit my situation?

So how do you guys work?
Nov 12 '05 #1
10 1706
td*****@bu.edu (Tom Dauria) wrote:
Anyway I feel ashamed to be a computer guy and using such a paper
based way to keep track of what I am doing. So I started putting my
tasks in Outlook (our company has an exchange server) but it's just
not doing it for me. People ask me for things it goes into the folder
and I forget about it :)

I really need a way to have a project folder with all the emails that
go with that project, notes that I might want to keep and tasks that
are associated with the project.

Can I do this in Outlook or is there some other software package that
would better suit my situation?


I've used my own Access database for years. Keep track of tasks and subtask I
should also be splitting it out by client but that hasn't been that big of a deal.
Usually when it comes to report problems I fix those within a few days so I don't
have a lot of paper to retain.

However now that I'm running a webserver with a lot more RAM I've been looking around
for an ASP.NET based system. Which can handle incoming emails with screen shots, etc
and send out email notifications of changes to bug status. Thus notifying clients
that yes I've made this change and they can now FTP down the new program, etc.
Haven't found anything I really care for though.

The following is the results of research I've done. Most of the systems I've been
looking at come from sourceforge.net . (Which is an awesome website. Much of the
supporting software in my internet server has come from there. Ie email, antivirus
and more in the future.)

Note that you may not be able to run an ASP.NET system if you don't have an Intranet
webserver available.

Task Tracking Systems

I'm looking for a open source ASP.NET/VB.Net based task/bug/feature request tracking
system. Currently running Win 2003 Server and MSDE.

Nice features would be to receive emails to a dedicated account and start new
bug/feature request by placing into project folders by senders email address domain.
Also any new responses get emailed to originator and assignee.

Given userids must be able to see only specific projects. Thus clients see only
their projects. Others are public, for example, for the Auto FE Updater.

I'd also like to track subtasks.

BugTracker.NET http://btnet.sourceforge.net/bugtrackernet.html Installed as best of
bunch. Some features I like are
- Upload/attach files for screen shots or reports or whatever
- allows for new bugs via email and emailed notifications
Looks very decent but would need a few fields added.

T4SD http://sourceforge.net/projects/cts32 Just came across this one and haven't
looked at it closely

Issue Manager http://www.ultraapps.com/freebugtrac...ttracking.html decent
has multiple responses allowed per entry
but uses C#.

Bugs Online http://sourceforge.net/projects/bugsonline/
has multiple responses allowed per entry
but uses ASP

Not considered.

SWAT - http://www.codeproject.com/script/Ar...p?userid=62340
A simple Web-based Anomalies Tracker
More of a course on how to create such a system

BugBye http://bugbye.sourceforge.net/
As far as I can see doesn't allow for multiple responses per entry

Bug Tracking System http://www.gotocode.com/apps.asp?app_id=1&
which uses code generated by CodeCharge
Pretty simple and primitive
"basic, yet fully functional" hmm, YAM (Yet Another Oxymoron)
too simple

shwow!DevStudio http://sourceforge.net/projects/shwow-devstudio/
Bug tracking system is one table. Too simple

--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 12 '05 #2

"Tom Dauria" <td*****@bu.edu > wrote in message
news:56******** *************** ***@posting.goo gle.com...
So how do you guys work?

Work? We're all unemployed! That's how we can spend all day answering
stupid posts in CDMA.
Nov 12 '05 #3
"XMVP" <ac***********@ hotmail.com> wrote:
X-Abuse-Report: ab***@teranews. com


Please ignore the above posting and others which are somewhat bizarre.

Note to persons new to this newsgroup. One person, with many identities, is being
rather disruptive. If you see a bizarre posting it's probably the work of this
disruptive person..

Check the headers of the posting. If you see the following the posting likely can be
ignored. Of course, there will likely be other headers to be added to this list.

Comments: This message did not originate from the Sender address above.
It was remailed automatically by anonymizing remailer software.
or
X-Abuse-Report: ab***@teranews. com
or
Organization: Posted via Supernews, http://www.supernews.com
or
Organization: 100ProofNews.co m - Unlimited Downloads - $8.95/Month

You can also change your NewsReader program settings to ignore off-topic posts. See
http://www.hyphenologist.co.uk/killfile/ for more information.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 12 '05 #4
Tom Dauria,
Bugzilla is an open source web site that does bug tracking, etc. for
mozilla.org, among others. The fact that it is a site supported by someone
else is huge for a small developer. And lately, eclipse.org has come out
with an IDE that includes workgroup features and is worth looking into.
Implementing something like Bugzilla using .NET sounds like a business
oppurtunity to me.

"Tom Dauria" <td*****@bu.edu > wrote in message
news:56******** *************** ***@posting.goo gle.com...
My situation is that I am developing and supporting databases for my
company. I have been using paper folders one for each project both
new and support. And support means I am still developing new reports
etc because nothing is really ever done.

Anyway I feel ashamed to be a computer guy and using such a paper
based way to keep track of what I am doing. So I started putting my
tasks in Outlook (our company has an exchange server) but it's just
not doing it for me. People ask me for things it goes into the folder
and I forget about it :)

I really need a way to have a project folder with all the emails that
go with that project, notes that I might want to keep and tasks that
are associated with the project.

Can I do this in Outlook or is there some other software package that
would better suit my situation?

So how do you guys work?

Nov 12 '05 #5
"XMVP" <ac***********@ hotmail.com> wrote in message
news:4a******** *************** *******@news.te ranews.com...

"Tom Dauria" <td*****@bu.edu > wrote in message
news:56******** *************** ***@posting.goo gle.com...
So how do you guys work?

Work? We're all unemployed! That's how we can spend all day answering
stupid posts in CDMA.

Unemployed? I take offense at that!
Critically under-employed, perhaps.
But there is a difference.
And one which I take pride in.

Tom
Nov 12 '05 #6

"Tom Travolta" <to*@travolta.c om> wrote in message
news:c1******** **@titan.btinte rnet.com...
"XMVP" <ac***********@ hotmail.com> wrote in message
news:4a******** *************** *******@news.te ranews.com...

"Tom Dauria" <td*****@bu.edu > wrote in message
news:56******** *************** ***@posting.goo gle.com...
So how do you guys work?

Work? We're all unemployed! That's how we can spend all day answering
stupid posts in CDMA.

Unemployed? I take offense at that!
Critically under-employed, perhaps.
But there is a difference.
And one which I take pride in.

Tom


What pride will you have left when they outsource your critical
under-employment?


Nov 12 '05 #7
Elementool has the right solution tool. Their help desk tool enables
you to store your emails in a database, and track the status of each
email. You can also sort them by projects.
www.elementool.com

td*****@bu.edu (Tom Dauria) wrote in message news:<56******* *************** ****@posting.go ogle.com>...
My situation is that I am developing and supporting databases for my
company. I have been using paper folders one for each project both
new and support. And support means I am still developing new reports
etc because nothing is really ever done.

Anyway I feel ashamed to be a computer guy and using such a paper
based way to keep track of what I am doing. So I started putting my
tasks in Outlook (our company has an exchange server) but it's just
not doing it for me. People ask me for things it goes into the folder
and I forget about it :)

I really need a way to have a project folder with all the emails that
go with that project, notes that I might want to keep and tasks that
are associated with the project.

Can I do this in Outlook or is there some other software package that
would better suit my situation?

So how do you guys work?

Nov 12 '05 #8
> BugTracker.NET http://btnet.sourceforge.net/bugtrackernet.html Installed as best of
bunch. Some features I like are
- Upload/attach files for screen shots or reports or whatever
- allows for new bugs via email and emailed notifications
Looks very decent but would need a few fields added.


BugTracker.NET is designed to be easily customizable. If you add
columns to the bugs table, the edit_bugs.aspx page will pick display
new fields on the form.
Nov 12 '05 #9
ct*****@yahoo.c om (Corey Trager) wrote:
- Upload/attach files for screen shots or reports or whatever
- allows for new bugs via email and emailed notifications
Looks very decent but would need a few fields added.


BugTracker.N ET is designed to be easily customizable. If you add
columns to the bugs table, the edit_bugs.aspx page will pick display
new fields on the form.


Yup. And I have it installed. However before I use it to a great extent I need
some more things added. But I've already posted my requests to the online forums.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 12 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1533
by: sheldon279 | last post by:
Hi guys. First time poster long time reader. Just wanted to say "Hi" ;) On a side note my Hubby is REAL excited about this new IPO stock GRDX. They just started trading this one like 2 days ago. It's already almost doubled in just 2 days! My Husband is really excited about this stock. Say's it could make us some really BIG money. You guys should check it out. Just spreading the wealth ;)
354
15895
by: Montrose... | last post by:
After working in c# for a year, the only conclusion I can come to is that I wish I knew c. All I need is Linux, the gnu c compiler and I can do anything. Web services are just open sockets hooked up to interfaces. The Gtk is more than enough gui.
7
1581
by: Snake | last post by:
Hi guys, I have question about classes. when u create class called Test. and you define variable Test c; so does this act like( a variable c of type Test pointing to an abject )? The thing that I am confused with java where you say Test c = new Test; whre you can move this Test object around by saying "Test b" and then b = c;(so c and b points to the same object). while in c++ I think it has different meaning(like b would have different...
92
7665
by: Jeffrey P via AccessMonster.com | last post by:
Our IT guys are on a vendetta against MS Access (and Lotus Notes but they've won that fight). What I can't understand is, what's the problem? Why does IT hate MS Access so much. I have tried to find out who it is that actually wants to get rid of it, but I can't find anyone who will admit to trying to get rid of it. Nevertheless, I'm always hearing about how their "phasing it out" or "getting rid of it". Because no-one owns up I can't...
25
1806
by: Ray | last post by:
Since I haven't used Python at work, I am using Python 2.5 right now. However I wonder, how fast are you guys moving from version to version at work? As an illustration my ex-company just moved to Java 5, which was released around... what, 2-3 years ago? (While I am running Java 6 at home) Is it the same in the Python world? What version of Python is used in, say, Google? Is it even 2.4 yet?
27
1315
by: susiedba | last post by:
when you guys have a solution for _ALL_ of those scenarios is when I stop VB 2005 doesn't support code reuse or portability I want to know what I am supposed to do.. am I really still supposed to cart around _TWO_ ide so that I can write VB6 scripts and test them; and then rewrite them into VbScript? and then I can take my VbScript code and paste it into Vb 2005 and
0
8968
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8787
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9473
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9334
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9259
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9208
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8208
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4569
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
2744
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.