Difference between revisions of "ITrack/Enterprise/Host.ini"
From ISoft Wiki
< ITrack | Enterprise
Jump to navigationJump to search
MarkHardisty (talk | contribs) |
MarkHardisty (talk | contribs) |
||
Line 17: | Line 17: | ||
! Explanation | ! Explanation | ||
|- | |- | ||
| | | EEAccounting | ||
| Loads the [[ITrack/Enterprise/Accounting_Screen|Accounting Screen]] | |||
| Loads the [[ITrack/Enterprise/ | |||
|- | |- | ||
| EECrystalReportsExtension | | EECrystalReportsExtension | ||
Line 31: | Line 28: | ||
| EECustomerList | | EECustomerList | ||
| Loads the [[ITrack/Enterprise/Customer_List|Customer List Screen]] | | 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 | | EEGlobalSettingsExtension | ||
Line 40: | Line 46: | ||
| EEInterchange | | EEInterchange | ||
| Loads the [[ITrack/Enterprise/Interchange|Interchange Screen]] | | Loads the [[ITrack/Enterprise/Interchange|Interchange Screen]] | ||
|- | |||
| EEInventoryOverview | |||
| Loads the [[ITrack/Enterprise/Inventory_Overview|Inventory Overview Screen]] | |||
|- | |- | ||
| EELogin | | EELogin | ||
| Necessary to load the [[ITrack/Enterprise/Login|Login Dialog]] | | 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 | | EEOptionsExtension | ||
Line 52: | Line 64: | ||
| EEPartConfiguration | | EEPartConfiguration | ||
| Loads the [[ITrack/Enterprise/Part_Configuration|Part Configuration Screen]] | | Loads the [[ITrack/Enterprise/Part_Configuration|Part Configuration Screen]] | ||
|- | |||
| EEPartModification | |||
| Loads the [[ITrack/Enterprise/Part_Modification|Part Modification Screen]] | |||
|- | |- | ||
| EEParts | | EEParts | ||
| Loads the [[ITrack/Enterprise/Part_Information|Part Information Screen]] | | Loads the [[ITrack/Enterprise/Part_Information|Part Information Screen]] | ||
|- | |||
| EEPaymentEntry | |||
| Loads the [[ITrack/Enterprise/Payment_Entry|Payment Entry Screen]] | |||
|- | |- | ||
| EEPurchaseOrders | | EEPurchaseOrders | ||
Line 76: | Line 94: | ||
| EEWorkOrders | | EEWorkOrders | ||
| Loads the [[ITrack/Enterprise/Work_Orders|Work Orders Screen]] | | Loads the [[ITrack/Enterprise/Work_Orders|Work Orders Screen]] | ||
|- | |||
| ITMySQLConnection_d | |||
| Required for Enterprise to talk to [[ITrack/Enterprise/MySQL_Connection|MySQL]] | |||
|} | |} |
Revision as of 14:36, 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.