Skip to content

Commit

Permalink
chore: 세금계산서 -> 현금영수증으로 내용 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Puterism committed Oct 1, 2024
1 parent 053bbc3 commit 78cfddd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/admin/src/pages/ShowSettlementPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const ShowSettlementPage = () => {
개인정보 처리방침
</Styled.Link>
<br />
업로드 시 불티의 개인정보 처리방침에 동의한 것으로 간주하며, 정보는 정산 및 세금계산서
업로드 시 불티의 개인정보 처리방침에 동의한 것으로 간주하며, 정보는 정산 및 현금영수증
발급에 사용됩니다.
</Styled.Notice>
{settlementInfo && (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ const SettlementStatementFormDialog = ({
<h3>※ 안내사항</h3>
<div>
정산액은 전체 판매 금액에서 수수료를 제외한 금액이며, 전체 수수료에 대하여
세금계산서를 발행합니다.
현금영수증을 발행합니다.
</div>
<div>
정산액 수령 후 법인세법, 소득세법, 부가가치세법 등 관계법령에 따라 의무적으로 세금
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const SettlementStatementPreview = ({
<div className="notice-section">
<h3>※ 안내사항</h3>
<div>
정산액은 전체 판매 금액에서 수수료를 제외한 금액이며, 전체 수수료에 대하여 세금계산서를
정산액은 전체 판매 금액에서 수수료를 제외한 금액이며, 전체 수수료에 대하여 현금영수증을
발행합니다.
</div>
<div>
Expand Down

0 comments on commit 78cfddd

Please sign in to comment.