You've already forked akaunting-py
Update test data
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"id":2,
|
||||
"company_id":1,
|
||||
"name":"Some Account",
|
||||
"number":"**-9011-*******-03",
|
||||
"number":"00-0000-0000000-00",
|
||||
"currency_code":"NZD",
|
||||
"opening_balance":0,
|
||||
"opening_balance_formatted":"$0.00",
|
||||
@@ -31,4 +31,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
56
data/v3/GetAccountsSearch.json
Normal file
56
data/v3/GetAccountsSearch.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"data":[
|
||||
{
|
||||
"id":2,
|
||||
"company_id":1,
|
||||
"type":"bank",
|
||||
"name":"Some Account",
|
||||
"number":"00-0000-0000000-00",
|
||||
"currency_code":"NZD",
|
||||
"opening_balance":351.17,
|
||||
"opening_balance_formatted":"$351.17",
|
||||
"current_balance":306.3600000000006,
|
||||
"current_balance_formatted":"$306.36",
|
||||
"bank_name":"None",
|
||||
"bank_phone":"None",
|
||||
"bank_address":"None",
|
||||
"enabled":true,
|
||||
"created_from":"core::ui",
|
||||
"created_by":1,
|
||||
"created_at":"2022-05-30T11:06:21+12:00",
|
||||
"updated_at":"2022-05-30T11:10:47+12:00"
|
||||
}
|
||||
],
|
||||
"links":{
|
||||
"first":"https://someakaunting-url/api/accounts?page=1",
|
||||
"last":"https://someakaunting-url/api/accounts?page=1",
|
||||
"prev":"None",
|
||||
"next":"None"
|
||||
},
|
||||
"meta":{
|
||||
"current_page":1,
|
||||
"from":1,
|
||||
"last_page":1,
|
||||
"links":[
|
||||
{
|
||||
"url":"None",
|
||||
"label":"Previous",
|
||||
"active":false
|
||||
},
|
||||
{
|
||||
"url":"https://someakaunting-url/api/accounts?page=1",
|
||||
"label":"1",
|
||||
"active":true
|
||||
},
|
||||
{
|
||||
"url":"None",
|
||||
"label":"Next",
|
||||
"active":false
|
||||
}
|
||||
],
|
||||
"path":"https://someakaunting-url/api/accounts",
|
||||
"per_page":100,
|
||||
"to":1,
|
||||
"total":1
|
||||
}
|
||||
}
|
||||
13
data/v3/GetAccountsSearchNotFound.json
Normal file
13
data/v3/GetAccountsSearchNotFound.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"data":[],
|
||||
"meta":{
|
||||
"total":0,
|
||||
"count":0,
|
||||
"per_page":100,
|
||||
"current_page":0,
|
||||
"total_pages":0,
|
||||
"links":{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user