Difference between revisions of "ITrack/Enterprise/Host.ini"
MarkHardisty (talk | contribs) m |
|||
(11 intermediate revisions by 3 users not shown) | |||
Line 10: | Line 10: | ||
* '''total''' - This is the total number of extensions that ITrack will try to load. It will read down the list of extensions starting at 1 and going until the total trying to load each one. If one fails to load, ITrack will stop loading the rest therefore ensure that the total matches exactly the number of extensions you want to use. | * '''total''' - This is the total number of extensions that ITrack will try to load. It will read down the list of extensions starting at 1 and going until the total trying to load each one. If one fails to load, ITrack will stop loading the rest therefore ensure that the total matches exactly the number of extensions you want to use. | ||
* '''extension<number>''' - This property points ITrack toward a particular dll file that holds the extension. The order that the extensions are listed is irrelevant unless extension list ordering is turned on (it is set to alphabetical by default). | * '''extension<number>''' - This property points ITrack toward a particular dll file that holds the extension. The order that the extensions are listed is irrelevant unless extension list ordering is turned on (it is set to alphabetical by default). | ||
'''Extensions''' | |||
{| border="1" | |||
|- | |||
! Name | |||
! Explanation | |||
|- | |||
| EEAccounting | |||
| Loads the [[ITrack/Enterprise/Accounting_Screen|Accounting Screen]] | |||
|- | |||
| EECrystalReportsExtension | |||
| Allows Enterprise to create [[ITrack/Enterprise/Crysal_Reports|Crystal Reports]] | |||
|- | |||
| EECustomer | |||
| Loads the [[ITrack/Enterprise/Customer_Information|Customer Information Screen]] | |||
|- | |||
| EECustomerList | |||
| Loads the [[ITrack/Enterprise/Customer_List|Customer List Screen]] | |||
|- | |||
| EECoreManagement | |||
| Loads the [[ITrack/Enterprise/Core_Management|Core Management Screen]] | |||
|- | |||
| EEDataManagement | |||
| Loads the [[ITrack/Enterprise/Data_Management|Data Management Sceen]] | |||
|- | |||
| EEDeliveries | |||
| Loads the [[ITrack/Enterprise/Deliveries|Deliveries Screen]] | |||
|- | |||
| EEGlobalSettingsExtension | |||
| Allows some [[ITrack/Enterprise/Global_Settings|Global Settings]] such as hotkeys. | |||
|- | |||
| EEHome | |||
| Loads the [[ITrack/Enterprise/Home|Home Screen]] | |||
|- | |||
| EEInterchange | |||
| Loads the [[ITrack/Enterprise/Interchange|Interchange Screen]] | |||
|- | |||
| EEInventoryOverview | |||
| Loads the [[ITrack/Enterprise/Inventory_Overview|Inventory Overview Screen]] | |||
|- | |||
| EELogin | |||
| Necessary to load the [[ITrack/Enterprise/Login|Login Dialog]] | |||
|- | |||
| EEMAS90Accounting | |||
| Necessary for loading the GL accounting system. Enterprise will throw an error when finalizing a document if GL accounting is on and this is not loaded. | |||
|- | |||
| EEOptionsExtension | |||
| Necessary for loading [[ITrack/Enterprise/Options Extension|Options Dialogs]] | |||
|- | |||
| EEEDocumentExtension | |||
| Necessary for building [[ITrack/Enterprise/EDocuments_Extension|E-Documents]] | |||
|- | |||
| EEPartConfiguration | |||
| Loads the [[ITrack/Enterprise/Part_Configuration|Part Configuration Screen]] | |||
|- | |||
| EEPartModification | |||
| Loads the [[ITrack/Enterprise/Part_Modification|Part Modification Screen]] | |||
|- | |||
| EEParts | |||
| Loads the [[ITrack/Enterprise/Part_Information|Part Information Screen]] | |||
|- | |||
| EEPaymentEntry | |||
| Loads the [[ITrack/Enterprise/Payment_Entry|Payment Entry Screen]] | |||
|- | |||
| EEPurchaseOrders | |||
| Loads the [[ITrack/Enterprise/Purchase_Orders|Purchase Order Screen]] | |||
|- | |||
| EESalesOrders | |||
| Loads the [[ITrack/Enterprise/Sales_Orders|Sales Order Screen]] | |||
|- | |||
| EESearch | |||
| Loads the [[ITrack/Enterprise/Search|Search Screen]] | |||
|- | |||
| EEVehicles | |||
| Loads the [[ITrack/Enterprise/Vehicles|Vehicles Screen]] | |||
|- | |||
| EEVendor | |||
| Loads the [[ITrack/Enterprise/Vendor_Information|Vendor Information Screen]] | |||
|- | |||
| EEVendorList | |||
| Loads the [[ITrack/Enterprise/Vendor_List|Vendor List Screen]] | |||
|- | |||
| EEWorkOrders | |||
| Loads the [[ITrack/Enterprise/Work_Orders|Work Orders Screen]] | |||
|- | |||
| ITMySQLConnection_d | |||
| Required for Enterprise to talk to [[ITrack/Enterprise/MySQL_Connection|MySQL]] | |||
|} | |||
----- | ----- | ||
====General Section==== | ====General Section==== | ||
Line 17: | Line 106: | ||
* '''attachmentsdir''' - The filesystem location to look for attachments. | * '''attachmentsdir''' - The filesystem location to look for attachments. | ||
[[Category:Enterprise Concepts]] | ====Performance Section==== | ||
This section changes how pictures are loaded by Enterprise. | |||
'''Performance''' | |||
{| border="1" | |||
|- | |||
! Name | |||
! Value | |||
! Explanation | |||
|- | |||
| searchcountspicturesparts | |||
| True/False | |||
| Determines whether or not Enterprise counts part pictures when the Search Screen is first loaded. Changing this to False can reduce Search Screen loading time but will not load picture icons. | |||
|- | |||
| searchcountspicturesvehicles | |||
| True/False | |||
| Determines whether or not Enterprise vehicle pictures when the Search Screen is first loaded. | |||
|- | |||
| searchrefreshpicturesparts | |||
| True/False | |||
| Determines if Enterprise does a part picture count after search. | |||
|- | |||
| searchrefreshpicturesvehicles | |||
| True/False | |||
| Determines if Enterprise does a vehicle picture count after search. | |||
|- | |||
| partsearchsoftmaxresultcount | |||
| Integer | |||
| How many part search results before Enterprise warns the user. Adjustable through UI. | |||
|- | |||
| partsearchhardmaxresultcount | |||
| Integer | |||
| How many part search results to show on screen. Adjustable though UI. | |||
|- | |||
| vehiclesearchsoftmaxresultcount | |||
| Integer | |||
| How many vehicle search results before Enterprise warns the user. Adjustable through UI. | |||
|- | |||
| vehiclesearchhardmaxresultcount | |||
| Integer | |||
| How many vehicle search results to show on screen. | |||
|} | |||
=='''See Also'''== | |||
[[Settings (Enterprise)]] | |||
[[Category:ITrack/Enterprise/Concepts]] |
Latest revision as of 16:08, 17 May 2010
Host.ini is the local settings file for ITrack. All the settings that have to do with an individual computer are stored there (whereas user, store, or global settings are stored in the database). The format is standard Windows initialization file format which means that there are three basic element types:
- Section Headings - These are of the form "[section]". They mark the beginning of a new section. Sections separate properties into logical groups.
- Properties - These are of the form "property=value". Everything following the equals sign is part of the value of the property.
- Comments - These are of the form "# My Comment". Any line that starts with a pound sign (#) is ignored. They can be used to make remarks in the file or to temporarily disable certain properties.
Sections
Extensions Section
The [extensions] section stores the modules that ITrack will use on this computer. Most extensions take the form of screens or options dialogs though some are used behind the scenes. Some users may not need certain extensions and their removal may make the system easier to use. There are two basic types of properties in the extensions section:
- total - This is the total number of extensions that ITrack will try to load. It will read down the list of extensions starting at 1 and going until the total trying to load each one. If one fails to load, ITrack will stop loading the rest therefore ensure that the total matches exactly the number of extensions you want to use.
- extension<number> - This property points ITrack toward a particular dll file that holds the extension. The order that the extensions are listed is irrelevant unless extension list ordering is turned on (it is set to alphabetical by default).
Extensions
Name | Explanation |
---|---|
EEAccounting | Loads the Accounting Screen |
EECrystalReportsExtension | Allows Enterprise to create Crystal Reports |
EECustomer | Loads the Customer Information Screen |
EECustomerList | Loads the Customer List Screen |
EECoreManagement | Loads the Core Management Screen |
EEDataManagement | Loads the Data Management Sceen |
EEDeliveries | Loads the Deliveries Screen |
EEGlobalSettingsExtension | Allows some Global Settings such as hotkeys. |
EEHome | Loads the Home Screen |
EEInterchange | Loads the Interchange Screen |
EEInventoryOverview | Loads the Inventory Overview Screen |
EELogin | Necessary to load the Login Dialog |
EEMAS90Accounting | Necessary for loading the GL accounting system. Enterprise will throw an error when finalizing a document if GL accounting is on and this is not loaded. |
EEOptionsExtension | Necessary for loading Options Dialogs |
EEEDocumentExtension | Necessary for building E-Documents |
EEPartConfiguration | Loads the Part Configuration Screen |
EEPartModification | Loads the Part Modification Screen |
EEParts | Loads the Part Information Screen |
EEPaymentEntry | Loads the Payment Entry Screen |
EEPurchaseOrders | Loads the Purchase Order Screen |
EESalesOrders | Loads the Sales Order Screen |
EESearch | Loads the Search Screen |
EEVehicles | Loads the Vehicles Screen |
EEVendor | Loads the Vendor Information Screen |
EEVendorList | Loads the Vendor List Screen |
EEWorkOrders | Loads the Work Orders Screen |
ITMySQLConnection_d | Required for Enterprise to talk to MySQL |
General Section
This section mainly stores information about the setup of the filesystem.
- imagesdir - The filesystem location to look for images.
- reportsdir - The filesystem location to look for reports.
- attachmentsdir - The filesystem location to look for attachments.
Performance Section
This section changes how pictures are loaded by Enterprise.
Performance
Name | Value | Explanation |
---|---|---|
searchcountspicturesparts | True/False | Determines whether or not Enterprise counts part pictures when the Search Screen is first loaded. Changing this to False can reduce Search Screen loading time but will not load picture icons. |
searchcountspicturesvehicles | True/False | Determines whether or not Enterprise vehicle pictures when the Search Screen is first loaded. |
searchrefreshpicturesparts | True/False | Determines if Enterprise does a part picture count after search. |
searchrefreshpicturesvehicles | True/False | Determines if Enterprise does a vehicle picture count after search. |
partsearchsoftmaxresultcount | Integer | How many part search results before Enterprise warns the user. Adjustable through UI. |
partsearchhardmaxresultcount | Integer | How many part search results to show on screen. Adjustable though UI. |
vehiclesearchsoftmaxresultcount | Integer | How many vehicle search results before Enterprise warns the user. Adjustable through UI. |
vehiclesearchhardmaxresultcount | Integer | How many vehicle search results to show on screen. |