> ## Documentation Index
> Fetch the complete documentation index at: https://docs.uselim.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 書類管理

> 電子帳簿保存法対応のための書類一覧・検索・登録コマンド。

# lim docs

`docs` は証憑や契約書などの書類管理コマンドです。

## コマンド

```bash theme={null}
lim docs list
lim docs list --from 2026-01-01 --to 2026-03-31 --electronicOnly
lim docs show <document-id>
lim docs upload --fileName invoice.pdf --fileUrl https://...
```

## 主な絞り込み

| オプション                        | 説明        |
| ---------------------------- | --------- |
| `--from`, `--to`             | 取引日で絞り込む  |
| `--counterparty`             | 取引先名で絞り込む |
| `--amountMin`, `--amountMax` | 金額帯で絞り込む  |
| `--status`                   | 状態で絞り込む   |
| `--electronicOnly`           | 電子取引のみ表示  |
