Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bakkdoor/projectmanager
Simple web-based project management system written with Ruby On Rails.
https://github.com/bakkdoor/projectmanager
Last synced: 1 day ago
JSON representation
Simple web-based project management system written with Ruby On Rails.
- Host: GitHub
- URL: https://github.com/bakkdoor/projectmanager
- Owner: bakkdoor
- License: gpl-3.0
- Created: 2009-03-26T19:21:15.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-04-07T20:45:44.000Z (over 15 years ago)
- Last Synced: 2023-04-11T18:18:18.855Z (over 1 year ago)
- Language: Ruby
- Homepage: http://github.com/bakkdoor/projectmanager.git
- Size: 871 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
== Projectmanager -- Simple web-based project management written with Ruby on Rails.
Projectmanager is (C) 2008, 2009 Christopher Bertels ([email protected])
It is licensed under the terms of the GNU GPL version 3.
For more information, take a look at the LICENSE file.==============================================================================
Projectmanager is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.Projectmanager is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with Projectmanager. If not, see .==============================================================================
Projectmanager is a simple web-based project management software. It's still in development.
Basically, I started working on it in october 2008 and didn't have time until now to continue development.
It does work somewhat already though and currently has the following features implemented:- Customer maintenance
- Management of customer related projects, tasks and worktimes
- Management Staff / Workers with different user roles.
- Some minor statistical information etc.There's more planned and help is always appreciated :)
If you want to help out, simply fork my repository and/or send me an email: [email protected]Theres a running sample at: http://projectmanager.flasht.de
A sample account you can use:
login: test
password: testing
Check it out to see a somewhat current version of it.Currently (as of version 0.2.0) the interface supports german and english, but since its using rails' I18n, adding additional languages should be easy. If you feel like helping out with translating into additional languages, feel free to contact me or start your own fork.
The code however is almost completely in english (except for some comments i haven't translated into english yet - I'll do that soon!), so it should be pretty easy to get along with the code. Any questions? Feel free to ask me :)