Receipt Assistant
Manage receipts with Sparrow. You can read, store and review your receipts.
Manage your receipts with Receipt Assistant. This plugin allows you to easily read, store, and review your receipts. It's like having a personal assistant for your receipts! Keep track of your expenses and stay organized with Sparrow. No more losing receipts or struggling to find them when you need them. Whether you want to digitally store your receipts or simply review them, Receipt Assistant has got you covered. Say goodbye to the hassle of managing paper receipts and let Sparrow handle everything for you!
How to
Comments (0)
API docs
Learn how to use Receipt Assistant effectively! Here are a few example prompts, tips, and the documentation of available commands.
Example prompts
-
Prompt 1: "I want to upload a receipt and get information about how to do it."
-
Prompt 2: "I have a receipt ID and I want to fetch the processed data for that receipt."
-
Prompt 3: "I want to store the processed receipt data in the database."
-
Prompt 4: "I have a receipt ID and I want to retrieve the stored content from the database."
-
Prompt 5: "I want to delete the stored content for a specific receipt ID."
-
Prompt 6: "I want to get all the previously stored receipt IDs from the database."
-
Prompt 7: "I want to get all the previously stored receipt content from the database."
Features and commands
Feature/Command | Description |
---|---|
getUploadReceiptInfo | This command provides information on how to upload a receipt. |
getReceiptData | This command fetches the processed data for a specific receipt based on the provided receipt ID. |
addReceiptDataToDB | This command stores the processed receipt data (in JSON format) in the database. |
getReceiptDataFromDB | This command retrieves the previously stored receipt content from the database based on the provided receipt ID. |
deleteReceiptDataFromDB | This command deletes the previously stored receipt content from the database based on the provided receipt ID. |
getReceiptsDataIdsFromDB | This command retrieves all the previously stored receipt IDs from the database. |
getReceiptsDataContentFromDB | This command retrieves all the previously stored receipt content from the database. |