Skip to content

Instantly share code, notes, and snippets.

@upsilon
Created June 6, 2011 03:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save upsilon/1009704 to your computer and use it in GitHub Desktop.
Save upsilon/1009704 to your computer and use it in GitHub Desktop.
YAML形式の伝票フォーマット的な何か(草案)
#(例)出金伝票
6/1:
- title: ○○○○
out:
××費: 1000
#(例)入金伝票
6/2:
- title: ○○○○
in:
××益: 1000
#(例)振替伝票
6/3:
- title: ○○○○
debit:
×××: 1000
credit:
×××: 1000
#(例)複数の仕訳
6/4:
- title: ○○○○
out:
××費: 1000
- title: ○○○○
out:
××費: 2500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment