mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
Invoice migration improvements, invoice issuing
This commit is contained in:
parent
7fe851d480
commit
5c0e2be387
12 changed files with 187 additions and 34 deletions
14
db/seeds.rb
14
db/seeds.rb
|
@ -84,3 +84,17 @@ ZonefileSetting.where({
|
|||
}).first_or_create!
|
||||
|
||||
AdminUser.update_all(roles: ['admin'])
|
||||
|
||||
Registrar.where(
|
||||
name: 'EIS',
|
||||
reg_no: '90010019',
|
||||
phone: '+372 727 1000',
|
||||
country_code: 'EE',
|
||||
vat_no: 'EE101286464',
|
||||
email: 'info@internet.ee',
|
||||
state: 'Harjumaa',
|
||||
city: 'Tallinn',
|
||||
street: 'Paldiski mnt 80',
|
||||
zip: '10617',
|
||||
url: 'www.internet.ee'
|
||||
).first_or_create!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue