# Yearly Review插件也能做月度回顾吗？

**URL:** https://meta.discourse.org/t/can-the-yearly-review-plugin-also-do-monthly-reviews/262684
**Category:** Support
**Tags:** yearly-review
**Created:** [2022年八月12日 11:46 UTC](https://meta.discourse.org/t/can-the-yearly-review-plugin-also-do-monthly-reviews/262684 "2022-08-12T11:46:21Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Helen22](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/helen22/32/271907_2.png) [@Helen22](https://meta.discourse.org/u/Helen22)
#### Post date: [2022年八月12日 11:46 UTC](https://meta.discourse.org/t/can-the-yearly-review-plugin-also-do-monthly-reviews/262684/1 "2022-08-12T11:46:21Z")

</div>

这个可以运行，比如从2021年8月到2022年8月，或者运行一个月吗？它必须是日历年（1月-12月）吗？

---

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [2022年八月12日 18:34 UTC](https://meta.discourse.org/t/can-the-yearly-review-plugin-also-do-monthly-reviews/262684/2 "2022-08-12T18:34:25Z")

</div>

目前只能按日历年运行。曾有几项请求希望能够创建月度回顾主题，所以这也许是将来会添加的功能。

---

<div class="post-metadata">

### Author: ![SouperC](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/souperc/32/62875_2.png) [@SouperC](https://meta.discourse.org/u/SouperC)
#### Post date: [2022年八月14日 23:59 UTC](https://meta.discourse.org/t/can-the-yearly-review-plugin-also-do-monthly-reviews/262684/3 "2022-08-14T23:59:52Z")

</div>

我肯定会对月度版本感兴趣。

---

<div class="post-metadata">

### Author: ![ondrej](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ondrej/32/198804_2.png) [@ondrej](https://meta.discourse.org/u/ondrej)
#### Post date: [2022年八月15日 13:18 UTC](https://meta.discourse.org/t/can-the-yearly-review-plugin-also-do-monthly-reviews/262684/4 "2022-08-15T13:18:10Z")

</div>

查看该主题，您似乎已经可以执行此操作了。只需每月运行一次。前提是您可以访问 rails 控制台。

> [@simon](#):
>
> 如果您不想等待后台作业运行，可以通过 rails 控制台发布该主题：
> 
> ```plaintext
> Jobs::YearlyReview.new.execute(force: true)
> 
> ```

---

<div class="post-metadata">

### Author: ![SouperC](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/souperc/32/62875_2.png) [@SouperC](https://meta.discourse.org/u/SouperC)
#### Post date: [2022年八月15日 19:06 UTC](https://meta.discourse.org/t/can-the-yearly-review-plugin-also-do-monthly-reviews/262684/5 "2022-08-15T19:06:05Z")

</div>

这不会仅仅运行一份自上次运行时起至今一年的报告吗？

---

<div class="post-metadata">

### Author: ![JimPas](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jimpas/32/148179_2.png) [@JimPas](https://meta.discourse.org/u/JimPas)
#### Post date: [2022年八月19日 08:47 UTC](https://meta.discourse.org/t/can-the-yearly-review-plugin-also-do-monthly-reviews/262684/6 "2022-08-19T08:47:55Z")

</div>

我猜想每个月它会从 1 月 1 日开始，并在运行的那个月结束……也许会精确到运行的日期/小时？  
我没看到它会在 1 月 1 日之前开始，因为它是一个_年度回顾_，被设定为从 1 月 1 日开始到 12 月 31 日结束。我很想知道如果结束日期在 12 月 31 日之前，它会如何处理结束日期。它不能_运行到未来_。
