From 76b9336048c4b5dc913e86c82f97cde07bbf04e8 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Fri, 20 Oct 2023 10:47:35 +0700 Subject: typo --- import_stock_location.ktr | 316 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 270 insertions(+), 46 deletions(-) (limited to 'import_stock_location.ktr') diff --git a/import_stock_location.ktr b/import_stock_location.ktr index 7e01b64..0136248 100644 --- a/import_stock_location.ktr +++ b/import_stock_location.ktr @@ -556,7 +556,7 @@ erp indoteknik production (localhost) - select * from stock_quant where write_date >= (now() - '5 days'::interval) + select * from stock_location --where write_date >= (now() - '5 days'::interval) 0 N @@ -588,14 +588,83 @@ N - Integer + String normal - product_id - 9 - 0 + name + 2147483647 + -1 Table input - product_id - ####0;-####0 + name + + . + , + + none + N + Y + 0 + N + N + N + en_US + Asia/Bangkok + N + + + String + normal + complete_name + 2147483647 + -1 + Table input + complete_name + + . + , + + none + N + Y + 0 + N + N + N + en_US + Asia/Bangkok + N + + + Boolean + normal + active + -1 + -1 + Table input + active + + . + , + + none + N + Y + 0 + N + N + N + en_US + Asia/Bangkok + N + + + String + normal + usage + 2147483647 + -1 + Table input + usage + . , @@ -613,11 +682,11 @@ Integer normal - company_id + location_id 9 0 Table input - company_id + location_id ####0;-####0 . , @@ -633,14 +702,37 @@ Asia/Bangkok N + + String + normal + comment + 2147483647 + -1 + Table input + comment + + . + , + + none + N + Y + 0 + N + N + N + en_US + Asia/Bangkok + N + Integer normal - location_id + posx 9 0 Table input - location_id + posx ####0;-####0 . , @@ -659,11 +751,11 @@ Integer normal - lot_id + posy 9 0 Table input - lot_id + posy ####0;-####0 . , @@ -682,11 +774,11 @@ Integer normal - package_id + posz 9 0 Table input - package_id + posz ####0;-####0 . , @@ -702,14 +794,37 @@ Asia/Bangkok N + + String + normal + parent_path + 2147483647 + -1 + Table input + parent_path + + . + , + + none + N + Y + 0 + N + N + N + en_US + Asia/Bangkok + N + Integer normal - owner_id + company_id 9 0 Table input - owner_id + company_id ####0;-####0 . , @@ -726,14 +841,14 @@ N - Number + Boolean normal - quantity + scrap_location -1 -1 Table input - quantity - ####0.0#########;-####0.0######### + scrap_location + . , @@ -749,14 +864,14 @@ N - Number + Boolean normal - reserved_quantity + return_location -1 -1 Table input - reserved_quantity - ####0.0#########;-####0.0######### + return_location + . , @@ -772,13 +887,36 @@ N - Timestamp + Integer normal - in_date - 6 + removal_strategy_id + 9 + 0 + Table input + removal_strategy_id + ####0;-####0 + . + , + + none + N + Y + 0 + N + N + N + en_US + Asia/Bangkok + N + + + String + normal + barcode + 2147483647 -1 Table input - in_date + barcode . , @@ -886,6 +1024,52 @@ Asia/Bangkok N + + Integer + normal + valuation_in_account_id + 9 + 0 + Table input + valuation_in_account_id + ####0;-####0 + . + , + + none + N + Y + 0 + N + N + N + en_US + Asia/Bangkok + N + + + Integer + normal + valuation_out_account_id + 9 + 0 + Table input + valuation_out_account_id + ####0;-####0 + . + , + + none + N + Y + 0 + N + N + N + en_US + Asia/Bangkok + N + @@ -896,7 +1080,7 @@ - 144 + 128 48 Y @@ -930,13 +1114,23 @@ N - product_id - product_id + name + name Y - company_id - company_id + complete_name + complete_name + Y + + + active + active + Y + + + usage + usage Y @@ -945,33 +1139,53 @@ Y - lot_id - lot_id + comment + comment Y - package_id - package_id + posx + posx Y - owner_id - owner_id + posy + posy Y - quantity - quantity + posz + posz + Y + + + parent_path + parent_path + Y + + + company_id + company_id Y - reserved_quantity - reserved_quantity + scrap_location + scrap_location Y - in_date - in_date + return_location + return_location + Y + + + removal_strategy_id + removal_strategy_id + Y + + + barcode + barcode Y @@ -994,6 +1208,16 @@ write_date Y + + valuation_in_account_id + valuation_in_account_id + Y + + + valuation_out_account_id + valuation_out_account_id + Y + -- cgit v1.2.3