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