Functie: xPv
public static xFunctions.xPvRet xPv(DataRow dr_stock, int num_tarif, double q);
public static xFunctions.xPvRet xPv(string id_art, int num_tarif, double q);
Vermelding: informatie over een artikel en gelinkt aan de verkoopprijs: verkoopprijs excl. btw, verkoopprijs incl. btw, korting, ...
public class xPvRet
{
public double Colisage { get; }
public string DevT { get; }
public DataRow DrStock { get; }
public int NdecT { get; }
public double PrixHt { get; }
public double PrixTi { get; }
public double Remise { get; }
public double TauxTva { get; }
public bool UtilPrixbase { get; }
}
Parameters:
- id van het artikel waarvoor de informatie gewenst is, of een DataRow die een record van STOCK bevat
- tariefnummer
- hoeveelheid (nul laten als de tarieven niet beheerd worden per hoeveelheid)
- soort informatie die u wenst