Esempio n. 1
0
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, Commodity(result))
Esempio n. 2
0
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, Account(result))
Esempio n. 3
0
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, File(result))
Esempio n. 4
0
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, Book(result, sh.scheme))
Esempio n. 5
0
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, result['gnc'])
Esempio n. 6
0
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, TimeStamp(result))
Esempio n. 7
0
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, Split(result))
Esempio n. 8
0
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, result['splits'])
Esempio n. 9
0
 def post_result(self, sh, result):
     SwitchSH.post_result(self, sh, Transaction(result))