You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1002 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
_Created_: 2023-02-06 Mon
_Updated_: 2023-02-10 11:11 Fri
---
## 应收账款
**销售金额**: 报价金额, 应收客人款项. (包括电商平台的佣金)\
**已收金额**: 金额已收到公司账户内\
**待收金额** = 销售金额 - 已收金额
---
## 应付账款
**成本类别**:\
根据供应商的服务类型区分: `地接社`, `房`, `餐`, `车`, `景`, `手续费`, `交通费`, `其他`\
`佣金`: 支付给电商平台的佣金, 结算价已扣除\
`汇兑损失`: 外币支付成本时, 再按人民币结汇产生的差额\
`手续费`: 支付给银行等收款渠道的手续费, 在交易过程中产生的
**已付**: 已经支付给供应商\
**待付** = 合计 - 已付
---
## 收入成本
**销售收入**: 已到账的收款. 等于`应收账款`表的**已收金额**\
**成本-XX**: 各类型的成本, 已支付的金额. 等于`应付账款`表的**已付**\
**毛利** = 销售收入 - 成本合计\
**毛利率** = 毛利 ÷ (销售收入) × 100%