Explanation for the sales invoice item fields

  1. rate: The selling price per unit qty in invoice currency (after discount / margin applied on price_list_rate)
  2. amount: The sales amount for the total qty of that item in invoice currency
  3. base_rate: The above rate (1) in company’s base currency
  4. base_amount: The above amount (2) in company’s base currency
  5. net_rate: The price per unit qty in invoice currency (exclusive tax and after deduction of discount applied on grand_total / net_total)
  6. net_amount: The sales amount for the total qty of that item in invoice currency (exclusive tax and after deduction of discount applied on grand_total / net_total)
  7. base_net_rate: The above net_rate (5) in company’s base currency
  8. base_net_amount: The above net_amount (6) in company’s base currency
  9. price_list_rate: The selling price per unit qty in invoice currency, as per selected Price List
  10. base_price_list_rate: The above price_list_rate (9) in company’s base currency
5 Likes