AIMMS Tutorial for Professionals - Quantities and Time

Size: px
Start display at page:

Download "AIMMS Tutorial for Professionals - Quantities and Time"

Transcription

1 AIMMS Tutorial for Professionals - Quantities and Time This file contains only one chapter of the book. For a free download of the complete book in pdf format, please visit Aimms 3.13

2 Copyright c by Paragon Decision Technology B.V. All rights reserved. Paragon Decision Technology B.V. Schipholweg LS Haarlem The Netherlands Tel.: Fax: Paragon Decision Technology Inc th Avenue NE Ste. # 1085 Bellevue, WA USA Tel.: Fax: Paragon Decision Technology Pte. Ltd. 55 Market Street #10-00 Singapore Tel.: Fax: Paragon Decision Technology Shanghai Representative Office Middle Huaihai Road 333 Shuion Plaza, Room 1206 Shanghai China Tel.: Fax: info@aimms.com WWW: Aimms is a registered trademark of Paragon Decision Technology B.V. IBM ILOG CPLEX and CPLEX is a registered trademark of IBM Corporation. GUROBI is a registered trademark of Gurobi Optimization, Inc. KNITRO is a registered trademark of Ziena Optimization, Inc. XPRESS-MP is a registered trademark of FICO Fair Isaac Corporation. Mosek is a registered trademark of Mosek ApS. Windows and Excel are registered trademarks of Microsoft Corporation. T E X, LAT E X, and AMS-LAT E X are trademarks of the American Mathematical Society. Lucida is a registered trademark of Bigelow & Holmes Inc. Acrobat is a registered trademark of Adobe Systems Inc. Other brands and their products are trademarks of their respective holders. Information in this document is subject to change without notice and does not represent a commitment on the part of Paragon Decision Technology B.V. The software described in this document is furnished under a license agreement and may only be used and copied in accordance with the terms of the agreement. The documentation may not, in whole or in part, be copied, photocopied, reproduced, translated, or reduced to any electronic medium or machine-readable form without prior consent, in writing, from Paragon Decision Technology B.V. Paragon Decision Technology B.V. makes no representation or warranty with respect to the adequacy of this documentation or the programs which it describes for any particular purpose or with respect to its adequacy to produce any particular result. In no event shall Paragon Decision Technology B.V., its employees, its contractors or the authors of this documentation be liable for special, direct, indirect or consequential damages, losses, costs, charges, claims, demands, or claims for lost profits, fees or expenses of any nature or kind. In addition to the foregoing, users should recognize that all complex software systems and their documentation contain errors and omissions. The authors, Paragon Decision Technology B.V. and its employees, and its contractors shall not be responsible under any circumstances for providing information or corrections to errors and omissions discovered at any time in this book or the software it describes, whether or not they are aware of the errors or omissions. The authors, Paragon Decision Technology B.V. and its employees, and its contractors do not recommend the use of the software described in this book for applications in which errors or omissions could threaten life, injury or significant loss. This documentation was typeset by Paragon Decision Technology B.V. using LAT E X and the Lucida font family.

3 Chapter 6 Quantities and Time 6.1 Model Structure The predefined initial model tree is primarily to help students build small models with a single fixed data set. All model declarations can be placed in the single declaration section, the initial data can be entered in the initialization procedure, and the instruction to solve a mathematical program can be placed inside the execution procedure. In this more extensive tutorial you will be asked to structure the entire model tree. Initial tree Whenever you are building an extensive model, it is worthwhile using sections. With sections, you can organize the model in such a way that it is easy to locate relevant portions of your model. Proper organization will also help you and your co-workers maintain the model during its lifespan. In this tutorial, the model representation contains two main model sections: one model section for the overall model to be developed in Parts?? and??, and one model section for the user interface to be considered in Part??. Each of these model sections will, in turn, be subdivided into several subsections to reflect additional structure. In this chapter, the first main model section will be subdivided. To create the two main model sections, you should take the following actions: Creating two new sections... select the root node Main Softdrink Planning in the model tree, press the New Section button on the toolbar to create a section node in the model tree, specify The Model as the name of the section, and press the Enter key to register the name, once more press the New Section button on the toolbar to create the second section node, specify The User Interface as its name, and once more press the Enter key.

4 Chapter 6. Quantities and Time 38 The first main section will be subdivided into six smaller subsections. First you need to double-click on the book icon. to open this section. After opening the section, the book icon will be an open book. If, by any chance, you double-clicked on the name of the book section instead of its book icon, you will be in the attribute form of the section. If so, just close that form, and then make sure that you double-click on the book icon. You can now create subsections in exactly the same way as you created the two main sections. At this point you should create a structure of subsections identical to the one in Figure and several subsections Figure 6.1: The structure of the section The Model 6.2 Entering quantity declarations With the above overall section structure in place, you are ready to specify the first declaration section below the section entitled Quantities and Units. To create the declaration section you should take the following actions: Creating a declaration section open the model section Quantities and Units by double-clicking on the corresponding book icon, press the New Declaration button to create a new declaration section, enter Quantity Declarations as the name of this new declaration section, and press the Enter key to register the name. While developing an application, it is not unusual to begin with the declaration of quantities and units. After all, you will need the units later when you complete the declarations of the parameters and variables in your model. Units first

5 Chapter 6. Quantities and Time 39 In Chapter??, volumes were expressed in terms of hectoliters and truckloads. In Aimms, you first need to declare a volume quantity. Volume is a standard SI quantity (i.e. part of the International System of Units), and is present in the Aimms SI unit base. The name of the base unit is m3, and the units hl (hectoliter) and TL (truckload) are then expressed in terms of this unit. Volume quantity and its base unit To declare the volume quantity, you should perform the following actions: open the declaration section Quantity Declarations by double-clicking on the scroll icon, press the Other... button on the toolbar (or alternatively, press the Insert key), select the quantity type in the Select Type of Identifier dialog box, and press the OK button, follow the instruction Press enter to select a SI Quantity in order to choose from a list of predefined SI quantities, select the SI Volume quantity, and press the OK button, select the second option m3 as in Figure 6.2, and press the OK button. Declaring the volume quantity Figure 6.2: The Ignore Unit Expression dialog box You can now open the attribute form of the quantitysi Volume in order to enter the unit conversion factors for the units [hl] and [TL]. The initial attribute form of the quantity SI Volume is shown in Figure 6.3. Specifying its attributes

6 Chapter 6. Quantities and Time 40 Figure 6.3: The initial attribute form of the quantity SI Volume To specify the first unit [hl] (hectoliter), you should perform the following actions: open the attribute form of the quantity SI Volume as discussed in the previous paragraph, press the Wizard button for the Conversions attribute, select l (which stands for liters) from the Derived Units listbox, select hecto from the Decimal Scaling listbox, and press the Transfer button to accept the definition of the new unit hl. Specifying the unit conversion of [hl] The initial selection of the derived unit l and the corresponding decimal scaling hecto are shown in Figure 6.4. Figure 6.4: The selections in the Conversions Wizard

7 Chapter 6. Quantities and Time 41 You are now ready to enter the second unit [TL] (truckload), which was given as 12 cubic meters. Note that [TL] is a self-made unit, and that the two listboxes in Figure 6.4 do not support you in this instance. Execute the following steps: Specifying the unit conversion of [TL] consider the edit field under the heading Conversion (containing hl ), and change its contents to the letters TL (without quotes), consider the edit field to the right (containing 0.1 ), and change it to the number 12 (without quotes), as before, press the Transfer button button to accept the definition of the new unit TL, and press the OK button to complete the specification of the two derived units [hl] and [TL]. The attribute form should now be as shown in Figure 6.5. By pressing the Check, commit and close button, you can verify whether Aimms accepts the attribute form as completed by you. If there are no errors, Aimms will commit its contents and close the attribute form. Figure 6.5: The completed attribute form of the quantity SI Volume To be able to express amounts of money, you need to declare a currency quantity. Currency is not a standard SI quantity, and needs to be specified. In this tutorial you will only use a single base unit $ without any conversions to other currencies. To declare the currency quantity you should perform the following actions: Specifying the currency quantity declare a quantity Currency, enter $ (without the quotes) as its Base Unit attribute, and press the Check, commit and close button. The final quantity to be introduced is the SI quantity SI Time Duration. By default, the base unit of this quantity is set to s (seconds). However, the base unit day is more natural for this model. Use the base Base Unit wizard on the attribute form to change the base unit from s to day. When Aimms asks you whether you want to retain the data, select No. Specifying the time quantity

8 Chapter 6. Quantities and Time 42 In addition to the base unit day please use the Conversions wizard to specify the conversion between day and week. The resulting attribute form is shown in Figure 6.6. Week-to-day conversion Figure 6.6: The completed attribute form for the quantity SI Time Duration The model tree so far is shown in Figure 6.7. Your tree thus far Figure 6.7: The intermediate model tree showing all quantity identifiers Again, the asterisk on the left of the model node of the Model Explorer indicates that additions to your project have not yet been saved to disk. To save your work, please press the Save Project button on the leftmost position on the toolbar. Saving your changes

9 Chapter 6. Quantities and Time Entering time declarations Aimms offers two special identifier types for time-based modeling applications, namely calendar and horizon. Calendars and horizons are sets with special features for dealing with time. In this tutorial, both identifier types will be used, and they will be linked through the use of a special indexed set referred to as a timetable. Special data types Experience with the tutorial has shown that it may take more than one reading of the following paragraphs before one obtains a clear understanding of the advanced concepts presented. Advanced concepts A calendar is defined as a set of consecutive time slots of unit length covering the complete time frame from the calendar s beginning date to its end date. You can use a calendar to index data defined in terms of calendar time. In this tutorial both a daily and a weekly calendar will be introduced. Calendars A horizon is basically a set of abstract planning periods to be used inside a mathematical program. The elements in a horizon are divided into three groups, also referred to as time blocks. The main group of elements comprise the planning interval. Periods prior to the planning interval form the past, while periods following the planning interval form the beyond. When variables and constraints are indexed over a horizon, Aimms automatically restricts the generation of these constraints and variables to periods within the planning interval. Horizons A timetable is either an indexed set or an indexed element parameter that links model periods in a horizon to time slots in a calendar. Based on a timetable, Aimms provides functions that let you aggregate calendar data into horizon data. Similarly, there are functions to let you disaggregate horizon data into calendar data. Figure 6.8 illustrates an example of a timetable linking a horizon and calendar. Timetables

10 Chapter 6. Quantities and Time 44 horizon (divided into time periods) current period t 1 t 2 t 3 t 4 t 5 } } } } } past planning interval beyond conversion rules w 1 w 2 w 3 w 4 w 5 w 6 w 7 w 8 w 9 w 10 w 11 w 12 w 13 w 14 current date calendar (divided into time slots) Figure 6.8: Linking a calendar and horizon The actual timetable corresponding to the example that is shown in Figure 6.8 is shown in Figure 6.9. In this example the timetable is called TimeslotToPeriod. TimeslotToPeriod TimeslotToPeriod(t 1 ) {w 2,w 3 } TimeslotToPeriod(t 2 ) {w 4,w 5 } TimeslotToPeriod(t 3 ) {w 6,w 7 } TimeslotToPeriod(t 4 ) {w 8,w 9,w 10 } TimeslotToPeriod(t 5 ) {w 11,w 12,w 13 } Figure 6.9: A timetable corresponding to Figure 6.8 To group the time-related identifiers in this tutorial you are asked to create two separate declaration subsections within the Time model section. Please execute the following actions: Two declaration sections in the model tree, open the section node Time, create a new declaration section Period Declarations, and create a new declaration section Calendar Declarations Horizon-related declarations To declare the first parameter NumberOfPeriods in the section Period Declarations, you should execute the following actions: open the declaration section Period Declarations, press the New Parameter button on the toolbar to create a new parameter in the model tree, Creating the first parameter NumberOfPeriods

11 Chapter 6. Quantities and Time 45 specify NumberOfPeriods as the name of this parameter, and press the Enter key to register the name. To complete the declaration of the parameter NumberOfPeriods you should open its attribute form and perform the following actions: Parameter attributes enter the integer range {1..inf} (without the quotes) as the Range attribute, select the Initial Data radio button in front of the Definition/Initial Data attribute, enter the number 10 (without the quotes) as the Initial data attribute, and press the Check, commit and close button to commit your edits. Note that integer ranges in Aimms are always enclosed by curly brackets. The square brackets are reserved to represent continuous ranges. The existence of a Range attribute enables Aimms to perform range checking during execution. Since the integer set {1..inf} represents the set of all strictly positive integers, Aimms will report an error when a non-integer, or a value less than one, is assigned to the parameter NumberOfPeriods. Range checking The second parameter NumberOfPeriodsInPlanningInterval can now be declared in a similar fashion. Again, specify {1..inf} as the Range attribute. Enter 8 (without the quotes) as its Initial data attribute. Creating the second parameter To declare the horizon, you need to execute the following steps: press the Other... button on the toolbar, select the horizon type, and press the OK button, specify Periods as the name, and press the Enter key to register the name. Declaring a horizon Next, open its attribute form and enter both the index and the current period attributes: Entering the first attributes press the Enter key again to open the attribute form of Periods, position the cursor in the empty edit field next to the Index attribute, and type the letter t (without quotes), and similarly, type period-01 (with the quotes) as the Current period attribute.

12 Chapter 6. Quantities and Time 46 Next, consider the Interval length attribute. You can use the convenient name completion facility in Aimms to avoid re-typing long identifier names. type only the first letter N in the edit field next to the Interval length attribute use the Ctrl-Spacebar key combination to let Aimms provide you with the list of all identifiers and let AIMMS select the first possible extension of the letter N (see Figure 6.10), and select NumberOfPeriodsInPlanningInterval as the identifier name, and press Enter. Specifying the Interval length attribute Figure 6.10: The Name Completion pop-up menu Consider Figure 6.11, and complete the Definition attribute. Again, you may want to use the name completion facility to select NumberOfPeriods as the second argument in the function ElementRange. Specifying the Definition attribute type the definition as in Figure 6.11, press the Check, commit and close button to commit all your edits. Figure 6.11: The completed attributes of the horizon Periods

13 Chapter 6. Quantities and Time 47 The name completion facility can be used to complete any incomplete identifier name. In addition to name completion, you can also drag an identifier name from the model tree to any edit field in your application. Both facilities are there to avoid typing errors, guarantee name consistency and speed up your work. Name completion and dragging The ElementRange function allows you to dynamically create or change the contents of a set based on integer values. In this tutorial, the elements are period- 01, period-02, etc., up to the value of the parameter NumberOfPeriods. The first two arguments are mandatory, and may be preceded by their formal argument names from and to. The remaining arguments are optional, and must be preceded by their formal argument names when used in a non-default order. The function ElementRange After typing a function name, as soon as you enter the opening bracket (or when you hover with the mouse pointer over the function name), Aimms will pop up a quick info tip window as illustrated in Figure This info tip window displays information about the arguments of the ElementRange function. The information will remain visible until you enter a closing bracket (or use the mouse to position the cursor outside the argument list).... its arguments Figure 6.12: The quick info tip window of the ElementRange function In Aimms, you can quickly access information on the type and order of the arguments of a function and/or its documentation from a help file. You can open The Function Reference from within Aimms by performing the following actions:... and its documentation use the mouse cursor to position the text cursor on the ElementRange keyword, use the right-mouse pop-up menu to issue the Help on command, and select the ElementRange entry in the Help on submenu (see Figure 6.13). At this point, Acrobat s PDF viewer will open the The Function Reference on the appropriate page.

14 Chapter 6. Quantities and Time 48 Figure 6.13: A right-mouse pop-up menu The four remaining period declarations concern three numerical parameters referencing the desired number of days in a period, the desired number of weeks in a period and the actual number of days in a period (reflecting weekends and official holidays), and a so-called element parameter denoting the first period in the planning interval. The value of this last element parameter is not a number, but an element of the set Periods. Remaining period declarations The desired number of days in a period is equal to seven. Due to weekend days and official holidays the actual number of days per period will be less than this. To declare the parameter DesiredNumberOfDaysInPeriod you should perform the following actions: Number of days in a period insert a new parameter immediately below the horizon Periods, specify DesiredNumberOfDaysInPeriod(t) as the name of this new parameter, and press the Enter key, open its attribute form, enter the number 7 (without quotes) as the Definition attribute, and press the Check, commit and close button to commit all your edits. Because the parameter DesiredNumberOfWeeksInPeriod is very similar to the parameter DesiredNumberOfDaysInPeriod it is possible to create this identifier declaration from copy of the parameter DesiredNumberOfDaysInPeriod. To do so you should execute the following steps: Number of weeks in period select the identifier DesiredNumberOfDaysInPeriod in the model tree, press the Copy button on the toolbar (or alternatively, press the Ctrl-C key combination), press the Paste button on the toolbar (or alternatively, press the Ctrl-V key combination), press the F2 key and change the name from Copy DesiredNumberOfDaysIn- Periods(t) to DesiredNumberOfWeeksInPeriod(t), press the Enter key to confirm the name change, press the Enter key to open its attribute form,

15 Chapter 6. Quantities and Time 49 change the number 7 in the Definition attribute to 1 (without the quotes), and press the Check, commit and close button to commit all your edits. Changing the name of an identifier in the model tree will cause Aimms to change all references to the identifier accordingly. Name change propagation To declare the indexed parameter ActualNumberOfDaysInPeriod(t), expressed in terms of days, you should execute the following steps: insert a new parameter, specify ActualNumberOfDaysInPeriod(t) as the name of this new parameter, and press the Enter key, open its attribute form, and press the Wizard button for the Unit attribute, select SI Time Duration as the quantity and day as the unit, press the OK button, enter the unquoted sentence takes into account the weekends and the official holidays as the Comment attribute, and press the Check, commit and close button to commit all your edits. Declaring the actual period length The completed attribute form is shown in Figure Figure 6.14: The attribute form of the parameter ActualNumberOfDaysInPeriod By declaring a separate element parameter for the first period in the planning interval, instead of simply using the element period-1, you promote the important separation between model and data. Please execute the following declaration steps: Declaring a parameter for the first period... press the New... button on the toolbar, select the element parameter type, and press the OK button, specify FirstPeriodInPlanningInterval as the name of the element parameter, and press the Enter key to register this name.

16 Chapter 6. Quantities and Time 50 The following actions complete the corresponding attribute form: press the Enter key again to open the attribute form, use the Range wizard to specify the set Periods as the range, specify first(t t in Periods.Planning) (without the quotes) as its definition, and press the Check, commit and close button to commit all your edits.... and completing its attributes The model tree up to this point is shown in Figure The model tree Figure 6.15: All period declarations in the model tree Calendar-related declarations Two string parameters are introduced to allow you to change the beginning and end dates of both calendars in your model in a dynamic fashion. This is again an example of the separation between model and data. To declare the first of these two string parameters, you should execute the following actions: Declaring begin and end dates open the Calendar Declarations declaration section, press the Other... button on the toolbar, select the string parameter type, and press the OK button, specify BeginDateOfCalendar as the name of the string parameter, and press the Enter key to register this name. Repeat the last three steps to declare EndDateOfCalendar as the second string parameter.

17 Chapter 6. Quantities and Time 51 The attribute forms can now be completed as follows: select the string parameter BeginDateOfCalendar, press the Enter key to open its attribute form, specify the string (don t forget the quotes) as the definition of the beginning date, and press the Ctrl-Enter key combination as an alternative for the Check, commit and close button to commit all your edits.... completing their attributes Repeat these steps for the string parameter EndDateOfCalendar, but use the quoted string as its definition. This date format (yyyy-mm-dd), used to represent the beginning and end dates above, is required by Aimms. The date format of the timeslots in the calendar can be customized to your specification using the Timeslot format attribute. To declare the calendar Days, execute the following steps: press the Other... button on the toolbar, select the calendar type, and press the OK button, specify Days as the name, and press the Enter key to register the name. Declaring a calendar By now, you should be able to open the attribute form of the calendar and use the wizards to complete the attribute fields as shown in Figure When completing the Begin date and End date attributes, choose the Select String Parameter... command from the pop-up menu and select the appropriate string parameter. Specifying the calendar attributes Figure 6.16: The completed attribute form of the calendar Days

18 Chapter 6. Quantities and Time 52 When completing the Timeslot format attribute using the wizard you should select the Select Static String... command from the pop-up menu. Aimms will then open a Timeslot format wizard to support you in constructing the appropriate timeslot format. Through this wizard, you can not only select from a number of Basic Formats (including the ones defined by the regional settings of your computer), but you also have the possibility of constructing a custom format, observing the result as you proceed. The timeslot format selected in this tutorial is shown in Figure Timeslot format Figure 6.17: The Timeslot Format wizard Several subsets of the calendar Days will be used throughout the model in this tutorial, and you should be able to enter these sets on the basis of what you have learned so far. Note that, when declaring these subsets, the use of the Subset of wizard (see Figure 6.18) is mandatory and you are not allowed to complete the attribute by hand. Declaring subsets... Figure 6.18: The Subset of wizard

19 Chapter 6. Quantities and Time 53 The names of the subsets are self-explanatory. The subset Mondays will play a role later on when a timetable is constructed to link the horizon Periods and the calendar Days. This subset is used as a function argument, and Aimms will then begin a new period in the horizon whenever it encounters a Monday. The five subsets to be entered by you in the Calendar Declarations section are as follows:... of the calendar Days SET: identifier : WeekendDays subset of : Days definition : { d TimeslotCharacteristic(d, weekday ) > 5 } SET: identifier subset of SET: identifier subset of definition : OfficialHolidays : Days : InactiveDays : Days : WeekendDays + OfficialHolidays SET: identifier : Mondays subset of : Days definition : { d TimeslotCharacteristic(d, weekday ) = 1 } SET: identifier index domain subset of : DaysInPeriod : t : Days The predefined function TimeslotCharacteristic determines a numeric value which characterizes the timeslot in terms of its day in the week, its day in the year, etc. In the Definition attribute of the set WeekendDays, all days in the week with their numeric value greater than 5 (as weekend days) are selected. Similarly, in the Definition attribute of the set Mondays,this function selects all Mondays (with the numeric value of 1) to be used as delimiter days. Timeslot characteristics At this moment the daily calendar is fully defined since the beginning date and end dates are defined as string constants. Similarly, the subset WeekendDays is also fully defined, and its contents can already be viewed as follows: Viewing the weekend days select the set WeekendDays in the model tree, and select the Data... command in the right-mouse pop-up menu (see Figure 6.19).

20 Chapter 6. Quantities and Time 54 Figure 6.19: A right-mouse pop-up menu Aimms will now display the corresponding data page as shown in Figure On the left you see the elements of the set WeekendDays. On the right you see these same elements, but then as a subset of the calendar Days. Data page Figure 6.20: Data page for the set WeekendDays In addition to the daily calendar, there is also a weekly calendar together with several subsets thereof. You should be able to declare this calendar, called Weeks, based on what you have learned so far. We recommend that you specify the Timeslot format attribute by hand, because the corresponding format is not predefined. The completed attribute form of Weeks is shown in Figure Creating a weekly calendar

21 Chapter 6. Quantities and Time 55 Figure 6.21: The completed attribute form of the calendar Weeks At this moment if you ask data of Weeks calendar, you will get a warning explaining that a weekly calendar for which the start date is not the first day of a week (Monday) is limited in its use. Since the limitations are no issue in this tutorial project and to prevent this warning to pop up again, please switch off the option Warning calendar week begin that causes this warning, by executing the following actions: go to the Settings menu and execute the Project Options command, select the AIMMS - Progress, errors & warnings - Warnings - Compilation folder in the option tree (see Figure 6.22), click on the Option Warning calendar week begin in the rightmost window, select on Off value, press the Apply button on the Aimms Options dialog box, and finish by pressing the OK button.

22 Chapter 6. Quantities and Time 56 Figure 6.22: The Aimms Options dialog box As indicated in the previous paragraph, you should have little or no problem entering the following subset and element parameter related to the calendar called Weeks. Declaring week-related references SET: identifier subset of : InactiveWeeks : Weeks ELEMENT PARAMETER: identifier : WeekInPeriod index domain : t range : Weeks The relationship between days and weeks can be captured through an indexed element parameter that contains, for each day in the daily calendar, the corresponding week in the weekly calendar. Please enter the following declaration: Relating days to weeks ELEMENT PARAMETER: identifier : DayToWeek index domain : d range : Weeks definition : first( w TimeslotCharacteristic(w, week ) = TimeslotCharacteristic(d, week ) and TimeslotCharacteristic(w, year ) = TimeslotCharacteristic(d, year ) ) With the use of the function TimeslotCharacteristic it becomes straightforward to verify whether the week number (ranging from 1 to 53) of a week w is

23 Chapter 6. Quantities and Time 57 equal to the week number of a day d. The year number can be checked in a similar fashion. The following calendar-related identifier will be used later. Please enter it now. One more identifier ELEMENT PARAMETER: identifier : LastWeekInCalendar range : Weeks definition : last(weeks) The part of the model tree containing the calendar declarations is shown in Figure Model tree Figure 6.23: All calendar related declarations in the model tree

AIMMS Tutorial for Professionals - Absentee and Planning Overviews

AIMMS Tutorial for Professionals - Absentee and Planning Overviews AIMMS Tutorial for Professionals - Absentee and Planning Overviews This file contains only one chapter of the book. For a free download of the complete book in pdf format, please visit www.aimms.com Aimms

More information

AIMMS User s Guide - Advanced Data Management

AIMMS User s Guide - Advanced Data Management AIMMS User s Guide - Advanced Data Management This file contains only one chapter of the book. For a free download of the complete book in pdf format, please visit www.aimms.com or order your hardcopy

More information

AIMMS Excel Add-In User s Guide - Installation and Example

AIMMS Excel Add-In User s Guide - Installation and Example AIMMS Excel Add-In User s Guide - Installation and Example This file contains only one chapter of the book. For a free download of the complete book in pdf format, please visit www.aimms.com Aimms 3.13

More information

AIMMS Language Reference - Format of Text Data Files

AIMMS Language Reference - Format of Text Data Files AIMMS Language Reference - Format of Text Data Files This file contains only one chapter of the book. For a free download of the complete book in pdf format, please visit www.aimms.com or order your hardcopy

More information

AIMMS Tutorial for Professionals - Data Management

AIMMS Tutorial for Professionals - Data Management AIMMS Tutorial for Professionals - Data Management This file contains only one chapter of the book. For a free download of the complete book in pdf format, please visit www.aimms.com Aimms 3.13 Copyright

More information

AIMMS User s Guide - Math Program Inspector

AIMMS User s Guide - Math Program Inspector AIMMS User s Guide - Math Program Inspector This file contains only one chapter of the book. For a free download of the complete book in pdf format, please visit www.aimms.com or order your hardcopy at

More information

BLUECIELO MERIDIAN ASSET MANAGEMENT MODULE 2014

BLUECIELO MERIDIAN ASSET MANAGEMENT MODULE 2014 BLUECIELO MERIDIAN ASSET MANAGEMENT MODULE 2014 User's Guide Manual BlueCielo ECM Solutions bluecieloecm.com December 09 2014 LEGAL NOTICE 2014 BlueCielo ECM Solutions B. V. Polarisavenue 1 2132 JH Hoofddorp

More information

Internet Explorer 7. Getting Started The Internet Explorer Window. Tabs NEW! Working with the Tab Row. Microsoft QUICK Source

Internet Explorer 7. Getting Started The Internet Explorer Window. Tabs NEW! Working with the Tab Row. Microsoft QUICK Source Microsoft QUICK Source Internet Explorer 7 Getting Started The Internet Explorer Window u v w x y { Using the Command Bar The Command Bar contains shortcut buttons for Internet Explorer tools. To expand

More information

Word basics. Before you begin. What you'll learn. Requirements. Estimated time to complete:

Word basics. Before you begin. What you'll learn. Requirements. Estimated time to complete: Word basics Word is a powerful word processing and layout application, but to use it most effectively, you first have to understand the basics. This tutorial introduces some of the tasks and features that

More information

Job Scheduler User Guide IGSS Version 11.0

Job Scheduler User Guide IGSS Version 11.0 Job Scheduler User Guide IGSS Version 11.0 The information provided in this documentation contains general descriptions and/or technical characteristics of the performance of the products contained therein.

More information

Pacesetter BES Lettering Installation Guide

Pacesetter BES Lettering Installation Guide Pacesetter BES Lettering Installation Guide ii Pacesetter BES Lettering Instruction Manual Copyright Copyright 2009 Pulse Microsystems Ltd. All rights reserved. This Installation Guide is copyrighted by

More information

Excel 2007 A Beginners Guide

Excel 2007 A Beginners Guide Excel 2007 A Beginners Guide Beginner Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on

More information

TxDMV RTS Training Guide for Working with Cognos Reports

TxDMV RTS Training Guide for Working with Cognos Reports TxDMV RTS Training Guide for Working with Cognos Reports April, 2015 About This Guide This Training Guide introduces the implementation of the Cognos enterprise reporting tool for the TxDMV Registration

More information

Microsoft Office. Mail Merge in Microsoft Word

Microsoft Office. Mail Merge in Microsoft Word Microsoft Office Mail Merge in Microsoft Word TABLE OF CONTENTS Microsoft Office... 1 Mail Merge in Microsoft Word... 1 CREATE THE SMS DATAFILE FOR EXPORT... 3 Add A Label Row To The Excel File... 3 Backup

More information

AFN-FixedAssets-062502

AFN-FixedAssets-062502 062502 2002 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying, recording, storage

More information

Windows XP Pro: Basics 1

Windows XP Pro: Basics 1 NORTHWEST MISSOURI STATE UNIVERSITY ONLINE USER S GUIDE 2004 Windows XP Pro: Basics 1 Getting on the Northwest Network Getting on the Northwest network is easy with a university-provided PC, which has

More information

Excel 2003 A Beginners Guide

Excel 2003 A Beginners Guide Excel 2003 A Beginners Guide Beginner Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on

More information

StarWind iscsi SAN Software: Using an existing SAN for configuring High Availability storage with Windows Server 2003 and 2008

StarWind iscsi SAN Software: Using an existing SAN for configuring High Availability storage with Windows Server 2003 and 2008 StarWind iscsi SAN Software: Using an existing SAN for configuring High Availability storage with Windows Server 2003 and 2008 www.starwindsoftware.com Copyright 2008-2011. All rights reserved. COPYRIGHT

More information

Business Portal for Microsoft Dynamics GP. Key Performance Indicators Release 10.0

Business Portal for Microsoft Dynamics GP. Key Performance Indicators Release 10.0 Business Portal for Microsoft Dynamics GP Key Performance Indicators Release 10.0 Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Microsoft Outlook 2003/2007 Users 10.0 Light Outlook Add-In Symantec Enterprise Vault: Guide for Microsoft Outlook 2003/2007 Users The software described in this book

More information

Folder Management in Outlook for Macintosh

Folder Management in Outlook for Macintosh Folder Management in Outlook Introduction Learn to create and manage folders in your mailbox on the Exchange server, in Personal Folders saved on your computer s hard disk or to a local network server,

More information

Microsoft Word 2011: Create a Table of Contents

Microsoft Word 2011: Create a Table of Contents Microsoft Word 2011: Create a Table of Contents Creating a Table of Contents for a document can be updated quickly any time you need to add or remove details for it will update page numbers for you. A

More information

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 PLEASE NOTE: The contents of this publication, and any associated documentation provided to you, must not be disclosed to any third party without

More information

Bitrix Site Manager 4.1. User Guide

Bitrix Site Manager 4.1. User Guide Bitrix Site Manager 4.1 User Guide 2 Contents REGISTRATION AND AUTHORISATION...3 SITE SECTIONS...5 Creating a section...6 Changing the section properties...8 SITE PAGES...9 Creating a page...10 Editing

More information

Entrust Certificate Services for Adobe CDS

Entrust Certificate Services for Adobe CDS Entrust Certificate Services Entrust Certificate Services for Adobe CDS Getting Started Guide Entrust SafeNet Authentication Client: 8.3 Date of issue: July 2015 Document issue: 3.0 Revisions Issue and

More information

Using Your Online Help System

Using Your Online Help System Using Your Online Help System GS-2993A Universal Imaging Corporation 502 Brandywine Parkway, West Chester, PA 19380 USA Tel: (610) 344-9410 Fax: (610) 344-9515 Copyright, Notices, and Trademarks 1998,

More information

NiCE Log File Management Pack. for. System Center Operations Manager 2012. Quick Start Guide

NiCE Log File Management Pack. for. System Center Operations Manager 2012. Quick Start Guide NiCE Log File Management Pack for System Center Operations Manager 2012 Version 1.30 March 2015 Quick Start Guide Legal Notices NiCE IT Management Solutions GmbH makes no warranty of any kind with regard

More information

Studio Visual Steps. Subscribing to RSS Feeds

Studio Visual Steps. Subscribing to RSS Feeds Studio Visual Steps Subscribing to RSS Feeds This book has been written using the Visual Steps method. 2009 Visual Steps B.V. Lay out and editing by Mara Kok Translated by Yvette Huijsman and Chris Hollingsworth

More information

Adobe Acrobat X Pro Creating & Working with PDF Documents

Adobe Acrobat X Pro Creating & Working with PDF Documents Adobe Acrobat X Pro Creating & Working with PDF Documents Overview Creating PDF documents is useful when you want to maintain the format of your document(s). As a PDF document, your file maintains its

More information

Studio Visual Steps. Windows Defender. For Windows XP, Vista and 7

Studio Visual Steps. Windows Defender. For Windows XP, Vista and 7 Studio Visual Steps Windows Defender For Windows XP, Vista and 7 This guide has been written using the Visual Steps method. Copyright 2011 by Visual Steps B.V. Second edition: October 2011 All rights reserved.

More information

A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc. 2013. Mastering Outlook Made Easy for Lawyers CPE Edition v.2.

A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc. 2013. Mastering Outlook Made Easy for Lawyers CPE Edition v.2. A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc. 2013 Mastering Outlook Made Easy for Lawyers CPE Edition v.2.0 TeachUcomp, Inc. it s all about you Copyright: Copyright 2013 by TeachUcomp,

More information

Studio Visual Steps. A Short Guide to Windows Internet Explorer 9

Studio Visual Steps. A Short Guide to Windows Internet Explorer 9 Studio Visual Steps A Short Guide to Windows Internet Explorer 9 2011 Visual Steps B.V. This book has been written using the Visual Steps method. Translated by Chris Hollingsworth, 1 st Resources Edited

More information

Microsoft Dynamics GP. SmartList Builder User s Guide With Excel Report Builder

Microsoft Dynamics GP. SmartList Builder User s Guide With Excel Report Builder Microsoft Dynamics GP SmartList Builder User s Guide With Excel Report Builder Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility

More information

Acrobat X Pro Accessible Forms and Interactive Documents

Acrobat X Pro Accessible Forms and Interactive Documents Contents 2 PDF Form Fields 2 Acrobat Form Wizard 5 Enter Forms Editing Mode Directly 5 Create Form Fields Manually 6 Forms Editing Mode 8 Form Field Properties 11 Editing or Modifying an Existing Form

More information

HP Quality Center. Software Version: 10.00. Microsoft Word Add-in Guide

HP Quality Center. Software Version: 10.00. Microsoft Word Add-in Guide HP Quality Center Software Version: 10.00 Microsoft Word Add-in Guide Document Release Date: February 2012 Software Release Date: January 2009 Legal Notices Warranty The only warranties for HP products

More information

ITCS QUICK REFERENCE GUIDE: EXPRESSION WEB SITE

ITCS QUICK REFERENCE GUIDE: EXPRESSION WEB SITE Create a One-Page Website Using Microsoft Expression Web This tutorial uses Microsoft Expression Web 3 Part 1. Create the Site on your computer Create a folder in My Documents to house the Web files. Save

More information

Creating Interactive PDF Forms

Creating Interactive PDF Forms Creating Interactive PDF Forms Using Adobe Acrobat X Pro Information Technology Services Outreach and Distance Learning Technologies Copyright 2012 KSU Department of Information Technology Services This

More information

Writer Guide. Chapter 15 Using Forms in Writer

Writer Guide. Chapter 15 Using Forms in Writer Writer Guide Chapter 15 Using Forms in Writer Copyright This document is Copyright 2005 2008 by its contributors as listed in the section titled Authors. You may distribute it and/or modify it under the

More information

KPN SMS mail. Send SMS as fast as e-mail!

KPN SMS mail. Send SMS as fast as e-mail! KPN SMS mail Send SMS as fast as e-mail! Quick start Start using KPN SMS mail in 5 steps If you want to install and use KPN SMS mail quickly, without reading the user guide, follow the next five steps.

More information

MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES

MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES MICROSOFT OFFICE 2007 MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES Exploring Access Creating and Working with Tables Finding and Filtering Data Working with Queries and Recordsets Working with Forms Working

More information

Internet Explorer 7 for Windows XP: Obtaining MIT Certificates

Internet Explorer 7 for Windows XP: Obtaining MIT Certificates Internet Explorer 7 for Windows XP: Obtaining MIT Certificates Overview In order to use secure web services at MIT, you will need to obtain two types of MIT web certificates: MIT Certificate Authority

More information

Guide to PDF Publishing

Guide to PDF Publishing Guide to PDF Publishing Alibre Design 9.2 Copyrights Information in this document is subject to change without notice. The software described in this document is furnished under a license agreement or

More information

AFN-StudentBillingTuitionManagementGuide-022205

AFN-StudentBillingTuitionManagementGuide-022205 022205 2005 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying, recording, storage

More information

TheFinancialEdge. Fast! Guide

TheFinancialEdge. Fast! Guide TheFinancialEdge Fast! Guide 101811 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,

More information

2002 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or

2002 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or 041902 2002 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying, recording, storage

More information

HP Application Lifecycle Management

HP Application Lifecycle Management HP Application Lifecycle Management Software Version: 11.00 Microsoft Word Add-in Guide Document Release Date: November 2010 Software Release Date: October 2010 Legal Notices Warranty The only warranties

More information

Windows 95. 2a. Place the pointer on Programs. Move the pointer horizontally to the right into the next window.

Windows 95. 2a. Place the pointer on Programs. Move the pointer horizontally to the right into the next window. Word Processing Microsoft Works Windows 95 The intention of this section is to instruct basic word processing skills such as creating, editing, formatting, saving and closing a new document. Microsoft

More information

Microsoft Excel 2010 Part 3: Advanced Excel

Microsoft Excel 2010 Part 3: Advanced Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 3: Advanced Excel Winter 2015, Version 1.0 Table of Contents Introduction...2 Sorting Data...2 Sorting

More information

Desktop, Web and Mobile Testing Tutorials

Desktop, Web and Mobile Testing Tutorials Desktop, Web and Mobile Testing Tutorials * Windows and the Windows logo are trademarks of the Microsoft group of companies. 2 About the Tutorial With TestComplete, you can test applications of three major

More information

opensuse 10.2 KDE Quick Start

opensuse 10.2 KDE Quick Start opensuse 10.2 KDE Quick Start NOVELL QUICK START CARD opensuse provides the tools that Linux users require in their daily activities. It comes with an easy-to-use graphical user interface (KDE desktop)

More information

A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc. 2015. Mastering Outlook Made Easy for Lawyers CPE Edition v.3.

A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc. 2015. Mastering Outlook Made Easy for Lawyers CPE Edition v.3. A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc. 2015 Mastering Outlook Made Easy for Lawyers CPE Edition v.3.0 TeachUcomp, Inc. it s all about you Copyright: Copyright 2015 by TeachUcomp,

More information

Agile Product Lifecycle Management

Agile Product Lifecycle Management Agile Product Lifecycle Management Product Quality Management User Guide v9.3.0.2 Part No. E17304-01 June 2010 Product Quality Management User Guide Oracle Copyright Copyright 1995, 2010, Oracle and/or

More information

Part II Acrobat 8 Professional

Part II Acrobat 8 Professional Part II Acrobat 8 Professional Exporting Images There will be times when images will need to be exported out of a PDF document and saved as a file type in which it can be used in a different application.

More information

Introduction to dobe Acrobat XI Pro

Introduction to dobe Acrobat XI Pro Introduction to dobe Acrobat XI Pro Introduction to Adobe Acrobat XI Pro is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. To view a copy of this

More information

3. Add and delete a cover page...7 Add a cover page... 7 Delete a cover page... 7

3. Add and delete a cover page...7 Add a cover page... 7 Delete a cover page... 7 Microsoft Word: Advanced Features for Publication, Collaboration, and Instruction For your MAC (Word 2011) Presented by: Karen Gray (kagray@vt.edu) Word Help: http://mac2.microsoft.com/help/office/14/en-

More information

Styles, Tables of Contents, and Tables of Authorities in Microsoft Word 2010

Styles, Tables of Contents, and Tables of Authorities in Microsoft Word 2010 Styles, Tables of Contents, and Tables of Authorities in Microsoft Word 2010 TABLE OF CONTENTS WHAT IS A STYLE?... 2 VIEWING AVAILABLE STYLES IN THE STYLES GROUP... 2 APPLYING STYLES FROM THE STYLES GROUP...

More information

Creating tables of contents and figures in Word 2013

Creating tables of contents and figures in Word 2013 Creating tables of contents and figures in Word 2013 Information Services Creating tables of contents and figures in Word 2013 This note shows you how to create a table of contents or a table of figures

More information

Job Streaming User Guide

Job Streaming User Guide Job Streaming User Guide By TOPS Software, LLC Clearwater, Florida Document History Version Edition Date Document Software Trademark Copyright First Edition 08 2006 TOPS JS AA 3.2.1 The names of actual

More information

Getting Started with Actinic Order Manager

Getting Started with Actinic Order Manager Getting Started with Actinic Order Manager Under the copyright laws, neither the documentation nor the software may be copied, photocopied, reproduced, translated, or reduced to any electronic medium or

More information

Sample- for evaluation only. Advanced PowerPoint. TeachUcomp, Inc. A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc.

Sample- for evaluation only. Advanced PowerPoint. TeachUcomp, Inc. A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc. A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc. 2010 Advanced PowerPoint TeachUcomp, Inc. it s all about you Copyright: Copyright 2010 by TeachUcomp, Inc. All rights reserved. This

More information

Customizing forms and writing QuickBooks Letters

Customizing forms and writing QuickBooks Letters LESSON 15 Customizing forms and writing QuickBooks Letters 15 Lesson objectives, 398 Supporting materials, 398 Instructor preparation, 398 To start this lesson, 398 About QuickBooks forms, 399 Customizing

More information

IBM Operational Decision Manager Version 8 Release 5. Getting Started with Business Rules

IBM Operational Decision Manager Version 8 Release 5. Getting Started with Business Rules IBM Operational Decision Manager Version 8 Release 5 Getting Started with Business Rules Note Before using this information and the product it supports, read the information in Notices on page 43. This

More information

AFN-SchoolStoreManagerGuide-032703

AFN-SchoolStoreManagerGuide-032703 032703 2003 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying, recording, storage

More information

Chief Architect X6. Download & Installation Instructions. Chief Architect, Inc. 6500 N. Mineral Dr. Coeur d Alene, Idaho 83815 www.chiefarchitect.

Chief Architect X6. Download & Installation Instructions. Chief Architect, Inc. 6500 N. Mineral Dr. Coeur d Alene, Idaho 83815 www.chiefarchitect. Chief Architect X6 Download & Installation Instructions Chief Architect, Inc. 6500 N. Mineral Dr. Coeur d Alene, Idaho 83815 www.chiefarchitect.com Contents Chapter 1: Installation What s Included with

More information

StarWind iscsi SAN: Configuring HA File Server for SMB NAS February 2012

StarWind iscsi SAN: Configuring HA File Server for SMB NAS February 2012 StarWind iscsi SAN: Configuring HA File Server for SMB NAS February 2012 TRADEMARKS StarWind, StarWind Software and the StarWind and the StarWind Software logos are trademarks of StarWind Software which

More information

Dell Recovery Manager for Active Directory 8.6. Quick Start Guide

Dell Recovery Manager for Active Directory 8.6. Quick Start Guide Dell Recovery Manager for Active Directory 8.6 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished

More information

Chapter 15 Using Forms in Writer

Chapter 15 Using Forms in Writer Writer Guide Chapter 15 Using Forms in Writer OpenOffice.org Copyright This document is Copyright 2005 2006 by its contributors as listed in the section titled Authors. You can distribute it and/or modify

More information

3 IDE (Integrated Development Environment)

3 IDE (Integrated Development Environment) Visual C++ 6.0 Guide Part I 1 Introduction Microsoft Visual C++ is a software application used to write other applications in C++/C. It is a member of the Microsoft Visual Studio development tools suite,

More information

GroupWise Calendar GroupWise Task Lists GroupWise Reminder Notes Recurring Events Proxy Access Shared Folders

GroupWise Calendar GroupWise Task Lists GroupWise Reminder Notes Recurring Events Proxy Access Shared Folders GroupWise Calendar GroupWise Task Lists GroupWise Reminder Notes Recurring Events Proxy Access Shared Folders Table of Contents Calendar Overview...1 Different Calendar Views...1 Set Default View...1 Set

More information

Acrobat PDF Forms - Part 2

Acrobat PDF Forms - Part 2 Acrobat PDF Forms - Part 2 PDF Form Fields In this lesson, you will be given a file named Information Request Form that can be used in either Word 2003 or Word 2007. This lesson will guide you through

More information

Microsoft Project 2007 Level 1: Creating Project Tasks

Microsoft Project 2007 Level 1: Creating Project Tasks Microsoft Project 2007 Level 1: Creating Project Tasks By Robin Peers Robin Peers, 2008 ABOUT THIS CLASS Regardless of job title, most of us have needed to act as a project manager, at one time or another.

More information

Philips 9600 DPM Setup Guide for Dragon

Philips 9600 DPM Setup Guide for Dragon Dragon NaturallySpeaking Version 10 Philips 9600 DPM Setup Guide for Dragon Philips 9600 DPM Setup Guide (revision 1.1) for Dragon NaturallySpeaking Version 10 as released in North America The material

More information

Introduction to Word 2007

Introduction to Word 2007 Introduction to Word 2007 You will notice some obvious changes immediately after starting Word 2007. For starters, the top bar has a completely new look, consisting of new features, buttons and naming

More information

StarWind iscsi SAN Software: Providing shared storage for Hyper-V's Live Migration feature on two physical servers

StarWind iscsi SAN Software: Providing shared storage for Hyper-V's Live Migration feature on two physical servers StarWind iscsi SAN Software: Providing shared storage for Hyper-V's Live Migration feature on two physical servers www.starwindsoftware.com Copyright 2008-2011. All rights reserved. COPYRIGHT Copyright

More information

Resource Online User Guide JUNE 2013

Resource Online User Guide JUNE 2013 Resource Online User Guide JUNE 2013 CHASE PAYMENTECH SOLUTIONS MAKES NO WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, WITH REGARD TO THIS MATERIAL, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES

More information

Creating Carbon Menus. (Legacy)

Creating Carbon Menus. (Legacy) Creating Carbon Menus (Legacy) Contents Carbon Menus Concepts 4 Components of a Carbon Menu 4 Carbon Menu Tasks 6 Creating a Menu Using Nibs 6 The Nib File 7 The Menus Palette 11 Creating a Simple Menu

More information

Excel 2007 Basic knowledge

Excel 2007 Basic knowledge Ribbon menu The Ribbon menu system with tabs for various Excel commands. This Ribbon system replaces the traditional menus used with Excel 2003. Above the Ribbon in the upper-left corner is the Microsoft

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Microsoft Outlook 2010 Users 9.0 Symantec Enterprise Vault: Guide for Microsoft Outlook 2010 Users The software described in this book is furnished under a license agreement

More information

hp digital home networking wireless USB network adapter hn210w quick start guide

hp digital home networking wireless USB network adapter hn210w quick start guide hp digital home networking wireless USB network adapter hn210w quick start guide Revision #: 15 Page: 1 of 11 Printed: 08/15/01 04:44 PM The Hewlett-Packard Company makes no warranty of any kind with regard

More information

StarWind iscsi SAN Software: Configuring High Availability Storage for VMware vsphere and ESX Server

StarWind iscsi SAN Software: Configuring High Availability Storage for VMware vsphere and ESX Server StarWind iscsi SAN Software: Configuring High Availability Storage for VMware vsphere and ESX Server www.starwindsoftware.com Copyright 2008-2011. All rights reserved. COPYRIGHT Copyright 2008-2011. All

More information

Creating Custom Crystal Reports Tutorial

Creating Custom Crystal Reports Tutorial Creating Custom Crystal Reports Tutorial 020812 2012 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical,

More information

Presentations and PowerPoint

Presentations and PowerPoint V-1.1 PART V Presentations and PowerPoint V-1.2 Computer Fundamentals V-1.3 LESSON 1 Creating a Presentation After completing this lesson, you will be able to: Start Microsoft PowerPoint. Explore the PowerPoint

More information

Loyalty Program Guide

Loyalty Program Guide Loyalty Program Guide 110911 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,

More information

Entering the example employee satisfaction survey in Survey Crafter Professional s Survey Designer window

Entering the example employee satisfaction survey in Survey Crafter Professional s Survey Designer window Survey Crafter, Inc. Survey Crafter Walkthrough Summary: Walkthrough: Applies to: Topic: Synopsis This tutorial walks you through entering the example employee satisfaction survey in Survey Crafter Professional

More information

Sample- for evaluation purposes only. Advanced Crystal Reports. TeachUcomp, Inc.

Sample- for evaluation purposes only. Advanced Crystal Reports. TeachUcomp, Inc. A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc. 2011 Advanced Crystal Reports TeachUcomp, Inc. it s all about you Copyright: Copyright 2011 by TeachUcomp, Inc. All rights reserved.

More information

Microsoft PowerPoint Tutorial

Microsoft PowerPoint Tutorial Microsoft PowerPoint Tutorial Contents Starting MS PowerPoint... 1 The MS PowerPoint Window... 2 Title Bar...2 Office Button...3 Saving Your Work... 3 For the first time... 3 While you work... 3 Backing

More information

Microsoft Dynamics GP. Electronic Signatures

Microsoft Dynamics GP. Electronic Signatures Microsoft Dynamics GP Electronic Signatures Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without

More information

Using the Thesis and Dissertation Templates

Using the Thesis and Dissertation Templates Using the Thesis and Dissertation Templates For use with Microsoft Word on Windows and Macintosh computers January 2011 Graduate School e-mail: bpenman@austin.utexas.edu 2011 Graduate School Revised January

More information

TheFinancialEdge. Journal Entry Guide

TheFinancialEdge. Journal Entry Guide TheFinancialEdge Journal Entry Guide 101811 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including

More information

Business Portal for Microsoft Dynamics GP. Electronic Document Delivery Release 10.0

Business Portal for Microsoft Dynamics GP. Electronic Document Delivery Release 10.0 Business Portal for Microsoft Dynamics GP Electronic Document Delivery Release 10.0 Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is

More information

DocuPrint C3290 FS Features Setup Guide

DocuPrint C3290 FS Features Setup Guide DocuPrint C3290 FS Features Setup Guide Adobe and PostScript are trademarks of Adobe Systems Incorporated in the United States and/or other countries. Apple, Bonjour, ColorSync, EtherTalk, Macintosh, and

More information

How to Use the Cypress Report Distribution Service to Access Reports

How to Use the Cypress Report Distribution Service to Access Reports How to Use the Cypress Report Distribution Service to Access Reports First, if the Cypress client is not already installed on your computer, follow the installation instructions found at https://cypress.doit.wisc.edu/.

More information

Installation Guide. Trimble Accubid Time & Material Billing Software

Installation Guide. Trimble Accubid Time & Material Billing Software Revision A (ENG) May 2015 F Installation Guide Trimble Accubid Time & Material Billing Software Revision A (ENG) May 2015 F Toronto Office Trimble Canada Ltd. 9131 Keele Street Suite A7 Vaughan, Ontario

More information

Infor ERP BaanIV / Baan 5.0 / LN 6.1. User's Guide for Worktop 2.4

Infor ERP BaanIV / Baan 5.0 / LN 6.1. User's Guide for Worktop 2.4 Infor ERP BaanIV / Baan 5.0 / LN 6.1 User's Guide for Worktop 2.4 Copyright 2008 Infor All rights reserved. The word and design marks set forth herein are trademarks and/or registered trademarks of Infor

More information

Introduction to Simulink

Introduction to Simulink Introduction to Simulink MEEN 364 Simulink is a software package for modeling, simulating, and analyzing dynamical systems. It supports linear and nonlinear systems, modeled in continuous time, sampled

More information

SmartLink for Outlook User Guide

SmartLink for Outlook User Guide SmartLink for Outlook User Guide Copyright 1998-2006 E-Z Data, Inc. All Rights Reserved No part of this documentation may be copied, reproduced, or translated in any form without the prior written consent

More information

T24 Quick Reference Guide

T24 Quick Reference Guide T24 Quick Reference Guide Getting to Know T24 This guide has quick reference topics to help you use T24 to perform basic tasks. Keep it handy as you get to know T24. T24 Helpline If you need help as you

More information

Bitrix Site Manager 4.0. Quick Start Guide to Newsletters and Subscriptions

Bitrix Site Manager 4.0. Quick Start Guide to Newsletters and Subscriptions Bitrix Site Manager 4.0 Quick Start Guide to Newsletters and Subscriptions Contents PREFACE...3 CONFIGURING THE MODULE...4 SETTING UP FOR MANUAL SENDING E-MAIL MESSAGES...6 Creating a newsletter...6 Providing

More information

How schedule AccuTRConsole to run every hour

How schedule AccuTRConsole to run every hour How schedule AccuTRConsole to run every hour If you have had problems with getting your reports to send out from AccuTrack or AccuSQL 2014 consistently with the Windows Service AccuTaskRunner.exe we have

More information

Timeless Time and Expense Version 3.0. Copyright 1997-2009 MAG Softwrx, Inc.

Timeless Time and Expense Version 3.0. Copyright 1997-2009 MAG Softwrx, Inc. Timeless Time and Expense Version 3.0 Timeless Time and Expense All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including

More information