Skip to content

Commit

Permalink
Adds store to PnL report (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmesel authored Dec 26, 2023
1 parent 063c088 commit f04c90f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tap_quickbooks/quickbooks/schemas/object_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,8 @@
{"name": "TaxableAmount", "type": "string"},
{"name": "Categories", "type": "array", "child_type": "string"},
{"name": "AccountId", "type": "string"},
{"name": "Account", "type": "string"}
{"name": "Account", "type": "string"},
{"name": "Store", "type": "string"}
],
"TransactionListReport": [
{"name": "Date", "type": "string"},
Expand Down

0 comments on commit f04c90f

Please sign in to comment.