Report_StockItemSummary
Stock Summary 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 STOCKGROUPNAME is required to make a request and the rest of the filter is executed client side within the {i.
- STOCKGROUPNAME supports the '=' comparisons.
- FromDate supports the '=' comparisons.
- ToDate supports the '=' comparisons.
For example these queries are processed server side:
SELECT * FROM Report_StockItemSummary WHERE STOCKGROUPNAME = 'StockItem1' SELECT * FROM Report_StockItemSummary WHERE STOCKGROUPNAME = 'StockItem1' AND FromDate = '01/01/2019' AND ToDate = '01/01/2020'
Columns
Name | Type | Description |
Name | String | |
Quantity | String | |
Rate | String | |
Amount | Decimal | |
STOCKGROUPNAME | String | |
FromDate | Date | |
ToDate | Date |