帳戶 - 資料庫

 

資料庫

帳號表(Accounts)

欄位

描述

型態

Code

帳戶代號

文字

AccountTypeCode

帳戶分類

文字

AccountCategoryCode

帳戶類型

文字

Name

帳戶名稱

文字

CurrencyCode

帳戶幣別

文字

         

            範例(Example)

Code

AccountTypeCode

AccountCategoryCode

Name

CurrencyCode

01-01-01

BANK

CURRENT

WealthBank

USD


                                                消費類別(Payment Category)

欄位

描述

型態

Code

類別代號

文字

Type

類型

文字

Name

名稱

文字

 

         範例(Example)

Code

Type

Name

PC00000001

INCOME

SALARY

                                        

                                    活期分帳表(CurrentAccountsLedgerEntry)

欄位

描述

型態

EntryNo_

條目號

文字

AccountCode

帳戶代號

文字

DocumentDate

文件日期

日期

PaymentType

消費類型

文字

Amount

金額

數字

Name

名稱

文字

Description

描述

文字

   
         範例(Example)

EntryNo_

AccountCode

PaymentType

DocumentDate

Amount

Name

Description

CA20240001

01-01-01

INCOME

2024-01-01

1000

SALARY

 


Comments

Popular posts from this blog

Git 環境設定

資料結構 - 佇列 (Data Structure - Queue)