Changeset 886 for trunk/Modules
- Timestamp:
- Nov 5, 2020, 8:53:58 PM (4 years ago)
- Location:
- trunk/Modules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Finance/Manage.php
r882 r886 402 402 } 403 403 $Content .= '</table><br />'."\n". 404 'Pro aktuální informace, prohlížení elektronických dokladů a možnost změny údajů se prosím přihla šte na stránkách '.404 'Pro aktuální informace, prohlížení elektronických dokladů a možnost změny údajů se prosím přihlaste na stránkách '. 405 405 '<a href="http://'.$Config['Web']['Host'].$Config['Web']['RootFolder'].'">http://'. 406 406 $Config['Web']['Host'].$Config['Web']['RootFolder'].'</a>.<br /><br />'."\n"; -
trunk/Modules/Subject/Subject.php
r874 r886 22 22 'Items' => array( 23 23 'Id' => array('Type' => 'Integer', 'Caption' => 'Identifikace', 'Default' => '', 'ReadOnly' => true), 24 'Name' => array('Type' => 'String', 'Caption' => 'Celé jméno', 'Default' => '' ),24 'Name' => array('Type' => 'String', 'Caption' => 'Celé jméno', 'Default' => '', 'Required' => true), 25 25 'AddressStreet' => array('Type' => 'String', 'Caption' => 'Ulice', 'Default' => ''), 26 26 'AddressTown' => array('Type' => 'String', 'Caption' => 'Město', 'Default' => ''), 27 'AddressPSC' => array('Type' => ' String', 'Caption' => 'PSČ', 'Default' => ''),27 'AddressPSC' => array('Type' => 'Integer', 'Caption' => 'PSČ', 'Default' => '', 'Required' => true), 28 28 'AddressCountry' => array('Type' => 'TCountry', 'Caption' => 'Země', 'Default' => ''), 29 29 'IC' => array('Type' => 'String', 'Caption' => 'IČ', 'Default' => ''), 30 30 'DIC' => array('Type' => 'String', 'Caption' => 'DIČ', 'Default' => ''), 31 'PayVAT' => array('Type' => 'Boolean', 'Caption' => 'Plátce DPH', 'Default' => 0), 31 32 'MapPosition' => array('Type' => 'TMapPosition', 'Caption' => 'Pozice na mapě', 'Default' => '', 'Null' => true), 32 33 'WWW' => array('Type' => 'Hyperlink', 'Caption' => 'WWW', 'Default' => ''),
Note:
See TracChangeset
for help on using the changeset viewer.