Commit 6ec71201 authored by agaikwad's avatar agaikwad

added emp pass qty and emp reject qty column.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@165235 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 96c6b6bb
...@@ -126,7 +126,21 @@ ...@@ -126,7 +126,21 @@
<name>emp_code</name> <name>emp_code</name>
<dbname>qc_ord_res.emp_code</dbname> <dbname>qc_ord_res.emp_code</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;qc_ord_res&quot; ) COLUMN(NAME=&quot;qc_ord_res.tran_id&quot;) COLUMN(NAME=&quot;qc_ord_res.tran_date&quot;) COLUMN(NAME=&quot;qc_ord_res.eff_date&quot;) COLUMN(NAME=&quot;qc_ord_res.qorder_no&quot;) COLUMN(NAME=&quot;qc_ord_res.quantity&quot;) COLUMN(NAME=&quot;qc_ord_res.qty_passed&quot;) COLUMN(NAME=&quot;qc_ord_res.qty_rejected&quot;) COLUMN(NAME=&quot;qc_ord_res.chg_date&quot;) COLUMN(NAME=&quot;qc_ord_res.chg_user&quot;) COLUMN(NAME=&quot;qc_ord_res.chg_term&quot;) COLUMN(NAME=&quot;qc_ord_res.emp_code&quot;)WHERE( EXP1 =&quot;qc_ord_res.tran_date&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:mfr_date&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;qc_ord_res.tran_date&quot; OP =&quot;&lt;=&quot; EXP2 =&quot;:mto_date&quot; ) ) ARG(NAME = &quot;mfr_date&quot; TYPE = datetime) ARG(NAME = &quot;mto_date&quot; TYPE = datetime) </retrieve> <table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>emp_passed_qty</name>
<dbname>qc_ord_res.emp_passed_qty</dbname>
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>emp_rejected_qty</name>
<dbname>qc_ord_res.emp_rejected_qty</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;qc_ord_res&quot; ) COLUMN(NAME=&quot;qc_ord_res.tran_id&quot;) COLUMN(NAME=&quot;qc_ord_res.tran_date&quot;) COLUMN(NAME=&quot;qc_ord_res.eff_date&quot;) COLUMN(NAME=&quot;qc_ord_res.qorder_no&quot;) COLUMN(NAME=&quot;qc_ord_res.quantity&quot;) COLUMN(NAME=&quot;qc_ord_res.qty_passed&quot;) COLUMN(NAME=&quot;qc_ord_res.qty_rejected&quot;) COLUMN(NAME=&quot;qc_ord_res.chg_date&quot;) COLUMN(NAME=&quot;qc_ord_res.chg_user&quot;) COLUMN(NAME=&quot;qc_ord_res.chg_term&quot;) COLUMN(NAME=&quot;qc_ord_res.emp_code&quot;) COLUMN(NAME=&quot;qc_ord_res.emp_passed_qty&quot;) COLUMN(NAME=&quot;qc_ord_res.emp_rejected_qty&quot;)WHERE( EXP1 =&quot;qc_ord_res.tran_date&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:mfr_date&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;qc_ord_res.tran_date&quot; OP =&quot;&lt;=&quot; EXP2 =&quot;:mto_date&quot; ) ) ARG(NAME = &quot;mfr_date&quot; TYPE = datetime) ARG(NAME = &quot;mto_date&quot; TYPE = datetime) </retrieve>
<update>qc_ord_res</update> <update>qc_ord_res</update>
<updatewhere>1</updatewhere> <updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
...@@ -419,34 +433,6 @@ ...@@ -419,34 +433,6 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Emp Code</text>
<border>0</border>
<color>33554432</color>
<x>1230</x>
<y>2</y>
<height>15</height>
<width>88</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>1</id>
...@@ -865,6 +851,148 @@ ...@@ -865,6 +851,148 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
<alignment>0</alignment>
<tabsequence>120</tabsequence>
<border>0</border>
<color>33554432</color>
<x>1321</x>
<y>1</y>
<height>15</height>
<width>109</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_passed_qty</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<alignment>0</alignment>
<tabsequence>130</tabsequence>
<border>0</border>
<color>33554432</color>
<x>1433</x>
<y>1</y>
<height>15</height>
<width>120</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_rejected_qty</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Emp Code</text>
<border>0</border>
<color>33554432</color>
<x>1230</x>
<y>2</y>
<height>15</height>
<width>88</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Emp Passed Qty</text>
<border>0</border>
<color>33554432</color>
<x>1320</x>
<y>1</y>
<height>16</height>
<width>110</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_passed_qty_t</name>
<visible>1</visible>
<font>
<face>Liberation Sans</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Emp Rejected Qty</text>
<border>0</border>
<color>33554432</color>
<x>1432</x>
<y>1</y>
<height>16</height>
<width>121</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_rejected_qty_t</name>
<visible>1</visible>
<font>
<face>Liberation Sans</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment