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