The calculation expression used for composing the Asset value in module Fixed Assets when integration with the purchases module exists through incoming document, must be configured in parameter MV_VLRATF. Routine FISXATF.PRW contains a reading call to the content of this parameter, and applies a standard expression (Brazil) if no value or expression is configured in the parameter,
Contents of routine FISXATF.PRW: (SD1->D1_TOTAL-SD1->D1_VALDESC)+If(SF4->F4_CREDIPI=="S",0,SD1->D1_VALIPI)-IIf(SF4->F4_CREDICM=="S",SD1->D1_VALICM,0)
Contents of Dictionary SX6: MV_VLRATF = (SD1->D1_TOTAL-SD1->D1_VALDESC)+If(SF4->F4_CREDIPI=="S",0,SD1->D1_VALIPI)-IIf(SF4->F4_CREDICM=="S",SD1->D1_VALICM,0) |