mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 14:08:29 +00:00
added some test records
This commit is contained in:
@@ -86,4 +86,12 @@ class BuyingController(AccountsController):
|
||||
self.doc.currency)
|
||||
|
||||
def calculate_taxes_and_totals(self):
|
||||
pass
|
||||
self.doc.conversion_rate = flt(self.doc.conversion_rate)
|
||||
|
||||
# self.calculate_item_values()
|
||||
# self.initialize_taxes()
|
||||
# self.calculate_net_total()
|
||||
# self.calculate_taxes()
|
||||
# self.calculate_totals()
|
||||
# self.set_total_in_words()
|
||||
|
||||
Reference in New Issue
Block a user