Paramétrage de la tarification
Propriété | Type | Ordre | Obligatoire | Description |
---|---|---|---|---|
UserCanSeePrices | Boolean | 0 | False | L'utilisateur a accès aux tarifs de vente |
UserCanAddSubServices | Boolean | 1 | False | L'utilisateur peut ajouter des sous prestations (Assurance, options) |
UserCanSelectCashOnDelivery | Boolean | 2 | False | L'utilisateur peut renseigner un contre remboursement |
ShipmentWithoutPriceAreNotAllowed | Boolean | 3 | False | L'utilisateur ne peut pas saisir de mission sans tarif |
CashOnDeliveryIsAllowed | Boolean | 4 | False | L'utilisateur peut saisir un contre remboursement |
CashOnDeliveryPaymentTerm | List`1 - PaymentTerm | 4 | False | Liste des moyens de paiement autorisés pour le contre remboursement |
RoundTripMustCreateTwoShipments | Boolean | 5 | False | Les commandes avec aller-retour doivent déclencher deux ordres de transports |
UserCanSeeTotalDistance | Boolean | 6 | False | L'utilisateur a accès à la distance estimée du transport |
UseDispatchServiceColor | Boolean | 7 | False | Les couleurs prestations Dispatch doivent être utilisées dans l'interface graphique |
{
"UserCanSeePrices": false,
"UserCanAddSubServices": false,
"UserCanSelectCashOnDelivery": false,
"ShipmentWithoutPriceAreNotAllowed": false,
"CashOnDeliveryIsAllowed": false,
"CashOnDeliveryPaymentTerm": null,
"RoundTripMustCreateTwoShipments": false,
"UserCanSeeTotalDistance": false,
"UseDispatchServiceColor": false
}