$self{texts} = {
  'Account'                     => '',
  'Address'                     => '',
  'Amount'                      => '',
  'Amount Due'                  => ' ',
  'Amount does not equal applied!' => '  Ҧ Φ!',
  'Amount missing!'             => '  !',
  'Applied'                     => '',
  'Cannot post payment!'        => '   Ԧ!',
  'Cannot process payment for a closed period!' => '   Ԧ   Ҧ!',
  'Check'                       => '',
  'Check printed!'              => ' !',
  'Check printing failed!'      => '   !',
  'Continue'                    => '',
  'Currency'                    => '',
  'Customer'                    => '̦',
  'Customer not on file!'       => '̦   !',
  'Date'                        => '',
  'Date missing!'               => '  !',
  'Exchangerate'                => ' ',
  'From'                        => ' / ',
  'Invoice'                     => '-',
  'Invoices'                    => '-',
  'Nothing applied!'            => '  !',
  'Paid in full'                => ' Φ',
  'Payment'                     => 'Ԧ',
  'Payment posted!'             => 'Ԧ !',
  'Post'                        => '',
  'Print'                       => '',
  'Printer'                     => '',
  'Receipt'                     => 'æ',
  'Receipt printed!'            => 'Receipt printed!',
  'Receipt printing failed!'    => 'Receipt printing failed!',
  'Reference'                   => '',
  'Screen'                      => '',
  'Select from one of the names below' => 'Ҧ    /',
  'Update'                      => '',
  'Vendor'                      => '',
  'Vendor not on file!'         => '    ',
  'to'                          => '',
};

$self{subs} = {
  'add_transaction'             => 'add_transaction',
  'ap_transaction'              => 'ap_transaction',
  'ar_transaction'              => 'ar_transaction',
  'check_form'                  => 'check_form',
  'check_name'                  => 'check_name',
  'continue'                    => 'continue',
  'customer_details'            => 'customer_details',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'gl_transaction'              => 'gl_transaction',
  'list_invoices'               => 'list_invoices',
  'name_selected'               => 'name_selected',
  'payment'                     => 'payment',
  'post'                        => 'post',
  'print'                       => 'print',
  'sales_invoice'               => 'sales_invoice',
  'select_name'                 => 'select_name',
  'update'                      => 'update',
  'vendor_details'              => 'vendor_details',
  'vendor_invoice'              => 'vendor_invoice',
  ''                  => 'continue',
  ''                   => 'post',
  ''                 => 'print',
  ''                    => 'update',
};

1;
