SME-Issues / issues

0 stars 0 forks source link

Query Invoice Tests Not Supported - 04/07/19 09:26 - 5004 #4795

Open SME-Issues opened 5 years ago

SME-Issues commented 5 years ago

Query Invoice Tests Not Supported

SME-Issues commented 5 years ago

Understood and failed but likely higher priority

Expressions Notes
do you know if alpha ltd and beta ltd has paid yet
  • expected intent to be query_invoices but found query_payment
  • Response: I can't find that name in your bank account records.
what will my cash position be after I pay all my invoices.
After pre-processingwhat will my cash position be after I pay all my invoices
  • expected intent to be unsupported but found query_balance
  • Response: Conditional queries are not yet supported in this demonstrator.
Do people owe me more than I owe at the moment?
After pre-processingDo people owe me more than I owe at the moment
  • Expected object to be Comparison, but found None.
  • Response: I've ascertained the amount owed from debtors is nine unpaid invoices totalling £9,857 of which four are overdue.
how many times has Sam's Deli been late settling their account in the last year
  • Expected object to be PayDelay, but found None.
  • Response: I can't find that name in your accounting system records.
when does lambda louts usually pay their bills
  • Expected object to be PayDelay, but found None.
  • Response: I can't find that name in your accounting system records.
SME-Issues commented 5 years ago

Test Exception

Expressions Notes
Can you tell me if this month’s invoice from ABC is bigger than last month’s? SMEBankingAPI .Tests .Reporting .Helpers .TestFailedException: Error running test: Found multiple datetime entities in 'can you tell me if this month's invoice from abc is bigger than last month's' at async Task SMEBankingAPI .Tests .Reporting .InputProcessing .BankingAiProcessin…