$self{texts} = {
  'Account'                     => 'Account',
  'Account.'                    => 'Account.',
  'Add General Ledger Transaction' => 'Add General Ledger Transaction',
  'Amount'                      => 'Amount',
  'Are you sure you want to delete Transaction' => 'Are you sure you want to delete Transaction',
  'Batch'                       => 'Batch',
  'Cannot have a value in both Debit and Credit!' => 'Cannot have a value in both Debit and Credit!',
  'Confirm!'                    => 'Confirm!',
  'Customer or Vendor not found!' => 'Customer or Vendor not found!',
  'Date'                        => 'Date',
  'Delete Transaction'          => 'Delete Transaction',
  'Edit General Ledger Transaction' => 'Edit General Ledger Transaction',
  'No.'                         => 'No.',
  'Post As New Transaction'     => 'Post As New Transaction',
  'Post Transaction'            => 'Post Transaction',
  'Proj. No.'                   => 'Proj. No.',
  'Project'                     => 'Project',
  'Source'                      => 'Source',
  'Source Prefix'               => 'Source Prefix',
  'Source missing!'             => 'Source missing!',
  'Sub'                         => 'Sub',
  'Trans No.'                   => 'Trans No.',
  'Transaction Date missing!'   => 'Transaction Date missing!',
  'Type'                        => 'Type',
  'Update Form'                 => 'Update Form',
  'Yes Delete Transaction'      => 'Yes Delete Transaction',
};

$self{subs} = {
  'add'                         => 'add',
  'delete_transaction'          => 'delete_transaction',
  'display_form'                => 'display_form',
  'edit'                        => 'edit',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'form_row'                    => 'form_row',
  'form_row_hidden'             => 'form_row_hidden',
  'post_transaction'            => 'post_transaction',
  'update_form'                 => 'update_form',
  'update_form2'                => 'update_form2',
  'yes_delete_transaction'      => 'yes_delete_transaction',
  'delete_transaction'          => 'delete_transaction',
  'post_as_new_transaction'     => 'post_as_new_transaction',
  'post_transaction'            => 'post_transaction',
  'update_form'                 => 'update_form',
  'yes_delete_transaction'      => 'yes_delete_transaction',
};

1;
