$self{texts} = {
  'Add POS Invoice'             => 'sWPIo',
  'Cannot post transaction!'    => 'L',
  'Change'                      => '',
  'Continue'                    => '~',
  'Credit Limit'                => 'HB',
  'Currency'                    => 'O',
  'Customer'                    => 'Ȥ',
  'Customer missing!'           => 'LȤ',
  'Delete'                      => 'R',
  'Description'                 => '',
  'Disc'                        => '馩',
  'Edit POS Invoice'            => 'קPIo',
  'Exchangerate'                => 'ײv',
  'Exchangerate missing!'       => 'Lײv',
  'Extended'                    => '',
  'From'                        => 'q',
  'Number'                      => 'X',
  'Open'                        => '}',
  'Paid'                        => 'wI',
  'Post'                        => 'L',
  'Posted!'                     => 'wL',
  'Price'                       => '',
  'Print'                       => 'L',
  'Printer'                     => 'L',
  'Qty'                         => 'ƶq',
  'Receipts'                    => '',
  'Record in'                   => 'O',
  'Remaining'                   => '|l',
  'Screen'                      => 'ù',
  'Subtotal'                    => 'pp',
  'Total'                       => '`p',
  'Unit'                        => '',
  'Update'                      => 's',
  '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',
  'r'                        => 'delete',
  'l'                        => 'post',
  'l'                        => 'print',
  's'                        => 'update',
};

1;
