Casey Bralla J. R. Casey Bralla
Bralla.com

Casey's eMail Address
41 Mystery Rose Lane
West Grove, PA 19390-8806
610-345-1355
"Lean Manufacturing"
Exquisitely simple
Maddeningly complex
Essential for Survival!

Get Help


Lean Topics


Vocabulary


Reading



Site Hosted by
Vorlon Information Technologies


Bralla.com Logo

Entire site Copyright © 2012 by J. R. Casey Bralla
(except for obvious external works).
All rights reserved.

NOTE: If you link to this site, or otherwise find it useful, please send a brief note to the author.

Casey's eMail Address

Thank you!

"Project Mark II"

Project Management Software


We are proud to offer the "Project Mark II" project management software which has been designed to support and encourage Lean/6-Sigma methodologies. It is project management software for your entire enterprise!


Contents

  1. Program Features
  2. Screen Shots
  3. How It Works
  4. Purchase
  5. Free On-line Demo
  6. Videos
  7. Under The Hood (for computer Nerds)



Program Features



Screen Shots

Login Screen

Users are limited to authorized logins. The system uses a 256-bit security code, unique to each user.

 
Project Summary Page

Lists all the projects in the system. You can use the Filters and Sorting commands to modify this view.

 
Dashboard

The Dashboard is a quick summary, especially designed for managers to keep tabs on all projects. It provides an overall cost savings summary for the next 15 months, as well as listing several other types of projects of interest.

This is the first view provided to Managers. Regular users are shown a Project Summary list of their own projects instead of this page.

 
Task Summary

Lists all the tasks in the system. Just like the Project Summary page, you can use the Filters and Sorting commands to modify this view.

 
Project Detail 1

Detailed information about a project. This screen shot shows the topmost part of this screen, with the summary view of the Charter, and the project status section.

 
Project Detail (Tasks for the Project)

This screen shot shows the Task List associated with this Project. Notice that each Task has a Name, Description, Status Code, Start Date, End Date, Duration, and Owner.

This is like a mini-version of Microsoft Project, because the Tasks can have dependencies, and so rescheduling one task will automatically reschedule all the dependent tasks.

 
Task Detail

This screen shot shows the editing screen for the detailed information about a Task. The status of each task can be updated independently for maximum flexibility.

 
Edit Personal Info

This screen shot shows the editing screen for the personal info about the user. It sets the name, password, eMail address, training level, and other info. It also allows setting very detailed control over eMail notifications.

 


How It Works


How to create and manage a new project:

  1. Project Owner Creates a new Project
  2. Project Champion reviews and approves the project
  3. Project Owner enters detailed Tasks for each Project


Purchase

Get it working for You!

Want a price quote? Send an eMail to Info@Bralla.com

Or you can simply use this form below.

Your Name:
Company Name:



Free On-line Demo

Try our free, on-line demo.

http://Project.Bralla.com



Videos

1. Introduction, Logging in, & Overall Program Usage


You can also download this video by clicking here


2. Using Project & Tasks. Using the Project Charter. Adding New Tasks. Getting eMail Reminders.


You can also download this video by clicking here


3. Customizing. Adding Users. Setting Company Name, Logo, Locations, Value Streams, & Product Families


You can also download this video by clicking here



Under The Hood (for computer Nerds)

Project Mark II is written as a "server side" application. It consists of a series of scripts written in the Python programming language. These scripts use an MySQL database to store all the project, task, and user data. Web pages are served by the Apache 2 web server. A few public-domain javascript applications handle some specific aspects of the program.

Although Project Mark II itself is copyrighted software, it is built on "open source" software and Linux, most of which is licensed under the Gnu Public License. This means that the entire program infrastructure is built on systems that are widely used, and widely supported.

The source code of Project Mark II is provided to the licensee in clear text. (It has to be, or it won't run on the Apache web server.) This means that your IT department will have full access to the code and can read and analyze it to their heart's content. The code is fully copyrighted, so you can't copy, disseminate, or use the code outside the licensing agreement, but you can make changes and improvements for your own use, if you so desire. (The program author also welcomes suggestions and improvements to the code!)