Skip to content

Instantly share code, notes, and snippets.

@jtdressel
Created November 8, 2012 23:01
Show Gist options
  • Save jtdressel/4042446 to your computer and use it in GitHub Desktop.
Save jtdressel/4042446 to your computer and use it in GitHub Desktop.
yUML diagram for an accounting program
[note: AOYUDDEAP: As of yet unnamed distributed double entry accounting program.{bg:cornsilk}],
[Account|+UUID+;Name;Type;Parent|+Login();+Logout()],
[TransactionFragment|UUID;Amount;Account;Transaction],
[Transaction|UUID;DateTime;Memo;],
[TransactionFragment]2..*-1[Transaction],
[TransactionFragment]1*-1[Account],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment