0
1
Fork 0

SQL refactor

This commit is contained in:
Juan 2018-05-18 16:20:46 +02:00
parent 7f2f0372b3
commit 063d9b92e8
4 changed files with 12 additions and 12 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.406.01) stable; urgency=low
hedera-web (1.406.02) stable; urgency=low
* Initial Release.

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "1.406.01",
"version": "1.406.02",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {

View File

@ -38,7 +38,7 @@ tbody > tr
{
height: 18mm;
}
.cell-image > img
.cell-image img
{
width: 15mm;
}

View File

@ -9,28 +9,28 @@
batch="batch"
conn="conn">
<custom>
CALL item_list (#warehouse, CURDATE(), #realm, #rate)
CALL itemGetList(#warehouse, CURDATE(), #realm, #rate)
</custom>
</db-model>
<htk-column-image
column="Foto"
column="image"
directory="catalog"
subdir="200x200"/>
<htk-column-spin
title="_Id"
column="Id_Article"/>
column="id"/>
<htk-column-text
title="_Item"
column="Article"/>
column="name"/>
<htk-column-text
title="_Cat"
column="Categoria"/>
column="category"/>
<htk-column-text
title="_Siz"
column="Medida"/>
column="size"/>
<htk-column-text
title="_Ste"
column="Tallos"/>
column="stems"/>
<htk-column-spin
title="_Pack"
column="grouping"/>
@ -39,10 +39,10 @@
column="available"/>
<htk-column-text
title="_Col"
column="Color"/>
column="inkFk"/>
<htk-column-text
title="_Ori"
column="Abreviatura"/>
column="origin"/>
<htk-column-text
title="_Price"
column="price"