Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. data = {
  2. "total_transaction_total_amount": total_transaction_total_amount,
  3. "total_transaction_discount_amount": total_transaction_discount_amount,
  4. "cogs": cogs,
  5. "store_id": store_id,
  6. "gross_profit": gross_profit,
  7. "sga_expense": sga_expense,
  8. "employee_salary_count": salary,
  9. "rent": rent,
  10. "store_electricity_bill": electriciy,
  11. "store_utility_count": utility,
  12. "misc_expenses_count": misc_expenses,
  13. "operating_profit": operating_profit,
  14. 'interest_expenses': interest_expense,
  15. 'tax': tax,
  16. 'depreciation_cost':depreciation_cost,
  17. 'net_income': net_income,
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement