Changeset 478 for trunk/form_classes.php


Ignore:
Timestamp:
Jan 26, 2013, 9:45:24 PM (12 years ago)
Author:
chronos
Message:
  • Přidáno: Evidenční číslo u položek skladu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/form_classes.php

    r466 r478  
    219219      'BuyPrice' => array('Type' => 'Integer', 'Caption' => 'Kupní cena', 'Default' => '0', 'Suffix' => 'Kč'),
    220220      'Amount' => array('Type' => 'Integer', 'Caption' => 'Množství', 'Default' => '1'),
    221       'SerialNumber' => array('Type' => 'String', 'Caption' => 'Sériové číslo', 'Default' => ''),
     221      'SerialNumber' => array('Type' => 'String', 'Caption' => 'Sériové číslo', 'Default' => '', 'Null' => true),
     222      'RegNumber' => array('Type' => 'String', 'Caption' => 'Evidenční číslo', 'Default' => '', 'Null' => true),
    222223      'Location' => array('Type' => 'TMember', 'Caption' => 'Umístění', 'Default' => '', 'Null' => true),
    223224      'Segment' => array('Type' => 'TNetworkSegment', 'Caption' => 'Úsek sítě', 'Default' => '', 'Null' => true),
     
    330331      'Login' => array('Type' => 'String', 'Caption' => 'Přihlašovací jméno', 'Default' => ''),
    331332      'Name' => array('Type' => 'String', 'Caption' => 'Celé jméno', 'Default' => ''),
    332       'Password' => array('Type' => 'Password', 'Caption' => 'Heslo', 'Default' => ''),
     333      'Password' => array('Type' => 'Password', 'Caption' => 'Heslo', 'Default' => '', 'Method' => 'DoubleSHA1'),
    333334      'Email' => array('Type' => 'String', 'Caption' => 'E-mail', 'Default' => ''),
    334335      'LastIpAddress' => array('Type' => 'String', 'Caption' => 'Poslední IP adresa', 'Default' => '', 'ReadOnly' => true),
Note: See TracChangeset for help on using the changeset viewer.