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

# 請求書作成

> タイムトラッキングの作業ログから請求書を作成・編集する手順

export const FeedbackJa = () => <>
    <Tip>
      この機能へのご意見・ご要望は、<a href="/ja/product-feedback">Product Feedback</a>からお寄せください。
    </Tip>

    <h2>公式リンク</h2>

    <CardGroup cols={2}>
      <Card title="公式サイト" icon="globe" href="https://voiceping.net/">
        VoicePing公式サイト
      </Card>
      <Card title="X (Twitter)" icon="x-twitter" href="https://x.com/VoicePingMedia">
        VoicePing公式X
      </Card>
      <Card title="Facebook" icon="facebook" href="https://www.facebook.com/voiceping.inc">
        VoicePing公式Facebook
      </Card>
      <Card title="LinkedIn" icon="linkedin" href="https://www.linkedin.com/company/28684130/">
        VoicePing公式LinkedIn
      </Card>
    </CardGroup>
  </>;

タイムトラッキングの作業ログから、請求書の明細を自動作成できます。

## 請求書を作成する

1. 左サイドバーで**タイムトラッキング管理**を開き、**請求書**タブをクリックします。
2. **請求書の作成**をクリックします。
3. 請求元・請求先、発行日、支払期日、請求書番号、通貨を入力します。

<Frame>
  <img src="https://mintcdn.com/test-cf63e467/XehoYRhOCnputp7e/en/images/invoice-management/03-new-invoice.png?fit=max&auto=format&n=XehoYRhOCnputp7e&q=85&s=e68180aac704d8899c006771c75327fc" alt="From/To情報・日付・通貨・明細項目のある請求書作成フォーム" width="3420" height="2214" data-path="en/images/invoice-management/03-new-invoice.png" />
</Frame>

4. **タイムトラッキングログから項目を生成**をクリックします。
5. **先月**または**今月**を選び、**生成**をクリックします。作業ログから明細が作成されます。

<Frame>
  <img src="https://mintcdn.com/test-cf63e467/XehoYRhOCnputp7e/en/images/invoice-management/04-select-month.png?fit=max&auto=format&n=XehoYRhOCnputp7e&q=85&s=23cef67fcc6b97f13269ad0110cc1033" alt="先月・今月の選択肢と生成ボタンのある月選択ダイアログ" width="1076" height="630" data-path="en/images/invoice-management/04-select-month.png" />
</Frame>

6. **作成**または**作成してPDFをダウンロード**をクリックします。

<Note>
  マネージャーが**請求書の設定**に請求先情報を保存している場合、新しい請求書へ自動入力されます。
</Note>

<Tip>
  記録していない作業時間は、**項目を追加**から手動で追加できます。各明細で数量、単価、税率を設定できます。
</Tip>

## 請求書を編集する

1. 請求書一覧で、対象の請求書にあるペンアイコンをクリックします。
2. 編集後、**保存**または**保存してPDFをダウンロード**をクリックします。

<FeedbackJa />
