CHG description and label
This commit is contained in:
parent
df22394e33
commit
9db4ad808b
@ -5,6 +5,6 @@
|
|||||||
; @license GNU General Public License version 2 or later; see LICENSE.md
|
; @license GNU General Public License version 2 or later; see LICENSE.md
|
||||||
; @since 0.0.1
|
; @since 0.0.1
|
||||||
;
|
;
|
||||||
COM_DEPOT_FIELD_COMPONENT_NAME_DESC="Component Name"
|
COM_DEPOT_FIELD_COMPONENT_NAME_DESC="The name of the component is unique. Please do not enter special characters or umlauts."
|
||||||
COM_DEPOT_FIELD_COMPONENT_NAME_LABEL="The name of the component is unique. Please do not enter special characters or umlauts."
|
COM_DEPOT_FIELD_COMPONENT_NAME_LABEL="Component Name"
|
||||||
COM_DEPOT_XML_DESCRIPTION="Depot, the component warehouse"
|
COM_DEPOT_XML_DESCRIPTION="Depot, the component warehouse"
|
||||||
|
@ -45,7 +45,7 @@ CREATE TABLE `#__depot` (
|
|||||||
AUTO_INCREMENT=0
|
AUTO_INCREMENT=0
|
||||||
DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||||
|
|
||||||
INSERT INTO `#__depot` (`titel`,`alias`,`description`,`quantity`,`created`,
|
INSERT INTO `#__depot` (`component_name`,`alias`,`description`,`quantity`,`created`,
|
||||||
`ordering`,`state`,`manufacturer_id`) VALUES
|
`ordering`,`state`,`manufacturer_id`) VALUES
|
||||||
('1N5404','1n5404','diode, rectifier 3A',9,'2023-09-25 15:00:00',1,1,1),
|
('1N5404','1n5404','diode, rectifier 3A',9,'2023-09-25 15:00:00',1,1,1),
|
||||||
('1N4148','1n4148','diode, general purpose',1234,'2023-09-25 15:15:15',2,1,2);
|
('1N4148','1n4148','diode, general purpose',1234,'2023-09-25 15:15:15',2,1,2);
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
<?php
|
|
||||||
/**
|
|
||||||
* @package Depot.Administrator
|
|
||||||
* @subpackage com_depot
|
|
||||||
* @author Thomas Kuschel <thomas@kuschel.at>
|
|
||||||
* @copyright (C) 2023 KW4NZ, <https://www.kuschel.at>
|
|
||||||
* @license GNU General Public License version 2 or later; see LICENSE.md
|
|
||||||
* @since 0.0.3
|
|
||||||
*/
|
|
||||||
|
|
||||||
use Joomla\CMS\MVC\Controller\FormController;
|
|
||||||
|
|
||||||
class PartController extends FormController
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
@ -1 +0,0 @@
|
|||||||
<h2>Welcome to my Depot Component - part!</h2>
|
|
Loading…
Reference in New Issue
Block a user