feat(UI): Stock Items page added with getting, filtering, and saving data.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
1000_tbl_Shop_Product_Change_Set.sql
|
||||
1000_tbl_Split_Temp.sql
|
||||
1001_tbl_Shop_User_Change_Set.sql
|
||||
1001_tbl_Split_Key_Value_Pair_Csv_Temp.sql
|
||||
1002_tbl_Shop_Sales_And_Purchasing_Change_Set.sql
|
||||
1003_tbl_Shop_Access_Level.sql
|
||||
1004_tbl_Shop_Access_Level_Audit.sql
|
||||
@@ -18,7 +19,9 @@
|
||||
1103_tbl_Shop_Region_Branch.sql
|
||||
1104_tbl_Shop_Region_Branch_Audit.sql
|
||||
1105_tbl_Shop_Region_Branch_Temp.sql
|
||||
1106_tbl_Shop_Address.sql
|
||||
1106_tbl_Shop_Plant.sql
|
||||
1107_tbl_Shop_Address_Audit.sql
|
||||
1107_tbl_Shop_Plant_Audit.sql
|
||||
1108_tbl_Shop_Plant_Temp.sql
|
||||
1109_tbl_Shop_Storage_Location.sql
|
||||
@@ -67,9 +70,7 @@
|
||||
1233_tbl_Shop_Discount.sql
|
||||
1234_tbl_Shop_Discount_Audit.sql
|
||||
1236_tbl_Shop_Discount_Region_Currency_Link.sql
|
||||
1236_tbl_Shop_Product_Currency_Region_Link.sql
|
||||
1237_tbl_Shop_Discount_Region_Currency_Link_Audit.sql
|
||||
1237_tbl_Shop_Product_Currency_Region_Link_Audit.sql
|
||||
1300_tbl_Shop_Permission_Group.sql
|
||||
1301_tbl_Shop_Permission_Group_Audit.sql
|
||||
1303_tbl_Shop_Permission.sql
|
||||
@@ -82,8 +83,8 @@
|
||||
1313_tbl_Shop_User_Audit.sql
|
||||
1315_tbl_Shop_User_Role_Link.sql
|
||||
1316_tbl_Shop_User_Role_Link_Audit.sql
|
||||
1318_tbl_Shop_Address.sql
|
||||
1319_tbl_Shop_Address_Audit.sql
|
||||
1318_tbl_Shop_User_Address.sql
|
||||
1319_tbl_Shop_User_Address_Audit.sql
|
||||
1321_tbl_Shop_User_Basket.sql
|
||||
1322_tbl_Shop_User_Basket_Audit.sql
|
||||
1397_tbl_Shop_Order_Status.sql
|
||||
@@ -118,6 +119,7 @@
|
||||
3014_tri_Shop_Image_Type.sql
|
||||
3100_tri_Shop_Region.sql
|
||||
3103_tri_Shop_Region_Branch.sql
|
||||
3106_tri_Shop_Address.sql
|
||||
3109_tri_Shop_Storage_Location.sql
|
||||
3115_tri_Shop_Currency.sql
|
||||
3118_tri_Shop_Tax_Or_Surcharge.sql
|
||||
@@ -140,7 +142,7 @@
|
||||
3309_tri_Shop_Role_Permission_Link.sql
|
||||
3312_tri_Shop_User.sql
|
||||
3315_tri_Shop_User_Role_Link.sql
|
||||
3318_tri_Shop_Address.sql
|
||||
3318_tri_Shop_User_Address.sql
|
||||
3321_tri_Shop_User_Basket.sql
|
||||
3324_tri_Shop_User_Order_Status.sql
|
||||
3400_tri_Shop_Supplier.sql
|
||||
@@ -157,24 +159,31 @@
|
||||
6000_p_split.sql
|
||||
6001_p_clear_split_temp.sql
|
||||
6001_p_validate_guid.sql
|
||||
6003_p_split_key_value_pair_csv.sql
|
||||
6004_p_clear_split_key_value_pair_csv_temp.sql
|
||||
6206_fn_shop_get_product_permutation_name.sql
|
||||
6500_p_shop_calc_user.sql
|
||||
6501_p_shop_clear_calc_user.sql
|
||||
7003_p_shop_get_many_access_level.sql
|
||||
7101_p_shop_get_many_region.sql
|
||||
7106_p_shop_get_many_plant.sql
|
||||
7109_p_shop_get_many_storage_location.sql
|
||||
7116_p_shop_get_many_currency.sql
|
||||
7122_p_shop_get_many_unit_measurement.sql
|
||||
7200_p_shop_save_product_category.sql
|
||||
7200_p_shop_save_product_category_test.sql
|
||||
7202_p_shop_clear_calc_product_permutation.sql
|
||||
7203_p_shop_save_product.sql
|
||||
7203_p_shop_save_product_test.sql
|
||||
7204_p_shop_calc_product_permutation.sql
|
||||
7204_p_shop_get_many_product.sql
|
||||
7205_p_shop_get_many_stripe_product_new.sql
|
||||
7206_p_shop_save_permutation.sql
|
||||
7206_p_shop_save_product_permutation.sql
|
||||
7210_fn_shop_get_id_product_permutation_from_variation_csv_list.sql
|
||||
7210_p_shop_get_many_product_variation.sql
|
||||
7219_p_shop_get_many_stock_item.sql
|
||||
7220_p_shop_save_stock_item.sql
|
||||
7220_p_shop_save_stock_item_test.sql
|
||||
7221_p_get_many_shop_product_price_and_discount_and_delivery_option.sql
|
||||
7223_p_shop_get_many_stripe_price_new.sql
|
||||
7312_p_shop_save_user.sql
|
||||
@@ -193,4 +202,3 @@
|
||||
9000_populate.sql
|
||||
9001_view.sql
|
||||
9010_anal.sql
|
||||
DEPRECATED
|
||||
|
||||
Reference in New Issue
Block a user