begin to calculate stock, next calculate outputed
This commit is contained in:
parent
c4f8b4fb87
commit
71775c0f67
9 changed files with 96 additions and 68 deletions
|
|
@ -6,25 +6,14 @@ use Garradin\DB;
|
|||
|
||||
class Entry
|
||||
{
|
||||
protected $columns_order = array(
|
||||
'id',
|
||||
'kind',
|
||||
'equipment_number',
|
||||
'equipment_id',
|
||||
'entry_date',
|
||||
'additional_comment',
|
||||
);
|
||||
|
||||
public function listKinds()
|
||||
{
|
||||
return array(
|
||||
'Achat',
|
||||
'Don',
|
||||
'Récupération',
|
||||
'Location',
|
||||
'Retour de location',
|
||||
'Prêt',
|
||||
'Retour de prêt',
|
||||
'Location / Prêt',
|
||||
'Retour de location / prêt',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue