Commit f115fdbf authored by caluka's avatar caluka

Net Required Quantity added in place of Running Supply


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98547 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9dde410a
...@@ -165,18 +165,18 @@ ...@@ -165,18 +165,18 @@
<td width="2%" class="header_td" nowrap="true" valign="bottom"> <td width="2%" class="header_td" nowrap="true" valign="bottom">
<strong>Hold Stock</strong> <strong>Hold Stock</strong>
</td> </td>
<!-- <td width="2%" class="header_td" nowrap="true" valign="bottom"> <td width="2%" class="header_td" nowrap="true" valign="bottom">
<strong>Plan Supply</strong> <strong>Net Required Quantity</strong>
</td> </td>
<td width="5%" class="header_td" nowrap="true" valign="bottom"> <!--<td width="5%" class="header_td" nowrap="true" valign="bottom">
<strong>Running Plan Supply</strong> <strong>Running Plan Supply</strong>
</td> </td>
<td width="5%" class="header_td" nowrap="true" valign="bottom"> <td width="5%" class="header_td" nowrap="true" valign="bottom">
<strong>Running Demand</strong> <strong>Running Demand</strong>
</td> --> </td> -->
<td width="5%" class="header_td" nowrap="true" valign="bottom"> <!-- <td width="5%" class="header_td" nowrap="true" valign="bottom">
<strong>Running Supply</strong> <strong>Running Supply</strong>
</td> </td> -->
<!-- <!--
<td width="2%" class="header_td" nowrap="true" valign="bottom"> <td width="2%" class="header_td" nowrap="true" valign="bottom">
<strong>Due Date</strong> <strong>Due Date</strong>
...@@ -300,18 +300,18 @@ ...@@ -300,18 +300,18 @@
<xsl:variable name="hold_qty"> <xsl:variable name="hold_qty">
<xsl:value-of select="hold_qty" /> <xsl:value-of select="hold_qty" />
</xsl:variable> </xsl:variable>
<!-- <xsl:variable name="plan_supply"> <xsl:variable name="plan_supply">
<xsl:value-of select="plan_supply" /> <xsl:value-of select="plan_supply" />
</xsl:variable> </xsl:variable>
<xsl:variable name="running_plan_supply"> <!--<xsl:variable name="running_plan_supply">
<xsl:value-of select="running_plan_supply" /> <xsl:value-of select="running_plan_supply" />
</xsl:variable> </xsl:variable>
<xsl:variable name="running_demand"> <xsl:variable name="running_demand">
<xsl:value-of select="running_demand" /> <xsl:value-of select="running_demand" />
</xsl:variable> --> </xsl:variable> -->
<xsl:variable name="running_supply"> <!-- <xsl:variable name="running_supply">
<xsl:value-of select="running_supply" /> <xsl:value-of select="running_supply" />
</xsl:variable> </xsl:variable> -->
<!-- <xsl:variable name="due_date"> <!-- <xsl:variable name="due_date">
<xsl:value-of select="due_date" /> <xsl:value-of select="due_date" />
</xsl:variable> </xsl:variable>
...@@ -479,13 +479,13 @@ ...@@ -479,13 +479,13 @@
size="04" ISCHANGED="false" /> size="04" ISCHANGED="false" />
<xsl:value-of select="hold_qty" /> <xsl:value-of select="hold_qty" />
</td> </td>
<!-- <td class="td_leftAlign" style="text-align:right"> <td class="td_leftAlign" style="text-align:right">
<input type="hidden" name="Detail3.{normalize-space($dbID)}.plan_supply" <input type="hidden" name="Detail3.{normalize-space($dbID)}.plan_supply"
id="Detail3.{normalize-space($dbID)}.plan_supply" value="{$plan_supply}" id="Detail3.{normalize-space($dbID)}.plan_supply" value="{$plan_supply}"
size="04" ISCHANGED="false" /> size="04" ISCHANGED="false" />
<xsl:value-of select="plan_supply" /> <xsl:value-of select="plan_supply" />
</td> </td>
<td class="td_leftAlign" style="text-align:right"> <!--<td class="td_leftAlign" style="text-align:right">
<input type="hidden" name="Detail3.{normalize-space($dbID)}.running_plan_supply" <input type="hidden" name="Detail3.{normalize-space($dbID)}.running_plan_supply"
id="Detail3.{normalize-space($dbID)}.running_plan_supply" value="{$running_plan_supply}" id="Detail3.{normalize-space($dbID)}.running_plan_supply" value="{$running_plan_supply}"
size="04" ISCHANGED="false" /> size="04" ISCHANGED="false" />
...@@ -497,12 +497,12 @@ ...@@ -497,12 +497,12 @@
size="04" ISCHANGED="false" /> size="04" ISCHANGED="false" />
<xsl:value-of select="running_demand" /> <xsl:value-of select="running_demand" />
</td> --> </td> -->
<td class="td_leftAlign" style="text-align:right"> <!-- <td class="td_leftAlign" style="text-align:right">
<input type="hidden" name="Detail3.{normalize-space($dbID)}.running_supply" <input type="hidden" name="Detail3.{normalize-space($dbID)}.running_supply"
id="Detail3.{normalize-space($dbID)}.running_supply" value="{$running_supply}" id="Detail3.{normalize-space($dbID)}.running_supply" value="{$running_supply}"
size="04" ISCHANGED="false" /> size="04" ISCHANGED="false" />
<xsl:value-of select="running_supply" /> <xsl:value-of select="running_supply" />
</td> </td> -->
<!-- <td class="td_leftAlign" align="left"> <!-- <td class="td_leftAlign" align="left">
<input type="hidden" name="Detail3.{normalize-space($dbID)}.due_date" <input type="hidden" name="Detail3.{normalize-space($dbID)}.due_date"
id="Detail3.{normalize-space($dbID)}.due_date" value="{$due_date}" id="Detail3.{normalize-space($dbID)}.due_date" value="{$due_date}"
......
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