Posts by Jester Andrade • 43 points
2 posts
-
1
votes1
answer632
viewsQ: Regular expression of monetary value
Hello I have the following function function CarregarMascaras() { $('[data-mascara=numeroMonetario]').keyup(function () { this.value = this.value.replace(/[^0-9]+[^\,]?[^0-9]+/g, ''); }).on('paste',…
-
3
votes0
answers161
viewsQ: XML Reading Error from NFE Electronic Invoice
People I used windows XSD application to generate classes for NFE, it worked 100%, now I need to use these classes to fill with data of the tax notes that will be imported, I’m doing this: TNFe nfe…