diff --git a/projects/doctype/activity_type/README.md b/projects/doctype/activity_type/README.md new file mode 100644 index 00000000000..4b61e5c572e --- /dev/null +++ b/projects/doctype/activity_type/README.md @@ -0,0 +1 @@ +Type of Activity (set in Task, Time Log) \ No newline at end of file diff --git a/projects/doctype/project/README.md b/projects/doctype/project/README.md new file mode 100644 index 00000000000..b1da6ad328d --- /dev/null +++ b/projects/doctype/project/README.md @@ -0,0 +1 @@ +Project details. Projects can be internal or external and can have Tasks, Milestones associated to it. \ No newline at end of file diff --git a/projects/doctype/project_milestone/README.md b/projects/doctype/project_milestone/README.md new file mode 100644 index 00000000000..d47db7bb4d7 --- /dev/null +++ b/projects/doctype/project_milestone/README.md @@ -0,0 +1 @@ +Important date in the project lifecycle. \ No newline at end of file diff --git a/projects/doctype/task/README.md b/projects/doctype/task/README.md new file mode 100644 index 00000000000..0fbd417a3bf --- /dev/null +++ b/projects/doctype/task/README.md @@ -0,0 +1 @@ +Task to be completed for a Project (optional). \ No newline at end of file diff --git a/projects/doctype/time_log/README.md b/projects/doctype/time_log/README.md new file mode 100644 index 00000000000..bab52e7e98b --- /dev/null +++ b/projects/doctype/time_log/README.md @@ -0,0 +1 @@ +Log of activity done by a user in a particular period. \ No newline at end of file diff --git a/projects/doctype/time_log_batch/README.md b/projects/doctype/time_log_batch/README.md new file mode 100644 index 00000000000..c27521ad966 --- /dev/null +++ b/projects/doctype/time_log_batch/README.md @@ -0,0 +1 @@ +Group of Time Logs that can be batched for billing. \ No newline at end of file diff --git a/projects/doctype/time_log_batch_detail/README.md b/projects/doctype/time_log_batch_detail/README.md new file mode 100644 index 00000000000..daa04aa0eb1 --- /dev/null +++ b/projects/doctype/time_log_batch_detail/README.md @@ -0,0 +1 @@ +Time Log detail for parent Time Log Batch. \ No newline at end of file