...
Para a construção das lógicas, está sendo sugerido o plugin: https://querybuilder.js.org/index.html
Segue um exemplo de cadastro de uma validação lógica na "Imagem 01":
...
Com isso, será possível customizar validações durante a confecção do pedido, permitindo ter mais autonomia em regras de negócio específicas.
Para a construção das lógicas, está sendo sugerido o plugin: https://querybuilder.js.org/index.html
Nova tabela |
---|
validacaoLogica { idValidacaoLogica: type="long", value="seqPkValidacaoLogica", descricao: type="String", length="80" not-null="true", idnAtivo: type="byte", not-null="true", sglGatilho: type="String", length="80" not-null="true", sglGatilhoCampo: type="String", length="80" not-null="false", logica: type="byte[]", not-null="true", sglRetornoVerdadeiro: type="String", length="80" not-null="true", retornoVerdadeiro: type="byte[]", not-null="false", sglRetornoFalso: type="String", length="80" not-null="true", retornoFalso: type="byte[]", not-null="false", codigoERP: type="String", length="80" not-null="true", wsVersao: type="long", update="false" insert="false" } |
...