Jun 29, 2009

Download free!! Inside Microsoft Dynamics AX 4.0 eBook


หนังสือสำหรับผู้ที่ต้องการรู้เกี่ยวกับ Microsoft Dynamics AX 4.0 ครับ สามารถ download ได้ฟรีเลยครับ คลิ๊กที่นี้

Feb 13, 2009

ใช้ google maps แสดงพิกัดที่อยู่ลูกค้า

หลาย ๆ คนคงเคยใช้ google maps กันแล้ว ตอนนี้แผนที่สำหรับประเทศไทย ค่อนข้างดี แสดงถนน คำนวณเส้นทางได้ เลยกลับมานั่งคิดว่า น่าจะเอามาใช้กับ Dynamics AX ได้ และคงมีประโยชน์มาก ๆ เช่น

  • เก็บพิกัดลูกค้า เพื่อให้พนักงานขาย สามารถเดินทางไปหาลูกค้าได้โดยไม่หลงทาง ถ้าเป็นพนักงานใหม่ที่เข้ามาดูแลลูกค้าต่อ ยิ่งมีประโยชน์
  • ฝ่ายขนส่ง ใช้ในการวางแผนการส่งสินค้า
  • อนาคตนำมาวาดเป็นแผนที่ เพื่อวางแผนการตลาด โดยแบ่งโซน พื้นที่ได้
  • สามารถนำพิกัดไปใช้ในอุปกรณ์ GPS เพื่อนำทางได้
เริ่มต้น project กันเลย

1. สร้าง Extended data type เป็นขั้นแรก โดยสร้าง 2 type ดังนี้
  • NJ_Latitude
  • NJ_Latitude
2. เพิ่ม field ใน table: CustTable และ Address
  • NJ_Latitude
  • NJ_Latitude
3. นำ field ไปแสดงใน form: CustTable และ Address
4. สร้าง button สำหรับสั่งให้เปิด web google maps ทั้งที่ CustTable และ Address ใส่ code ดังนี้
void clicked()
{
str _url;
;

_url = strfmt("http://maps.google.com/maps?q=%1,%2", num2str(CustTable.NJ_Latitude, 1,15,0,0), num2str(CustTable.NJ_Longitude, 1,15,0,0));

infoLog.urlLookup(_url);

super();
}

Aug 16, 2008

Microsoft AX 2009 version ใหม่ของ AX ออกแล้ว

Microsoft ออก version ใหม่ของ AX แล้ว ใช้ชื่อว่า Microsoft Dynamis AX 2009 ใน version นี้มีการเพิ่มความสามารถใหม่ๆ ขึ้นมามากมาย ซึ่งทำให้ทำงานร่วมกับผลิตภัณฑ์ของ Microsoft ได้อย่างเต็มประสิทธิภาพ

คราวหน้าผมจะค่อย ๆ พูดถึง function ใหม่ ๆ ที่เพิ่มขึ้นทีละอย่างกัน


ref. http://www.microsoft.com/dynamics/ax/default.mspx


May 12, 2007

Hardware recommend for AX 4.0 sp1

Hardware recommend สำหรับผู้ที่ต้องการใช้งาน AX 4.0 sp1 ทาง microsoft มีเอกสารแนะนำสำหรับการใช้งาน AX ซึ่งเอกสารนี้จะบอก spec ของเครื่องที่ต้องใช้ base on user 100 และ 250 concurrent ครับ

สามารถเข้าไป donwload ได้ที่
White paper: Hardware requirements for Microsoft Dynamics AX 4.0 Service Pack 1

Nov 21, 2006

Financial Exam Spec.

Exam Topics



General Ledger - 29%

  • Set up of ledger accounts plus chart of account functionality
  • Creation and use of financial dimensions
  • Utilize controls in the chart of account
  • Configuration and use of financial statements and financial statement rows
  • Set up and use budget models, submodels, allocation keys and parameters
  • Set up and use general journal, including bridging postings and journal approval
  • Set up and purpose of sales tax codes and item sales tax groups, know how sales tax is specified, calculated and where terms of payment are specified, and tax payments
  • Run cash flow forecast
  • Set up bank management
  • Understand and use the reconciliation process
  • Setup a company's base currency, secondary currency and use the currency converter
  • Setup and posting of exchange rate differences, and exchange adjustment


Account Receivable - 22%

  • Set up parameter options for accounts receivable and customer setup
  • Set up and use posting profiles
  • Know the purpose of free text invoice journal, differences between free text and sales order invoices
  • Run customer reconciliation
  • Configuration and execution of collection letters and interest calculations
  • Payment journal differences between accounts receivable and general ledger
  • Understand the accounts receivable automatic settlement process
  • Know the mechanics for making exchange adjustments in accounts receivable
  • Set up payment schedules
  • Print deposit slips from accounts receivable
  • Purpose of customer groups
  • Set up of additional parameters used for invoicing
  • Prepayment


Account Payable - 20%

  • Set up posting profiles and parameters in accounts payable, and vendor setup
  • Invoice receipt, registration and approval
  • Configuration of payments, including terms of payment, bridging, cash discounts, payment schedules and methods of payments
  • Use the audit trail functions
  • Run vendor reconciliation
  • Execute vendor invoice registration and approval
  • Understand the accounts payable automatic settlement process
  • Vendor invoice posting
  • Reverse closed transactions
  • Calculate cash discounts
  • Set up method of payment
  • Generate payments


Advanced Ledger - 18%


  • Set up intercompany accounting and transactions
  • Set up, print and trouble shoot financial statements
  • Set up consolidation company
  • Set up and control number sequences
  • Perform the fiscal year-end close
  • Set up and use of system accounts
  • Set up of fiscal periods
  • Bill of exchange or XBRL?


Fixed Assets - 11%

  • Set up and creation of fixed assets
  • Acquisition of fixed assets
  • Posting principles of fixed assets
  • Set up and use the different depreciation methods
  • Create new tangible asset
  • Use fixed asset budgets
  • Set up derived value models
  • Fixed asset consumption registration






powered by performancing firefox