Use tenant business payment info for invoice QR codes
This commit is contained in:
@@ -60,6 +60,15 @@ export const tenants = pgTable(
|
||||
city: "",
|
||||
name: "",
|
||||
street: "",
|
||||
email: "",
|
||||
phone: "",
|
||||
website: "",
|
||||
taxNumber: "",
|
||||
vatId: "",
|
||||
bankName: "",
|
||||
bankAccountOwner: "",
|
||||
iban: "",
|
||||
bic: "",
|
||||
}),
|
||||
|
||||
features: jsonb("features").default({
|
||||
|
||||
Reference in New Issue
Block a user