Approval.

This commit is contained in:
2020-08-07 17:16:49 +02:00
committed by Stefan Rohde-Enslin
parent 6bcdd794ca
commit 7a97fb5961
19 changed files with 361 additions and 0 deletions

19
it/entry_types.php Normal file
View File

@ -0,0 +1,19 @@
<?PHP
$entry_types['0'] = '';
$entry_types['1'] = 'Donation';
$entry_types['2'] = 'Purchase';
$entry_types['3'] = 'Excavation';
$entry_types['4'] = 'Emergency Rescue';
$entry_types['5'] = 'Inheritance';
$entry_types['6'] = 'Endowment';
$entry_types['7'] = 'Dispossession';
$entry_types['8'] = 'Original condition';
$entry_types['9'] = 'Loan';
$entry_types['10'] = 'Exchange';
$entry_types['11'] = 'In-house production';
$entry_types['12'] = 'Material Strain (Törzsanyag)';
$entry_types['14'] = 'Vorlass';
$entry_types['15'] = 'Finding';
$entry_types['98'] = 'To be checked';
$entry_types['99'] = 'Other legal acquisition';
$entry_types['16'] = 'Permanent loan';