Initial commit MKD fixes
This commit is contained in:
4
backend/templates/accounts.csv
Executable file
4
backend/templates/accounts.csv
Executable file
@@ -0,0 +1,4 @@
|
||||
building_id,apartment_number
|
||||
b-1,1
|
||||
b-1,2
|
||||
b-2,1
|
||||
|
3
backend/templates/buildings.csv
Executable file
3
backend/templates/buildings.csv
Executable file
@@ -0,0 +1,3 @@
|
||||
id,address,district_id
|
||||
b-1,ул. Примерная, 1,d-1
|
||||
b-2,ул. Примерная, 2,d-1
|
||||
|
3
backend/templates/districts.csv
Executable file
3
backend/templates/districts.csv
Executable file
@@ -0,0 +1,3 @@
|
||||
id,name,manager_name
|
||||
d-1,Участок 1,Иванов И.И.
|
||||
d-2,Участок 2,Петров П.П.
|
||||
|
3
backend/templates/employees.csv
Executable file
3
backend/templates/employees.csv
Executable file
@@ -0,0 +1,3 @@
|
||||
id,name,position,phone,status,salary,assigned_district_id
|
||||
e-1,Иванов Иван Иванович,Мастер участка,+7 900 111-22-33,active,50000,d-1
|
||||
e-2,Петров Пётр Петрович,Слесарь-сантехник,+7 900 222-33-44,active,45000,d-1
|
||||
|
Reference in New Issue
Block a user