|
26.01.2010, 14:03 | #1 |
Участник
|
Проблема со сторнированием операций по ОС была так-же замечена и в DAX 2009. На текущий момент она исправлена. Исправление предложенное для DAX 2009 на мой взгляд подходит и для 4.0.
Описание проблемы в базе знаний MS для DAX 2009 и ссылки для скачивания исправления доступны по ссылке : https://mbs.microsoft.com/knowledgeb...kpqrxqrwumqppq Если в кратце, то приведение метода initLedgerVoucher класса RAssetTransactionReversal к виду : X++: protected LedgerVoucher initLedgerVoucher() { ; ledgerVoucher = LedgerVoucher::newLedgerPost(DetailSummary::Detail, SysModule::FixedAssets_RU,''); ledgerVoucher.parmReversal(true); ledgerVoucher.lastTransDate(reversalDate); ledgerVoucherObject = LedgerVoucherObject::newVoucher(rAssetTrans.Voucher, reversalDate); ledgerVoucherObject.parmVoucherCheck(false); ledgerVoucher.addVoucher(ledgerVoucherObject); return ledgerVoucher; } |
|
|
За это сообщение автора поблагодарили: d&m (1). |
25.02.2010, 12:19 | #2 |
Участник
|
Вышло два официальных хотфикса для русских ОС (для АХ4 Сп2)
1 The time period in which the depreciation sums change is incorrect after you change a deprecated cost of a fixed asset in Microsoft Dynamics AX 4.0 Service Pack 2 with the Eastern Europe GLS layer installed This hotfix affects the following object:• \Classes\RAssetTableMethod http://support.microsoft.com/hotfix/...979251&kbln=ru 2 Error message when you reverse a fixed asset transaction in Microsoft Dynamics AX 4.0 Service Pack 2 with the Eastern Europe GLS layer installed: "Depreciated asset cost would be negative" SYMPTOMS Assume that you use the Russian specific features in Microsoft Dynamics AX 4.0 Service Pack 2 with the Eastern Europe GLS layer installed. When you reverse a fixed asset transaction that contains a net book value of zero, you receive the following error message: Depreciated asset cost would be negative. Reversal cannot be executed. You expect to reverse the fixed asset transaction that contains a net book value of zero. This hotfix affects the following objects:• \Classes\RAssetTransactionReversal\check • \Classes\RAssetTransactionReversal_CompanyReceipt\classDeclaration • \Classes\RAssetTransactionReversal_CompanyReceipt\checkNetBookValue • \Classes\RAssetTransactionReversal_CompanyReceipt\initValue • \Classes\RAssetTransactionReversal_CompanyReceipt\reverseRAssetTrans • \Classes\RAssetTransactionReversal_CompanyIssue\classDeclaration • \Classes\RAssetTransactionReversal_CompanyIssue\initValue • \Classes\RAssetTransactionReversal_CompanyIssue\reverseRAssetTrans http://support.microsoft.com/hotfix/...979299&kbln=ru Партнерский досутп не требуется === Получить сами ХРО - целый квест 1. Нужно запросить линк с паролем на архив 2. в нем еще архив (ехе) - раром открывается, там сетап.ехе, который будет хро сам заливать 3. Можно распаковать .каб файл и получить искомый ХРО, что бы аккуратно самому его залить со сравнением было-стало |
|
|
За это сообщение автора поблагодарили: sukhanchik (2). |