Open RexBearIU opened 2 weeks ago
companySetting { add country code }
Accociate 改成 associate event 裡的 frequence 改成 frequency
account { add note? }
companySetting { add country code }
countryCode string @default tw
Accociate 改成 associate event 裡的 frequence 改成 frequency
改 prisma / db 裡的 accociate => associate 改欄位名字 frequence => frequency
account { add note? }
account table 加上 note string 選填欄位
DB Account table
改 id 的值
新增 parentId, rootId 欄位,並且依照 seed.json 去給預設會計科目的 parentId, rootId 的值
根據規則去給自訂會計科目的 parentId, rootId 的值
新增 note 選填欄位,格式為 string
移除 code 的 unique 限制
修改 parent, child 關係,改用 id 引用
DB CompanySetting table
新增欄位
countryCode string @default tw
prisma model AccociateLineItem
改欄位名稱
accociateVoucherId
⇒ associateVoucherId
accociateVoucher
⇒ associateVoucher
prisma model AccociateVoucher
改欄位名稱
AccociateLineItem
⇒ AssociateLineItem
DB AccociateLineItem table
改欄位名稱
accociate_voucher_id
⇒ associate_voucher_id
DB Event table
改欄位名稱
frequence
⇒ frequency
Summary
DB schema modification till next sprint ~2024/11/15
Tasks
Dependencies
No response
Other Dependencies
No response
Additional Notes
No response