計算結果
房東{{idx+1}} : 本國人
- 每期租金(含稅){{ landlordCalc[idx].rentPerPeriod }} 元
- 扣繳 10%{{ landlordCalc[idx].withhold }} 元
- 二代健保 2.11%{{ landlordCalc[idx].healthInsurance }} 元
- 租扣二代總金額{{ landlordCalc[idx].totalAmount }} 元
- 實際支付租金(未稅){{ landlordCalc[idx].actualPayment }} 元
* 本國人應於次月 10 日前繳納繳款書
房東{{idx+1}} : 外國人(未滿183天)
- 每期租金(含稅){{ landlordCalc[idx].rentPerPeriod }} 元
- 扣繳 20%{{ landlordCalc[idx].withhold }} 元
- 實際支付租金(未稅){{ landlordCalc[idx].actualPayment }} 元
* 外國人未待滿 183 天,應於給付 10 日內繳納繳款書
* 金額幣別皆為新台幣 (NTD)
房東{{idx+1}} : 外國人(已滿183天)
- 每期租金(含稅){{ landlordCalc[idx].rentPerPeriod }} 元
- 扣繳 10%{{ landlordCalc[idx].withhold }} 元
- 實際支付租金(未稅){{ landlordCalc[idx].actualPayment }} 元
* 外國人已待滿 183 天,應於次月 10 日前繳納繳款書
* 金額幣別皆為新台幣 (NTD)
房東{{idx+1}} : 外國人(有健保)
- 每期租金(含稅){{ landlordCalc[idx].rentPerPeriod }} 元
- 扣繳 20%{{ landlordCalc[idx].withhold }} 元
- 二代健保 2.11%{{ landlordCalc[idx].healthInsurance }} 元
- 租扣二代總金額{{ landlordCalc[idx].totalAmount }} 元
- 實際支付租金(未稅){{ landlordCalc[idx].actualPayment }} 元
* 外國人未待滿 183 天,應於給付 10 日內繳納繳款書
* 金額幣別皆為新台幣 (NTD)
房東{{idx+1}} : 外國人(已滿183天+有健保)
- 每期租金(含稅){{ landlordCalc[idx].rentPerPeriod }} 元
- 扣繳 10%{{ landlordCalc[idx].withhold }} 元
- 二代健保 2.11%{{ landlordCalc[idx].healthInsurance }} 元
- 租扣二代總金額{{ landlordCalc[idx].totalAmount }} 元
- 實際支付租金(未稅){{ landlordCalc[idx].actualPayment }} 元
* 外國人已待滿 183 天,應於次月 10 日前繳納繳款書
* 金額幣別皆為新台幣 (NTD)
房東為公司
- 銷售額{{ data.businessTaxType === 1 ? formatThousand(Math.round(data.amount / (1 + businessTaxCalc))) : formatThousand(data.amount) }} 元
- 稅額 {{businessTaxCalc * 100}}%{{ data.businessTaxType === 1 ? formatThousand(data.amount - Math.round(data.amount / (1 + businessTaxCalc))) : formatThousand(Math.round(data.amount * 0.05)) }} 元
- 總金額{{ data.businessTaxType === 1 ? formatThousand(data.amount) : formatThousand(Math.round(data.amount * 1.05)) }} 元
* 記得跟房東索取租金發票
嘿! 別忘記至 便利商店/銀行 繳費囉!
忘記繳費會需要額外再補稅或是被罰款喔
該不會你是賺錢天才?