This website requires JavaScript.
Explore
Help
Sign In
verdnatura
/
salix
Watch
3
Star
4
Fork
You've already forked salix
0
Code
Issues
Pull Requests
57
Releases
Wiki
Activity
38914a060f
salix
/
services
/
loopback
/
common
/
models
/
warehouse.js
4 lines
84 B
JavaScript
Raw
Normal View
History
Unescape
Escape
back-end refactor & item search fix. #260
2018-05-04 09:46:03 +00:00
module
.
exports
=
Self
=>
{
Views migrated to vn schema, Node v8, Error handling, async-await, bugs solved
2018-01-29 11:37:54 +00:00
Self
.
defineScope
(
{
where
:
{
isManaged
:
{
neq
:
0
}
}
}
)
;
Eliminando código redundante v2
2017-10-13 14:22:45 +00:00
}
;