$self{charset} = 'ISO-8859-7';

$self{texts} = {
  'Account'                     => '',
  'Amount'                      => '',
  'City'                        => '',
  'Company'                     => '',
  'Company Name'                => ' ',
  'Continue'                    => '',
  'Currency'                    => '',
  'Customer'                    => '',
  'Customer Number'             => ' ',
  'Date Paid'                   => '. ',
  'Description'                 => '',
  'Due Date'                    => ' ',
  'Exch'                        => '',
  'Invoice'                     => '',
  'Invoice Date'                => '. ',
  'Invoice Number'              => '. ',
  'No'                          => '',
  'Qty'                         => '.',
  'Source'                      => '',
};

$self{subs} = {
  'continue'                    => 'continue',
  'ex_payment'                  => 'ex_payment',
  'export'                      => 'export',
  'export_payments'             => 'export_payments',
  'im_payment'                  => 'im_payment',
  'im_sales_invoice'            => 'im_sales_invoice',
  'import'                      => 'import',
  'import_payments'             => 'import_payments',
  'import_sales_invoices'       => 'import_sales_invoices',
  'xrefhdr'                     => 'xrefhdr',
  ''                    => 'continue',
};

1;

