summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 97b498a)
raw | patch | inline | side by side (parent: 97b498a)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 30 Mar 2004 06:23:11 +0000 (06:23 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 30 Mar 2004 06:23:11 +0000 (06:23 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@2231 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/installation.txt | patch | blob | history |
diff --git a/doc/installation.txt b/doc/installation.txt
index 793b5432dc42297fd40afc4f98a782201875cf02..4408219155dcb8eb38e2ecb890eb46fb032b3425 100644 (file)
--- a/doc/installation.txt
+++ b/doc/installation.txt
Installing Roundup
==================
-:Version: $Revision: 1.69 $
+:Version: $Revision: 1.70 $
.. contents::
addresses, databases to back up, etc.
1. Do you want a tracker per product you sell/support? You can just add
- a new property to your issues called Product, and filter by that.
+ a new property to your issues called Product, and filter by that. See
+ the customisation example `adding a new field to the classic schema`_.
2. Do you want to track internal software development issues and customer
support issues separately? You can just set up an additiona "issue"
class called "cust_issues" in the same tracker, mimicing the normal
- "issue" class, but with different properties.
+ "issue" class, but with different properties. See the customisation
+ example `tracking different types of issues`_.
Platform-Specific Notes
.. _`roundup specification`: spec.html
.. _`tracker configuration`: customizing.html#tracker-configuration
.. _`customisation documentation`: customizing.html
+.. _`Adding a new field to the classic schema`:
+ customizing.html#adding-a-new-field-to-the-classic-schema
+.. _`Tracking different types of issues`:
+ customizing.html#tracking-different-types-of-issues
.. _`customising roundup`: customizing.html
.. _`upgrading document`: upgrading.html
.. _`administration guide`: admin_guide.html