2020/01/25 #勘定科目のお勉強

皆様おはようございます、
#猫でもできるPowerShell(備忘録)
#勘定科目のお勉強
<#
元ネタ
gitlab.besco.vn > odoo > addons > data > account.account.template.csv
Mr King / Odoo Community - GitLab
#>

PS> import-csv `
"~\Downloads\account.template.csv" -Encoding Default |
FT -a

id     code   name           user_type_id/id                               tax_ids/id reconcile currency_
                                                                                                id/id   
--     ----   ----           ---------------                               ---------- --------- ---------
A11101 A11101 普通預金           account.data_account_type_liquidity                      FALSE             
A11103 A11103 定期預金           account.data_account_type_liquidity                      FALSE             
A11211 A11211 売掛金            account.data_account_type_receivable                     TRUE               
A11212 A11212 売掛金(USD)       account.data_account_type_receivable                     TRUE      base.USD
 :
 :

勘定科目(簿記)のお勉強になりそうな元ネタです
PowerShellと英語も同時に身に付いたら高コスパ・・か?
ではまた;