# 选择会计起始日期

## 概述

在 Elven 中，最重要的决策之一是选择你的会计起始日期。 &#x20;

{% hint style="info" %}
**什么是会计起始日期？** &#x20;

会计起始日期是你开始在 Elven 中进行记账那一天。在此日期之前的所有内容都通过设置期初余额的方式在 Elven 中体现，Elven 只会导入从此日期之后的交易明细。换句话说，这一天是你从旧系统过渡到在 Elven 开展业务的开始。 &#x20;
{% endhint %}

{% hint style="warning" %}
注意：一旦设定了会计起始日期，以后就无法更改，请谨慎选择！ &#x20;
{% endhint %}

## 影响

一旦设置了会计起始时间，会产生以下影响

### 数据接入

Elven 不会获取早于这个时间的历史交易。

例如您设置了会计开始时间是2024年1月1日，当您添加一个钱包账户到 Elven 系统中时，即使这个钱包中包含了早于2024年1月1日的历史交易，Elven 也只会获取2024年1月1日之后的交易。

{% hint style="info" %}
针对这种情况，为了确保账户的余额校验能够正确通过，您需要手动输入2024年1月1日的钱包的余额数据
{% endhint %}

### 会计科目期初余额

如果您的主体在所选择的会计起始日期之前已经有账务数据，例如您是从旧的财务系统迁移到 Elven，您需要手动输入 2024年1月1日的会计科目期初余额。（[如何录入期初余额](https://docs.elven.com/v3/chinese/financial-settings/lu-ru-ke-mu-qi-chu-yu-e)）


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.elven.com/v3/chinese/settings/xiang-mu-he-zhu-ti/xuan-ze-kuai-ji-qi-shi-ri-qi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
