Changeset 454 for trunk/form_classes.php


Ignore:
Timestamp:
Oct 28, 2012, 9:32:54 PM (12 years ago)
Author:
chronos
Message:
  • Opraveno: SQL dotazy obsahující odkazy na tabulky Product a StockItem.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/form_classes.php

    r453 r454  
    125125      'VAT' => array('Type' => 'Integer', 'Caption' => 'DPH', 'Default' => '0'),
    126126      'Consumption' => array('Type' => 'Integer', 'Caption' => 'Spotřeba', 'Default' => ''),
    127       'Supplier' => array('Type' => 'TSubject', 'Caption' => 'Výrobce', 'Default' => '', 'Null' => true),
     127      'Supplier' => array('Type' => 'TSubject', 'Caption' => 'Dodavatel', 'Default' => '', 'Null' => true),
    128128      'Manufacturer' => array('Type' => 'TSubject', 'Caption' => 'Výrobce', 'Default' => '', 'Null' => true),
    129129      'Code' => array('Type' => 'String', 'Caption' => 'Kód', 'Default' => ''),
     
    141141      'TimeEnlistment' => array('Type' => 'Date', 'Caption' => 'Datum zařazení', 'Default' => ''),
    142142      'TimeElimination' => array('Type' => 'Date', 'Caption' => 'Datum vyřazení', 'Default' => ''),
     143      'SellPrice' => array('Type' => 'Integer', 'Caption' => 'Prodejní cena', 'Default' => '0'),
     144      'BuyPrice' => array('Type' => 'Integer', 'Caption' => 'Kupní cena', 'Default' => '0'),
    143145      'Amount' => array('Type' => 'Integer', 'Caption' => 'Množství', 'Default' => '1'),
    144146      'SerialNumber' => array('Type' => 'String', 'Caption' => 'Sériové číslo', 'Default' => ''),
Note: See TracChangeset for help on using the changeset viewer.