Skip to content

Commit

Permalink
Closed #9852
Browse files Browse the repository at this point in the history
Signed-off-by: Pubudu-Piyankara <pubudupiyankara.me@gmail.com>
  • Loading branch information
Pubudu-Piyankara committed Dec 30, 2024
1 parent dcc792e commit e5abbeb
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions src/main/webapp/reports/inventoryReports/consumption.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
<h:outputText value="#{b.invoiceNumber}" />
</p:column>

<p:column headerText="Cancel No" width="10em">
<p:column headerText="Cancel No" width="5em">
<h:outputText value="#{b.cancelledBill.deptId}" />
</p:column>

Expand All @@ -300,16 +300,6 @@
</f:facet>
</p:column>

<!-- <p:column headerText="Retail Sale Value" width="4em" style="text-align: right;">
<h:outputText value="#{b.stockBill.stockValueAsSaleRate}" >
<f:convertNumber pattern="#,##0.00"/>
</h:outputText>
<f:facet name="footer">
<h:outputLabel value="#{pharmacyController.totalPurchase}" >
<f:convertNumber pattern="#,##0.00"/></h:outputLabel>
</f:facet>
</p:column>-->

<p:column headerText="Created Date and Time" width="6em">
<h:outputText value="#{b.createdAt}" >
<f:convertDateTime pattern="#{sessionController.applicationPreference.longDateTimeFormat}" />
Expand Down Expand Up @@ -365,11 +355,11 @@
<p:outputLabel value="#{i.item.category.name}" />
</p:column>

<p:column headerText="Quantity" width="6em" style="text-align: right;">
<p:column headerText="Quantity" width="4em" style="text-align: right; padding-right: 20px;">
<p:outputLabel value="#{i.qty}" />
</p:column>

<p:column headerText="Cancel No" width="10em">
<p:column headerText="Cancel No" width="5em">
<p:outputLabel value="#{i.bill.cancelledBill.deptId}" />
</p:column>

Expand Down

0 comments on commit e5abbeb

Please sign in to comment.