AXForum  
Вернуться   AXForum > Microsoft Dynamics AX > DAX Blogs
DAX
Забыли пароль?
Зарегистрироваться Правила Справка Пользователи Сообщения за день Поиск

 
 
Опции темы Поиск в этой теме Опции просмотра
Старый 17.05.2011, 23:11   #1  
Blog bot is offline
Blog bot
Участник
 
25,475 / 846 (79) +++++++
Регистрация: 28.10.2006
Dynamics AX Sustained Engineering: Internal account statement displays inconsistant information when reversing open transactions which have been exchange adjusted
Источник: http://blogs.technet.com/b/dynamicsa...-adjusted.aspx
==============

Problem:

The Internal account statement report may display inconsistant balance information when reversing open transactions which have been exchange adjusted.

Resolution:

To resolve the issue the following code changes can be made.

Change \Classes\CustVendTransData\remainAmountMST

From:

X++:
public AmountMST remainAmountMST()
{
    AmountMST   remainAmountMST;
    ;

    if (custVendTrans.TransType == LedgerTransType::ExchAdjustment)
    {
        remainAmountMST = custVendTrans.AmountMST - custVendTrans.SettleAmountMST;
    }
To:
X++:
public AmountMST remainAmountMST()
{
    AmountMST   remainAmountMST;
    ;

    if (custVendTrans.TransType == LedgerTransType::ExchAdjustment || custVendTrans.LastExchAdjVoucher)
    {
        remainAmountMST = custVendTrans.AmountMST - custVendTrans.SettleAmountMST;
    }


Источник: http://blogs.technet.com/b/dynamicsa...-adjusted.aspx
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.

Последний раз редактировалось Poleax; 18.05.2011 в 09:25. Причина: код
 

Похожие темы
Тема Автор Раздел Ответов Посл. сообщение
axinthefield: Dynamics AX Event IDs Blog bot DAX Blogs 0 01.03.2011 22:11
Dynamics AX Sustained Engineering: POS Transaction with Sales Order that nets to $0.00 posting failure in statement Blog bot DAX Blogs 0 06.01.2011 20:16
semanticax: Dynamics AX 2009 Installation - Application Blog bot DAX Blogs 0 22.12.2010 08:11
CRM DE LA CREME! Configuring Microsoft Dynamics CRM 4.0 for Internet-facing deployment Blog bot Dynamics CRM: Blogs 0 18.08.2009 11:05
axStart: Microsoft Dynamics AX 2009 Hot Topics Web Seminar Series Blog bot DAX Blogs 0 06.08.2008 12:05

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.
Быстрый переход

Рейтинг@Mail.ru
Часовой пояс GMT +3, время: 16:13.
Powered by vBulletin® v3.8.5. Перевод: zCarot
Контактная информация, Реклама.