Skip to content

Commit

Permalink
Merge pull request #2125 from informatici/OP-1199-Main-Store-Inventory
Browse files Browse the repository at this point in the history
OP-1199 Main store inventory
  • Loading branch information
mwithi authored Jan 28, 2025
2 parents 53256f8 + cf55d03 commit 1b84c9a
Show file tree
Hide file tree
Showing 21 changed files with 4,051 additions and 29 deletions.
128 changes: 122 additions & 6 deletions bundle/language_en.properties

Large diffs are not rendered by default.

Binary file added rpt_base/Inventory.jasper
Binary file not shown.
404 changes: 404 additions & 0 deletions rpt_base/Inventory.jrxml

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions rpt_base/Inventory.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#Generated by Eclipse Messages Editor (Eclipse Babel)

Inventory = Inventory

Code = Code

Status = Status

Reference = Reference

InventoryDate = Inventory Date

MainStoreInventoryID = MAIN STORE INVENTORY ID

Designation = Designation

LotCode= Lot Code

DueDate = Due Date

TheoreticQuantity = Theoretic Quantity

RealQuantity = Real Quantity


25 changes: 25 additions & 0 deletions rpt_base/Inventory_en.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#Generated by Eclipse Messages Editor (Eclipse Babel)

Inventory = Inventory

Code = Code

Status = Status

Reference = Reference

InventoryDate = Inventory Date

MainStoreInventoryID = MAIN STORE INVENTORY ID

Designation = Designation

LotCode= Lot Code

DueDate = Due Date

TheoreticQuantity = Theoretic Quantity

RealQuantity = Real Quantity


6 changes: 6 additions & 0 deletions rsc/log4j2-spring.properties.dist
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ appender.jdbc.columnConfigs[2].name = MESSAGE
appender.jdbc.columnConfigs[2].pattern = %mm%ex%n
appender.jdbc.columnConfigs[2].isUnicode = false

# Security settings - see log4j CVE-2021-44228
log4j.formatMsgNoLookups=true
-
# Assigning appenders to packages (application loggers)
log4j.logger.org.isf=LOG_LEVEL,RollingFile
log4j.additivity.org.isf = false

# Assigning appenders to Hibernate packages (DB loggers)
# - hibernate.SQL to DEBUG for SQL queries to be logged
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Open Hospital (www.open-hospital.org)
* Copyright © 2006-2024 Informatici Senza Frontiere (info@informaticisenzafrontiere.org)
* Copyright © 2006-2025 Informatici Senza Frontiere (info@informaticisenzafrontiere.org)
*
* Open Hospital is a free and open source software for healthcare data management.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/isf/lab/gui/LabBrowser.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Open Hospital (www.open-hospital.org)
* Copyright © 2006-2023 Informatici Senza Frontiere (info@informaticisenzafrontiere.org)
* Copyright © 2006-2025 Informatici Senza Frontiere (info@informaticisenzafrontiere.org)
*
* Open Hospital is a free and open source software for healthcare data management.
*
Expand Down
Loading

0 comments on commit 1b84c9a

Please sign in to comment.