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. * Initial Release.

View File

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

View File

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

View File

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