Report_StockVouchers
StockVouchers Report of Tally
Table Specific Information
Select
The {i will use the Tally API to process WHERE clause conditions built with the following column and operator. The StockItemName is required to make a request and the rest of the filter is executed client side within the {i.
- StockItemName supports the '=' comparisons.
- FromDate supports the '=' comparisons.
- ToDate supports the '=' comparisons.
For example these queries are processed server side:
SELECT * FROM Report_StockVouchers WHERE StockItemName = 'StockItem1' SELECT * FROM Report_StockVouchers WHERE StockItemName = 'StockItem1' AND FromDate = '01/01/2019' AND ToDate = '01/01/2020'
Columns
Name | Type | Description |
Account | String | |
Date | Date | |
Type | String | |
InQuantity | String | |
InAmount | Decimal | |
OutQuantity | String | |
OutAmount | Decimal | |
StockItemName | String | |
FromDate | Date | |
ToDate | Date |