Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

세금계산서 -> 현금영수증으로 내용 변경 #202

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading