Created
June 25, 2019 15:38
-
-
Save gladson/072e736f493bd5b89e707759c787f148 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"itens": [{ | |
"id_empresa": "2", | |
"id_mesacartao": "2", | |
"id_produto": 580, | |
"id_mesafixa": 0, | |
"complemento": "CEBOLA", | |
"vlr_vendido": 3.5, | |
"qtde": 1.0, | |
"vlr_bruto": 3.5 | |
}, { | |
"id_empresa": "2", | |
"id_mesacartao": "2", | |
"id_produto": 1423, | |
"id_mesafixa": 0, | |
"complemento": "LARANJA", | |
"vlr_vendido": 5.0, | |
"qtde": 2.0, | |
"vlr_bruto": 10.0 | |
}, { | |
"id_empresa": "2", | |
"id_mesacartao": "2", | |
"id_produto": 183, | |
"id_mesafixa": 0, | |
"complemento": "ADD MAIS CATUPIRY", | |
"vlr_vendido": 33.65, | |
"qtde": 1.0, | |
"vlr_bruto": 33.65 | |
}, { | |
"id_empresa": "2", | |
"id_mesacartao": "2", | |
"id_produto": 1430, | |
"id_mesafixa": 0, | |
"complemento": "", | |
"vlr_vendido": 126.0, | |
"qtde": 1.0, | |
"vlr_bruto": 126.0 | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment