fix: Add missing cess amount in GSTR-3B report
This commit is contained in:
parent
ed68f11a46
commit
c468e4a93d
@ -322,6 +322,9 @@ class GSTR3BReport(Document):
|
|||||||
inter_state_supply_details[(gst_category, place_of_supply)]['txval'] += taxable_value
|
inter_state_supply_details[(gst_category, place_of_supply)]['txval'] += taxable_value
|
||||||
inter_state_supply_details[(gst_category, place_of_supply)]['iamt'] += (taxable_value * rate /100)
|
inter_state_supply_details[(gst_category, place_of_supply)]['iamt'] += (taxable_value * rate /100)
|
||||||
|
|
||||||
|
if self.invoice_cess.get(inv):
|
||||||
|
self.report_dict['sup_details']['osup_det']['csamt'] += flt(self.invoice_cess.get(inv), 2)
|
||||||
|
|
||||||
self.set_inter_state_supply(inter_state_supply_details)
|
self.set_inter_state_supply(inter_state_supply_details)
|
||||||
|
|
||||||
def set_supplies_liable_to_reverse_charge(self):
|
def set_supplies_liable_to_reverse_charge(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user