Added VAT calculation

This commit is contained in:
Pinga 2023-12-14 16:07:25 +02:00
parent 8a144a6add
commit b404c59113
6 changed files with 45 additions and 10 deletions

View file

@ -713,7 +713,9 @@ INSERT INTO `registry`.`settings` (`name`, `value`) VALUES
('whois-43-queries', '0'),
('company_name', 'Example Registry LLC'),
('address', '123 Example Street, Example City'),
('address2', '48000, Ukraine'),
('address2', '48000'),
('cc', 'Ukraine'),
('vat_number', '0'),
('phone', '+123456789'),
('handle', 'RXX'),
('email', 'contact@example.com');