Показать сообщение отдельно
Старый 11.12.2008, 22:05   #1  
Blog bot is offline
Blog bot
Участник
 
25,643 / 848 (80) +++++++
Регистрация: 28.10.2006
gatesasbait: How to create and post a financial voucher in Dynamics Ax
Источник: http://gatesasbait.spaces.live.com/B...B9F5!278.entry
==============

 
Good morning
 
The following code gives a rough example of how to create a financial voucher in code:
 
public void sampleLedgerTrans()
{
    Voucher voucher;
    LedgerVoucher ledgerVoucher;
    LedgerVoucherObject ledgerVoucherObject;
    LedgerVoucherTransObject ledgerVoucherTransObject;
    LedgerJournalTransTxt transTxt;
 
    Dimension dimension;
    AmountCur amount;
    Currency currencyCode;
    NumberSequenceCode numberSequenceCode;
    ;
 
<div>    //
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.