class PayrolleeCz::SalaryBaseTag

Public Class Methods

new() click to toggle source
Calls superclass method PayrolleeCz::PayrollTag::new
# File lib/payrollee_cz/pay_tags/salary_base_tag.rb, line 3
def initialize
  super(PayTagGateway::REF_SALARY_BASE, PayConceptGateway::REFCON_SALARY_MONTHLY)
end

Public Instance Methods

income_gross?() click to toggle source
# File lib/payrollee_cz/pay_tags/salary_base_tag.rb, line 19
def income_gross?
  true
end
income_netto?() click to toggle source
# File lib/payrollee_cz/pay_tags/salary_base_tag.rb, line 23
def income_netto?
  true
end
insurance_health?() click to toggle source
# File lib/payrollee_cz/pay_tags/salary_base_tag.rb, line 7
def insurance_health?
  true
end
insurance_social?() click to toggle source
# File lib/payrollee_cz/pay_tags/salary_base_tag.rb, line 11
def insurance_social?
  true
end
tax_advance?() click to toggle source
# File lib/payrollee_cz/pay_tags/salary_base_tag.rb, line 15
def tax_advance?
  true
end