Commit 71ee2be
Connect to dashboard (#4)
* Stopping DataStore.py from creating the database
* Changing return type for a initialization function of DataStore.py
* Reverting changes
* Reverting DataStore.py version
* Implementation of bd_insert_company on DataStore.py
* Calling function for registering new companies
* Fixing simple typo
* Fixing the number of values inserted on company table
* Adding debug statement
* Swapping order of debugging statements
* Fixing company json parsing
* Small fix on json parsing
* Signaling SDEC code with comments
* Fail proof when getting values from the enterprise
* Print nota_fiscal complete structure so as to allow structure analysis
* Adding another print for debugging purposes
* Adding more print statements
* Debugging
* Debugging
* Fixing typo
* Clean up the code
* Adding function for nota_fisccal insertion on our database
* Troubleshooting
* Fixing nota_fiscal data parsing
* Casting parameters on data_store bd_insert_receipt function
* Fixing nota_fiscal insertion command
* Adding more casts to nota_fiscal data
* Fixing typo
* Print Note
* fixing exigibilidadeISS naming
* Fixing demon?
* FIxing demons??
* TxID as Primary Key
* Passing item_txid ahead
* Adding receipt_validator function
* Adding weak_receipt_validator
* Fixing type
* Fixing variable name
* Fixing another typo
* Adding endereco_blockchain for companies
* Troubleshooting
* Small fix
* Adding cast for endereco_blockchain
* Fixing validator of receipts
* Comparing floats with tolerance
* Fixing small typo
* Small fix + adding debug statements
* print txid
* Fixing a few things
* fix typo
* removing break line
* missing colon
* Missing Emissor
* Fixing emissor reference
* Removing printf's to merge
* Adding print statement for analysis of transaction format
* Insering the logic related to filling streams database table
* Fixing indentation
* Fixing Indentation 2
* Fixing SQL insertion command
* Fixing typo
* Replacing a field name on stream insertion
* Update Mce/DataStore.py1 parent 870944f commit 71ee2be
1 file changed
+32
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2997 | 2997 | | |
2998 | 2998 | | |
2999 | 2999 | | |
| 3000 | + | |
| 3001 | + | |
| 3002 | + | |
3000 | 3003 | | |
3001 | 3004 | | |
3002 | 3005 | | |
| |||
3023 | 3026 | | |
3024 | 3027 | | |
3025 | 3028 | | |
| 3029 | + | |
| 3030 | + | |
| 3031 | + | |
| 3032 | + | |
| 3033 | + | |
3026 | 3034 | | |
3027 | 3035 | | |
3028 | 3036 | | |
3029 | | - | |
| 3037 | + | |
3030 | 3038 | | |
3031 | 3039 | | |
3032 | 3040 | | |
| |||
3056 | 3064 | | |
3057 | 3065 | | |
3058 | 3066 | | |
| 3067 | + | |
| 3068 | + | |
| 3069 | + | |
| 3070 | + | |
| 3071 | + | |
| 3072 | + | |
| 3073 | + | |
| 3074 | + | |
| 3075 | + | |
| 3076 | + | |
| 3077 | + | |
| 3078 | + | |
| 3079 | + | |
| 3080 | + | |
| 3081 | + | |
| 3082 | + | |
| 3083 | + | |
| 3084 | + | |
| 3085 | + | |
| 3086 | + | |
| 3087 | + | |
| 3088 | + | |
| 3089 | + | |
3059 | 3090 | | |
3060 | 3091 | | |
3061 | 3092 | | |
| |||
0 commit comments