SME-Issues / issues

0 stars 0 forks source link

Compound Query Tests Invoice Invoice - 09/11/2018 - 5002 #374

Closed SME-Issues closed 5 years ago

SME-Issues commented 5 years ago

Compound Query Tests Invoice Invoice

SME-Issues commented 5 years ago

Understood and failed

Fail - Understanding: Full - Failed

Expressions Notes
give me all Dec invoices and give me all july invoices Expected ctx .ProcessorResponse .ChunkData .Count to be 2, but found 1.
am i owed money and can i eyeball the invoices for march Expected ctx .ProcessorResponse .ChunkData[0] .QueryContext .InvoiceState to be Unpaid, but found ImplicitUnpaid.
am i owed money, can i eyeball the invoices for march Expected ctx .ProcessorResponse .ChunkData[0] .QueryContext .InvoiceState to be Unpaid, but found ImplicitUnpaid.
what am i owed and what do i owe Expected ctx .ProcessorResponse .ChunkData[0] .QueryContext .InvoiceState to be Unpaid, but found ImplicitUnpaid.
What do I need to pay Tau Ltd and how much do I currently owe to suppliers Expected ctx .ProcessorResponse .ChunkData[0] .QueryContext .InvoiceState to be Unpaid, but found ImplicitUnpaid.
what do i owe and what am i owed Expected ctx .ProcessorResponse .ChunkData[0] .QueryContext .InvoiceState to be Unpaid, but found ImplicitUnpaid.
When do I need to pay Upsilon Ltd and how much do I currently owe to suppliers Expected ctx .ProcessorResponse .ChunkData[0] .QueryContext .InvoiceState to be Unpaid, but found ImplicitUnpaid.
give me all bob's invoices and then show me the abc bills Expected ctx .ProcessorResponse .ChunkData[1] .QueryContext .InvoiceState to be ImplicitUnpaid, but found NotSet.
show me the mcdonalds invoices for next week and do i have any unpaid bills Expected 'pay_any' entity in chunk [0] with value {mcdonalds} but found only {macdonalds}
SME-Issues commented 5 years ago

Failed as not understood

Fail - Understanding: None - Failed

Expressions Notes
can you tell me how many receivable invoices are outstanding and are there invoices which are still unpaid? Expected ctx .ProcessorResponse .ChunkData[1] .QueryContext not to be .
any details on my creditor invoices and Can I see all the invoices for ABC Ltd in the last year? Expected to find entity 'pay_any' but found only {text}
any details on my creditor invoices, Can I see all the invoices for ABC Ltd in the last year? Expected to find entity 'pay_any' but found only {text}
tell me who i need to chase for collection and show me what i owe Expected to find entity 'pay_from' but found only {unknown_entity, who, overdue, paid_query, text, pay_to}
what do i need to pay and what should i be paid System .InvalidOperationException: Expecting entity criteria here at PulseAPI .External .BaseLedgerDataSource .GetOutstandingInvoicesForPaymentQuery(QueryContext context) in G:\SSDDev\Projects\SMEBanki…