Difference between revisions of "日程模块"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
<!-- END interlang links -->
 
<!-- END interlang links -->
  
[[Category:日程]]
 
 
{{Template用户手册}}
 
{{Template用户手册}}
 
{{TemplateModZH}}
 
{{TemplateModZH}}
Line 25: Line 24:
 
  当前文档适用于 Dolibarr 4.0.2 版本。
 
  当前文档适用于 Dolibarr 4.0.2 版本。
  
==Important notice regarding definitions==
+
==关于定义的重要提醒==
  
The term '''Events''' is often confused with terms like "Tasks", "Action", "list of Tasks", "Journal".
+
术语“'''事件'''”经常与“任务”、“操作”、“任务列表”、“日记”等术语混淆。
 
   
 
   
Before you read this documentation, it is important to know the meanings of each terms which have been defined and normalized by the norm RFC2445.
+
在阅读本文档之前,了解由规范 RFC2445 定义和规范化的每个术语的含义非常重要。
  
If you are not familiar with these, read this summary page : [[Events-Todo-Journal]].
+
如果您不熟悉这些,请阅读此摘要页面:[[事件-待办事项-日志]]
  
==What this module does==
+
==本模块能做什么==
  
*Manage a calendar of events (also called Agenda).
+
*管理事件日历(也称为日程)。
*Support day, week, month view for calendar.
+
*支持日历的日、周、月视图。
*Support displaying other external calendars in agenda using ical URL.
+
*支持使用ical URL显示日程中的其他外部日历。
*Support also user and list view of events.
+
*支持事件的用户和列表视图。
*Allow to define and use types for event categorization.
+
*允许定义和使用事件分类的类型。
*Allow to link a project, a third party and a contact to an event.
+
*允许将项目,合作方和联系人链接到事件。
*Allow to link documents and/or URL to an events.
+
*允许将文档 和/URL 链接到事件。
*If the [[Module_Resources| Resources module]] is activated, you could link resources to an event.
+
*如果激活了[[Module Resources|资源模块]],则可以将资源链接到事件。
*Support extra fields for event.
+
*支持为事件添加字段。
*Support the automatic agenda filling by Dolibarr workflow events.
+
*支持通过 Dolibarr 工作流事件自动填写日程。
*Support calendar events export using vcal, ical or rss.
+
*支持使用 vcal、ical 或 rss 导出日历事件
  
==What this module does not==
+
==本模块不能做什么==
 
    
 
    
*Does not support updating external calendar. (see commercial modules for this).
+
*不支持更新外部日历。(请参阅商业模块)。
*Does not support recurring events.
+
*不支持循环事件。
 +
 
 +
=安装=
 +
{{NoInstallModuleZh}}
 +
 
 +
=配置=
 +
{{ActivationModuleZh}}
  
=Installation=
+
要了解如何设置模块用以导出 Dolibarr 日程事件到 Google 日程中,请参阅 [[FAQ Agenda EN]]。
{{NoInstallModuleEn}}
 
  
=Configuration=
 
{{ActivationModuleEn}}
 
  
To know how to setup the module to export Dolibarr agenda events it into the Google agenda, see [[FAQ Agenda EN]].
+
=事件(events)=
 +
在Dolibarr中,事件也称为''操作(actions)''。有自动操作(由 Dolibarr 自动创建)和手动操作(由用户显式创建)。 这是日程模块管理此类事件的作用。
  
 +
==自动事件==
 +
我们可以在日程模块中设置,需要自动创建到日历中的事件。
  
=The events (event)=
+
然后,所选事件(如:发票创建、订单验证等)将自动创建到日历中。
In Dolibarr, we also call this events the ''actions''. There is some automatic actions (created automatically by Dolibarr) and manual actions (created explicitly by users).
 
This is the role of Agenda module to manage this kind of events.
 
  
==Automatic events==
+
因此,此类事件是刚刚完成的业务操作。它们是在已实现状态(完成百分比 = 100%)下创建的。
We can setup in the Agenda module, which event we want to create automatically into the calendar.
 
Events chosen (invoice creation, order validation...) are then created automatically into the calendar.
 
So such events are business actions that has just been done. They are created with status realized (percentage of accomplishment = 100%).
 
Duration of such events are in general 0 seconds (end date = start date)
 
  
==Manual events and rendez-vous==
+
此类事件的持续时间通常为 0 秒(结束日期 = 开始日期)
You can also create yourself events from Agenda menus.
 
So you create, modify, delete an event (named ''action'' into Dolibarr).
 
Such events will have a start date, an end date, an accomplishment percentage, all chosen by user. This properties can also be modified later.
 
  
=Related videos=
+
==手动事件和约会==
 +
您还可以从“日程”菜单创建自己的事件。
  
(vocal in french but subtitles are available and review in this language)
+
可以创建、修改、删除一个事件(在Dolibarr中也称为''操作''(''action''))。
 +
 
 +
此类事件将具有由用户选择的开始日期、结束日期、完成百分比。以后也可以修改这些属性特征。
 +
 
 +
=相关视频=
 +
 
 +
(法语配音,但字幕可用,并以此语言评论)
  
 
<youtube width="200" height="120">v_VyYlwhBZQ</youtube>
 
<youtube width="200" height="120">v_VyYlwhBZQ</youtube>
 +
[[Category:日程]]
 
[[Category:标准模块列表]]
 
[[Category:标准模块列表]]

Latest revision as of 12:28, 4 August 2023


日程
模块ID 2400
用户手册 本页
开发文档 Module Agenda (developer)

简介

日程模块是Dolibarr的核心模块。它是可选的,并且是模块列表中的项目/协同工作模块组的一部分。

该模块的主要用途是在Dolibarr中添加日历并管理事件。

当前文档适用于 Dolibarr 4.0.2 版本。

关于定义的重要提醒

术语“事件”经常与“任务”、“操作”、“任务列表”、“日记”等术语混淆。

在阅读本文档之前,了解由规范 RFC2445 定义和规范化的每个术语的含义非常重要。

如果您不熟悉这些,请阅读此摘要页面:事件-待办事项-日志

本模块能做什么

  • 管理事件日历(也称为日程)。
  • 支持日历的日、周、月视图。
  • 支持使用ical URL显示日程中的其他外部日历。
  • 支持事件的用户和列表视图。
  • 允许定义和使用事件分类的类型。
  • 允许将项目,合作方和联系人链接到事件。
  • 允许将文档 和/或 URL 链接到事件。
  • 如果激活了资源模块,则可以将资源链接到事件。
  • 支持为事件添加字段。
  • 支持通过 Dolibarr 工作流事件自动填写日程。
  • 支持使用 vcal、ical 或 rss 导出日历事件

本模块不能做什么

  • 不支持更新外部日历。(请参阅商业模块)。
  • 不支持循环事件。

安装

该模块包含在 Dolibarr 发行版中,因此无需安装。

配置

要使用此模块,必须首先使用管理员帐户通过菜单选项 "主页 - 设置 - 模块"启用它:

选择列出模块的选项卡。然后点击 "激活"。。

模块现在已激活。

如果在该模块的行尾出现一个齿轮图标Cog.png,则单击它以访问特定于模块的设置页面。

要了解如何设置模块用以导出 Dolibarr 日程事件到 Google 日程中,请参阅 FAQ Agenda EN


事件(events)

在Dolibarr中,事件也称为操作(actions)。有自动操作(由 Dolibarr 自动创建)和手动操作(由用户显式创建)。 这是日程模块管理此类事件的作用。

自动事件

我们可以在日程模块中设置,需要自动创建到日历中的事件。

然后,所选事件(如:发票创建、订单验证等)将自动创建到日历中。

因此,此类事件是刚刚完成的业务操作。它们是在已实现状态(完成百分比 = 100%)下创建的。

此类事件的持续时间通常为 0 秒(结束日期 = 开始日期)

手动事件和约会

您还可以从“日程”菜单创建自己的事件。

可以创建、修改、删除一个事件(在Dolibarr中也称为操作(action))。

此类事件将具有由用户选择的开始日期、结束日期、完成百分比。以后也可以修改这些属性特征。

相关视频

(法语配音,但字幕可用,并以此语言评论)