メインコンテンツへスキップ

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 reports

財務レポートを生成するコマンドです。すべてのレポートは仕訳データからリアルタイムに算出されます。

サブコマンド一覧

コマンドレポート名説明
lim reports tb試算表全勘定科目の借方・貸方残高
lim reports pl損益計算書収益と費用の一覧
lim reports bs貸借対照表資産・負債・純資産の状況
lim reports cfキャッシュフロー計算書資金の流れ
lim reports runway資金繰り予測月次バーンレートと残存月数
lim reports tax消費税集計課税売上・課税仕入の集計

試算表

lim reports tb --from 2026-04-01 --to 2027-03-31
試算表 (2026-04-01 ~ 2027-03-31)
────────────────────────────────────────────────
勘定科目             借方        貸方
────────────────────────────────────────────────
現金                150,000
普通預金          2,400,000
売掛金              550,000
...
────────────────────────────────────────────────
合計              7,420,000    7,420,000  ✓

損益計算書

lim reports pl --from 2026-04-01 --to 2027-03-31

月次推移

lim reports pl --monthly --from 2026-04-01 --to 2027-03-31

前年比較

lim reports pl --compare previous-year

貸借対照表

lim reports bs --date 2027-03-31

共通オプション

オプション説明
--from, --to期間の指定
--date基準日の指定(BS向け)
--format出力形式: table, csv, json, pdf
--outputファイル出力先
--labelラベルで絞り込み
--compare比較対象: previous-year, budget
--monthly月次推移表示

出力フォーマット

# テーブル(デフォルト)
lim reports pl

# CSV
lim reports pl --format csv > pl.csv

# JSON(AI Agent連携向け)
lim reports pl --format json

# PDF
lim reports pl --format pdf --output pl.pdf
--format json はAI Agentや外部ツールとの連携に最適です。MCPサーバー経由でも同じデータにアクセスできます。

資金繰り予測

lim reports runway
Cash Runway Analysis
────────────────────────────────────────
Current cash:        ¥2,550,000
Monthly burn rate:   ¥360,000
Runway:              7.1 months
Runway (w/ revenue): 14.2 months

次のステップ

統計

ダッシュボードと統計情報。

財務諸表ガイド

レポートの読み方と活用法。