-
Ich bekomme im Validator 1.5.0 (lokal und auf service-bw.de) den Fehler BR-CO-15
` [BR-CO-15]-Invoice total amount with VAT (BT-112) = Invoice total amount without VAT (BT-109) + Invoice total VAT a…
-
## What is the Problem Being Solved?
I ran some statistics on a recent copy of the mainnet `swingstore.sqlite` with the following SQL statements:
```sql
SELECT COUNT(bundle) FROM bundles;
SELECT SUM…
-
Hi, about my last PR I have added some useful code. Again, not pretty:
EuropaTIN class:
```
protected const TIN_EU_COUNTRY_LIST = ['AT','BE','BG','CY','CZ','DE','DK','EE','EL','ES','FI','FR…
-
## 🐛 Bug Report
Using react-spring in conjunction with styled-components css prop in Typescript causes a "Type instantiation is excessively deep and possibly infinite" compilation error.
![image…
-
Hello,
I'm trying to translate the validator message.
I added a vat_number entry in the validation.php of my lang directory with no effect ...
Any idea what I'm missing here ?
thanks, Denis
-
Grundsätzlich ist lt. Dokumentation die Kennung "FC" (Fiscal number) zur Kennzeichnung der Steuernummer (nicht USt-ID) erlaubt. Die Validierung bringt jedoch eine Fehlermeldung:
Value of '@schemeID' …
-
nopCommerce version: 4.20
NopCommerce 4.20 appears to allow plugins with any name to be installed.
In `InstallController.Index(InstallModel)` the application looks for plugins that implement the…
-
## Describe the bug
Nodes.guru performed u16 on their devnet node, and it AppHashed in the upgrade block.
## To Reproduce
See swing-store export
## Expected behavior
No app hash
## Platf…
-
### Preconditions (*)
Magento 2.4.2
2.4-develop having EE and B2B Modules
### Steps to reproduce (*)
Using Fresh magento installation with samples datas.
1. Create a tax rate (20%) applied on b…
-
I do still have a problem with not being able to connect flutter debugger through AS. I do tried switching to VS Code cause of this, flutter attach works fine through VS Code and through terminal. But…