locks.md

Locks

After closing a period, you can lock it to prevent any further changes. This ensures your finalized books stay intact and gives you a clear audit trail for closed periods.


How to Lock a Period

  1. Navigate to your profile icon in the top right.
  2. Select Locks.
  3. Select the month you want to lock, then click Lock.

Note: Locking a month automatically locks all prior months as well.


How to Unlock a Period

  1. Navigate to Locks from your profile icon.
  2. Click on the locked month you want to reopen.
  3. Select Unlock.

{% hint style="warning" %} Important: Unlocking a period will re-enable all restricted actions listed below. Any rules that apply to transactions in the unlocked period will begin processing again, and transaction data for accounts added during the locked period will sync retroactively. Review your rules and recent account additions before unlocking to avoid unintended changes. {% endhint %}


What Happens When a Period Is Locked

Client Access

If you have added your client as a Member, they will have view-only access to the locked period. This allows them to review reports without the risk of making changes.

Account Restrictions

Rules

Automation rules will not modify transactions in locked periods. Keep this in mind when creating or editing rules — they will skip any transactions that fall within a locked date range.


Restricted Actions

The following actions cannot be performed on transactions in a locked period:

Allowed Actions

The following actions can still be performed on transactions in a locked period:

Who can edit locks?

Locks are not editable by certain roles. See Roles & Permissions for full details.


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, and the optional goal query parameter:

GET https://docs.kick.co/accountants/close-workflows/locks.md?ask=<question>&goal=<endgoal>

ask is the immediate question: it should be specific, self-contained, and written in natural language. goal is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.