Ignore:
Timestamp:
Feb 17, 2021, 9:27:32 PM (3 years ago)
Author:
chronos
Message:
  • Added: Documents section accessible from users panel.
  • Added: Contract model moved to separate module Contract.
  • Added: New action to generate PDF from Contract.
  • Fixed: Allow users to download files only by hash instead of direct id.
  • Added: Support for SHA1 as allowed mysql function.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Employee/Employee.php

    r899 r901  
    8383      'Filter' => '1',
    8484    ));
     85    $this->System->FormManager->RegisterFormType('TEmployeeSalaryListContract', array(
     86      'Type' => 'ManyToOne',
     87      'Table' => 'EmployeeSalary',
     88      'Id' => 'Id',
     89      'Ref' => 'Contract',
     90      'Filter' => '1',
     91    ));
    8592  }
    8693}
Note: See TracChangeset for help on using the changeset viewer.