> ## 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/">
        공식 웹사이트 방문
      </Card>
      <Card title="X (Twitter)" icon="x-twitter" href="https://x.com/VoicePingMedia">
        X에서 팔로우
      </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. 왼쪽 사이드바에서 **시간 추적 관리**를 열고 **청구서** 탭을 클릭
2. **청구서 작성** 버튼을 클릭
3. 청구서 내용을 입력: From/To 정보, 발행일과 지불 기한, 청구서 번호, 통화

<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 다운로드**를 클릭

<FeedbackKo />
