accounting/init/data.yaml

125 lines
2.1 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

appcodes:
- id: accounting_dir
name: 记账方向
hierarchy_flg0
- id: balance_at
name: 余额方向
hierarchy_flg0
- id: partytype
name: 机构类型
hierarchy_flg0
- id: credit_status
name: 信用额度状态
hierarchy_flg0
appcodes_kv:
- id: accounting_dir0
parentid: accounting_dir
k: 0
v:
- id: accounting_dir1
parentid: accounting_dir
k: 1
v:
- id: balance_at_0
parentid: balance_at
k: 0
v:
- id: balance_at_1
parentid: balance_at
k: 1
v:
- id: partytype_0
parentid: partytype
k: owner
v: 平台
- id: partytype_1
parentid: partytype
k: reseller
v: 分销商
- id: partytype_2
name: partytype
k: customer
v: 客户
- id: partytype_3
parentid:partytype
k: provider
v: 供应商
- id: credit_status_active
parentid: credit_status
k: active
v: 生效
- id: credit_status_inactive
parentid: credit_status
k: inactive
v: 停用
- id: credit_status_expired
parentid: credit_status
k: expired
v: 已过期
- id: currency_status_active
parentid: currency_status
k: active
v: 启用
- id: currency_status_inactive
parentid: currency_status
k: inactive
v: 停用
currency:
- id: CNY
name: 人民币
symbol: ¥
decimal_places: 2
is_base: '1'
status: active
- id: USD
name: 美元
symbol: $
decimal_places: 2
is_base: '0'
status: active
- id: JPY
name: 日元
symbol: ¥
decimal_places: 0
is_base: '0'
status: active
- id: GBP
name: 英镑
symbol: £
decimal_places: 2
is_base: '0'
status: active
exchange_rate:
- id: er_usd_cny
from_currency: USD
to_currency: CNY
buy_rate: 7.150000
sell_rate: 7.250000
mid_rate: 7.200000
effective_date: '2025-01-01'
- id: er_jpy_cny
from_currency: JPY
to_currency: CNY
buy_rate: 0.048000
sell_rate: 0.049000
mid_rate: 0.048500
effective_date: '2025-01-01'
- id: er_gbp_cny
from_currency: GBP
to_currency: CNY
buy_rate: 9.100000
sell_rate: 9.250000
mid_rate: 9.175000
effective_date: '2025-01-01'
- id: er_cny_usd
from_currency: CNY
to_currency: USD
buy_rate: 0.137900
sell_rate: 0.139900
mid_rate: 0.138900
effective_date: '2025-01-01'