SME-Issues / issues

0 stars 0 forks source link

Compound Query Tests Invoice Payment - 19/07/19 19:52 - 5004 #4812

Open SME-Issues opened 4 years ago

SME-Issues commented 4 years ago

Compound Query Tests Invoice Payment

SME-Issues commented 4 years ago

Understood and failed but likely higher priority

Expressions Notes
fetch the overdue invoices for British Gas how many payments did i get last month
  • Expected ctx .ProcessorResponse .ChunkData .Count to be 2, but found 1.
  • Expected ctx .Chunks .Count to be 2, but found 1.
  • Response: I can't find that name in your accounting system records.
fetch the overdue invoices for British Gas, how many payments did i get last month
  • Expected ctx .ProcessorResponse .ChunkData .Count to be 2, but found 1.
  • Expected ctx .Chunks .Count to be 2, but found 1.
  • Response: I can't find that name in your accounting system records.
find my unpaid bills has Highfield Ltd paid me yet
  • Expected ctx .ProcessorResponse .ChunkData .Count to be 2, but found 1.
  • Expected ctx .Chunks .Count to be 2, but found 1.
  • Response: I can't find that name in your accounting system records.
did i get paid by alpha and show me all outstanding bills for march
  • Expected ctx .ProcessorResponse .ChunkData[0] .Context .HasDateCriteria to be false, but found True.
  • Response: I've had a look at the latest picture and regarding incoming transactions since 20th June 2019 for Alpha Ltd, I can confirm there have been none. The amount owed to creditors by March 2020 is nine outstanding bills totalling £4,291 of which seven are overdue. The amount owed from debtors by March 2020 is nine outstanding invoices totalling £9,857 of which four are overdue.
did i get paid by alpha show me all outstanding bills for march
  • Expected ctx .ProcessorResponse .ChunkData[0] .Context .HasDateCriteria to be false, but found True.
  • Response: I've had a look at your account details and regarding incoming transactions since 20th June 2019 for Alpha Ltd, I can confirm there have been none. The amount owed to creditors by March 2020 is nine outstanding bills totalling £4,291 of which seven are overdue. The amount owed from debtors by March 2020 is nine outstanding invoices totalling £9,857 of which four are overdue.
did i get paid by alpha then show me all outstanding bills for march
  • Expected ctx .ProcessorResponse .ChunkData[0] .Context .HasDateCriteria to be false, but found True.
  • Response: I've explored and regarding incoming transactions since 20th June 2019 for Alpha Ltd, I can confirm there have been none. The amount owed to creditors by March 2020 is nine outstanding bills totalling £4,291 of which seven are overdue. The amount owed from debtors by March 2020 is nine outstanding invoices totalling £9,857 of which four are overdue.
did i get paid by alpha, show me all outstanding bills for march
  • Expected ctx .ProcessorResponse .ChunkData[0] .Context .HasDateCriteria to be false, but found True.
  • Response: I've just reviewed your accounts and regarding incoming transactions since 20th June 2019 for Alpha Ltd, I can confirm there have been none. The amount owed to creditors by March 2020 is nine outstanding bills totalling £4,291 of which seven are overdue. The amount owed from debtors by March 2020 is nine outstanding invoices totalling £9,857 of which four are overdue.
how much did the payments to ikea cost and can you tell me about my clients
  • Expected ctx .ProcessorResponse .ChunkData[0] .Context .HasDateCriteria to be false, but found True.
  • Response: I can't find that name in your bank account records. The amount owed from clients is nine unpaid invoices totalling £9,857 of which four are overdue.
how much did the payments to ikea cost can you tell me about my clients
  • Expected ctx .ProcessorResponse .ChunkData[0] .Context .HasDateCriteria to be false, but found True.
  • Response: I can't find that name in your bank account records. The amount owed from clients is nine unpaid invoices totalling £9,857 of which four are overdue.
how much did the payments to ikea cost then can you tell me about my clients
  • Expected ctx .ProcessorResponse .ChunkData[0] .Context .HasDateCriteria to be false, but found True.
  • Response: I can't find that name in your bank account records. The amount owed from clients is nine unpaid invoices totalling £9,857 of which four are overdue.
how much did the payments to ikea cost, can you tell me about my clients
  • Expected ctx .ProcessorResponse .ChunkData[0] .Context .HasDateCriteria to be false, but found True.
  • Response: I can't find that name in your bank account records. The amount owed from clients is nine unpaid invoices totalling £9,857 of which four are overdue.
find my unpaid bills and has Highfield Ltd paid me yet
  • Expected ctx .ProcessorResponse .ChunkData[1] .Context .HasDateCriteria to be false, but found True.
  • Response: I can't find that name in your bank account records. The amount owed to creditors is nine unpaid bills totalling £4,291 of which seven are overdue. The amount owed from debtors is nine unpaid invoices totalling £9,857 of which four are overdue.
find my unpaid bills, has Highfield Ltd paid me yet
  • Expected ctx .ProcessorResponse .ChunkData[1] .Context .HasDateCriteria to be false, but found True.
  • Response: I can't find that name in your bank account records. The amount owed to creditors is nine unpaid bills totalling £4,291 of which seven are overdue. The amount owed from debtors is nine unpaid invoices totalling £9,857 of which four are overdue.
show me all the june invoices and did Horan ltd send that payment on Friday?
After pre-processingshow me all the june invoices and did Horan ltd send that payment on Friday
  • Expected ctx .ProcessorResponse .ChunkData[1] .Context .QueryDateStart to be <2019-07-12>, but found <2019-07-19>.
  • Response: I can't find that name in your bank account records. In June 2019 you received eight invoices totalling £3,787, of which seven have been paid totalling £2,983 and you raised nine invoices totalling £12,019, of which eight have been paid totalling £11,693.
show me all the june invoices, did Horan ltd send that payment on Friday?
After pre-processingshow me all the june invoices, did Horan ltd send that payment on Friday
  • Expected ctx .ProcessorResponse .ChunkData[1] .Context .QueryDateStart to be <2019-07-12>, but found <2019-07-19>.
  • Response: I can't find that name in your bank account records. In June 2019 you received eight invoices totalling £3,787, of which seven have been paid totalling £2,983 and you raised nine invoices totalling £12,019, of which eight have been paid totalling £11,693.
SME-Issues commented 4 years ago

Test Exception

Expressions Notes
show me all the june invoices did Horan ltd send that payment on Friday? SMEBankingAPI .Tests .Reporting .Helpers .TestFailedException: Error running test: Found multiple datetime entities in 'show me all the june invoices did horan ltd send that payment on friday' at async Task SMEBankingAPI .Tests .Reporting .InputProcessing .BankingAiProcessingTest…