![]() |
#26 |
Участник
|
Цитата:
Сообщение от zelibobis
![]() Хм.. мы тоже подправили этот метод - но при пересчете все-равно остаются указанные мною выше проводки. Анализировали код - нашли участок в классе InventCostItemDim методе updateModelAverage:
А метод updateMapOреnІssue содержит в себе достаточно информативный комментарий: Add an issue to mapOреnІssue because it could not be closed. Messages about these will later be written to the infolog. X++: while (tmpIssue.RecId&&tmpIssue.TransDate<=endDate&&this.financialOpenQty(distributionReceipt)>=InventAdj::settleQtyDiff()) { issue = this.tmpIssue2Trans(tmpIssue); /* <SYS> if (issue.TransType==InventTransType::SummedUp&&issue.DateFinancial== endDate) </SYS> */ // <GEEU> if (issue.TransType==InventTransType::SummedUp&&(issue.DateFinancial== endDate||!this.currencyTransfer_RU(issue))) { if (this.currencyTransfer_RU(issue)) // </GEEU> { this.updateMapOpnIssue(issue); // <GEEU> } // </GEEU> next tmpIssue; } else |
|
Теги |
баг, закрытие склада, ошибка, ошибка при закрытии склада, себестоимость |
|
|