create_receipt_voucher
Records incoming payments by creating a receipt voucher, specifying date, bank or cash ledger, customer ledger, and amount.
Instructions
Create a receipt voucher in TallyPrime (money coming in).
Args: date: Voucher date YYYYMMDD. bank_ledger: Bank or cash ledger receiving the payment. party_ledger: Customer ledger to credit. amount: Receipt amount. narration: Optional description or reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| bank_ledger | Yes | ||
| party_ledger | Yes | ||
| amount | Yes | ||
| narration | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |