-
I am not sure if you consider this an issue (it can be bypassed with a typecast) but
TaxCode.Rate in the API is a Decimal (8,4) in the API but declared as a double in the SDK
Regards,
John.
-
Hi guys,
I try to create a user with a custom user-type using the following cr:
```
apiVersion: user.okta.upbound.io/v1alpha1
kind: User
metadata:
name: example-user
spec:
forProvider:
…
-
Inside the page http://localhost/it/account/address-book/3/edit
as a Person If I try to fill the `sylius_address_taxCode` with a vat number the validation accepts the data.
I expected that the t…
-
I'm not sure if I'm doing something wrong, but I'm trying to query all of the TaxCodes for my company, including the TaxRates in the SalesTaxRateList property, but none of the list objects seem to pop…
-
$TaxRateService = new QuickBooks_IPP_Service_TaxRate();
$taxRates = $TaxRateService->query($Context, $realm, "SELECT * FROM TaxRate WHERE Id IN('$id')");
We first get the taxcode from quickbooks u…
-
Hi,
@bgmulinari
Why do I get different totals from the order to the invoice?
My input:
![image](https://github.com/bgmulinari/B1SLayer/assets/25017591/d9f572fd-1fd0-4a08-bb08-05248ae05b39)
…
-
We are implementing the SAF-T reporting and run into errors when validation the XML-file via upload at Skatteetaten. The file has passed validation when using the SAF-T XML-validator provided by Skatt…
-
QBO US only supports "Automated Sales Tax" (AST) determination. When creating an Invoice from WAQM, the tax amount and the derived tax code are provided. QBO maintains the provided tax amount, but …
-
[Nested relation](https://github.com/ppetzold/nestjs-paginate/pull/509) filtering works properly with columns but not with virtual column.
Error encountered
```
[Nest] 29684 - 11/12/2023, 5:54:…
-
I believe the URL for POSTing a TaxService (the way to create new TaxCodes and TaxRates) is incorrect.
[According to the documentation](https://developer.intuit.com/app/developer/qbo/docs/api/acco…