17.09.2011, 22:12 | #1 |
Участник
|
Rahul Sharma: Dynamics AX for Retail POS Development
Источник: http://feedproxy.google.com/~r/Rahul...velopment.html
============== This article is a kick start for customizing AX for Retail POS. We will see how we can modify or create new touch screen forms, operations & tables in POS system. At the end, you will also see some code samples that will also give you the feeling of how code looks in POS. Prerequisite: You must know how to write C# assemblies, SQL Queries and X++. Dynamics AX for Retail is a retail software that integrates point of sale (POS), retail store management, and ERP all in one solution. I am assuming you all understand how it works (atleast from functional point of view). It's implementation includes four separate applications. 1) Dynamics AX for Retail Headquarters is managed and implemented in AX. It is designed to run at the head office. It has three modules in AX.
3) Dynamics AX for Retail Store Connect is a windows service that sends data between the head office, stores and individual POS terminals. 4) Dynamics AX for Retail Transaction Service is again a windows service that is also a part of communication mechanism of Dynamics AX for Retail. For example; this service is used to authenticate the cashier logon credentials etc. Customize Retail POS: After going through this article you should be able to modify or extend existing POS functionality. In order to customize the POS, you need to download the Microsoft Dynamics AX for Retail POS Plug-ins. These plug-ins are available on Microsoft Dynamics PartnerSource or CustomerSource website. Plug-ins folder structure. When you download plug-ins you will get C# source code for services and triggers as well as the required documentation. Download also comes with a some .Net tutorials and a developer's guide to customization. Services: Services are actually .Net assemblies. POS implements many of the features as services using interfaces and can be modified using Visual Studio 2008. POS loads these services at run time by calling the interfaces. So whenever you modify or extend the standard service keep the assembly name same as original so that POS can recognize it and call it at run time. Each service provides a specific feature in POS. There is a special service called Blank service. This service can be used to implement custom operations and can be invoked using the Blank operation. NOTE: You can modify or develop new business logic or new touch screen forms when talking about customizing the POS. Logic is written in C# and should not be a big thing for a C# developer. In order to create touch screens Microsoft uses third party controls from DevExpress. You need buys a license of a specific version (9.2.109.0) of DXperience WinForms for Retail April Refresh R2. Triggers: Triggers are called before and after the operations. There are two types of triggers, Pre-triggers and Post-triggers. Pre-triggers provide a way of validation before a certain operation is executed. Post-triggers are used to respond to an operation after it has finished. You can modify the triggers same way as services. Below are the tasks we going to perform in this session to customize POS.
Join me on facebook and feel free to post your comments / feedback / queries. Join me on facebook | twitter | linkedin !!! Источник: http://feedproxy.google.com/~r/Rahul...velopment.html |
|
18.09.2011, 17:28 | #2 |
Участник
|
Неплохая статья, особенно первая часть, которая показывает составляющие текущего решения для Retail индустрии
У кого-то в России не используется случаем? |
|
19.09.2011, 15:30 | #3 |
Участник
|
Да, статья неплохая. Только не в ту сторону идет MS в изготовлении отраслевого решения...
|
|
|
|