OSDN Git Service

- Added ICal example to reference.
[tjqt4port/tj2qt4.git] / TestSuite / Syntax / Correct / GUIReport.tjp
index b9abc17..a56f245 100644 (file)
@@ -7,14 +7,14 @@ task items "Project breakdown" {
   start 2005-06-06
 
   task plan "Plan work" {
-               task phase1 "Phase 1" {
-                       effort 5d
-                       allocate tuxia
-               }
-               task phase2 "Phase 2" {
-                       effort 2d
-                       allocate tux
-               }
+    task phase1 "Phase 1" {
+      effort 5d
+      allocate tuxia
+    }
+    task phase2 "Phase 2" {
+      effort 2d
+      allocate tux
+    }
   }
 
   task implementation "Implement work" {
@@ -31,12 +31,12 @@ task items "Project breakdown" {
 
 taskreport "Project Breakdown" {
   columns start, end, effort
-       # Open only the first level of tasks
-       rolluptask treelevel() > 1
+  # Open only the first level of tasks
+  rolluptask treelevel() > 1
 }
 
 resourcereport "Resource Allocations" {
-       columns id, effort
+  columns id, effort
   # We only want to see the tasks with real work (without parents),
   # sorted by name
   sorttasks nameup