Author:水如烟

测试:
通用缴税计算类    Dim r As New LzmTW.Common.RatePayingClass
通用缴税计算类
通用缴税计算类    
'测试,不分层级
收入额: 1000000 起征点: 1600 应纳税所得额: 998400 速算扣除额: 15375 税率: 0.45 扣缴所得税: 433905 税后所得额: 566095


类:
通用缴税计算类''' -----------------------------------------------------------------------------
通用缴税计算类'
'' Project     : LzmTW.Common
通用缴税计算类'
'' Class     : Common.RatePayingClass
通用缴税计算类'
'' 
通用缴税计算类'
'' -----------------------------------------------------------------------------
通用缴税计算类'
'' <summary>
通用缴税计算类'
'' 计税类
通用缴税计算类'
'' </summary>
通用缴税计算类'
'' <remarks>
通用缴税计算类'
'' 计税信息,如不分层级,按 RatePayingClass.TaxArray = New Object() {100, 0.03}
通用缴税计算类'
'' 分层级,则按 RatePayingClass.TaxArray = New Object() {1600, 500, 0.05, 2000, 0.1, 5000, 0.15, 20000, 0.2, 40000, 0.25, 60000, 0.3, 80000, 0.35, 100000, 0.4, 0.45}赋值
通用缴税计算类'
'' </remarks>
通用缴税计算类'
'' <history>
通用缴税计算类'
''     [lzmtw]    2005-10-29    Created
通用缴税计算类'
'' </history>
通用缴税计算类'
''  -----------------------------------------------------------------------------

相关文章:

  • 2022-12-23
  • 2021-09-02
  • 2022-12-23
  • 2021-12-23
  • 2022-01-04
  • 2021-11-30
  • 2022-12-23
猜你喜欢
  • 2021-07-29
  • 2022-12-23
  • 2021-12-16
  • 2022-02-07
  • 2021-11-21
  • 2021-10-16
  • 2021-10-29
相关资源
相似解决方案