> ## 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.

# 請求と入金

> 請求書の発行、入金登録、売掛管理のためのコマンド。

# invoices / payments

売上請求から入金確定までの流れを CLI で扱います。

## invoices

```bash theme={null}
lim invoices list
lim invoices create
lim invoices show <id>
lim invoices send <id>
lim invoices void <id>
lim invoices pay <id>
lim invoices convert <quote-id>
```

## payments

```bash theme={null}
lim payments list
lim payments show <id>
lim payments add
lim payments confirm <id>
lim payments paid <id>
```
