From 9f7cb6dd7f1d932257f435afbddf646ff0d40db0 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 18 Jun 2012 09:21:59 +0000 Subject: [PATCH] Template for STOCK_STATE --- include/template/stock_state_search.php | 51 +++++++++ include/template/stock_summary.php | 2 +- include/template/stock_summary_table.php | 133 +++++++++++++++++++++++ 3 files changed, 185 insertions(+), 1 deletion(-) create mode 100644 include/template/stock_state_search.php create mode 100644 include/template/stock_summary_table.php diff --git a/include/template/stock_state_search.php b/include/template/stock_state_search.php new file mode 100644 index 000000000..031a4be77 --- /dev/null +++ b/include/template/stock_state_search.php @@ -0,0 +1,51 @@ + +
+ + + + + + + + + + +
+ Exercice + + input()?> +
+ Présentation + + input()?> +
+ +
\ No newline at end of file diff --git a/include/template/stock_summary.php b/include/template/stock_summary.php index 28e31e641..2f0588f42 100644 --- a/include/template/stock_summary.php +++ b/include/template/stock_summary.php @@ -48,7 +48,7 @@ > - + +
+ + + + + + + + + + + > + + get_array("select * from tmp_stockgood_detail where r_id=$1 and sg_code=$2", array($a_repository[$e]['r_id'], $a_code[$x]['sg_code'])); + ?> + + + + + +
+ Code Stock + + + + Total +
+ + + + + + + + + + + + + + + + +
+ IN : + + +
+ OUT : + + +
+ DIFF : + + +
+ +
+ + + + + + + + + + + + + +
+ IN : + + +
+ OUT : + + +
+ DIFF : + + +
+
+
\ No newline at end of file