please for the facility of payments in erp what is your recommandation as consultatnt erp
Loading...
how i can add facility payment in add product design : mutation{ batchCreateFacilityPaymentOptions(input:[ { product:"3341" periodMonths:A_3, facilityType:PERCENTAGE percentageValue:15 priceListItem:1
},
{
product:"3341"
periodMonths:A_6,
facilityType:PERCENTAGE
percentageValue:15
priceListItem:1
},
]){ facilityPaymentOptions{ periodMonths percentageValue fixedValue priceListItem{ id name } facilityType totalPriceWithInterest monthlyPayment isActive } } }
Loading...
give me design