예제 #1
0
파일: xmlformat.py 프로젝트: bwesterb/koert
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, Commodity(result))
예제 #2
0
파일: xmlformat.py 프로젝트: bwesterb/koert
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, Account(result))
예제 #3
0
파일: xmlformat.py 프로젝트: bwesterb/koert
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, File(result))
예제 #4
0
파일: xmlformat.py 프로젝트: bwesterb/koert
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, Book(result, sh.scheme))
예제 #5
0
파일: xmlformat.py 프로젝트: bwesterb/koert
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, result['gnc'])
예제 #6
0
파일: xmlformat.py 프로젝트: bwesterb/koert
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, TimeStamp(result))
예제 #7
0
파일: xmlformat.py 프로젝트: bwesterb/koert
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, Split(result))
예제 #8
0
파일: xmlformat.py 프로젝트: bwesterb/koert
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, result['splits'])
예제 #9
0
파일: xmlformat.py 프로젝트: bwesterb/koert
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, Transaction(result))