Monday, April 2, 2018

#codingexercise
In an M×N board with Q horses and their coordinates, moves are only possible by swapping horses.
These horses move as usual to any of their eight location from their current position . How many distinct chess board arrangements are possible .
Solution. This is proportional to the product of the number of swaps possible.
Given a position of a horse, we can find the occupancy in the other eight and enumerate the swaps possible as pairs. pairs are distinct only by membership not order

Today we will continue to discuss Microsoft Dynamics AX. We briefly review the user interface features to get to know Dynamics AX.
The navigation pane provides access to the modules and functionality such as General Ledger, Bank etc. Modules contain folders such as Journals, Inquiries, Reports, Periodic and Setup. Folders contain menu items which execute a function within the program such as opening a form, report or dialogbox. The workspace can be customized to include the buttons that appear in the navigation pane. The toolbar helps us with frequently performed tasks. Tasks include such things as converting units, creating language texts, displaying amounts in a different currency, navigating to other companies, clipboard actions, and changing dates.  Favorites are a way to create shortcut to items such as forms, reports, and queries that we use frequently. Favorites can be organized into folders and can be grouped.
Data appears in the form of records. Records may be created using templates. Templates give pre-filled data that can be used to create records. They may be available only to the user, or to all the users within a selected company, or they could be a system template such as to manage users. Records can be found, filtered and sorted.
Alerts provide a way to track critical events. Alerts are nothing but rules which are available as templates. The different event types supported include due date-type events, update-type events, and create-type and delete-type events Alerts can be displayed as pop-up messages or email messages. Alerts can also be listed from the interface so they can be viewed all at once.
We can also add notes, documents, spreadsheets and other files to records.  Documents are archived in a specific directory. Document types are used to enumerate the documents that can be attached to records. A note or document reference can also be copied from record to record. Multiple notes can be created for the same record.
Dynamics AX provides a variety of tools for viewing and analyzing business data. We will go over these tomorrow.




No comments:

Post a Comment