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

$self{texts} = {
  'Accounting Menu'             => ' ',
  'Add POS Invoice'             => '   ',
  'Amount'                      => '',
  'Business'                    => '',
  'Continue'                    => '',
  'Credit Limit'                => ' ',
  'Currency'                    => '',
  'Current'                     => '',
  'Customer'                    => '',
  'Customer missing!'           => '  !',
  'Delete'                      => '',
  'Department'                  => '',
  'Description'                 => '',
  'Edit POS Invoice'            => '  ',
  'Exchange Rate'               => ' ',
  'From'                        => '',
  'Language'                    => '',
  'Month'                       => '',
  'Number'                      => '',
  'Open'                        => '',
  'Price'                       => '',
  'Print'                       => '',
  'Print and Post'              => '  ',
  'Printed'                     => '',
  'Qty'                         => '.',
  'Screen'                      => '',
  'Source'                      => '',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'add'                         => 'add',
  'display'                     => 'display',
  'display_row'                 => 'display_row',
  'edit'                        => 'edit',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'js_menu'                     => 'js_menu',
  'lookup_partsgroup'           => 'lookup_partsgroup',
  'menubar'                     => 'menubar',
  'openinvoices'                => 'openinvoices',
  'post'                        => 'post',
  'print'                       => 'print',
  'print_and_post'              => 'print_and_post',
  'print_form'                  => 'print_form',
  'print_options'               => 'print_options',
  'receipts'                    => 'receipts',
  'section_menu'                => 'section_menu',
  ''                    => 'continue',
  ''                    => 'delete',
  ''                    => 'print',
  '__'       => 'print_and_post',
};

1;

