🔧 (couchdb) change couchdb url
This commit is contained in:
2
.env
2
.env
@@ -1 +1 @@
|
|||||||
VUE_APP_COUCHDB=https://juliencalixte.ddns.net/database
|
VUE_APP_COUCHDB=https://couch.li212.fr
|
||||||
@@ -85,6 +85,7 @@ export default class RefundTransaction extends Vue {
|
|||||||
)
|
)
|
||||||
const transaction: ITransaction = {
|
const transaction: ITransaction = {
|
||||||
accountId: this.account._id,
|
accountId: this.account._id,
|
||||||
|
doctype: 'transaction',
|
||||||
name: 'Remboursement',
|
name: 'Remboursement',
|
||||||
date,
|
date,
|
||||||
tag: TransactionTag.None,
|
tag: TransactionTag.None,
|
||||||
|
|||||||
@@ -205,6 +205,7 @@ export default class AccountNew extends Vue {
|
|||||||
}))
|
}))
|
||||||
const userIds: string[] = users.map((u: IUser) => slug(u.userId))
|
const userIds: string[] = users.map((u: IUser) => slug(u.userId))
|
||||||
const newAccount: IAccount = {
|
const newAccount: IAccount = {
|
||||||
|
doctype: 'account',
|
||||||
name: this.name,
|
name: this.name,
|
||||||
admin: this.user
|
admin: this.user
|
||||||
? {
|
? {
|
||||||
|
|||||||
Reference in New Issue
Block a user