Changeset 451 for trunk/form_classes.php


Ignore:
Timestamp:
Oct 24, 2012, 10:42:58 PM (12 years ago)
Author:
chronos
Message:
  • Upraveno: Korekce tabulek Product a StockItem.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/form_classes.php

    r449 r451  
    110110    'Items' => array(
    111111      'Name' => array('Type' => 'String', 'Caption' => 'Jméno', 'Default' => ''),
    112       'SellPrice' => array('Type' => 'Integer', 'Caption' => 'Cena', 'Default' => '0'),
     112      'SellPrice' => array('Type' => 'Integer', 'Caption' => 'Prodejní cena', 'Default' => '0'),
     113      'BuyPrice' => array('Type' => 'Integer', 'Caption' => 'Kupní cena', 'Default' => '0'),
    113114      'VAT' => array('Type' => 'Integer', 'Caption' => 'DPH', 'Default' => '0'),
    114115      'Consumption' => array('Type' => 'Integer', 'Caption' => 'Spotřeba', 'Default' => ''),
     
    133134      'Location' => array('Type' => 'TMember', 'Caption' => 'Umístění', 'Default' => '', 'Null' => true),
    134135      'Segment' => array('Type' => 'TNetworkSegment', 'Caption' => 'Úsek sítě', 'Default' => '', 'Null' => true),
     136      'Info' => array('Type' => 'Text', 'Caption' => 'Informace', 'Default' => ''),
    135137    ),
    136138  ),
Note: See TracChangeset for help on using the changeset viewer.