Sha256: 4ecf963b7269e9752cf6ebf0ff996b4d37cd4aa8f0cc88edfc5f0c89fde26c4f

Contents?: true

Size: 706 Bytes

Versions: 3

Compression:

Stored size: 706 Bytes

Contents

doctype html
html
  head
    link(rel='stylesheet' type='text/css' href='clear.css')
    link(rel='stylesheet' type='text/css' href='style.css')
  body.header
    div.company-info
      div.company-name #{company_info.name}
      div.address1 #{company_info.address1}
      div.address2 #{company_info.address2}

    div.instruction-text
      div This is to authorize ASIA UNITED BANK, #{company_info.bank_branch} to debit #{format_currency(payroll_info.total)}
      div From #{company_info.name} #{company_info.account_number} for #{payroll_info.period_start} to #{payroll_info.period_end}
      div payroll period, to be credited on #{payroll_info.pay_date} to the individual accounts indicated below.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
aub-payroll-1.1.0 lib/aub/payroll/summary_file/templates/header.slim
aub-payroll-1.0.1 lib/aub/payroll/summary_file/templates/header.slim
aub-payroll-1.0.0 lib/aub/payroll/summary_file/templates/header.slim