$self{texts} = {
  'Add POS Invoice'             => 'Add POS Invoice',
  'Cannot post transaction!'    => '   æ!',
  'Change'                      => 'Change',
  'Continue'                    => '',
  'Credit Limit'                => 'ͦ ',
  'Currency'                    => '',
  'Customer'                    => '̦',
  'Customer missing!'           => '  ̦!',
  'Delete'                      => '',
  'Description'                 => '',
  'Disc'                        => 'Disc',
  'Edit POS Invoice'            => 'Edit POS Invoice',
  'Exchangerate'                => ' ',
  'Exchangerate missing!'       => '   !',
  'Extended'                    => '',
  'From'                        => ' / ',
  'Number'                      => '',
  'Open'                        => '',
  'Paid'                        => '',
  'Post'                        => '',
  'Posted!'                     => 'Posted!',
  'Price'                       => '',
  'Print'                       => '',
  'Printer'                     => '',
  'Qty'                         => '˦',
  'Receipts'                    => 'æ',
  'Record in'                   => ' ',
  'Remaining'                   => '',
  'Screen'                      => '',
  'Subtotal'                    => '  Ħ',
  'Total'                       => ' ',
  'Unit'                        => '',
  'Update'                      => '',
  'to'                          => '',
};

$self{subs} = {
  'add'                         => 'add',
  'display_row'                 => 'display_row',
  'edit'                        => 'edit',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'lookup_partsgroup'           => 'lookup_partsgroup',
  'openinvoices'                => 'openinvoices',
  'post'                        => 'post',
  'print'                       => 'print',
  'print_form'                  => 'print_form',
  'print_options'               => 'print_options',
  'receipts'                    => 'receipts',
  ''                  => 'continue',
  ''                    => 'delete',
  ''                   => 'post',
  ''                 => 'print',
  ''                    => 'update',
};

1;
