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

 
 
Опции темы Поиск в этой теме Опции просмотра
Старый 09.12.2009, 09:05   #1  
Blog bot is offline
Blog bot
Участник
 
25,643 / 848 (80) +++++++
Регистрация: 28.10.2006
Dynamics AX Sustained Engineering: Incorrect posting profile used when cancelling a prepayment
Источник: http://blogs.technet.com/dynamicsaxs...repayment.aspx
==============

Prepayment reversal is posted using the default posting profile summary account and then eventually reversed to the prepayment posting profile summary account. When cancelling a payment unnecessary reversal transaction records are inserted in the CustTrans table. These transactions should be at least marked/checked in the ‘CancelledPayment’ column.



This fix is applied in \Classes\CustVendSettle_Cust\postingProfileSettle().



Change:



custVoucher.parmTransVoucher(_custVendTrans.Voucher);



custVoucher.parmVoucher(_custVendTrans.Voucher);

custVoucher.parmInvoiceId(_custVendTrans.Invoice);

custVoucher.parmPaymMode(_custVendTrans.PaymMode);

custVoucher.parmPaymSpec(_custVendTrans.PaymSpec);

custVoucher.parmFormLetter(_custVendTrans.Voucher);

To:

custVoucher.parmTransVoucher(_custVendTrans.Voucher);



cust.Voucher.parmCancelledPayment(true);

custVoucher.parmVoucher(_custVendTrans.Voucher);

custVoucher.parmInvoiceId(_custVendTrans.Invoice);

custVoucher.parmPaymMode(_custVendTrans.PaymMode);

custVoucher.parmPaymSpec(_custVendTrans.PaymSpec);

custVoucher.parmFormLetter(_custVendTrans.Voucher);







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

Похожие темы
Тема Автор Раздел Ответов Посл. сообщение
Dynamics AX Sustained Engineering: New Compatibility Testing Results - October 2009 Blog bot DAX Blogs 0 12.10.2009 20:05
Dynamics AX Sustained Engineering: Microsoft Dynamics AX 4.0 and AX 2009 are compatible with Microsoft Windows 7 and Microsoft Windows Server 2008 R2 Blog bot DAX Blogs 0 22.09.2009 04:06
Dynamics AX Sustained Engineering: SQL Server 2005 sp3 & SQL Server 2008 with Dynamics AX Blog bot DAX Blogs 0 12.02.2009 06:08
Dynamics AX Sustained Engineering: Dynamics AX 2009 Patching Blog bot DAX Blogs 0 08.10.2008 10: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, время: 23:48.