diff --git a/src/main/java/com/divudi/bean/common/ReportsController.java b/src/main/java/com/divudi/bean/common/ReportsController.java index 8b6557b856..4a2d2b3815 100644 --- a/src/main/java/com/divudi/bean/common/ReportsController.java +++ b/src/main/java/com/divudi/bean/common/ReportsController.java @@ -2832,7 +2832,7 @@ public void generateCollectionCenterBookWiseDetailReport() { opdBts.add(BillTypeAtomic.CC_BILL); opdBts.add(BillTypeAtomic.CC_BILL_CANCELLATION); opdBts.add(BillTypeAtomic.CC_BILL_REFUND); - opdBts.add(BillTypeAtomic.CC_PAYMENT_RECEIVED_BILL); +// opdBts.add(BillTypeAtomic.CC_PAYMENT_RECEIVED_BILL); bundle.setName("Bills"); bundle.setBundleType("billList"); diff --git a/src/main/java/com/divudi/entity/pharmacy/Stock.java b/src/main/java/com/divudi/entity/pharmacy/Stock.java index d1d86a8773..7a8a3055ff 100644 --- a/src/main/java/com/divudi/entity/pharmacy/Stock.java +++ b/src/main/java/com/divudi/entity/pharmacy/Stock.java @@ -55,6 +55,7 @@ public class Stock implements Serializable, RetirableEntity { private Date retiredAt; private String retireComments; + private String stockLocator; @ManyToOne Stock parentStock; @@ -220,4 +221,12 @@ public void setRetireComments(String retireComments) { this.retireComments = retireComments; } + public String getStockLocator() { + return stockLocator; + } + + public void setStockLocator(String stockLocator) { + this.stockLocator = stockLocator; + } + } diff --git a/src/main/webapp/inward/pharmacy_bill_issue_bht.xhtml b/src/main/webapp/inward/pharmacy_bill_issue_bht.xhtml index ccf91abbb0..89e79f7f85 100644 --- a/src/main/webapp/inward/pharmacy_bill_issue_bht.xhtml +++ b/src/main/webapp/inward/pharmacy_bill_issue_bht.xhtml @@ -157,27 +157,27 @@ completeMethod="#{stockController.completeAvailableStocks}" var="i" itemLabel="#{i.itemBatch.item.name}" itemValue="#{i}" > - +   - + - + - + - + @@ -224,14 +224,14 @@ - +   - + @@ -243,20 +243,20 @@ - + + - - - + - - + + + diff --git a/src/main/webapp/pharmacy/pharmacy_purhcase_order_approving.xhtml b/src/main/webapp/pharmacy/pharmacy_purhcase_order_approving.xhtml index c8f37ec8b3..983db50520 100644 --- a/src/main/webapp/pharmacy/pharmacy_purhcase_order_approving.xhtml +++ b/src/main/webapp/pharmacy/pharmacy_purhcase_order_approving.xhtml @@ -16,20 +16,18 @@
- + - +
@@ -86,23 +84,18 @@ - - - + + + diff --git a/src/main/webapp/reports/collectionCenterReports/collection_centre_book_wise_detail.xhtml b/src/main/webapp/reports/collectionCenterReports/collection_centre_book_wise_detail.xhtml index 8ea33b22d3..271f8b5168 100644 --- a/src/main/webapp/reports/collectionCenterReports/collection_centre_book_wise_detail.xhtml +++ b/src/main/webapp/reports/collectionCenterReports/collection_centre_book_wise_detail.xhtml @@ -1,54 +1,54 @@ + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - - - - - + + + + + - - - - - - - + + + + + + - + - + - - - - - - + + + + + - + - - - - - - + + + + + - #{vt.code} - #{vt.name} - + #{vt.code} + #{vt.name} + - + - - - - - - + + + + + + -
-
- - +
+
+ + - - - - + + - - - + + - - + + +
-
- - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/src/main/webapp/reports/inventoryReports/expiry_item.xhtml b/src/main/webapp/reports/inventoryReports/expiry_item.xhtml index db02740359..9b9fd4f63b 100644 --- a/src/main/webapp/reports/inventoryReports/expiry_item.xhtml +++ b/src/main/webapp/reports/inventoryReports/expiry_item.xhtml @@ -230,11 +230,32 @@ value="Process" action="#{pharmacyReportController.processExpiryItemReport()}"> - + + - + + - + +
@@ -243,7 +264,7 @@
Expiry Item Report
- - + - - - - - - @@ -280,9 +295,6 @@ - - - @@ -347,9 +359,7 @@ - - - +