First of all: Great implementation of AI. This is very well done and crazy useful. Using the chat I have an Idea:
Workflow so far:
- I get an Invoice into DT
- Each invoice has to be payed from a certain account using Moneymoney.
- I copy the corresponding script into the chat and have it generate an apple Script.
- I then execute the script resulting in an money money window with the data prefilled
- I check the result and authorize the transaction
What I’d love to do:
- right click on the invoice to trigger a DT-Script
- Get a window where I can insert my prompt (doing that using Alfred and snippets)
- Have DT Execute the prompt and execute the resulting script as an Apple Script
- get the window * check the content * authorize the transaction
Could that be done? That would be awesome (and maybe a good use case for similar requirements)
my prompt so far:
create a script with the following format:"
osascript -e "tell application \"MoneyMoney\"
create bank transfer from account \"VOB MY ACCOUNT\" to \"[Insert recipient]\" iban \"[Insert account number without spaces]\" amount [insert the amount] purpose \"INVOICE: [insert the number of the invoice]\"
end tell"
Do not change the format of the script and return only the script. Use the info from the pdf.
I hope someone is interested in working this out with me.
All the best from Germany
Volker