Dustin Fast

Results 3 issues of Dustin Fast

I have attempted to adapt the ts code from https://hc200ok.github.io/vue3-easy-data-table-doc/features/item-slot.html into my js module app on a page and the item slots seem to be ignored. There is no error...

The API documentation says an item (product) can be set as non-taxable for US companies and my sandbox is US but the attribute seems to be ignored when creating an...

I am attempting to recreate this query with the node-quickbooks `select * from Customer Where CompanyName IN ('customer1', 'customer2')` using this code ``` qbo.findCustomers( [ { field: 'fetchAll', value: true...