WebApiModulesSettingsSystemSettingsInventorySettingsInventorySettings constructor
WebApiModulesSettingsSystemSettingsInventorySettingsInventorySettings({
- String? inventorySettingsId,
- String? inventorySettingsName,
- String? iCodeMask,
- bool? userAssignedICodes,
- int? lastICode,
- String? iCodePrefix,
- bool? enable3WeekPricing,
- bool? enableTieredWeekPricing,
- String? salesCheckOutRetiredReasonId,
- String? salesCheckOutRetiredReason,
- String? salesCheckInUnretiredReasonId,
- String? salesCheckInUnretiredReason,
- String? defaultRentalSaleRetiredReasonId,
- String? defaultRentalSaleRetiredReason,
- String? defaultLossAndDamageRetiredReasonId,
- String? defaultLossAndDamageRetiredReason,
- bool? startDepreciatingFixedAssetsTheMonthAfterTheyAreReceived,
- bool? depreciateFixedAssetsWhenRetired,
- bool? unDepreciateFixedAssetsWhenUnretired,
- bool? includeTaxInOriginalEquipmentCost,
- String? defaultRentalQuantityInventoryCostCalculation,
- String? defaultSalesQuantityInventoryCostCalculation,
- String? defaultPartsQuantityInventoryCostCalculation,
- bool? enableLease,
- bool? autoUpdateInventoryMetricImperialDimensions,
- bool? autoSortInventoryByICode,
- bool? fixedAssetTransferOwnership,
- String? changeICodeRetiredReasonId,
- String? changeICodeRetiredReason,
- bool? changeICodeCreateBrandNewPurchase,
- String? physicalInventoryRetiredReasonId,
- String? physicalInventoryRetiredReason,
- String? physicalInventoryDefaultCost,
- String? physicalInventoryAdjustmentReasonId,
- String? physicalInventoryAdjustmentReason,
- bool? enableInventoryCertification,
- bool? enablePropsWardrobe,
- bool? enableSetsWalls,
- String? returnInventoryRetiredReasonId,
- String? returnInventoryRetiredReason,
- String? voidReturnInventoryUnretiredReasonId,
- String? voidReturnInventoryUnretiredReason,
- bool? requireOriginalShow,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesSettingsSystemSettingsInventorySettingsInventorySettings({
this.inventorySettingsId,
this.inventorySettingsName,
this.iCodeMask,
this.userAssignedICodes,
this.lastICode,
this.iCodePrefix,
this.enable3WeekPricing,
this.enableTieredWeekPricing,
this.salesCheckOutRetiredReasonId,
this.salesCheckOutRetiredReason,
this.salesCheckInUnretiredReasonId,
this.salesCheckInUnretiredReason,
this.defaultRentalSaleRetiredReasonId,
this.defaultRentalSaleRetiredReason,
this.defaultLossAndDamageRetiredReasonId,
this.defaultLossAndDamageRetiredReason,
this.startDepreciatingFixedAssetsTheMonthAfterTheyAreReceived,
this.depreciateFixedAssetsWhenRetired,
this.unDepreciateFixedAssetsWhenUnretired,
this.includeTaxInOriginalEquipmentCost,
this.defaultRentalQuantityInventoryCostCalculation,
this.defaultSalesQuantityInventoryCostCalculation,
this.defaultPartsQuantityInventoryCostCalculation,
this.enableLease,
this.autoUpdateInventoryMetricImperialDimensions,
this.autoSortInventoryByICode,
this.fixedAssetTransferOwnership,
this.changeICodeRetiredReasonId,
this.changeICodeRetiredReason,
this.changeICodeCreateBrandNewPurchase,
this.physicalInventoryRetiredReasonId,
this.physicalInventoryRetiredReason,
this.physicalInventoryDefaultCost,
this.physicalInventoryAdjustmentReasonId,
this.physicalInventoryAdjustmentReason,
this.enableInventoryCertification,
this.enablePropsWardrobe,
this.enableSetsWalls,
this.returnInventoryRetiredReasonId,
this.returnInventoryRetiredReason,
this.voidReturnInventoryUnretiredReasonId,
this.voidReturnInventoryUnretiredReason,
this.requireOriginalShow,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});