芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/socialsolargreens.pk/Create.php
ProductList(); $Product_type_List = $Product->ProductTypeList(); // print_r($Product_List); // die; if(isset($_POST['TypeName'])){ $post_data = $_POST; $inserted_id = $Product->CreateProduct($post_data); } //die; $product_type_data = array(); if(isset($_GET['id']) && isset($_GET['q'])){ if($_GET['q'] == "Edit"){ $product_data = $Product->Edit_p($_GET['id']); //print_r($customer_data); } if($_GET['q'] == "delete"){ $message = $Product->Delete_p($_GET['id']); } } ?>
Product Type
Product Type Form
Select Product
>= $row['TypeName']; ?>
Type Name
Unit
Cost Price
Sale Price
Re Order Levle
Openng Stock
Image
Save
Product Type Table
Id
Type Name
Name
Unit
Cost Price
Sale Price
Opening Stock
Action
Id
Type Name
Name
Unit
Cost Price
Sale Price
Opening Stock
Action
= $row['Id']; ?>
= $row['TypeName']; ?>
= $row['Name']; ?>
= $row['Unit']; ?>
= $row['Cp']; ?>
= $row['Sp']; ?>
= $row['OpStock']; ?>