> ## 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 FeedbackKo = () => <>
    <Tip>
      기능 개선 의견이나 요청은 <a href="/ko/product-feedback">Product Feedback</a>에서 보내 주세요.
    </Tip>

    <h2>공식 링크</h2>

    <CardGroup cols={2}>
      <Card title="공식 웹사이트" icon="globe" href="https://voiceping.net/en/">
        VoicePing 공식 웹사이트 열기
      </Card>
      <Card title="X (Twitter)" icon="x-twitter" href="https://x.com/VoicePingMedia">
        X에서 VoicePing 팔로우하기
      </Card>
      <Card title="Facebook" icon="facebook" href="https://www.facebook.com/voiceping.inc">
        Facebook 페이지 열기
      </Card>
      <Card title="LinkedIn" icon="linkedin" href="https://www.linkedin.com/company/28684130/">
        LinkedIn 페이지 열기
      </Card>
    </CardGroup>
  </>;

타임 트래킹 작업 로그를 바탕으로 청구서 항목을 자동 생성할 수 있습니다.

## 청구서 발행

1. 왼쪽 사이드바에서 **Time Tracking Admin**을 열고 **Invoices** 탭을 클릭합니다.
2. **New Invoice**를 클릭합니다.
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. **Generate Items from time tracking log**를 클릭합니다.
5. **Last Month** 또는 **Current Month**를 선택하고 **Generate**를 클릭합니다. 작업 로그를 바탕으로 항목이 자동 생성됩니다.

<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. **Create Invoice** 또는 **Create & Download PDF**를 클릭합니다.

<Note>
  매니저가 **Invoice settings**에서 청구처 정보를 입력한 경우 새 청구서에 자동으로 반영됩니다.
</Note>

<Tip>
  앱에 기록되지 않은 근무 시간은 **Add Line Item**을 클릭해 추가할 수 있습니다. 각 항목에 수량, 단가와 세율을 설정할 수 있습니다.
</Tip>

## 청구서 편집

1. 청구서 목록에서 편집할 청구서의 펜 아이콘을 클릭합니다.
2. 편집한 후 **Save Invoice** 또는 **Save & Download PDF**를 클릭합니다.

<FeedbackKo />
