TRAINEE WORKBOOK. Atlas 4.0 for Microsoft Dynamics AX Advanced upload system

Size: px
Start display at page:

Download "TRAINEE WORKBOOK. Atlas 4.0 for Microsoft Dynamics AX Advanced upload system"

Transcription

1 TRAINEE WORKBOOK Atlas 4.0 for Microsoft Dynamics AX Advanced upload system

2 COPYRIGHT NOTICE Copyright 2009, Globe Software Pty Ltd, All rights reserved. Trademarks Dynamics AX, IntelliMorph, and X++ have been registered as or are under registration as trademarks of Microsoft Corporation. Microsoft Office System 2007, Windows 2003 and Windows 2008 are registered trademarks of Microsoft Corporation. Software release This documentation accompanies Atlas version or higher and which is suitable for Microsoft Dynamics AX V4.0 SP2 and Dynamics AX 2009 SP1 or higher and Microsoft Office 2007 or higher. Publication date 12/07/2009 Reader comments Any comments or suggestions regarding this publication are welcomed and should be addressed to the attention of:

3 Table of Contents 1 Introduction Welcome About this course Course description Audience Objectives Pre-requisites Classroom Training Training Materials Working with templates Outline Objectives Walkthrough: Creating a simple customer template Scenario Preliminaries Identifying mandatory fields Creating a table template Selecting mandatory fields Adding user required fields Remove redundant fields Applying basic defaults Saving the template Table upload functions Outline Objectives Append function Outline Uses for the Append function Lab. Exercises Update Column function Outline Uses for the Column function Walk-through: Updating a field Lab exercises Replace function Outline Uses for the Lookup function Walk-through: Find and replace Lab Exercises Key points i

4 Introduction 3.7 Quick interaction Journal functions Outline Objectives Walk-through: Journal upload functions Scenario Creating a basic template Adjusting heading and lines fields Mapping and setting defaults Test the journal upload Key points Quick interaction ii

5 1 Introduction 1.1 Welcome Training is a vital component of retaining the value of your Atlas investment. Our training keeps you up-to-date on your solution and helps you develop the skills necessary for you to fully maximize the value of your investment. Whether you choose to undertake Classroom Training, or download our Training Materials, there s a type of training to meet your needs. 1.2 About this course This course provides you with specific guidance on how to build templates in the Atlas upload system Course description This tutor-led course provides students with the knowledge to use advanced functions of the Atlas upload system. The course focuses on using all the upload functions and demonstrates each in isolation and in context Audience This course is intended for all students who wish to learn about the Atlas upload system and what it can do for them. It is expected that students have a good understanding of Microsoft Excel and its basic features Objectives The objective of this course is to provide you with the ability to: Understand and navigate the Atlas ribbon and task panes Understand Designer and Context modes of operation Use the data source tabs and mapping fields to entries in your document Understand the concept of a template and its primary purposes o o Field selection Setting of defaults Understand and how to build table upload templates for the following functions: o Append o o Column update Replace Understand and how to build journal upload templates Understand the various forms of defaults and how to apply them Pre-requisites Students must have completed the Atlas 4 introductory upload course and must be familiar with Microsoft Dynamics AX. They must also have a good knowledge of the basic features of Microsoft Excel. 3

6 Introduction 1.3 Classroom Training Classroom Training provides serious, in-depth learning through hands-on interaction. From demonstrations to presentations to classroom activities, you ll receive hands-on experience with instruction from our experts. 1.4 Training Materials Training Materials allow you to learn at your own pace, on your own time with informationpacked training manuals. We offer a variety of training manuals and user guides, each rich with tips, tricks, and insights you can refer to again and again: Atlas Training Workbooks are very detailed training manuals, designed from a training perspective. These manuals include advanced topics as well as training objectives, exercises and interactions. Look for a complete list of manuals available from your partner or via the website: Before you begin please check that you have the following: You must have a copy of Dynamics AX 4 of Microsoft Dynamics AX 2009 installed and working on the CEU company. Or, A copy of Microsoft Dynamics AX 2009 installed in a VPC with the demonstration company CEU installed. Atlas 4 installed with connections to the appropriate Microsoft Dynamics AX installation. (If you are using the VPC with an Atlas differential installed, then this should already be working) An Atlas client icon on the desktop, configured to point to the training system Atlas 4 training workbooks installed LAB Append Post codes LAB Append Customers LAB Post codes LAB Addresses LAB Update Customer Credit ratings LAB Customer - Item sales forecast LAB Free-text invoice LAB Sales price journal LAB Sales order Atlas 4 completed training workbooks COMPLETE WALKTHROUGH Build in-document template COMPLETE L Append Post codes COMPLETE WALKTHROUGH Update sales pool 4

7 Introduction COMPLETE WALKTHROUGH 4.4.3a - Verification COMPLETE WALKTHROUGH Journal COMPLETE L Sales price journal COMPLETE L Sales order Upload data source file and templates: Training - General - Upload.AtlasDataSources LAB Append New Customers LAB Append New Customers LAB City postal codes LAB Addresses LAB Sales order pool update LAB Sales forecast LAB Free-text invoice Free-text invoice LAB Sales price journal Accompanying walk-through templates: WALKTHROUGH Upload new customer WALKTHROUGH Update sales pool WALKTHROUGH Replace Sales Budget WALKTHROUGH Journal 5

8 2 Working with templates 2.1 Outline For all but the simplest of uploads, a template is needed to define both the fields in the target Microsoft Dynamics AX table and the mapping between these fields and your Microsoft Office document. A template serves two purposes: 1. Describes the required fields in the target Microsoft Dynamics AX table in terms of: a. System requirements. i.e. have all the mandatory fields been included b. User requirements. i.e. have all the fields the user needs been included 2. Provides a means by which pre-set or default values can be assigned to fields, thus reducing the amount of data-entry the user has to do, to successfully upload into Microsoft Dynamics AX. These defaults come in the form of: a. Pre-set literal values b. Number sequences c. Defaults from parent or child records d. X++ method calls 3. Provides a means to map the Microsoft Office document to the Microsoft Dynamics AX fields Templates are analogous to saved queries; they can be saved as a file and shared amongst other users. Mapped templates are often saved into the document as in-document templates. It is these that are used when the upload is run. The batch tasks procedure can only use in-document templates. 2.2 Objectives At the end of this chapter, you will be able to: Create table function templates Understand what is meant by system and user requirements in a template Understand the various forms of template pre-set values Understand how to edit templates Understand the difference between a template and an in-document template 6

9 Working with templates 2.3 Walkthrough: Creating a simple customer template Scenario This is the first opportunity you have had to build an upload template. With an eye for simplicity, you decide to attempt to build a template that can be used to append customer records to the Microsoft Dynamics AX customer table. It will derive the customer account code from a number sequence and it will default the language. You need to remember that the template must satisfy the following conditions before it can be used successfully. Choose a table Includes all mandatory system fields Includes the set of fields necessary to meet the business requirement Remove redundant fields Apply defaults to reduce on-sheet references Saving the template The document you are using to test the upload process is WALKTHROUGH Upload new customer.xlsx Preliminaries Since a number sequence will be used to assign the customer number, it is necessary to create this in Microsoft Dynamics AX first. 1. Open Microsoft Dynamics AX 2. Navigate to Basic -> Setup -> Number sequences -> Number sequences Figure 1 Number sequences 3. Create a new number sequence (Ctrl+N) 4. Enter Atlas_1 in the Number sequence code entry box 5. Enter Atlas customer number in the Name entry box 6. Enter 1 in the Smallest entry box 7. Enter 999 in the Largest 8. Enter AC### in the Format entry box 7

10 Working with templates 9. Save the record (Ctrl+S) 10. Close Microsoft Dynamics AX Identifying mandatory fields Each table will typically include fields that are required by Microsoft Dynamics AX to be filled in. These will include key fields and other essential fields used by the system. Unless derived through a method call, you must include all mandatory fields in your template. You can determine the mandatory fields on a table either by inspecting the table definition in the AOT or selecting the table for upload using Atlas in Context mode: 1. From the Ribbon bar, on the Atlas tab, in the Report options group, ensure that the task pane mode is Context 2. From the Ribbon bar, on the Atlas tab, in the Upload group click the Table button. Choose Append from the menu that is shown 3. Tick to select Customers beneath the Create using template node 4. Click to select the Append tab 5. Scroll down the list, mandatory fields are those with a red underline in the Criteria column Figure 2 Mandatory fields highlighted with red underline Creating a table template Create a template by choosing a table and then adjust the field list to suit: 1. Open the sample workbook 2. From the Ribbon bar, on the Atlas tab, in the Report options group, ensure that the task pane mode is Designer 3. From the Ribbon bar, on the Atlas tab, in the Upload group click the Table button. Choose Append from the menu that is shown 4. Tick to select Customers beneath the Create using template node 5. Click to select the Append tab 8

11 Working with templates Figure 3 Template based upon auto-report fields 6. Click to select the Customers node 7. Click Properties to reveal the properties form 8. Change the Title to read Basic Customer Append 9. Click OK Selecting mandatory fields Ensure your template includes all the required fields. In this case these will be: Customer account Customer group Address book type Currency Language Do this as follows using the Append tab: 1. Click Fields 2. Click to expand the Available fields node 3. Tick to select Address book type 4. Tick to select Language 5. Click OK 9

12 Working with templates Figure 4 All mandatory fields included Adding user required fields These are fields that are in the workbook that are, from a user s point of view, necessary for a successful upload. In this example these include the Search name, Credit rating and the Credit limit: 1. Click Fields 2. Click to expand the Available fields node 3. Tick to select Credit limit 4. Tick to select Credit rating 5. Tick to select Search name 6. Click OK The template now appears as follows: Figure 5 Template including mandatory, user required and redundant fields 10

13 Working with templates Remove redundant fields The template is useable as specified. However, it can be adjusted to remove those fields that are not necessary for the data in the source workbook. These fields include: Address Telephone Organisation number Remove as follows: 1. Click Fields 2. Tick to remove Address 3. Tick to remove Telephone 4. Tick to remove Organisation number 5. Click OK The template now appears as follows: Figure 6 Template suitable for use with the workbook Applying basic defaults Outline You can apply some basic defaults at this stage, these include: Number sequences Literal values that need not be entered from the workbook. E.g. Address book type Adjusting the template for defaults Defaults are applied at field level, in this example these fields will be Customer account, Address book type and Language: 1. Click to select Customer account 2. Right-click to select Properties 3. Tick to select Number sequence 11

14 Working with templates 4. Enter Atlas_1 in the Value entry box 5. Select Per line in New voucher 6. Tick to select Hidden. This ensures the field is not visible at runtime Figure 7 Customer account properties 7. Click Apply 8. Click the right spinner button (>) until the Address book type field is shown 9. Tick to select Hidden. This ensures the field is not visible at runtime 10. Click the Value search button to reveal a list of alternatives 11. Tick to select Organization Figure 8 Choose Organization 12. Click Select items 13. Click OK 14. Click the right spinner button (>) until the Language field is shown 15. Tick to select Hidden. This ensures the field is not visible at runtime 12

15 Working with templates 16. Click the Value search button to reveal a list of alternatives Figure 9 English US 17. Tick to select en-us 18. Click Select items 19. Click OK 20. Click Apply 21. Close the Properties window using the red cross at the top right of the form Below is how the template might look: Figure 10 Basic, unmapped template Saving the template Saving the template will create a file that can be shared with other users and is available for reuse with similar documents: 1. Click Save As 2. In the File name entry box, type LAB 231 Basic Customer Append 13

16 Working with templates Figure 11 Saves As... makes the template available for use 3. Click OK Use the Insert button to make this template an in-document template and then map the document ranges to the fields in the template. 14

17 3 Table upload functions 3.1 Outline The table upload functions are used to enter records into Microsoft Dynamics AX tables. These will typically be budgets and new records for main table and the like. You can also use the upload functions to amend existing columns of a table, for example adjusting the credit limit for a range of customers. A replace function is available which deletes records and then appends new records as a replacement for the deleted ones. You should note that these functions respect the access settings for the tables in Microsoft Dynamics AX. This means that if update or append is not allowed as prescribed by Microsoft Dynamics AX (for example transaction tables) then you will not be able to use the upload functions of Atlas on these tables either. 3.2 Objectives At the end of this chapter, you will be able to: Understand the differences in template design for the following functions: o o o Append Update Replace Understand how each of these three upload functions are built and used Understand how to edit each function 15

18 Table upload functions 3.3 Append function Outline The Append function adds one or more records to a Microsoft Dynamics AX data source. This is the simplest of the Table upload functions as no additional filter criteria needs to be applied Uses for the Append function You use the Append function in the following instances: During implementation, use this to load new, main table and setup data into Microsoft Dynamics AX. For example, customers, vendors, dimensions and items When budget transactions are to be loaded into a new model When the loading of new records using the Microsoft Dynamics AX client would take longer than using the Atlas upload system 16

19 Table upload functions Lab. Exercises 1. Your investigations so far have given you a good understanding of the Table Append function. Despite being shown how to prepare a customer upload template, you will need to use what you have learned into practice and load a list of new customers. You will open the workbook and use the Table Append function to create a template for this purpose. (Use LAB Append Customers.xlsx) Challenge yourself! 1. Ensure task pane mode is Designer 2. Open the Table Append task pane 3. Pick the Customers table 4. Adjust fields to meet mandatory and user requirements 5. Apply defaults 6. Save the template Need a little help? 1. Here is an example of the loaded records inside Microsoft Dynamics AX: 17

20 Table upload functions 3.4 Update Column function Outline This function is used to update one or more columns in a table with values found in the source document. The records selected for update are defined using a Filters tab page. The template used; saved or in-document must nominate which fields uniquely identify a record in the source document Uses for the Column function The Column update function is used in the following instances: Where you want to adjust the value of one or more fields in a table of Microsoft Dynamics AX There are many records to be adjusted meaning the use of the Microsoft Dynamics AX client and associated table forms would be prohibitive Where the column adjustment does not change prior, reported values. In this case a journal or other transactions postings should be used. Where a property of a record was missed or was not available during upload and needs to be added subsequently. 18

21 Table upload functions Walk-through: Updating a field Scenario Because the information was not available at the time of loading, the new customers you did not include a Sales pool code; an attribute necessary for some specific reporting used by the sales team. You need to be able to modify these existing records with this attribute. You must build a suitable template that will update the sales order pool. In this scenario, the following will be done: Build a template to update the sales pool. Define named ranges for each column of this list Map to the document Run the update Use WALKTHROUGH Update sales pool.xlsx as a basis for this exercise Build an update template The following is an example of the table that can be used as a starting point for the update: Figure 12 New customers that need updating Build the template as follows: 1. From the Atlas ribbon bar, select the Table button and choose Table columns from the menu 2. In the Create using template list, tick to select the Customers node 3. Open the Filters tab 4. Click to select the Customer account 5. In the criteria column, enter =AccountNum. This means that Atlas will use this named range to identify unique customer account codes. 6. Open the Table columns tab 19

22 Table upload functions 7. Click to select the Table Columns (Customers) node 8. Click the Fields button 9. When the Add or modify report columns task pane appears, un-tick all but the Customer account column 10. Expand the Available fields node and navigate the list until you find Sales order pool. Tick to select this field 11. Click OK to copy your selections into the list task pane The task pane appears as follows: Define named ranges Define the ranges in which Atlas will source the key field of the table and the data to update the records with. 1. Click to select the Customer Account row 2. Right-click and select =AccountNum 3. Click to select the Sales order pool row 4. Right-click and select =SalesPoolId 5. Click Insert The task pane appears as follows: 20

23 Table upload functions Figure 13 Mapped template Map document to template Use named ranges to so that the upload system knows where to find the data: 1. Select cell D6 2. Right-click and from the menu choose Select->Table Column Data 3. In the Name box, type AccountNum 4. Select cell F6 5. Right-click and from the menu choose Select->Table Column Data 6. In the Name box, type SalesPoolId Confirmation Send the update request to Microsoft Dynamics AX: 1. From the Atlas ribbon bar, change the mode form Designer to Context 2. Open the Confirmation tab 3. Click Upload The records in the customer table will be updated and the confirmation page will indicate all reported records have been updated, thus: 21

24 Table upload functions 22

25 Table upload functions Lab exercises 23

26 Table upload functions 3.5 Replace function Outline This is used to remove existing records from a data source and then append a new set of records as a replacement. Typically this will only be used on tables that allow for a set of records to be deleted and then a new set to be added. Because of this, this function may not be appropriate where records cannot be deleted because of dependencies on other records; as is the case with customers, vendors and ledger accounts. Normally use this feature on tables like budgets and forecasts which allow records to be deleted. Using the Replace function, means you specify a delete action; in which you tell the upload system what to remove and then build an Append function Uses for the Lookup function The Replace function is used in the following instances: Where you want a user to remove a set of records and replace them with a new set. For example a budget or forecast Whenever wholesale data changes are required and dependent records do not exist Where the task of entering records directly in Microsoft Dynamics AX exceeds the time taken by the Atlas upload system to do the same thing 24

27 Table upload functions Walk-through: Find and replace Scenario You have been asked to review a sales budget prepared for the coming quarter by the Sales team. You have been told that data in the workbook needs a template so that it can be loaded into AX. To do this, you will: Create a template based upon Ledger budget Build filter expression to remove existing records Map the template to the document and create an in-document template Use the template and perform the upload Here is an example of the workbook: (WALKTHROUGH Replace Sales Budget.xlsx). It can be assumed that the default named ranges suggested by Atlas is available for use in the template Create the ledger budget template Create the template as follows: 1. From the Atlas ribbon bar, change the mode to Designer 2. From the Atlas ribbon bar, select the Table button and choose Find and Replace from the menu 3. Tick to select the Ledger budget node 4. Open the Filters tab 5. Click to select the Date row 6. Type =DateRange into the Criteria column 7. Click to select the Model row 8. Type =Model into the Criteria column Here is what the tab should look like: Figure 14 Filter expression defining what to delete 9. Open the Find and Replace tab 25

28 Table upload functions 10. Click to select the Amount field 11. Right-click and open the Properties form 12. Using the Field type drop-down, select Number of columns 13. Enter 3 into Number of columns 14. Choose Date in the Date field drop-down box Figure 15 Amount tabulated into 3 columns 15. Click Apply and close the form 16. Click to select Find and Replace: Ledger budget node 17. Click the Fields button 18. When the Add or modify report columns task pane appears, un-tick the Revision date field 19. Click OK The template appears as follows: Figure 16 Ledger budget upload 26

29 Table upload functions Mapping the template to the document Assign named ranges to each field in the template apart from the Amount and Date fields beneath the columns node: 1. Select the Ledger account row 2. Right-click and select =LedgerAccount 3. Select the Model row 4. Right-click and select =ModelNum 5. Select the Comment row 6. Right-click and select =Comment 7. Select the Currency row 8. Right-click and select Properties 9. Enter USD into the Value entry box 10. Click Apply and close the form Figure 17 Row based elements with suggested range names 11. Click to select the Ledger budget node 12. Right-click Properties 13. Change the title from Ledger budget to First Quarter Sales Budget 14. Click OK 15. Click Insert Mapping the tabulated date and amount columns This requires the mode to be changed from Designer to Context. It is in context mode that the ranges for the two tabulated fields are mapped. 1. From the Atlas ribbon bar, change the mode to Context 2. Open the Find and Replace tab 3. Click to select Date[1] and type 31/01/

30 Table upload functions 4. Click to select Date[2] and type 28/02/ Click to select Date[3] and type 31/03/ Click to select Amount[1] and type =January 7. Click to select Amount[2] and type =February 8. Click to select Amount[3] and type =March Figure 18 Mapped tabulated columns for amount and date 9. Select to open the Confirmation tab 10. Click to select Save Performing an upload using the template Perform the upload as follows: 1. From the Atlas ribbon bar, change the mode to Context 2. Open the Confirmation tab 3. Click Upload When complete, the confirmation page reports the number inserted and the number of records removed. 28

31 Table upload functions Figure 19 Added and Deleted records showing successful upload Here is an example of the records in Microsoft Dynamics AX. Figure 20 Sales forecast for Lion Sales 29

32 Table upload functions Lab Exercises 30

33 Table upload functions 3.6 Key points This section introduced the three main table upload functions: Append Update Find and Replace (Replace) In addition to introducing these three functions, it showed how these functions can be used in conjunction with other features to make the Atlas upload system a powerful addition for Microsoft Dynamics AX. Other lessons learned include: Append is the simplest of functions as it works with new record sets only Update changes the value in one or more columns of a table Find and replace is two operations in one; a delete operation and an append action The Update function uses a filter tab page to define the set of records to which the update will apply The find and Replace function uses the Filter tab page to define the delete action Use these functions when the volume of records to manipulate is large or the time taken to achieve a given task in Microsoft Dynamics AX is long Table functions do not normally operate on transaction type tables. Instead, use the journal functions Find and Replace is used for Budget and forecasts Actions on Vendor, Customer, Items, Projects and the like are undertaken using append and/or the update functions 31

34 Table upload functions 3.7 Quick interaction Take a moment to write down the three key points you have learned:

35 4 Journal functions 4.1 Outline Use the Journal upload functions to post the transactions that you would normally enter using the journal forms inside Microsoft Dynamics AX. For example, vendor invoice, general journal, fixed asset journal, inventory movement journal and trade agreements. You can also use this for free-text invoices, purchase orders and sales orders. Candidates for this function are those tables in Microsoft Dynamics AX that are defined as type Worksheet header and Worksheet line. This function allows you to send a single header record at a time and attach one or more line records. To achieve multiple header records and multiple lines, you will need to use the Table Append functions described earlier. Journal upload is an Append action only and is similar to the Table Append function described earlier. 4.2 Objectives At the end of this chapter, you will be able to: Understand how build a general journal upload template Understand how to join the header and lines tables to create the initial template Understand defaults from header Understand number sequence allocation as it relates to journals and vouchers 33

36 Journal functions 4.3 Walk-through: Journal upload functions Scenario You have prepared a general journal workbook that will allow you to upload un-posted ledger journal transactions into Microsoft Dynamics AX. Before you can test this workbook you need to build a suitable saved template from the library of templates in your installation. This will need to be included into the document and the fields mapped. (Use WALKTHROUGH Journal.xlsx). In this scenario, you will: Link the header and lines tables to create a basic journal Adjust heading and lines fields Map fields and set defaults as required before inserting into the document Test the upload Here is how the workbook appears: Figure 21 General journal workbook Creating a basic template You can do this by selecting the ledger journal table and the ledger journal lines from the list of data sources, found beneath the Create from template node: 1. From the Atlas ribbon bar, change the mode to Designer 2. From the Atlas ribbon bar, select the Journal button 3. Click to select the Ledger journal table node 4. Right-click to select Journal header 5. Click to select the Journal lines node 6. Right-click to select Journal lines 34

37 Journal functions Figure 22 Linking header and line tables to form a basic template Adjusting heading and lines fields Outline Once the basic template is built, you can adjust the template to accommodate the required fields. These fields are those that satisfy both the system and user requirements. In terms of system requirements, all mandatory fields are included in the basic template, so it is just a question of including the user required fields Adjust the journal header Remove all un-necessary fields. Many of the journal header fields can be populated by using a standard X++ method. If you use this, then the header needs only include the journal number, name and description: 1. Open the Journal tab Figure 23 Basic template showing auto-report fields 2. Click to select the Journal header: Ledger journal table node 35

38 Journal functions 3. Click Fields to open the field selection window 4. Un-tick all but the Journal number, Name and Description fields Figure 24 Basic set of fields needed for the header 5. Click OK The following is shown: Figure 25 Journal header and lines Adjust the lines component to the template It is usual that the auto-report fields for the journal lines will always be included in all templates. Therefore, adjusting the lines is usually a case of adding fields to the template. In this case the standard dimensions and document fields will be added along with exchange rate. Do this as follows: 1. Click to select the Journal lines: Journal lines node 2. Click Fields to open the field selection window 3. Click to expand the Available fields node 4. Tick to select the Account type field 5. Tick to select the Department field 6. Tick to select the Cost centre field 36

39 Journal functions 7. Tick to select the Purpose field 8. Tick to select the Exchange rate field 9. Tick to select the Document field 10. Tick to select the Document date field 11. Click OK Figure 26 Expanded journal lines record Mapping and setting defaults Outline You can see that this template does not contain any pre-set defaults and the link between the header and the lines is not included. Set the defaults and mapping for each field in turn. You can assume and can verify by inspection that the suggested named ranges exist in the document already. Any reference to = below represents a known named range Applying settings to the header fields Examine each field in turn: 1. In the Journal tab, select the Journal number field 2. Click to select Properties 3. Tick to select Number sequence 4. Tick to select Hidden 5. Type into the Value entry box, the number sequence used to represent journal numbers. In this case Gene_10 6. Click the (>) button to select the Name field 7. Enter into the Value entry box =JournalName 8. Enter into the X++ Method name box InitFromLedgerJournalName 37

40 Journal functions Figure 27 Setting defaults using a method call 9. Click Apply 10. Close the Properties form 11. Select Description 12. Right-click and select =Name The Journal tab appears as follows: Figure 28 Header fields mapped and default settings applied Applying settings to the journal lines Examine each field in turn: 1. In the Journal lines tab, select the Journal number field 2. Click to select Properties 3. Tick to select Hidden 4. Click to select from the Field type drop-down Parent field list 38

41 Journal functions 5. In the Value entry box, use the lookup window to tick to select the JournalNum field from the list 6. Click OK 7. Click Apply 8. Click the (>) button to select the Voucher field 9. Tick to select Number sequence 10. Tick to select Hidden 11. Click to select from the Field type drop-down Parent field list 12. In the Value entry box, use the lookup window to tick to select the VoucherSeries field from the list 13. Click OK 14. Click Apply 15. Click the (>) button to select the Account type field 16. Tick to select Hidden 17. In the Value entry box, use the lookup window to tick to select the Ledger entry from the list 18. Click Select items 19. Click OK 20. Click Apply 21. Close the Properties form The form appears as follows: Figure 29 Default settings for hidden fields applied 22. Select Date 23. Right-click and select =TransDate 24. Select Account 39

42 Journal functions 25. Right-click and select =AccountNum 26. Select Transaction text 27. Right-click and select =Txt 28. Select Currency 29. Right-click and select =CurrencyCode 30. Select Debit 31. Right-click and select =AmountCurDebit 32. Select Credit 33. Right-click and select =AmountCurCredit 34. Select Cost centre 35. Click to select Properties 36. In the Value entry box, type =CC 37. Click Apply 38. Click the (>) button to select the Department field 39. In the Value entry box, type =Dept 40. Click Apply 41. Click the (>) button to select the Purpose field 42. In the Value entry box, type =Purpose 43. Click Apply 44. Close the Properties form 45. Select Document 46. Right-click and select =DocumentNum 47. Select Document date 48. Right-click and select =DocumentDate 49. Select Exchange rate 50. Right-click and select =ExchRate The Journal tab appears as follows: 40

43 Journal functions Figure 30 Mapped template, ready for inclusion into the workbook Include this template as an in-document template as follows: 1. Click to select the Ledger journal table node at the top of the pane 2. Click to select Properties 3. In the Title entry box, type Basic ledger journal 4. In the Returns drop-down, select JournalNum 5. Click OK 6. Click the Insert at the base of the task pane 7. From the Atlas ribbon bar, change the mode from Designer to Context Test the journal upload You are going to test the journal upload: 1. From the Atlas ribbon bar, select the Journal button 2. Ensure the in-document template Basic ledger journal is ticked 3. Open the Confirmation tab 4. Click to select the Upload button When the upload is complete, the number of records added will show 3 and a ledger journal is added to Microsoft Dynamics AX. In Microsoft Dynamics AX the journal will appear as follows: 41

44 Journal functions Figure 31 Newly added journal 42

45 Journal functions 4.4 Key points This section introduced the Journal upload function. You also learned that: Append is the only action allowed using this function A journal is made up of a header table and a lines table Normally these tables are classified as Worksheet header and Worksheet line in the AOT A journal will add one header record and one or more detail or line records Saved templates are used to define the tables involved and the linkages between them Saved templates are selected, mapped and included into the document Templates can use defaults and these can be drawn from: o o o o Number sequences Fields in the related header table Pre-set values in the template Or from the document Use this function to add transactions to your Microsoft Dynamics AX system when: o o o o You need to load opening transactions and balances at time of system start-up You want to load transactions into Microsoft Dynamics AX that need manipulation by or are sourced from Excel You need to interface external systems where an automatic interface is not possible You want to provide casual users with a means to prepare transactions using a familiar interface. E.g. timesheets, employee travel expenses, customer forecasts etc. 43

46 Journal functions 4.5 Quick interaction Take a moment to write down the three key points you have learned:

TRAINEE WORKBOOK. Atlas 4.0 for Microsoft Dynamics AX Upload system

TRAINEE WORKBOOK. Atlas 4.0 for Microsoft Dynamics AX Upload system TRAINEE WORKBOOK Atlas 4.0 for Microsoft Dynamics AX Upload system COPYRIGHT NOTICE Copyright 2009, Globe Software Pty Ltd, All rights reserved. Trademarks Dynamics AX, IntelliMorph, and X++ have been

More information

TRAINEE WORKBOOK. Atlas 5.0 for Microsoft Dynamics AX Upload system

TRAINEE WORKBOOK. Atlas 5.0 for Microsoft Dynamics AX Upload system TRAINEE WORKBOOK Atlas 5.0 for Microsoft Dynamics AX Upload system COPYRIGHT NOTICE Copyright 2009, Globe Software Pty Ltd, All rights reserved. Trademarks Dynamics AX, IntelliMorph, and X++ have been

More information

Atlas 5.0 for Microsoft Dynamics AX Advanced upload system.

Atlas 5.0 for Microsoft Dynamics AX Advanced upload system. TRAINEE WORKBOOK Atlas 5.0 for Microsoft Dynamics AX Advanced upload system. Table of Contents 1 Introduction... 5 1.1 Welcome... 5 1.2 About this course... 5 1.2.1 Course description... 5 1.2.2 Audience...

More information

Atlas 5.0 for Microsoft Dynamics AX Advanced reporting system.

Atlas 5.0 for Microsoft Dynamics AX Advanced reporting system. TRAINEE WORKBOOK Atlas 5.0 for Microsoft Dynamics AX Advanced reporting system. Table of Contents 1 Introduction... 4 1.1 Welcome... 4 1.2 About this course... 4 1.2.1 Course description... 4 1.2.2 Audience...

More information

TRAINEE WORKBOOK. Atlas 5.0 for Microsoft Dynamics AX 2012 Reporting system

TRAINEE WORKBOOK. Atlas 5.0 for Microsoft Dynamics AX 2012 Reporting system TRAINEE WORKBOOK Atlas 5.0 for Microsoft Dynamics AX 2012 Reporting system COPYRIGHT NOTICE Copyright 2011, Globe Software Pty Ltd, All rights reserved. Trademarks Dynamics AX, IntelliMorph, and X++ have

More information

TRAINEE WORKBOOK. Atlas 6.0 for Microsoft Dynamics AX2012 Upload system

TRAINEE WORKBOOK. Atlas 6.0 for Microsoft Dynamics AX2012 Upload system TRAINEE WORKBOOK Atlas 6.0 for Microsoft Dynamics AX2012 Upload system COPYRIGHT NOTICE Copyright 2015, Globe Software Pty Ltd, All rights reserved. Trademarks Dynamics AX, IntelliMorph, and X++ have been

More information

1. About AP Invoice Wizard

1. About AP Invoice Wizard 1. About AP Invoice Wizard Welcome to AP Invoice Wizard. We have developed this tool in response to demand from Oracle Payables users for a user friendly and robust spreadsheet tool to load AP Invoices

More information

SMU Financials Created on April 29, 2011

SMU Financials Created on April 29, 2011 Created on April 29, 2011 Notice 2011, Southern Methodist University. All Rights Reserved. Published 2011. The information contained in this document is proprietary to Southern Methodist University. This

More information

8 Ways to Improve Reporting Performance.

8 Ways to Improve Reporting Performance. ATLAS FOR MICROSOFT DYNAMICS AX 8 Ways to Improve Reporting Performance. 1 ATLAS FOR MICROSOFT DYNAMICS AX. 1 FORMATTING When Atlas returns a structured report, it performs two operations: firstly, it

More information

Opera 3 Nominal Ledger Training Manual

Opera 3 Nominal Ledger Training Manual Opera 3 Nominal Ledger Training Manual Contents Overview... 3 Open Period Accounting... 3 Period End... 4 Journals... 5 Posting a Journal... 5 Creating a Journal... 6 Basic Journal... 6 Recurring Journal...

More information

Access Office Integration for Excel

Access Office Integration for Excel Access Office Integration for Excel Introduction The following document has been designed to guide you through the process of downloading Dimensions data in to Excel via the Access Office Integration tool.

More information

Market Insight Excelsior 2 Module Training Manual v2.0

Market Insight Excelsior 2 Module Training Manual v2.0 Market Insight Excelsior 2 Module Training Manual v2.0 Excelsior 2 Module Manual Version: 2.0 Software Release: Data Set: 2016 Q4 Training (US) Excel Version: Office 365 D&B Market Insight is powered by

More information

Sage Financial Reporter User's Guide. May 2017

Sage Financial Reporter User's Guide. May 2017 Sage 300 2018 Financial Reporter User's Guide May 2017 This is a publication of Sage Software, Inc. 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and

More information

Tips & Tricks: MS Excel

Tips & Tricks: MS Excel Tips & Tricks: MS Excel 080501.2319 Table of Contents Navigation and References... 3 Layout... 3 Working with Numbers... 5 Power Features... 7 From ACS to Excel and Back... 8 Teacher Notes: Test examples

More information

Sage Financial Reporter User's Guide

Sage Financial Reporter User's Guide Sage 300 2017 Financial Reporter User's Guide This is a publication of Sage Software, Inc. Copyright 2016. Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service

More information

Sage 300 ERP Financial Reporter User's Guide

Sage 300 ERP Financial Reporter User's Guide Sage 300 ERP 2012 Financial Reporter User's Guide This is a publication of Sage Software, Inc. Version 2012 Copyright 2013. Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product

More information

MaineStreet Financials 8.4

MaineStreet Financials 8.4 MaineStreet Financials 8.4 General Ledger Excel Journal Entry 1 Overview A Journal Entry is used to update the General Ledger for many types of transactions, including cash receipts, transfers of revenue

More information

MaineStreet Financials 8.4. General Ledger

MaineStreet Financials 8.4. General Ledger MaineStreet Financials 8.4 General Ledger Excel Journal Entry General Ledger Page 1 of 47 Excel Journal Entry TABLE OF CONTENTS 1. PEOPLESOFT FINANCIALS GENERAL LEDGER... 4 2. EXCEL JOURNAL ENTRY PROCESS...

More information

2. create the workbook file

2. create the workbook file 2. create the workbook file Excel documents are called workbook files. A workbook can include multiple sheets of information. Excel supports two kinds of sheets for working with data: Worksheets, which

More information

Introducing Microsoft Office Specialist Excel Module 1. Adobe Captivate Wednesday, May 11, 2016

Introducing Microsoft Office Specialist Excel Module 1. Adobe Captivate Wednesday, May 11, 2016 Slide 1 - Introducing Microsoft Office Specialist Excel 2013 Introducing Microsoft Office Specialist Excel 2013 Module 1 Page 1 of 25 Slide 2 - Lesson Objectives Lesson Objectives Understand what Microsoft

More information

CHAPTER 2: FINANCIAL REPORTING

CHAPTER 2: FINANCIAL REPORTING Chapter 2: Financial Reporting CHAPTER 2: FINANCIAL REPORTING Objectives The objectives are: Describe filtering and analysis windows related to the Chart of Accounts. Provide a demonstration of setting

More information

Sage Singapore Tax Reports User's Guide. August 2018

Sage Singapore Tax Reports User's Guide. August 2018 Sage 300 2019 Singapore Tax Reports User's Guide August 2018 This is a publication of Sage Software, Inc. 2018 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product

More information

Sage 300 ERP Report Designer

Sage 300 ERP Report Designer Report Designer The software described in this document is protected by copyright, and may not be copied on any medium except as specifically authorized in the license or non disclosure agreement. This

More information

Visit our Web site at or call to learn about training classes that are added throughout the year.

Visit our Web site at   or call to learn about training classes that are added throughout the year. S a gee RPAc c pa ci nt e l l i ge nc e Re por t De s i gne r ST UDE NTWORKBOOK Notice This document and the Sage ERP Accpac software may be used only in accordance with the accompanying Sage ERP Accpac

More information

AccountsIQ Tips and Tricks. Updated 20/10/2008. Purpose. 1. List and describe what heading and text will be containing in each of the Tip s and tricks

AccountsIQ Tips and Tricks. Updated 20/10/2008. Purpose. 1. List and describe what heading and text will be containing in each of the Tip s and tricks AccountsIQ Tips and Tricks Updated 20/10/2008 Purpose 1. List and describe what heading and text will be containing in each of the Tip s and tricks 2. Outline what FAQ s will be released on the System

More information

PEACHTREE COMPLETE 2008 AN INTRODUCTION TO PEACHTREE COMPLETE ACCOUNTING

PEACHTREE COMPLETE 2008 AN INTRODUCTION TO PEACHTREE COMPLETE ACCOUNTING PEACHTREE COMPLETE 2008 AN INTRODUCTION TO PEACHTREE COMPLETE ACCOUNTING Opening a Company Database To change the open company in Peachtree, click File on the main menu and select Open Company. If the

More information

Microsoft Dynamics GP. Localization Chile

Microsoft Dynamics GP. Localization Chile Microsoft Dynamics GP Localization Chile Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this document,

More information

Here is an example of a credit card export; none of the columns or data have been modified.

Here is an example of a credit card export; none of the columns or data have been modified. PAYABLE IMPORT Overview This document covers the steps to import payable data into Orchestrated via the Expense Import Interface. The example uses a template that creates a A/P Invoice in the system. More

More information

IBM TRIRIGA Version Procurement Management User Guide

IBM TRIRIGA Version Procurement Management User Guide IBM TRIRIGA Version 10.3 Procurement Management User Guide Note Before using this information and the product it supports, read the information in Notices on page 192. Second edition, June 2013. This edition

More information

Dynamics GP SmartList Lab. Matt Mason

Dynamics GP SmartList Lab. Matt Mason Dynamics GP SmartList Lab Matt Mason mmason@manersolutions.com Exercise 1 - Warmup Exercise Income Statement Accounts Open SmartList Screen: Microsoft Dynamics GP SmartList Choose + next to Financial

More information

Excel 2016: Core Data Analysis, Manipulation, and Presentation; Exam

Excel 2016: Core Data Analysis, Manipulation, and Presentation; Exam Microsoft Office Specialist Excel 2016: Core Data Analysis, Manipulation, and Presentation; Exam 77-727 Successful candidates for the Microsoft Office Specialist Excel 2016 certification exam will have

More information

Microsoft Excel 2016 LEVEL 3

Microsoft Excel 2016 LEVEL 3 TECH TUTOR ONE-ON-ONE COMPUTER HELP COMPUTER CLASSES Microsoft Excel 2016 LEVEL 3 kcls.org/techtutor Microsoft Excel 2016 Level 3 Manual Rev 11/2017 instruction@kcls.org Microsoft Excel 2016 Level 3 Welcome

More information

CHAPTER 4: MULTIDIMENSIONAL ANALYSIS

CHAPTER 4: MULTIDIMENSIONAL ANALYSIS Chapter 4: Multidimensional Analysis CHAPTER 4: MULTIDIMENSIONAL ANALYSIS Training Objectives Actively participating during this chapter helps you to: Understand the function of Microsoft Dynamics GP Multidimensional

More information

IFS Data Migration Excel Add-In

IFS Data Migration Excel Add-In IFS Data Migration Excel Add-In User Manual for IFS Data Migration Excel Add-In Contents Figures... 2 1 IFS Data Migration Excel Add-In... 2 1.1 Overview... 3 2 User Interface... 3 2.1 Ribbon... 3 2.2

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited INTRODUCTION TO MICROSOFT EXCEL 2016 Introduction to Microsoft Excel 2016 (EXC2016.1 version 1.0.1) Copyright Information Copyright 2016 Webucator. All rights reserved. The Authors Dave Dunn Dave Dunn

More information

Microsoft Excel Important Notice

Microsoft Excel Important Notice Microsoft Excel 2013 Important Notice All candidates who follow an ICDL/ECDL course must have an official ICDL/ECDL Registration Number (which is proof of your Profile Number with ICDL/ECDL and will track

More information

Welcome to Introduction to Microsoft Excel 2010

Welcome to Introduction to Microsoft Excel 2010 Welcome to Introduction to Microsoft Excel 2010 2 Introduction to Excel 2010 What is Microsoft Office Excel 2010? Microsoft Office Excel is a powerful and easy-to-use spreadsheet application. If you are

More information

Copyright 2018 MakeUseOf. All Rights Reserved.

Copyright 2018 MakeUseOf. All Rights Reserved. The Beginner s Guide to Microsoft Excel Written by Sandy Stachowiak Published April 2018. Read the original article here: https://www.makeuseof.com/tag/beginners-guide-microsoftexcel/ This ebook is the

More information

COPYRIGHT & TRADEMARKS

COPYRIGHT & TRADEMARKS COPYRIGHT & TRADEMARKS Copyright 1998, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks

More information

MultiSite Suite: Accounts Payable

MultiSite Suite: Accounts Payable MultiSite Suite: Accounts Payable User s Manual version 6 Copyright & Trademarks Copyright Notice and Trademarks 2010 MultiSite Systems, All rights reserved. Microsoft, Windows, Excel, and Outlook are

More information

QUICKBOOKS TO ACCOUNTEDGE CONVERSION GUIDE

QUICKBOOKS TO ACCOUNTEDGE CONVERSION GUIDE QUICKBOOKS TO ACCOUNTEDGE CONVERSION GUIDE Our goal is to save you as much time as possible while you transition your business accounting software. While accounting is accounting, AccountEdge takes a very

More information

Pulse LMS: User Management Guide Version: 1.86

Pulse LMS: User Management Guide Version: 1.86 Pulse LMS: User Management Guide Version: 1.86 This Guide focuses on the tools that support User Managers. Please consult our separate guides for processes for end users, learning management and administration

More information

Microsoft Office Excel 2010: Level 1

Microsoft Office Excel 2010: Level 1 Microsoft Office Excel 2010: Level 1 Table of Contents Lesson 3: Modifying a Worksheet A: Edit Worksheet Data... 46 B: Find and Replace Data... 51 C: Manipulate Worksheet Elements... 57 Lesson 3 Modifying

More information

GO! with Microsoft Access 2016 Comprehensive

GO! with Microsoft Access 2016 Comprehensive GO! with Microsoft Access 2016 Comprehensive First Edition Chapter 1 Getting Started with Microsoft Access 2016 Learning Objectives Identify Good Database Design Create a Table and Define Fields in a Blank

More information

Introduction to INFOASSIST Training Course Manual

Introduction to INFOASSIST Training Course Manual Introduction to INFOASSIST Training Course Manual TABLE OF CONTENTS 1) Training Goal and Objectives 2) A. What is InfoAssist? B. Guided walkthrough example 3) A. Utilizing a Standard Report B. How do you

More information

Excel 2016: Part 2 Functions/Formulas/Charts

Excel 2016: Part 2 Functions/Formulas/Charts Excel 2016: Part 2 Functions/Formulas/Charts Updated: March 2018 Copy cost: $1.30 Getting Started This class requires a basic understanding of Microsoft Excel skills. Please take our introductory class,

More information

Spreadsheet Concepts Using Microsoft Excel

Spreadsheet Concepts Using Microsoft Excel Spreadsheet Concepts Using Microsoft Excel lab 5 Objectives: Upon successful completion of Lab 5, you will be able to Create and edit a simple spreadsheet document Describe the advantage of using formulas

More information

User's Guide. Alpha Five Accounting. Accounting Made Easy. Version 3.0. Copyright BetaSoft LLC - All Rights Reserved

User's Guide. Alpha Five Accounting. Accounting Made Easy. Version 3.0. Copyright BetaSoft LLC - All Rights Reserved User's Guide Alpha Five Accounting Copyright 1995-2002 BetaSoft LLC - All Rights Reserved Accounting Made Easy Version 3.0 Alpha Five is a trademark of Alpha Software Corp. i ii Table of Contents INTRODUCTION...1

More information

Overview. At Course Completion After completing this course, students will be learn about and be able to:

Overview. At Course Completion After completing this course, students will be learn about and be able to: Overview Organizations the world over rely on information to make sound decisions regarding all manner of affairs. But with the amount of available data growing on a daily basis, the ability to make sense

More information

PEACHTREE COMPLETE 2009 WORKSHOP 1 THE ATLAS COMPANY

PEACHTREE COMPLETE 2009 WORKSHOP 1 THE ATLAS COMPANY PEACHTREE COMPLETE 2009 WORKSHOP 1 THE ATLAS COMPANY Journalizing, Posting, General Ledger, Trial Balance, and Chart of Accounts In this workshop you learn to post general journal entries in Peachtree

More information

Sage 300 ERP Intelligence Reporting Connector Advanced Customized Report Writing

Sage 300 ERP Intelligence Reporting Connector Advanced Customized Report Writing Sage 300 ERP Intelligence Reporting Connector Advanced Customized Report Writing Sage Intelligence Connector Welcome Notice This document and the Sage software may be used only in accordance with the accompanying

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Exam Name 1) The table Design view shows 1) A) the relationships established for the table. B) the formatting applied to the table. C) the structure of the table. D) the number of records in the table.

More information

When you pass Exam : Access 2010, you complete the requirements for the Microsoft Office Specialist (MOS) - Access 2010 certification.

When you pass Exam : Access 2010, you complete the requirements for the Microsoft Office Specialist (MOS) - Access 2010 certification. Appendix 1 Microsoft Office Specialist: Access Certification Introduction The candidates for Microsoft Office Specialist certification should have core-level knowledge of Microsoft Office Access 2010.

More information

Steps in Ledger Upload and Preparation. Click on Add-ins > Q&A xl > Logon > Enter User ID (e.g. TBW) and click OK (Users of Office 2007)

Steps in Ledger Upload and Preparation. Click on Add-ins > Q&A xl > Logon > Enter User ID (e.g. TBW) and click OK (Users of Office 2007) Steps in Ledger Upload and Preparation Click on Add-ins > Q&A xl > Logon > Enter User ID (e.g. TBW) and click OK (Users of Office 2007) Click on Data Send For an existing profile or pre-mapped upload Click

More information

IT ACADEMY LESSON PLAN

IT ACADEMY LESSON PLAN IT ACADEMY LESSON PLAN 10 Microsoft Excel Lesson 4 Turn potential into success Lesson 4: Working with Multiple Workbooks Learning Goals//The goal of this lesson is for students to successfully work with

More information

NOTE: You may see an Adjusting Period 998. It is not used in Local Council Systems. Fiscal Software User s Guide, BSA

NOTE: You may see an Adjusting Period 998. It is not used in Local Council Systems. Fiscal Software User s Guide, BSA Section 5 General Ledger This Section Includes: 5.1 Accounting Periods 5.2 Ledgers 5.3 Open and Closed Periods 5.3.1 Processing a Period Close or Opening a Period 5.4 Creating Journals 5.4.1 General Journals

More information

Report Designer for Sage MAS Intelligence 90/200

Report Designer for Sage MAS Intelligence 90/200 Report Designer for Sage MAS Intelligence 90/200 Table of Contents What is the Report Designer?... 1 Installing the Report Designer... 2 Pre-installation requirements... 2 The Interface... 3 Accessing

More information

Expense: Process Reports

Expense: Process Reports Expense: Process Reports User Guide for Standard Edition Applies to these SAP Concur solutions: Expense Professional/Premium edition Standard edition Travel Professional/Premium edition Standard edition

More information

Accounts Payable MODULE USER S GUIDE

Accounts Payable MODULE USER S GUIDE Accounts Payable MODULE USER S GUIDE INTEGRATED SOFTWARE SERIES Accounts Payable MODULE USER S GUIDE Version 3.1 Copyright 2005 2009, Interactive Financial Solutions, Inc. All Rights Reserved. Integrated

More information

Talking Sage 200. talkingsage200.wordpress.com Sage 200 Navigating the Desktop

Talking Sage 200. talkingsage200.wordpress.com Sage 200 Navigating the Desktop Talking Sage 200 talkingsage200.wordpress.com Twitter: @talkingsage200 Sage 200 Navigating the Desktop Contents Preface... 4 Desktop... 6 Tool bar... 6 Navigation bar... 6 Work area... 7 3 talkingsage200.wordpress.com

More information

NorthStar Club Management System

NorthStar Club Management System NorthStar Club Management System The Version 3.2.0 GL- 03252008 March 25, 2008 CONTENTS OVERVIEW OF THE GL (GENERAL LEDGER) MODULE... 5 ACCESSING THE GL MODULE... 6 GL INTRODUCTION:... 8 Inquiry... 8 Admin...

More information

AVANTUS TRAINING PTE LTD

AVANTUS TRAINING PTE LTD [MSACS13]: Microsoft Access 2013 Length : 3 Days Technology : Microsoft Office 2013 Delivery Method : Instructor-led (Classroom) Course Overview This Microsoft Access 2013 teaches participants how to design

More information

Copyright...7. Overview of General Ledger Processes Configuration...11

Copyright...7. Overview of General Ledger Processes Configuration...11 Contents 2 Contents Copyright...7 Overview of General Ledger Processes... 8 Configuration...11 Preparation...11 Recommended Initial Configuration of the General Ledger Module... 11 Advanced Configuration...12

More information

MultiSite Suite: General Ledger

MultiSite Suite: General Ledger MultiSite Suite: General Ledger User s Manual version 2.2.97 Copyright & Trademarks Copyright Notice and Trademarks 2003 by Brent Lawrence, LLC. All rights reserved. Reprinted and edited by MultiSite Systems,

More information

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet Copyright 1 99 Spreadsheet definition: A spreadsheet stores and manipulates data that lends itself to being stored in a table type format (e.g. Accounts, Science Experiments, Mathematical Trends, Statistics,

More information

Excel. Spreadsheet functions

Excel. Spreadsheet functions Excel Spreadsheet functions Objectives Week 1 By the end of this session you will be able to :- Move around workbooks and worksheets Insert and delete rows and columns Calculate with the Auto Sum function

More information

Skills Exam Objective Objective Number

Skills Exam Objective Objective Number Overview 1 LESSON SKILL MATRIX Skills Exam Objective Objective Number Starting Excel Create a workbook. 1.1.1 Working in the Excel Window Customize the Quick Access Toolbar. 1.4.3 Changing Workbook and

More information

Printing spreadsheets is easy. Microsoft Excel has lots of options available so you can print exactly what you want.

Printing spreadsheets is easy. Microsoft Excel has lots of options available so you can print exactly what you want. Page Setup and Print Chapter 4 Printing spreadsheets is easy. Microsoft Excel has lots of options available so you can print exactly what you want. Print Preview is available so that you can check how

More information

Reports in QuickBooks

Reports in QuickBooks QuickBooks Online Student Guide Chapter 11 Reports in QuickBooks Chapter 2 Chapter 11 In this chapter, you ll learn how QuickBooks helps you find information in your business. Lesson Objectives In this

More information

esupplier - A User Guide for 3M s Vendors

esupplier - A User Guide for 3M s Vendors esupplier - A User Guide for 3M s Vendors Lesson 1 Getting Started...2 Main Menu / Home Page...2 Opening a New Window...2 Expanding and Collapsing the Screen...3 Downloading into Excel...4 Signing Out...4

More information

Financial Reporting Using Microsoft Excel. Presented By: Jim Lee

Financial Reporting Using Microsoft Excel. Presented By: Jim Lee Financial Reporting Using Microsoft Excel Presented By: Jim Lee Table of Contents Financial Reporting Overview... 4 Reporting Periods... 4 Microsoft Excel... 4 SedonaOffice General Ledger Structure...

More information

Audience Profile This course is intended for novice users of Microsoft Dynamics AX. Students must have basic Microsoft Windows navigation skills.

Audience Profile This course is intended for novice users of Microsoft Dynamics AX. Students must have basic Microsoft Windows navigation skills. Introduction to Microsoft Dynamics AX 2009 Course 80020A: 2 Days; Instructor-Led About this Course This two-day instructor-led course provides students with the knowledge and skills to maneuver within

More information

L E S S O N 1 Lesson objectives

L E S S O N 1 Lesson objectives L E S S O N 1 Lesson objectives To gain an overview of the course and the topics to be covered To know how QuickBooks works and how you can get around in QuickBooks To learn common business terms used

More information

User Documentation for School Activity Funds Accounting

User Documentation for School Activity Funds Accounting User Documentation for School Activity Funds Accounting By: Applied Business Services, Inc. 800 S. Frederick Avenue, Suite 101 Gaithersburg, MD 20877 1-800-451-7447 ext. 130 www.appliedbusinessservices.com

More information

MODULE 01 INTRODUCTION TO MICROSOFT EXCEL

MODULE 01 INTRODUCTION TO MICROSOFT EXCEL 2 Workbook Microsoft Excel Basics onlineacademy.co.za MODULE 01 INTRODUCTION TO MICROSOFT EXCEL Exploring the Excel Interface This course is an introduction to Microsoft Office Excel based on the 2013

More information

CHAPTER 3: DAILY PROCEDURES

CHAPTER 3: DAILY PROCEDURES Chapter 3: Daily Procedures CHAPTER 3: DAILY PROCEDURES Training Objectives Actively participating during this chapter helps you to: Understand the different types of transactions and the procedures for

More information

1. Access the Journal Entry Form via University Forms and Documents.

1. Access the Journal Entry Form via University Forms and Documents. Creating and Submitting a Journal Entry Purpose: Journal Entries may be completed to make corrections to posted expenses to include payroll, p-card, expense reports, purchase requisitions, and local funding

More information

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1 Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the SAI reports... 3 Copying, Pasting and Renaming Reports... 4 Creating and linking a report... 6 Auto e-mailing reports...

More information

Excel 2010 Foundation. Excel 2010 Foundation SAMPLE

Excel 2010 Foundation. Excel 2010 Foundation SAMPLE Excel 2010 Foundation Excel 2010 Foundation Excel 2010 Foundation Page 2 2010 Cheltenham Courseware Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied without written permission

More information

Evolution M Core Training Contract, Sales & Cash Book Issue 2

Evolution M Core Training Contract, Sales & Cash Book Issue 2 Evolution M Core Training Contract, Sales & Cash Book Issue 2 Contents Training............................................................................................ 1 Contract Ledger........................................................................................

More information

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this

More information

SPREADSHEETS. (Data for this tutorial at

SPREADSHEETS. (Data for this tutorial at SPREADSHEETS (Data for this tutorial at www.peteraldhous.com/data) Spreadsheets are great tools for sorting, filtering and running calculations on tables of data. Journalists who know the basics can interview

More information

Training Guide. Fees and Invoicing. April 2011

Training Guide. Fees and Invoicing. April 2011 Training Guide Fees and Invoicing April 2011 *These accreditations belong to Avelo FS Limited **This accreditation belongs to Avelo FS Limited and Avelo Portal Limited Adviser Office Workbooks Designed

More information

UNIT 3 INTRODUCTORY MICROSOFT EXCEL LESSON 6 MAKING THE WORKSHEET USEFUL

UNIT 3 INTRODUCTORY MICROSOFT EXCEL LESSON 6 MAKING THE WORKSHEET USEFUL UNIT 3 INTRODUCTORY MICROSOFT EXCEL LESSON 6 MAKING THE WORKSHEET USEFUL Objectives Sort data in a worksheet. Use the AutoFilter to extract specified data from the worksheet. Hide worksheet columns or

More information

MAS 90/200 Intelligence Tips and Tricks Booklet Vol. 1

MAS 90/200 Intelligence Tips and Tricks Booklet Vol. 1 MAS 90/200 Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the Sage MAS Intelligence Reports... 3 Copying, Pasting and Renaming Reports... 4 To create a new report from an existing report...

More information

What can I say? The Excel program window (shown in Figure 1-1)

What can I say? The Excel program window (shown in Figure 1-1) 1 Customizing Technique Save Time By Switching in and out of Full Screen view Customizing sheet and workbook settings Saving your custom settings in a workbook template the Excel Screen Display What can

More information

Oracle Financial Analyzer Oracle General Ledger

Oracle Financial Analyzer Oracle General Ledger Oracle Financial Analyzer Oracle General Ledger Integrating Oracle Financial Analyzer with Oracle General Ledger Release 11i October 2000 Part No. A86564-01 Integrating Oracle Financial Analyzer with Oracle

More information

GENERAL LEDGER STANDARD JOURNAL ENTRY. 3. Procedure In the Financial Management dropdown, select the Journals function in the Journals submenu.

GENERAL LEDGER STANDARD JOURNAL ENTRY. 3. Procedure In the Financial Management dropdown, select the Journals function in the Journals submenu. Procedure # GL - 1 General Ledger Standard Journal Entry Created By Emily Krambs 7/20/09 Revised By Donald Hein 1/8/14 Approved By GENERAL LEDGER STANDARD JOURNAL ENTRY 1. General Journal entries are used

More information

European Computer Driving Licence. Advanced Spreadsheet Software BCS ITQ Level 3. Syllabus Version 2.0

European Computer Driving Licence. Advanced Spreadsheet Software BCS ITQ Level 3. Syllabus Version 2.0 ECDL Advanced European Computer Driving Licence Advanced Spreadsheet Software BCS ITQ Level 3 Using Microsoft Excel 2010 Syllabus Version 2.0 This training, which has been approved by BCS, The Chartered

More information

ADD/EDIT A JOURNAL ENTRY

ADD/EDIT A JOURNAL ENTRY ADD/EDIT A JOURNAL ENTRY 1. In Intacct, journal entries are posted into specific journals, which function to categorically separate different types of journal entries. Journal entries can post to any of

More information

LESSON 10 Accounts Payable Setup

LESSON 10 Accounts Payable Setup LESSON 10 Learning Objectives In this lesson you will: 1. activate the module 2. access the A/P Transactions Visual Process Flow 3. set up the Options 4. enter account sets 5. enter distribution codes

More information

Introduction to INFOASSIST Training Course Manual

Introduction to INFOASSIST Training Course Manual Introduction to INFOASSIST Training Course Manual TABLE OF CONTENTS 1) Training Goal and Objectives 2) A. What is InfoAssist? B. How do you access InfoAssist? 3) Navigating through the InfoAssist Interface

More information

Teach yourself... PivotTables and PivotCharts. with. Microsoft Excel Easy to follow Step-by-step instructions Written in plain English

Teach yourself... PivotTables and PivotCharts. with. Microsoft Excel Easy to follow Step-by-step instructions Written in plain English Easy Way Teach yourself... PivotTables and PivotCharts with Microsoft Excel 2013 Easy to follow Step-by-step instructions Written in plain English A Cheryl Price Publication Easy Way PivotTables and PivotCharts

More information

University of North Dakota PeopleSoft Finance Tip Sheets. Utilizing the Query Download Feature

University of North Dakota PeopleSoft Finance Tip Sheets. Utilizing the Query Download Feature There is a custom feature available in Query Viewer that allows files to be created from queries and copied to a user s PC. This feature doesn t have the same size limitations as running a query to HTML

More information

These materials may not be reproduced in whole or in part without the express written permission of The University of Akron.

These materials may not be reproduced in whole or in part without the express written permission of The University of Akron. Table of Contents Chapter 1 : Overview...1-1 Chapter 2 : Definitions...2-1 ChartFields...2-1 Accounting and Budget Periods...2-3 Budgetary Control...2-3 Chapter 3 : Sign In and Sign Out...3-1 Sign In to

More information

Tutorial 1 - Setting up your first process

Tutorial 1 - Setting up your first process Version 8.2 SolveXia Pty Ltd AUTOMATE ACTIVATE ACCELERATE CONTENTS INTRODUCTION... 3 CASE STUDY... 4 SOLUTION... 4 ILLUSTRATION OF STEPS IN PROCESS... 5 A LOGIN TO THE SYSTEM... 6 A.1 SCREEN LAYOUT...

More information

Network Rail e-learning system: Guide for Sponsors

Network Rail e-learning system: Guide for Sponsors Network Rail e-learning system: Guide for Sponsors Contents Overview of process... 1 No email address?... 2 How to set up your learners... 2 Before you begin... 3 Log in to the e-learning system... 3 Save

More information

Microsoft Dynamics GP. RapidStart Services

Microsoft Dynamics GP. RapidStart Services Microsoft Dynamics GP RapidStart Services January 31, 2013 Copyright Copyright 2013 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed

More information

Simply Personnel Recruitment Manager

Simply Personnel Recruitment Manager Simply Personnel Recruitment Manager Training Workbook Recruitment Manager Page 1 Build 12.8 Objectives Schedule, manage, monitor and maintain Vacancies Add Applicants to Vacancies Setup Recruitment Flow

More information

Sage Australia Tax Reports User's Guide. October 2018

Sage Australia Tax Reports User's Guide. October 2018 Sage 300 2019 Australia Tax Reports User's Guide October 2018 This is a publication of Sage Software, Inc. 2018 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product

More information