Fix 6284a4d7bf
altering template
This commit is contained in:
parent
4bef17dc0a
commit
fa75beb9c4
@ -15,12 +15,27 @@ public class DashboardSummary {
|
||||
@NotNull
|
||||
public java.sql.Date created;
|
||||
|
||||
public int todaysNewCustomers;
|
||||
public int todaysCustomersOrders;
|
||||
public int todaysSuppliersOrders;
|
||||
public int todaysItemsSold;
|
||||
public int todaysSalesCent;
|
||||
public int totalWarehouseCapacity;
|
||||
public double currentWarehouseCapacity;
|
||||
public double todaysWarehouseCapacity;
|
||||
@NotNull
|
||||
public Integer todaysNewCustomers;
|
||||
|
||||
@NotNull
|
||||
public Integer todaysCustomersOrders;
|
||||
|
||||
@NotNull
|
||||
public Integer todaysSuppliersOrders;
|
||||
|
||||
@NotNull
|
||||
public Integer todaysItemsSold;
|
||||
|
||||
@NotNull
|
||||
public Integer todaysSalesCent;
|
||||
|
||||
@NotNull
|
||||
public Integer totalWarehouseCapacity;
|
||||
|
||||
@NotNull
|
||||
public Double currentWarehouseCapacity;
|
||||
|
||||
@NotNull
|
||||
public Double todaysWarehouseCapacity;
|
||||
}
|
||||
|
@ -22,8 +22,3 @@ spring.servlet.multipart.max-request-size=10MB
|
||||
# EMBEDDED SERVER CONFIGURATION (ServerProperties)
|
||||
server.address=::1
|
||||
server.port=8080
|
||||
|
||||
spring.thymeleaf.prefix=file:src/main/resources/templates/
|
||||
spring.thymeleaf.cache=false
|
||||
spring.resources.static-locations=file:src/main/resources/static/
|
||||
spring.resources.cache=false
|
Reference in New Issue
Block a user