get_sales_register
Retrieve a month-by-month Sales Register from TallyPrime for a specified date range, summarizing sales voucher activity.
Instructions
Get the Sales Register from TallyPrime for a date range — a month-by-month summary of Sales voucher activity, Tally's own canned report reachable directly via a plain Export Data request. For individual Sales voucher line detail (not just monthly totals), use get_vouchers or get_ledger_vouchers instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | End date, DD-MM-YYYY | |
| from | Yes | Start date, DD-MM-YYYY |