Display product data as well as the MHT and MTTC

Danimolo -  
jordane45 Posted messages 30427 Registration date   Status Moderator Last intervention   -
Hello,
How to display in C language
The data of a product as well as the pre-tax amount MHT and the all taxes included MTTC
A product is characterized by its code its label its unit price and its quantity

Configuration: Android / Chrome 74.0.3729.136

1 answer

  1. jordane45 Posted messages 30427 Registration date   Status Moderator Last intervention   4 832
     
    Hello
    By performing multiplications and knowing the VAT amount to apply to the product...

    MHT = unit price x quantity

    MTTC = unit price x quantity x VAT

    --
    Best regards,
    Jordane
    0