From 7c7141cd690110105ac7566449d601969883008e Mon Sep 17 00:00:00 2001 From: Yannick Tivisse Date: Thu, 19 Nov 2015 14:36:04 +0100 Subject: [PATCH] [ADD] project: created all the doc pages --- applications.rst | 1 + project.rst | 14 ++++++++++++++ project/advanced.rst | 13 +++++++++++++ project/advanced/claim_issue.rst | 3 +++ project/advanced/external.rst | 3 +++ project/advanced/feedback.rst | 3 +++ project/advanced/invoicing.rst | 3 +++ project/advanced/publication.rst | 3 +++ project/advanced/so_to_task.rst | 3 +++ project/configuration.rst | 11 +++++++++++ project/configuration/collaboration.rst | 3 +++ project/configuration/setup.rst | 3 +++ project/configuration/time_record.rst | 3 +++ project/configuration/visualization.rst | 3 +++ project/overview.rst | 8 ++++++++ project/overview/main_concepts.rst | 9 +++++++++ project/overview/main_concepts/introduction.rst | 3 +++ project/overview/main_concepts/terminology.rst | 3 +++ project/planning.rst | 9 +++++++++ project/planning/assignments.rst | 3 +++ project/planning/forecast.rst | 3 +++ project/reporting.rst | 10 ++++++++++ project/reporting/close_issue.rst | 3 +++ project/reporting/efficiency.rst | 3 +++ project/reporting/workload.rst | 3 +++ 25 files changed, 126 insertions(+) create mode 100644 project.rst create mode 100644 project/advanced.rst create mode 100644 project/advanced/claim_issue.rst create mode 100644 project/advanced/external.rst create mode 100644 project/advanced/feedback.rst create mode 100644 project/advanced/invoicing.rst create mode 100644 project/advanced/publication.rst create mode 100644 project/advanced/so_to_task.rst create mode 100644 project/configuration.rst create mode 100644 project/configuration/collaboration.rst create mode 100644 project/configuration/setup.rst create mode 100644 project/configuration/time_record.rst create mode 100644 project/configuration/visualization.rst create mode 100644 project/overview.rst create mode 100644 project/overview/main_concepts.rst create mode 100644 project/overview/main_concepts/introduction.rst create mode 100644 project/overview/main_concepts/terminology.rst create mode 100644 project/planning.rst create mode 100644 project/planning/assignments.rst create mode 100644 project/planning/forecast.rst create mode 100644 project/reporting.rst create mode 100644 project/reporting/close_issue.rst create mode 100644 project/reporting/efficiency.rst create mode 100644 project/reporting/workload.rst diff --git a/applications.rst b/applications.rst index 314c33d08..a42557015 100644 --- a/applications.rst +++ b/applications.rst @@ -13,3 +13,4 @@ Applications recruitment inventory point_of_sale + project diff --git a/project.rst b/project.rst new file mode 100644 index 000000000..90fcf2191 --- /dev/null +++ b/project.rst @@ -0,0 +1,14 @@ +:banner: banners/project.jpg + +======= +Project +======= + +.. toctree:: + :titlesonly: + + project/overview + project/configuration + project/planning + project/advanced + project/reporting diff --git a/project/advanced.rst b/project/advanced.rst new file mode 100644 index 000000000..782984376 --- /dev/null +++ b/project/advanced.rst @@ -0,0 +1,13 @@ +======== +Advanced +======== + +.. toctree:: + :titlesonly: + + advanced/so_to_task + advanced/claim_issue + advanced/external + advanced/publication + advanced/invoicing + advanced/feedback \ No newline at end of file diff --git a/project/advanced/claim_issue.rst b/project/advanced/claim_issue.rst new file mode 100644 index 000000000..99d16ceb7 --- /dev/null +++ b/project/advanced/claim_issue.rst @@ -0,0 +1,3 @@ +============================================ +How to use projects to handle claims/issues? +============================================ \ No newline at end of file diff --git a/project/advanced/external.rst b/project/advanced/external.rst new file mode 100644 index 000000000..ce7d808a2 --- /dev/null +++ b/project/advanced/external.rst @@ -0,0 +1,3 @@ +======================================== +How to collaborate with external people? +======================================== \ No newline at end of file diff --git a/project/advanced/feedback.rst b/project/advanced/feedback.rst new file mode 100644 index 000000000..040118019 --- /dev/null +++ b/project/advanced/feedback.rst @@ -0,0 +1,3 @@ +====================================== +How to gather feedback from customers? +====================================== \ No newline at end of file diff --git a/project/advanced/invoicing.rst b/project/advanced/invoicing.rst new file mode 100644 index 000000000..49d5dbeee --- /dev/null +++ b/project/advanced/invoicing.rst @@ -0,0 +1,3 @@ +========================== +How to invoice time spent? +========================== \ No newline at end of file diff --git a/project/advanced/publication.rst b/project/advanced/publication.rst new file mode 100644 index 000000000..8b4f50dfb --- /dev/null +++ b/project/advanced/publication.rst @@ -0,0 +1,3 @@ +====================================== +How to publish the project externally? +====================================== \ No newline at end of file diff --git a/project/advanced/so_to_task.rst b/project/advanced/so_to_task.rst new file mode 100644 index 000000000..a147f160f --- /dev/null +++ b/project/advanced/so_to_task.rst @@ -0,0 +1,3 @@ +====================================== +How to create tasks from sales orders? +====================================== \ No newline at end of file diff --git a/project/configuration.rst b/project/configuration.rst new file mode 100644 index 000000000..76205b7ab --- /dev/null +++ b/project/configuration.rst @@ -0,0 +1,11 @@ +============================= +Configuration and basic usage +============================= + +.. toctree:: + :titlesonly: + + configuration/setup + configuration/visualization + configuration/collaboration + configuration/time_record \ No newline at end of file diff --git a/project/configuration/collaboration.rst b/project/configuration/collaboration.rst new file mode 100644 index 000000000..9f816f28f --- /dev/null +++ b/project/configuration/collaboration.rst @@ -0,0 +1,3 @@ +===================================== +How to manage & collaborate on tasks? +===================================== \ No newline at end of file diff --git a/project/configuration/setup.rst b/project/configuration/setup.rst new file mode 100644 index 000000000..5235533f7 --- /dev/null +++ b/project/configuration/setup.rst @@ -0,0 +1,3 @@ +==================================== +How to set up & configure a project? +==================================== \ No newline at end of file diff --git a/project/configuration/time_record.rst b/project/configuration/time_record.rst new file mode 100644 index 000000000..9e13f9e6f --- /dev/null +++ b/project/configuration/time_record.rst @@ -0,0 +1,3 @@ +========================= +How to record time spent? +========================= \ No newline at end of file diff --git a/project/configuration/visualization.rst b/project/configuration/visualization.rst new file mode 100644 index 000000000..dd45969a8 --- /dev/null +++ b/project/configuration/visualization.rst @@ -0,0 +1,3 @@ +=================================== +How to visualize a project's tasks? +=================================== \ No newline at end of file diff --git a/project/overview.rst b/project/overview.rst new file mode 100644 index 000000000..819c3b37a --- /dev/null +++ b/project/overview.rst @@ -0,0 +1,8 @@ +======== +Overview +======== + +.. toctree:: + :titlesonly: + + overview/main_concepts \ No newline at end of file diff --git a/project/overview/main_concepts.rst b/project/overview/main_concepts.rst new file mode 100644 index 000000000..1b03c5b07 --- /dev/null +++ b/project/overview/main_concepts.rst @@ -0,0 +1,9 @@ +======== +Overview +======== + +.. toctree:: + :titlesonly: + + main_concepts/introduction + main_concepts/terminology diff --git a/project/overview/main_concepts/introduction.rst b/project/overview/main_concepts/introduction.rst new file mode 100644 index 000000000..b6b880881 --- /dev/null +++ b/project/overview/main_concepts/introduction.rst @@ -0,0 +1,3 @@ +============================ +Introduction to Odoo Project +============================ \ No newline at end of file diff --git a/project/overview/main_concepts/terminology.rst b/project/overview/main_concepts/terminology.rst new file mode 100644 index 000000000..be52a7041 --- /dev/null +++ b/project/overview/main_concepts/terminology.rst @@ -0,0 +1,3 @@ +=========== +Terminology +=========== \ No newline at end of file diff --git a/project/planning.rst b/project/planning.rst new file mode 100644 index 000000000..d8d44547f --- /dev/null +++ b/project/planning.rst @@ -0,0 +1,9 @@ +===================== +Planning your project +===================== + +.. toctree:: + :titlesonly: + + planning/assignments + planning/forecast \ No newline at end of file diff --git a/project/planning/assignments.rst b/project/planning/assignments.rst new file mode 100644 index 000000000..27f69ca62 --- /dev/null +++ b/project/planning/assignments.rst @@ -0,0 +1,3 @@ +============================================= +How to plan and track employees' assignments? +============================================= \ No newline at end of file diff --git a/project/planning/forecast.rst b/project/planning/forecast.rst new file mode 100644 index 000000000..3af193fe4 --- /dev/null +++ b/project/planning/forecast.rst @@ -0,0 +1,3 @@ +====================== +How to forecast tasks? +====================== \ No newline at end of file diff --git a/project/reporting.rst b/project/reporting.rst new file mode 100644 index 000000000..8251522b0 --- /dev/null +++ b/project/reporting.rst @@ -0,0 +1,10 @@ +==================== +Reporting & Analysis +==================== + +.. toctree:: + :titlesonly: + + reporting/workload + reporting/efficiency + reporting/close_issue \ No newline at end of file diff --git a/project/reporting/close_issue.rst b/project/reporting/close_issue.rst new file mode 100644 index 000000000..0b9812e82 --- /dev/null +++ b/project/reporting/close_issue.rst @@ -0,0 +1,3 @@ +====================================== +How to track velocity to close issues? +====================================== \ No newline at end of file diff --git a/project/reporting/efficiency.rst b/project/reporting/efficiency.rst new file mode 100644 index 000000000..435ca9b56 --- /dev/null +++ b/project/reporting/efficiency.rst @@ -0,0 +1,3 @@ +================================= +How to report project efficiency? +================================= \ No newline at end of file diff --git a/project/reporting/workload.rst b/project/reporting/workload.rst new file mode 100644 index 000000000..4517e8c68 --- /dev/null +++ b/project/reporting/workload.rst @@ -0,0 +1,3 @@ +======================== +How to analyze workload? +======================== \ No newline at end of file