Parameters

From PhpCOIN Documentation

Jump to: navigation, search

IN PROGRESS: TO BE FIXED

Contents

Parameters In General: Admin -> Parameters

The parameters table is an effort to get phpCOIN configuration settings out of files, and into the database for editing via web-browser. Parameters appearing in the table are Global scope, so they can be used in pages, siteinfo, mail templates, etc. If you have a frequent logic statement in a bunch of pages, create a parameter.

Parameters all have some notes text associated with them. If not displayed, change the setting for "Parameter Editor Show Notes in Listing" to Yes and the notes should then be displayed.


Groups

The "group" for the parameter effects how it is accessed in the package code as follows:

add-ons: Settings for add-ons to phpCOIN, such as the WHM add-on.
     Loaded into the $_CCFG array and accessed via $_CCFG['PARAMNAME']
cronjobs: Settings for things that run via cron, such as recurring invoices,
          nag emails, etc.
     Loaded into the $_CCFG array and accessed via $_CCFG['PARAMNAME']
enable: Things that can be turned on or off, such as invoices, email archive,
        taxes, etc.
     Loaded into the $_CCFG array and accessed via $_CCFG['PARAMNAME']
layout: How things appear onscreen, such as the number of decimal places for
        tax rates, tax names, date format, etc.
     Loaded into the $_CCFG array and accessed via $_CCFG['PARAMNAME']
operation: All setttings not locate in another group
     Loaded into the $_CCFG array and accessed via $_CCFG['PARAMNAME']
ordering: All settings dealing with the ordering process, such as auto-invoice,
          client status, fields dispayed and required, extra fees, etc.
     Loaded into the $_CCFG array and accessed via $_CCFG['PARAMNAME']
theme: Button names, page "pieces" displayed/hiddn, etc.
     Loaded into the $_TCFG array and accessed via $_TCFG['PARAMNAME']
user: The site owner's business name and address info
     Loaded into the $_UVAR array and accessed via $_UVAR['PARAMNAME']
undefined: not loaded by phpCOIN (disabled)

Note: these groups should not be changed in any manner, including translations. If you translate the group, phpCOIN will break.


Sub-Groups

The "sub-group" for the parameter is purely for grouping and display purposes. They permit some filtering when the list gets long, but have NO effect on coding so can be changed and/or translated at will.


Default Parameters

The parameters built-in to a default installation of phpCOIN are as follows: 'cronjobs', 'helpdesk', 'B', 'HELPDESK_AUTO_IMPORT_ENABLE', 'Auto-import: Enable', '1', 'YES: The helpdesk cronjob will connect to a POP or IMAP box and attempt to create helpdesk tickets or ticket messages from any emails found\r\nNO: (obvious)'); 'cronjobs', 'helpdesk', 'S', 'HELPDESK_AUTO_IMPORT_SERVER', 'Auto-import: Server', 'mail.%DOMAINNAME%', 'Name of the email server the helpdesk cronjob should connect to'); 'cronjobs', 'helpdesk', 'S', 'HELPDESK_AUTO_IMPORT_TYPE', 'Auto-import: Protocol', ':143/imap/notls', 'Protocol and port that the helpdesk cronjob should connect to\r\n"/imap:143" seems to work better than "/pop:110"\r\nYou may also need to try /IMAP/:143/notls or /:110/POP/notls or even other strings, depending on your mailserver'); 'cronjobs', 'helpdesk', 'S', 'HELPDESK_AUTO_IMPORT_USERID', 'Auto-import: UserName', 'support@%DOMAINNAME%', 'The email username that the helpdesk cronjob will check'); 'cronjobs', 'helpdesk', 'S', 'HELPDESK_AUTO_IMPORT_PASSWORD', 'Auto-import: Password', 'password', 'Password for the email account that will be checked by the helpdesk cronjob'); 'cronjobs', 'helpdesk', 'I', 'HELPDESK_AUTO_IMPORT_DELETE_MESSAGES', 'Auto-import: Delete Messages', '1', 'Delete _these_ messages on the mail-server when the helpdesk cronjob runs'); 'cronjobs', 'helpdesk', 'S', 'HELPDESK_AUTO_IMPORT_DEFAULT_CATEGORY', 'Auto-import: Category', 'General', 'Default "category" for helpdesk tickets auto-created by the helpdesk cronjob'); 'cronjobs', 'helpdesk', 'S', 'HELPDESK_AUTO_IMPORT_DEFAULT_PRIORITY', 'Auto-import: Priority', 'Medium Priority', 'Default "priority" for helpdesk tickets auto-created by the helpdesk cronjob'); 'cronjobs', 'helpdesk', 'S', 'HELPDESK_AUTO_IMPORT_DEFAULT_STATUS', 'Auto-import: Status', 'Awaiting Support', 'Default "status" for helpdesk tickets auto-created by the helpdesk cronjob'); 'cronjobs', 'invoices', 'B', 'INVC_ACOPY_DELAY_ENABLE', 'Invoice Auto-Copy: Delay', '1', 'YES: Wait until new invoice date is within days-out setting before auto-copying new invoice. Auto-invoices will not sit as "pending" for a long time, and invoice numbers will be close to sequential\r\nNO: Auto-copy new invoice as soon as possible. An auto-invoice for next year will sit as "pending" for almost a year, and invoice numbers will not be sequential'); 'cronjobs', 'invoices', 'I', 'INVC_ACOPY_DAYS_OUT', 'Invoice Auto-Copy: Days Out to Copy', '14', 'The number of days from current date to auto-copy a recurring invoice. Auto-copy will occur if the new invoice date falls within this date range'); 'cronjobs', 'invoices', 'B', 'INVC_AUTO_UPDATE_ENABLE', 'Invoice Auto-Copy: Auto-Update Status', '1', 'YES: Auto-update of invoice status will occur when triggered by cron job or when run manually by command summary actions menu\r\nNO: Auto-update of invoice status will not occur'); 'cronjobs', 'invoices', 'B', 'INVC_AUTO_COPY_ENABLE', 'Invoice Auto-Copy: Enable', '1', 'YES: Auto-copy of invoices will occur when triggered by cron job or when run manually by command summary actions menu\r\nNO: Auto-copy of invoices will not occur'); 'cronjobs', 'invoices', 'B', 'INVC_AUTO_REMINDERS_ENABLE', 'Invoice Reminders: Autosend Overdue Reminders', '1', 'YES: phpCOIN will auto-send the specified email message on the specified overdue day(s)\r\nNO: You must manually remind your customers that they are overdue.\r\nYou may setup as many event-dates and templates as you need.'); 'cronjobs', 'invoices', 'B', 'INVC_SOON_REMINDERS_ENABLE', 'Invoice Reminders: Autosend Soon-Due Reminders', '1', 'YES: phpCOIN will auto-send "reminders" email message number zero half way between the invoice issued and due dates\r\nNO: There will be NO reminders sent that an invoice will soon be due'); 'cronjobs', 'helpdesk', 'B', 'HELPDESK_AUTO_VERBOSE', 'Auto-import: Verbose', '0', 'YES: phpCOIN will display the results of processing of each email message\r\nNO: phpCOIN will only display aggregate results'); 'ordering', 'invoices', 'B', 'ORDER_AUTO_CREATE_INVOICE', 'Order Invoice: Auto-Create From Order', '1', 'YES: Auto-create an invoice with the default terms, due dates, etc. every time a product is ordered\r\nNO: No invoice will be auto-created'); 'ordering', 'invoices', 'B', 'AUTO_INV_RECUR', 'Order Invoice: Auto-Recur From Order', '1', 'YES: The invoice will be set to recur automatically by cronjob\r\nNO: The invoice will be set as NOT recurring (ie: one-time)'); 'ordering', 'invoices', 'S', 'AUTO_INV_STATUS', 'Order Invoice: Default Status', 'due', 'Default status of invoices auto-created by the order module.'); 'ordering', 'invoices', 'S', 'AUTO_INV_DELIVERY', 'Order Invoice: Default Delivery Method', 'email', 'Default delivery method for invoices auto-created by the order module.'); 'ordering', 'invoices', 'I', 'AUTO_INVC_BILL_CYCLE', 'Order Invoice: Default Billing Cycle', '1', 'Default billing cycle for invoices auto-created by the order module.'); 'ordering', 'invoices', 'B', 'AUTO_INV_DELIVERED', 'Order Invoice: Flag as Delivered', '1', 'Should the invoice "delivered" flag be set to delivered?'); 'enable', 'admin', 'B', 'AUTOCHECK_UPDATES', 'Automatically Check For Updates: Enable', '1', 'YES: phpCOIN will check for new versions and bug-fixes each time you click the [Admin] or [Summary] button. This enables phpCOIN to advise you when a new version or bug-fix is available, and provides a direct link to the actual download. This feature uses an RSS feed, and does NOT send any information whatsoever to phpCOIN.com\r\nNO: Do not check for available updates and bug-fixes'); 'layout', 'admin', 'I', '_MAX_MENU_BLK_POS', 'Menu Block: Max Menu Blocks', '25', 'The maximum number to appear in the menu block position field drop-down list.'); 'layout', 'admin', 'I', '_MAX_MENU_ITM_NO', 'Menu Block: Max Block Items', '25', 'The maximum number to appear in the menu item position field drop-down list.'); 'layout', 'admin', 'B', '_PARM_EDITOR_SHOW_NOTES', 'Parameters: Show Notes in Listing', '1', 'Enable the display of the parameter notes field in the main listing (what you are looking at right now)'); 'layout', 'admin', 'B', 'DisplayType', 'Admin Menu: Display as List', '0', 'YES: Displays the Admin menu as "list" style\r\nNO: Displays the Admin menu as "button" table'); 'enable', 'API', 'B', 'APIO_MASTER_ENABLE', 'API Output Enable: API System Activated', '0', 'YES: The individual API Output functions enabled are allowed to trigger\r\nNO: Regardless of the individual API settings, no API functions will be triggered'); 'ordering', 'API', 'B', 'APIO_ORDER_COR_PROC_ENABLE', 'API Output Enable: Order COR Proc', '0', 'If the API Output function is called when a COR order record is created by the order process'); 'ordering', 'API', 'B', 'APIO_ORDER_NEW_CLIENT_ENABLE', 'API Output Enable: Order New Client', '0', 'If the API Output function is called when a client record is created by the order process'); 'ordering', 'API', 'B', 'APIO_ORDER_NEW_DOMAIN_ENABLE', 'API Output Enable: Order New Domain', '0', 'If the API Output function is called when a domain record is created by the order process'); 'ordering', 'API', 'B', 'APIO_ORDER_OUT_PROC_ENABLE', 'API Output Enable: Order Out Proc', '0', 'If the API Output function is called when a client is shown the paylink during the order process'); 'ordering', 'API', 'B', 'APIO_ORDER_RET_PROC_ENABLE', 'API Output Enable: Order Return Proc', '0', 'If the API Output function is called when a client returns from clicking the paylink during the order process'); 'operation', 'API', 'B', 'APIO_CLIENT_NEW_ENABLE', 'API Output Enable: Client Created', '0', 'If the API Output function is called when a client record is created by admin'); 'operation', 'API', 'B', 'APIO_CLIENT_DEL_ENABLE', 'API Output Enable: Client Deleted', '0', 'If the API Output function is called when a client record is deleted by admin'); 'operation', 'API', 'B', 'APIO_DOMAIN_NEW_ENABLE', 'API Output Enable: Domain Created', '0', 'If the API Output function is called when a domain record is created by admin'); 'operation', 'API', 'B', 'APIO_DOMAIN_DEL_ENABLE', 'API Output Enable: Domain Deleted', '0', 'If the API Output function is called when a domain record is deleted by admin'); 'ordering', 'API', 'B', 'APIO_ORDER_NEW_ENABLE', 'API Output Enable: Order Created', '0', 'If the API Output function is called when an order record is created'); 'operation', 'API', 'B', 'APIO_ORDER_DEL_ENABLE', 'API Output Enable: Order Deleted', '0', 'If the API Output function is called when an order record is deleted by admin'); 'operation', 'API', 'B', 'APIO_PRODUCT_NEW_ENABLE', 'API Output Enable: Product Created', '0', 'If the API Output function is called when a product record is created by admin'); 'operation', 'API', 'B', 'APIO_PRODUCT_DEL_ENABLE', 'API Output Enable: Product Deleted', '0', 'If the API Output function is called when a product record is deleted by admin'); 'operation', 'API', 'B', 'APIO_TRANS_NEW_ENABLE', 'API Output Enable: Trans Created', '0', 'If the API Output function is called when a transaction record (invoice, payment, etc.) is created'); 'operation', 'API', 'B', 'APIO_TRANS_DEL_ENABLE', 'API Output Enable: Trans Deleted', '0', 'If the API Output function is called when a transaction record (invoice, payment, etc.) is deleted by admin'); 'layout', 'articles', 'I', 'IPP_ARTICLES', 'List: Items Per Page', '25', 'The number of articles that are displayed in listing form on a page.'); 'layout', 'articles', 'S', 'ARTICLES_DATE_DISPLAY_FORMAT', 'Articles Date/Time Display Format', '%A- %B %d, %Y @ %H:%M:%S %Z', 'The display format for Articles date display. See http://www.php.net/manual/en/function.strftime.php for formatting options.'); 'operation', 'backup', 'S', 'MYSQL_BACKUP_SAVE_DIR', 'Save On Server: Save Directory', '/user/temp', 'Directory on webserver to save mySQL dump file to when the "save to webserver" backup option is chosen.'); 'operation', 'backup', 'S', 'MYSQL_BACKUP_EMAIL_FROM_NAME', 'Backup By Email: Email From Name', 'WebSite', 'The name of the person that the email is from when the "Email to me" backup option is chosen.'); 'operation', 'backup', 'S', 'MYSQL_BACKUP_EMAIL_FROM_ADDRESS', 'Backup By Email: Email From Address', 'webserver@%DOMAINNAME%', 'The email address of the person that the email is from when the "Email to me" backup option is chosen.'); 'operation', 'backup', 'S', 'MYSQL_BACKUP_EMAIL_TO_NAME', 'Backup By Email: Email To Name', 'Recipient Name', 'The name of the person that the email is to when the "Email to me" backup option is chosen.'); 'operation', 'backup', 'S', 'MYSQL_BACKUP_EMAIL_TO_ADDRESS', 'Backup By Email: Email To Address', 'support@%DOMAINNAME%', 'The email address of the person that the email is to when the "Email to me" backup option is chosen.'); 'operation', 'backup', 'S', 'MYSQL_BACKUP_EMAIL_SUBJECT', 'Backup By Email: Email Subject', 'phpCOIN Database Backup Attached', 'Subject line of email sent when "Email to me" backup option is chosen.'); 'operation', 'backup', 'S', 'MYSQL_BACKUP_EMAIL_BODY', 'Backup By Email: Email Body', 'A MySQL dump of your phpCOIN database is attached to this email.', 'The message body when the "Email to me" backup option is chosen.'); 'operation', 'backup', 'I', 'MYSQL_BACKUP_EMAIL_PRIORITY', 'Backup By Email: Email Priority', '3', 'Priority of message when "email to me" backup option is chosen. 1 is "Urgent", 3 is "Normal".'); 'operation', 'clients', 'I', 'BASE_CLIENT_ID', 'Clients: Initial Value', '1000', 'Starting point for the first client entered in the system. Client ID will be this value plus one'); 'layout', 'clients', 'I', 'IPP_CLIENTS', 'List: Items Per Page', '25', 'The number of clients that are displayed in listing form on a page'); 'layout', 'clients', 'I', 'IPL_CLIENTS_ACCOUNT', 'List: Items Per Summary', '5', 'The number of most recent items per section (orders, invoices, tickets) that are displayed on a client account page'); 'ordering', 'clients', 'S', 'CLIENT_DEF_STATUS_NEW', 'Orders: Client Status on Create', 'active', 'The default client status used when a new client is created during the ordering process'); 'operation', 'clients', 'B', 'CLIENT_EMAIL_CC_ENABLE', 'Client Profile Email: CC To Admin', '1', 'YES: When a client clicks the icon to email their client profile, the site admin will receive a copy of the email\r\nNO: When a client clicks the icon to email their client profile, the site admin will not receive a copy of the email'); 'operation', 'clients', 'B', 'Username_AlphaNum', 'Login: AlphaNumeric UserName Only', '0', 'YES: The username must contain only letters and numbers\r\nNO: Special characters such as pound and underscore are allowed in a username'); 'operation', 'clients', 'I', 'CLIENT_MAX_LEN_UNAME', 'Login: Max. Characters for User Name', '16', 'The maximum number of characters permitted in username form fields.'); 'operation', 'clients', 'I', 'CLIENT_MAX_LEN_PWORD', 'Login: Max. Characters for Password', '16', 'The maximum number of characters permitted in password form fields'); 'operation', 'clients', 'I', 'CLIENT_MIN_LEN_PWORD', 'Login: Min. Characters for Password', '8', 'The minimum number of characters permitted in password form fields'); 'layout', 'clients', 'I', 'CLIENT_VIEW_PAGE_UPON_LOGIN', 'Default: Page View Upon Login', '1', 'The page to show the client when they first log in'); 'layout', 'clients', 'I', 'CLIENT_LIST_DISPLAY', 'List: Optional Data Displayed', '1', 'Select the two-out-of-three columns that you wish displayed when viewing a list of clients.'); 'operation', 'clients', 'B', 'ALLOW_NULL_EMAIL', 'Allow Clients With No Email Address', '0', 'Web-Hosts will want clients to have an email address for auto-billing, but accountants can now use phpCOIN for tracking/invoicing clients with no email'); 'operation', 'email', 'I', 'MC_ID_BILLING', 'Mail Contacts: ID For Billing', '1', 'The mail contact id to be used when phpCOIN requires an email address for Billing'); 'operation', 'email', 'I', 'MC_ID_ORDERS', 'Mail Contacts: ID For Orders', '2', 'The mail contact id to be used when phpCOIN requires an email address for Orders'); 'operation', 'email', 'I', 'MC_ID_SUPPORT', 'Mail Contacts: ID For Support', '3', 'The mail contact id to be used when phpCOIN requires an email address for Support'); 'operation', 'email', 'I', 'MC_ID_WEBMASTER', 'Mail Contacts: ID For Webmaster', '4', 'The mail contact id to be used when phpCOIN requires an email address for Webmaster'); 'layout', 'domains', 'I', 'IPP_DOMAINS', 'List: Items Per Page', '25', 'The number of domains that are displayed in listing form on a page'); 'ordering', 'domains', 'I', 'DOM_DEFAULT_SERVER', 'Default: Server ID', '1', 'The default server id that is inserted when a domain is created'); 'ordering', 'domains', 'S', 'DOM_DEFAULT_PATH', 'Default: Path', '/home/httpd/vhosts/domain/httpdocs', 'The default file-system path to domain files inserted when a domain account is created. Use "username" to insert client user name, or "domain" to insert the domain name'); 'operation', 'domains', 'B', 'DOM_EMAIL_CC_ENABLE', 'Domain Info Email: CC To Admin', '1', 'YES: When a client clicks the icon to email their domain information, the site admin will receive a copy of the email\r\nNO: When a client clicks the icon to email their domain information, the site admin will not receive a copy of the email'); 'ordering', 'domains', 'B', 'DOM_FORCE_CHECK_TRUE', 'Domains: All Names Valid', '0', 'NO: Domain names entered will be checked to ensure that the TLD is in the list of TLDs you support in the WHOIS module\r\nYES: The domain name validation logic will always return that the entered domain name is valid, even if that TLD is not active in WHOIS'); 'ordering', 'domains', 'S', 'DOM_DEFAULT_IP', 'Default: IP Address', '000.000.000.000', 'The default domain IP address that is inserted when a domain account is created.'); 'ordering', 'domains', 'S', 'DOM_DEFAULT_USERNAME', 'CP/FTP: Default User Name', 'username', 'The default CP/FTP User Name inserted when a domain account is created by the order process. Choose "username" to insert client user name, or "domain" to insert the domain name'); 'ordering', 'domains', 'S', 'DOM_DEFAULT_CP_URL', 'Default: Control Panel URL', , 'The URL (fully qualified) that will be used for the control panel link shown in domain listings. Variables that can be used her and will be replaced with actual values at run-time are:\r\n%DOM_ID% the domain_id\r\n%DOM_NAME% the domain name\r\n%CL_ID% client_id\r\n%FTP_NAME% default CP/FTP username\r\n%FTP_PWORD% default CP/FTP password'); 'layout', 'domains', 'B', 'DOM_CP_URL_LINK_ENABLE', 'List: Enable CP Link', '1', 'YES: The control panel link will be shown in domain listings\r\nNO: The CP link will not be shown in listings'); 'ordering', 'domains', 'B', 'MATCH_CP_LOGIN_TO_ACCOUNT', 'CP/FTP: Use phpCOIN Password For FTP', '0', 'NO: A random password for FTP will be generated by phpCOIN.\r\nYES: The FTP password created by phpCOIN will match the username and password entered by the client for accessing phpCOIN. This means that you will know the u/p for account creation with cPanel, etc., but it is a security risk because this info is stored in the clear in the database'); 'ordering', 'domains', 'B', 'SHOW_PASSWORDS_TO_CLIENTS', 'CP/FTP: Show Passwords To Clients', '1', 'YES: Clients can see their plaintext passwords for FTP and Control Panel access when viewing domain info\r\nNO: Only admins can see the passwords'); 'enable', 'domains', 'B', 'DOMAINS_ENABLE', 'Domains: Enable', '1', 'YES: Module is enabled and ready for use\r\nNO: Module is deactivated, all menu buttons/links are automatically hidden, and no output from this module will be visible'); 'layout', 'helpdesk', 'I', 'IPP_HELPDESK', 'List: Items Per Page', '25', 'The number of helpdesk tickets that are displayed in listing form on a page'); 'operation', 'helpdesk', 'I', 'BASE_HELPDESK_ID', 'HelpDesk TT ID Base-Initial Value Minus 1', '1000', 'Determines the helpdesk ticket id initial value for the first helpdesk ticket entered in the system. Helpdesk Ticket ID will be this value plus one.'); 'enable', 'helpdesk', 'B', 'HELPDESK_ENABLE', 'HelpDesk: Enable', '1', 'YES: Module is enabled and ready for use\r\nNO: Module is deactivated, all menu buttons/links are automatically hidden, and no output from this module will be visible'); 'operation', 'helpdesk', 'S', 'HELPDESK_ALERT_EMAIL_ADDRESS', 'HelpDesk TT Alert Email: Address', 'webmaster@%DOMAINNAME%', 'The email (pager email) address the Alert Email is sent to. Does not effect normal support email received'); 'enable', 'helpdesk', 'B', 'HELPDESK_ALERT_EMAIL_ENABLE', 'Helpdesk TT Alert Email: Enable', '1', 'YES: An Alert Email is also sent when a new ticket is created, in addition to normal email to support\r\nNO: Only the normal email to support is sent'); 'operation', 'helpdesk', 'B', 'HELPDESK_ADMIN_REVEAL_ENABLE', 'HelpDesk Admin: Reveal Admin Identity', '1', 'YES: The specific admin responding to HelpDesk items will be identified in listings and emails\r\nNO: HelpDesk listings and emails will show as being from "support"'); 'operation', 'helpdesk', 'B', 'HELPDESK_MSG_CC_CLIENT_ENABLE', 'Helpdesk Message Email: CC To Client', '0', 'YES: Client will receive a CC of the email when they submit a helpdesk message\r\nNO: Only support receives the message'); 'operation', 'helpdesk', 'B', 'HELPDESK_REPLY_EMAIL_SET_LIMIT', 'HelpDesk Reply: Limit Messages Sent', '1', 'YES: Include only the X most recent messages for the HelpDesk Ticket in the reply notice email\r\nNO: Include all messages for the HelpDesk Ticket in the reply notice email'); 'operation', 'helpdesk', 'I', 'HELPDESK_REPLY_EMAIL_LIMIT', 'Helpdesk Reply: Email Messages Limit', '2', 'The number of most recent messages to include in the reply notice email.'); 'layout', 'helpdesk', 'B', 'HELPDESK_SHOW_CLIENT_NAME', 'List: Show Client Name', '1', 'Enable the Client column in the helpdesk tickets listing when viewed by admins'); 'operation', 'helpdesk', 'B', 'HELPDESK_ADMIN_CAN_ADD', 'HelpDesk Admin: Admin Can Enter Tickets', '1', 'YES: An administrator can enter a new support ticket on behalf of a client\r\nNO: Only a logged-in client can enter a new support ticket.'); 'layout', 'invoices', 'I', 'IPP_INVOICES', 'List: Items Per Page', '25', 'Determines the number of invoices that are displayed in listing form on a page.'); 'operation', 'invoices', 'I', 'BASE_INVOICE_ID', 'Invoice ID Initial Value', '1000', 'Starting point for the first invoice entered in the system. Invoice ID will be this value plus one'); 'operation', 'invoices', 'B', 'INVC_AUTO_EMAIL_ENABLE', 'Invoice Auto-Email to Clients Enable', '1', 'YES: Auto-email of due invoices is enabled when triggered by cron job or manually by command summary actions menu'); 'operation', 'invoices', 'B', 'INVC_AUTO_EMAIL_CC_ENABLE', 'Invoice Auto-Email CC Admin Enable', '0', 'YES: Admin will receive a copy each time the auto-email code sends an invoice'); 'operation', 'invoices', 'S', 'INVC_DEL_MTHD_DEFAULT', 'Invoice Delivery Method Default Value', 'email', 'The default invoice delivery method presented on invoice create'); 'operation', 'invoices', 'I', 'INVC_DUE_DAYS_OFFSET', 'Invoice Due x Days After Create', '10', 'When an invoice is created, phpCOIN will add this many days to the create date in order to auto-calc the due date'); 'operation', 'invoices', 'B', 'INVC_EMAIL_CC_ENABLE', 'Invoice Email CC Admin Enable', '0', 'YES: Admin will receive a copy each time a request is made to email an invoice'); 'enable', 'invoices', 'B', 'INVC_TAX_01_ENABLE', 'Invoices: Tax 01 Enable', '1', 'YES: Tax 1 will be calculated and displayed on invoices\r\nNO: Tax 1 will NOT be calculated and displayed on invoices'); 'enable', 'invoices', 'B', 'INVC_TAX_02_ENABLE', 'Invoices: Tax 02 Enable', '1', 'YES: Tax 2 will be calculated and displayed on invoices\r\nNO: Tax 2 will NOT be calculated and displayed on invoices'); 'layout', 'invoices', 'B', 'INVC_TERMS_INSERT_DEF', 'Invoice Terms: Auto-Insert Default', '1', 'YES: When terms are enabled, the terms field is auto-populated with the default terms on new invoices if admin left them empty on save\r\nNO: When terms are enabled, the terms field is left blank on new invoices if admin left them empty on save'); 'layout', 'invoices', 'B', 'INVC_TERMS_ENABLE', 'Invoice Terms: Enable', '1', 'YES: The invoice terms field is displayed on invoice views'); 'layout', 'invoices', 'B', 'INVC_SHOW_CLIENT_PENDING', 'Invoices: Show Pending To Client', '0', 'YES: The client will see invoices that are set to pending status. Useful as advance warning about upcoming invoices\r\nNO: The client will not see invoices that are set to pending status. No advance warning about upcoming invoices'); 'layout', 'invoices', 'B', 'INVC_SPLIT_TRANS_LIST_ENABLE', 'Invoice Transaction Listing: Enable Split Listing', '0', 'YES: The invoice transaction listing is split to list charges on top, and then credits below in a separate list\r\nNO: invoice transactions appear in a single section one after the other, like a standard statement'); 'operation', 'invoices', 'B', 'INVC_TAX_BY_ITEM', 'Invoice Taxes: Tax By Item', '1', 'YES: Taxes will be calculated on each item individually\r\nNO: Taxes will be calculated only on the invoice totals'); 'layout', 'invoices', 'S', 'INVC_TAX_01_LABEL', 'Invoice Tax 01: Label', '13% HST:', 'The text label displayed on bills in place of "Tax 01"'); 'operation', 'invoices', 'R', 'INVC_TAX_01_DEF_VAL', 'Invoice Tax 01: Rate', '13.00', 'The default tax rate percentage value used for this tax during auto-calc. For example: 1.00 is 1 percent'); 'layout', 'invoices', 'S', 'INVC_TAX_02_LABEL', 'Invoice Tax 02: Label', '5% PST:', 'The text label displayed on bills in place of "Tax 02"'); 'operation', 'invoices', 'R', 'INVC_TAX_02_DEF_VAL', 'Invoice Tax 02: Rate', '5.00', 'The default tax rate percentage value used for this tax during auto-calc. For example: 1.00 is 1 percent'); 'layout', 'invoices', 'I', 'INVC_VIEW_SHOW_TRANS', 'Invoice Transaction Listing: Show Transactions', '3', 'If the transactions listing is displayed on lower portion of invoice:\r\n0: No transactions displayed\r\n1: Transactions displayed on-screen only\r\n2: Transactions displayed on printed output only\r\n3: Transactions appear on both screen and printed output'); 'layout', 'invoices', 'B', 'PRICES_INCLUDE_TAXES', 'Invoice Taxes: Prices Include Taxes', '0', 'NO: phpCOIN will add applicable taxes to items on invoices\r\nYES: phpCOIN assumes that the prices include tax. In this event, taxes will be removed from the items and then recalculated, so the invoice can show the amount of taxes included in the prices.'); 'layout', 'invoices', 'B', 'SINGLE_LINE_EMAIL_INVOICE_ITEMS', 'Invoice Email: Single Line Per Item', '1', 'YES: Set each item on an emailed invoice to be single-line like a paper invoice. The formatting only works for text invoices and will not line up properly if outgoing html emails are enabled\r\nNO: Use multiple lines to describe each item. Layout is not messed up with outgoing html emails enabled, but it does not look like and invoice'); 'enable', 'invoices', 'B', 'INVOICES_ENABLE', 'Invoices: Enable', '1', 'YES: Module is enabled and ready for use\r\nNO: Module is deactivated, all menu buttons/links are automatically hidden, and no output from this module will be visible'); 'layout', 'invoices', 'B', 'INVC_SHOW_LAST_NAG', 'Invoices: Show Last Nag', '1', 'YES: An additional info-box containing the name of the last nag email sent (if any) will be displayed as part of the invoice'); 'layout', 'package', 'S', '_PKG_FOOTER_LINE_01', 'Site Footer Block: Line 01 Text', 'Copyright %DOMAINNAME% 2003-2009, all rights reserved', 'The line 01 text that will be displayed in footer of the page output'); 'layout', 'package', 'S', '_PKG_FOOTER_LINE_02', 'Site Footer Block: Line 02 Text', , 'The line 02 text that will be displayed in footer of the page output'); 'enable', 'email', 'B', '_PKG_EMAIL_OUT_ENABLE', 'Email: Enable', '1', 'YES: phpCOIN will send all normal emails\r\nNO: The main email functions are disabled from sending email'); 'operation', 'email', 'B', 'MAIL_USE_CUSTOM_SUBJECT', 'Email Contact Client: Use Custom Subject', '1', 'YES: Use the subject that you entered on the form instead\r\nNO: Use the default subject line of "sitename- Client Contact Message" on emails sent using the [eMail Client] form'); 'operation', 'email', 'B', '_PKG_SAFE_EMAIL_ADDRESS', 'Email: Use Safe Address Format', '0', 'YES: Emails will be sent as only <name@address> which every mail-server will accept\r\nNO: Emails sent from phpCOIN use the "Name <name@address>" format. Some mail-servers have a problem with this'); 'enable', 'email', 'B', 'EMAIL_AS_HTML', 'HTML Email: Enable HTML Outgoing', '1', 'YES: phpCOIN will send html emails\r\nNO: phpCOIN will send plain-text only emails'); 'enable', 'admin', 'B', 'ENABLE_QUICK_EDIT', 'Quick-Edit Icons: Enable', '1', 'YES: Display quick-access icons where appropriate for editing parameters and page text, rather than forcing admin to goto Admin and select menu items\r\nNO: Settings and content can only be edited by clicking through the relevant buttons and menus'); 'layout', 'orders', 'I', 'IPP_ORDERS', 'List: Items Per Page', '25', 'The number of orders that are displayed in listing form on a page'); 'operation', 'orders', 'I', 'BASE_ORDER_ID', 'Order ID Base-Initial Value Minus 1', '1000', 'Determines the order id initial value for the first order entered in the system. Order ID will be this value plus one.'); 'ordering', 'orders', 'B', 'ENABLE_EMAIL_ORDER_OUT', 'Order Email: Mail to Admin on Order Out', '1', 'YES: An email is sent to admin when client is showed the order paylink (order inserted into system)'); 'ordering', 'orders', 'B', 'ENABLE_EMAIL_ORDER_RET', 'Order Email: Mail to Admin on Order Return', '1', 'YES: An email is sent to admin when client is returned to phpCOIN from billing vendor'); 'layout', 'orders', 'B', 'ORDER_POLICY_BTTN_AUP', 'Order Policy Button Show: AUP', '1', 'Determines if order policy button for Acceptable Use Policy is shown on place order screens.'); 'layout', 'orders', 'B', 'ORDER_POLICY_BTTN_BC', 'Order Policy Button Show: BC', '1', 'Determines if order policy button for Banned Code is shown on place order screens.'); 'layout', 'orders', 'B', 'ORDER_POLICY_BTTN_PP', 'Order Policy Button Show: PP', '1', 'Determines if order policy button for Privacy Policy is shown on place order screens.'); 'layout', 'orders', 'B', 'ORDER_POLICY_BTTN_TOS', 'Order Policy Button Show: TOS', '1', 'Determines if order policy button for Terms Of Service is shown on place order screens.'); 'operation', 'orders', 'I', 'ORDER_POLICY_SI_ID_AUP', 'Order Policy SiteInfo ID for: AUP', '6', 'Determines the siteinfo page id for the Acceptable Use Policy button link.'); 'operation', 'orders', 'I', 'ORDER_POLICY_SI_ID_BC', 'Order Policy SiteInfo ID for: BC', '8', 'Determines the siteinfo page id for the Banned Code Policy button link.'); 'operation', 'orders', 'I', 'ORDER_POLICY_SI_ID_PP', 'Order Policy SiteInfo ID for: PP', '5', 'Determines the siteinfo page id for the Privacy Policy button link.'); 'operation', 'orders', 'I', 'ORDER_POLICY_SI_ID_TOS', 'Order Policy SiteInfo ID for: TOS', '7', 'Determines the siteinfo page id for the Terms Of Service button link.'); 'operation', 'orders', 'B', 'ORDER_EMAIL_CC_ENABLE', 'Order Email: CC To Admin', '1', 'YES: The site admin will receive a copy each time a request is made to email a order'); 'ordering', 'orders', 'B', 'ORDERS_ACK_EMAIL_ENABLE', 'Order Email: Ack Email To Client', '1', 'YES: An acknowledgment email will be sent to client on new order'); 'ordering', 'orders', 'B', 'ORDERS_ACK_EMAIL_ONRET', 'Order Email: Ack Email To Client On Return', '1', 'An acknowledgment email will be sent to client on return from vendor, instead of upon paylink display'); 'enable', 'orders', 'B', 'ORDERS_ENABLE', 'Orders: Enable', '1', 'YES: Module is enabled and ready for use\r\nNO: Module is deactivated, all menu buttons/links are automatically hidden, and no output from this module will be visible'); 'enable', 'orders', 'B', 'ORDERS_AUP_ENABLE', 'Orders Req. Acceptable Use Policy (AUP): Enable', '1', 'YES: The "Acceptable Use Policy" button is visible and client must check "I agree to AUP" box during order placement'); 'enable', 'orders', 'B', 'ORDERS_COR_ENABLE', 'Custom Order Request (COR): Enable', '1', 'YES: a surfer can click the COR button to submit a price request for a custom order during the order process\r\nNO: The surfer can order only pre-defined products and services'); 'enable', 'orders', 'B', 'ORDERS_TOS_ENABLE', 'Orders Req. Terms Of Service (TOS): Enable', '1', 'YES: The "Terms of Service" button is visible and client must check "I agree to TOS" box during order placement'); 'ordering', 'orders', 'S', 'ORDERS_DEF_STATUS_NEW', 'Orders: Default Status on Create', 'pending', 'The default order status used when an order is placed'); 'layout', 'orders', 'I', 'ORDERS_FIELD_ENABLE_COR', 'Order Form: Enable Fields On COR', '65504', 'Determines which fields are enabled (visible) on the orders COR form.'); 'layout', 'orders', 'I', 'ORDERS_FIELD_ENABLE_ORD', 'Order Form: Enable Fields On Form', '65504', 'Determines which fields are enabled (visible) on the orders order form. This also effects client editing forms.'); 'layout', 'orders', 'I', 'ORDERS_FIELD_REQUIRE_COR', 'Order Form: Require Fields On COR', '49184', 'Determines which fields are required (visible) on the orders COR form.'); 'layout', 'orders', 'I', 'ORDERS_FIELD_REQUIRE_ORD', 'Order Form: Require Fields On Form', '24448', 'Determines which fields are required (visible) on the orders order form. This also effects client editing forms.'); 'layout', 'orders', 'B', 'ORDERS_LIST_SHOW_PROD_DESC', 'Order Form: Show Product Description', '1', 'Determines if the Product description will be displayed on Orders Listings instead of the default Vendor / Product Name columns.'); 'layout', 'orders', 'I', 'ORDERS_PROD_DISPLAY_SEQUENCE', 'Order Form: Products Display Sequence', '1', 'What to display on the Products List shown to clients when ordering.'); 'layout', 'orders', 'I', 'ORDERS_PROD_LIST_SORT_ORDER', 'Order Form: Product List Primary Sort Field', '1', 'Determines which field will be the ascending sort order for the order screen products list.'); 'ordering', 'orders', 'I', 'DEFAULT_PAYMENT_METHOD', 'Default Payment Method On Order Form', '0', 'The billing method to use on a new order, or let client select payment method from a drop-down list of vendors. If you specify a vendor here, all modules that normally display the billing vendor will no longer do so.'); 'ordering', 'orders', 'R', 'ORDER_SETUP_FEE', 'Orders: Add Order Setup Fee', '0', 'Any amount here other than zero will be added to the price of the product ordered as a setup fee, and the words " (plus setup fee)" will be appended to the item description on the order'); 'layout', 'orders', 'I', 'ORDERS_PROD_LIST_SIZE', 'Order Form: Product List Size', '1', '0: Products will be displayed as a radio list on the order form\r\nAny non-zero value: phpCOIN will use a select-list with that many rows visible'); 'layout', 'orders', 'B', 'ORDERS_ITEMS_SUB-LIST', 'Orders: Group Products With Heading', '1', 'YES: If items are displayed on order form by radio list, phpCOIN will "group" the products by the first word in the product display, with that word also used as a group title. This means you can group products by name, description or price\r\nNO: Do not "group" products'); 'ordering', 'clients', 'B', 'ORDER_EDIT_CLIENT', 'Clients: Allow Editing Info On Re-order', '1', 'YES will allow an existing client to edit their contact info when placing a new order. NO will display their contact info without allowing editing'); 'layout', 'orders', 'B', 'ORDER_SHOW_IP', 'Order Form: Show User IP', '1', 'YES: Display the users IP address and a warning about being tracked when placing a new order\r\nNO: Do not display the users IP address and warning about being tracked'); 'operation', 'package', 'S', '_CURRENCY_PREFIX', 'Currency Prefix String (ex. $)', '$', 'The currency notation prefix, placed in front of currency amounts where formatted to display'); 'operation', 'package', 'S', '_CURRENCY_SUFFIX', 'Currency Suffix String (ex. USD)', '(USD)', 'The currency notation suffix, placed following currency amounts where formatted to display'); 'operation', 'package', 'S', '_DB_PKG_LANG', 'Language: Database Setting', 'lang_english', 'Which language files to load, and can be overridden by config.php setting. The language file directory and files MUST exist prior to selection'); 'operation', 'package', 'S', '_DB_PKG_LOCALE', 'Package Locale: Datetime Display', 'en_EN', 'Some examples:\r\nBulgaria - bg_BG\r\nEnglish - en_EN (or English)\r\nFrench - fr_FR\r\nGerman - German\r\nSwedish - sv_SE\r\nSpanish - Spanish'); 'layout', 'package', 'S', '_DB_PKG_THEME', 'Theme: Database Setting', 'earthtone', 'Which theme files to load, can be overridden by config.php setting. The theme file directory and files MUST exist prior to selection'); 'layout', 'package', 'I', '_NUMBER_FORMAT_ID', 'Number Format (see notes)', '3', 'Example number 1234.56\r\nValue = 1 Output: 1234\r\nValue = 2 Output: 1234.56\r\nValue = 3 Output: 1,234.56\r\nValue = 4 Output: 1 234,56\r\nValue = 5 Output: 1.234,56'); 'layout', 'package', 'S', '_PKG_NAME_SHORT', 'Site Name: Short', '%DOMAINNAME%', 'For display of site name (short version). This variable is used extensively in emails and various pages'); 'layout', 'package', 'S', '_PKG_NAME_LONG', 'Site Name: Long', '%DOMAINNAME% WebServices', 'Site long name for display, emails, etc. Basically longer version of the site short name'); 'operation', 'email', 'S', '_PKG_EMAIL_MAIL', 'Email: Default Email', 'support@%DOMAINNAME%', 'Last resort email address used when phpCOIN cannot locate a mail contacts entry'); 'layout', 'package', 'S', '_PKG_TOP_GREETING', 'Site Top Block Greeting Text', 'Welcome To %DOMAINNAME% WebServices', 'The Site Top Block (header) greeting text displayed if logo is not enabled.'); 'layout', 'package', 'I', '_PKG_DATE_SERVER_OFFSET', 'Date Display: Server Offset In Hours', '0', 'Add or subtract this many hours from server time for the timestamps recorded / displayed'); 'layout', 'package', 'S', '_PKG_DATE_FORMAT_SHORT_DT', 'Date Display: Format For Short Date', 'Y-m-d', 'The display format for the short date, not locale setting dependent. See http://www.php.net/manual/en/function.date.php for formatting options'); 'layout', 'package', 'S', '_PKG_DATE_FORMAT_SHORT_DTTM', 'Date Display: Format For Short DateTime', 'Y-m-d H:i:s', 'The display format for the short datetime, not locale setting dependent. See http://www.php.net/manual/en/function.date.php for formatting options'); 'layout', 'package', 'S', '_PKG_DATE_FORMAT_HEADER', 'Date Display: Format For Header Row', '%A %B %d, %Y', 'The display format for the header block date display. See http://www.php.net/manual/en/function.strftime.php for formatting options'); 'layout', 'package', 'S', '_PKG_DATE_FORMAT_PRINT', 'Date Display: Format for Printing', '%A- %B %d, %Y @ %H:%M:%S %Z', 'The display format for the footer printed items date display. See http://www.php.net/manual/en/function.strftime.php for formatting options'); 'enable', 'admin', 'B', '_PKG_ENABLE_IP_BAN', 'Banned IP Addresses: Enable', '1', 'YES: Enables admin to create a list of banned IP addresses that can not view the site. Banned IPs are redirected to error message'); 'enable', 'email', 'B', '_PKG_ENABLE_EMAIL_ARCHIVE', 'Email Archive: Enable', '1', 'YES: Archive ALL emails sent by or through phpCOIN\r\nNO: Archive no emails sent by or through phpCOIN'); 'operation', 'package', 'R', 'PAYLINK_EXCHANGE_RATE', 'Exchange Rate For PayLinks', '0', 'If you show your prices in one currency and collect payment in another, enter the exchange rate here. If you do not use different currencies, leave this as either 1 or 0'); 'layout', 'package', 'I', 'USE_LOGIN_MENUBOX', 'Use Login Menu Box', '1', 'LEFT COLUMN: A login/logoff box will be displayed in the left column before any menus, and the logon/logoff button in the header will be disabled.\r\nRIGHT COLUMN: A login/logoff box will be displayed in the right column before any menus, and the logon/logoff button in the header will be disabled\r\nNONE: phpCOIN defaults to normal operation\r\nMake sure that Admin -> Parameters -> Themes -> Disable Menu Columns (Left / Right) is also set to "NO" if left or right column option is chosen'); 'layout', 'pages', 'I', 'IPP_PAGES', 'List: Items Per Page', '15', 'The number of pages that are displayed in listing form on a page'); 'layout', 'summary', 'I', 'CC_DOMAIN_EXP_IN_DAYS', 'Domains Expiring: Days Before Expiry', '30', 'When Domains Expiring Summary is enabled, list domain names that will expire within this many days from today'); 'enable', 'summary', 'B', 'CC_DOMAIN_EXP_LIST_ENABLE', 'Domains Expiring: Enable', '1', 'YES: Display domain names that will expire within X days from today'); 'layout', 'summary', 'B', 'CC_DOMAIN_EXP_LIST_INCL_EXPRD', 'Domains Expiring: Include Expired', '1', 'YES: Include expired domains in Domains Expiring Summary'); 'layout', 'summary', 'I', 'CC_SACC_EXP_IN_DAYS', 'Server Accounts Expiring: Days Before Expiry', '30', 'When Server Accounts Expiring Summary is enabled, list domain names that will expire within this many days from today'); 'enable', 'summary', 'B', 'CC_SACC_EXP_LIST_ENABLE', 'Server Accounts Expiring: Enable', '1', 'YES: Display a summary of server accounts expiring within x days, or expired'); 'layout', 'summary', 'B', 'CC_SACC_EXP_LIST_INCL_EXPRD', 'Server Accounts Expiring: Include Expired', '1', 'YES: Include expired domains in Server Accounts Expiring Summary.'); 'enable', 'summary', 'B', 'CC_SERVER_LIST_ENABLE', 'Servers Summary: Enable', '1', 'Display a list of all your servers, and the number of domains on each server'); 'enable', 'summary', 'B', 'PRODUCT_SUMMARY_ENABLE', 'Active Product Orders: Enable', '1', 'YES: Display a summary of all products that are on an active order. If "Orders Listing Show Prod. Description" in the "orders" section is set to "Yes", then the description will show on the display, otherwise the product name will be shown.\r\nNO: Do not display'); 'enable', 'summary', 'B', 'SUMMARY_INVOICES_BY_TYPE', 'Invoices By Billing Cycle: Enable', '1', 'YES: Invoices will be listed in columnar format, with the amounts broken out by status and billing cycle\r\nNO: Lump all billing cycles into one column.'); 'enable', 'summary', 'B', 'SUMMARY_INVOICES_BY_PRODUCT', 'Invoiced Products: Enable', '1', 'YES: Display a table with the number of times each product appears on an invoice, as well as the total value'); 'layout', 'summary', 'S', 'SUMMARY_INVOICES_BY_PRODUCT_IGNORE', 'Invoiced Products: Ignore these items', 'NOTE', 'A pipe-separated list of item names on invoices that should be ignored when building the "Invoiced Products Summary"'); 'ordering', 'whois', 'R', 'DOMAIN_SETUP_FEE', 'WHOIS: Add Domain Setup Fee', '0', 'Any amount here other than zero will be added to the price of the product ordered as a domain setup fee, and the words " (plus setup fee)" will be appended to the item description on the order IF the whois module "Order" link was clicked.'); 'ordering', 'whois', 'S', 'WHOIS_AFFILIATE_LINK', 'WHOIS: Registrar Affiliate Link', 'http://www.123-reg.co.uk/affiliate.cgi?id=AF8763', 'If you are an affiliate of a domain registrar and wish to use an affiliate link to register domains, enter the URL of the link here.'); 'layout', 'whois', 'B', 'WHOIS_EXT_LIST', 'WHOIS: Show Extensions As DropDown', '1', 'YES: Show allowable domain extensions as a drop-down list\r\nNO: Show the list as radio buttons'); 'layout', 'whois', 'B', 'WHOIS_DETAILS_NEW', 'Show Domain Details In New Window', '1', 'YES: Show details of registered domain in new "popup" window\r\nNO: Use current window'); 'layout', 'whois', 'B', 'WHOIS_INSTRUCTIONS_SHORT', 'WHOIS: Show Short Instructions', '0', 'YES: Show abbreviated domain selection instructions to surfers\r\nNO: Show the long instructions'); 'enable', 'whois', 'B', 'WHOIS_ENABLED', 'WHOIS: Enable', '1', 'YES: Module is enabled and ready for use\r\nNO: Module is deactivated, all menu buttons/links are automatically hidden, and no output from this module will be visible'); 'ordering', 'whois', 'I', 'WHOIS_LINK', 'WHOIS: Domain Registration Operation', '1', '0= Do NOT add an "Order" or "Register" link\r\n1= Add "Order" link and go to "orders" page, passing in domain name and setting "New Domain" to "Yes"\r\n2= Add "Register" link, going to your affiliate link to register the domain. This option will open a new browser window to the registrar, and the original browser window will remain on this page'); 'theme', 'buttons', 'B', '_HDR_MENU_BTTN_01', 'Header Menu Button 01: Enable', '1', 'Determines whether the button appears in the top menu.'); 'theme', 'buttons', 'B', '_HDR_MENU_BTTN_02', 'Header Menu Button 02: Enable', '1', 'Determines whether the button appears in the top menu.'); 'theme', 'buttons', 'B', '_HDR_MENU_BTTN_03', 'Header Menu Button 03: Enable', '1', 'Determines whether the button appears in the top menu.'); 'theme', 'buttons', 'B', '_HDR_MENU_BTTN_04', 'Header Menu Button 04: Enable', '1', 'Determines whether the button appears in the top menu.'); 'theme', 'buttons', 'B', '_HDR_MENU_BTTN_05', 'Header Menu Button 05: Enable', '1', 'Determines whether the button appears in the top menu.'); 'theme', 'buttons', 'B', '_HDR_MENU_BTTN_06', 'Header Menu Button 06: Enable', '1', 'Determines whether the button appears in the top menu.'); 'theme', 'buttons', 'B', '_HDR_MENU_BTTN_07', 'Header Menu Button 07: Enable', '1', 'Determines whether the button appears in the top menu.'); 'theme', 'buttons', 'B', '_HDR_MENU_BTTN_08', 'Header Menu Button 08: Enable', '1', 'Determines whether the button appears in the top menu.'); 'theme', 'buttons', 'B', '_HDR_MENU_BTTN_09', 'Header Menu Button 09: Enable', '1', 'Determines whether the button appears in the top menu.'); 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_LINK_01', 'Header Menu Button 01: Link', 'index.php', 'Determines link (URL) for the corresponding button in main menu.'); 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_LINK_02', 'Header Menu Button 02: Link', 'mod.php?mod=siteinfo&id=4', 'Determines link (URL) for the corresponding button in main menu.'); 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_LINK_03', 'Header Menu Button 03: Link', 'mod.php?mod=articles', 'Determines link (URL) for the corresponding button in main menu.'); 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_LINK_04', 'Header Menu Button 04: Link', 'mod.php?mod=mail&mode=contact', 'Determines link (URL) for the corresponding button in main menu.'); 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_LINK_05', 'Header Menu Button 05: Link', 'mod.php?mod=faq', 'Determines link (URL) for the corresponding button in main menu.'); 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_LINK_06', 'Header Menu Button 06: Link', 'mod.php?mod=helpdesk&mode=new', 'Determines link (URL) for the corresponding button in main menu.'); 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_LINK_07', 'Header Menu Button 07: Link', 'mod.php?mod=search', 'Determines link (URL) for the corresponding button in main menu.'); 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_LINK_08', 'Header Menu Button 08: Link', 'mod.php?mod=siteinfo&id=10', 'Determines link (URL) for the corresponding button in main menu.'); 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_LINK_09', 'Header Menu Button 09: Link', 'mod.php?mod=orders', 'Determines link (URL) for the corresponding button in main menu.'); 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_IMG_01', 'Header Menu Button 01: Image', '_IMG_MT_HOME_B', 'Determines image for the corresponding button in main menu.'); 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_IMG_02', 'Header Menu Button 02: Image', '_IMG_MT_ABOUT_US_B', 'Determines image for the corresponding button in main menu.'); 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_IMG_03', 'Header Menu Button 03: Image', '_IMG_MT_ARTICLES_B', 'Determines image for the corresponding button in main menu.'); 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_IMG_04', 'Header Menu Button 04: Image', '_IMG_MT_CONTACT_B', 'Determines image for the corresponding button in main menu.'); 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_IMG_05', 'Header Menu Button 05: Image', '_IMG_MT_FAQ_B', 'Determines image for the corresponding button in main menu.'); 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_IMG_06', 'Header Menu Button 06: Image', '_IMG_MT_HELPDESK_B', 'Determines image for the corresponding button in main menu.'); 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_IMG_07', 'Header Menu Button 07: Image', '_IMG_MT_SEARCH_B', 'Determines image for the corresponding button in main menu.'); 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_IMG_08', 'Header Menu Button 08: Image', '_IMG_MT_PLANS_B', 'Determines image for the corresponding button in main menu.'); 'theme', 'buttons', 'S', '_HDR_MENU_BTTN_IMG_09', 'Header Menu Button 09: Image', '_IMG_MT_PLACE_ORDER_B', 'Determines image for the corresponding button in main menu.'); 'theme', 'buttons', 'B', '_USR_MENU_BTTN_02', 'User Menu Button 02: Enable', '1', 'Determines whether the button appears in the user menu.'); 'theme', 'buttons', 'B', '_USR_MENU_BTTN_03', 'User Menu Button 03: Enable', '1', 'Determines whether the button appears in the user menu.'); 'theme', 'buttons', 'B', '_USR_MENU_BTTN_04', 'User Menu Button 04: Enable', '1', 'Determines whether the button appears in the user menu.'); 'theme', 'buttons', 'B', '_USR_MENU_BTTN_05', 'User Menu Button 05: Enable', '1', 'Determines whether the button appears in the user menu.'); 'theme', 'buttons', 'B', '_USR_MENU_BTTN_06', 'User Menu Button 06: Enable', '1', 'Determines whether the button appears in the user menu.'); 'theme', 'buttons', 'B', '_USR_MENU_BTTN_07', 'User Menu Button 07: Enable', '0', 'Determines whether the button appears in the user menu.'); 'theme', 'buttons', 'B', '_USR_MENU_BTTN_08', 'User Menu Button 08: Enable', '0', 'Determines whether the button appears in the user menu.'); 'theme', 'buttons', 'S', '_USR_MENU_BTTN_LINK_02', 'User Menu Button 02: Link', 'mod.php?mod=domains', 'Determines link (URL) for the corresponding button in user menu.'); 'theme', 'buttons', 'S', '_USR_MENU_BTTN_LINK_03', 'User Menu Button 03: Link', 'mod.php?mod=orders&mode=view', 'Determines link (URL) for the corresponding button in user menu.'); 'theme', 'buttons', 'S', '_USR_MENU_BTTN_LINK_04', 'User Menu Button 04: Link', 'mod.php?mod=invoices', 'Determines link (URL) for the corresponding button in user menu.'); 'theme', 'buttons', 'S', '_USR_MENU_BTTN_LINK_05', 'User Menu Button 05: Link', 'mod.php?mod=helpdesk&mode=list', 'Determines link (URL) for the corresponding button in user menu.'); 'theme', 'buttons', 'S', '_USR_MENU_BTTN_LINK_06', 'User Menu Button 06: Link', 'mod.php?mod=cc', 'Determines link (URL) for the corresponding button in user menu.'); 'theme', 'buttons', 'S', '_USR_MENU_BTTN_LINK_07', 'User Menu Button 07: Link', 'index.php', 'Determines link (URL) for the corresponding button in user menu.'); 'theme', 'buttons', 'S', '_USR_MENU_BTTN_LINK_08', 'User Menu Button 08: Link', 'index.php', 'Determines link (URL) for the corresponding button in user menu.'); 'theme', 'buttons', 'S', '_USR_MENU_BTTN_IMG_02', 'User Menu Button 02: Image', '_IMG_MU_DOMAINS_B', 'Determines image for the corresponding button in user menu.'); 'theme', 'buttons', 'S', '_USR_MENU_BTTN_IMG_03', 'User Menu Button 03: Image', '_IMG_MU_ORDERS_B', 'Determines image for the corresponding button in user menu.'); 'theme', 'buttons', 'S', '_USR_MENU_BTTN_IMG_04', 'User Menu Button 04: Image', '_IMG_MU_INVOICES_B', 'Determines image for the corresponding button in user menu.'); 'theme', 'buttons', 'S', '_USR_MENU_BTTN_IMG_05', 'User Menu Button 05: Image', '_IMG_MU_HELPDESK_B', 'Determines image for the corresponding button in user menu.'); 'theme', 'buttons', 'S', '_USR_MENU_BTTN_IMG_06', 'User Menu Button 06: Image', '_IMG_MU_SUMMARY_B', 'Determines image for the corresponding button in user menu.'); 'theme', 'buttons', 'S', '_USR_MENU_BTTN_IMG_07', 'User Menu Button 07: Image', 'undefined', 'Determines image for the corresponding button in user menu.'); 'theme', 'buttons', 'S', '_USR_MENU_BTTN_IMG_08', 'User Menu Button 08: Image', 'undefined', 'Determines image for the corresponding button in user menu.'); 'theme', 'package', 'B', '_DISABLE_MENU_COLS', 'Menu Columns: Disable', '0', 'YES: Do not display the page left / right menu columns'); 'theme', 'package', 'B', '_DISABLE_HEADER_BLK', 'Header: Disable Block', '0', 'YES: Hide the page header row'); 'theme', 'package', 'B', '_DISABLE_FOOTER_BLK', 'Footer: Disable', '0', 'YES: Hide the page footer row'); 'enable', 'admin', 'B', '_ENABLE_ADMIN_LOGIN_LINK', 'Admin Login Link Button Enable', '1', 'YES: An "Admin" login button link is displayed on the client login screen\r\nNO: Button is not displayed. The only way for an admin to login is to manually type the URL to the admin login form'); 'theme', 'package', 'B', '_ENABLE_BTN_MOUSEOVER', 'Form Button Mouseover: Enable', '1', 'YES: Enable the mouseover action on all form buttons throughout phpCOIN'); 'theme', 'package', 'B', '_ENABLE_MENU_USER_HDR', 'Header: User Menu Same Block', '1', 'YES: The logged in user / admin menu is visible directly below the main header menu, within the same block'); 'theme', 'package', 'B', '_ENABLE_MENU_USER_HROW', 'Header: User Menu New Block', '0', 'YES: The logged in user / admin menu is visible directly below the main header menu, as a separate block'); 'theme', 'package', 'B', '_ENABLE_MENU_USER_FROW', 'Footer: User Menu Row', '0', 'YES: The logged in user / admin menu is visible as an additional row above the footer'); 'theme', 'package', 'B', '_PAGE_HEADER_DATE', 'Header: Show Date', '1', 'YES: Display the date in the page header block'); 'theme', 'package', 'B', '_PAGE_HEADER_LOGO', 'Header: Show Logo', '1', 'YES: Display the site logo in the page header block\r\nNO: Display greeting text in the page header block'); 'theme', 'package', 'S', '_PAGE_HEADER_LOGO_FILE', 'Header: Logo Filename', 'logo_phpcoin.png', 'Filename for logo that is located in /images directory for each theme'); 'theme', 'package', 'B', '_PAGE_HEADER_CLEAR', 'Header: Make Clear', '0', 'YES: The site header row is clear (underlying color)\r\nNO: The site header row is colored (styles)'); 'theme', 'package', 'B', '_PAGE_FOOTER_CLEAR', 'Footer: Make Clear', '1', 'YES: The site footer row is clear (underlying color)\r\nNO: The site footer row is colored (styles)'); 'theme', 'package', 'B', '_PKG_WRAPPER_ENABLE', 'Package Wrapper: Enable', '0', 'YES: Enable "wrapper" code around phpCOIN for controlling top/left and right/bottom\r\nNO: Use the themes functions for controlling top/left and right/bottom'); 'theme', 'package', 'S', '_WIDTH_OUTER_TABLE', 'Table: Width Of Outmost Table', '75%', 'The width of the outermost table. Must include either percent or pixel signs, % or px'); 'theme', 'package', 'I', '_WIDTH_COL_BLOCK', 'Menu Columns: Percentage Width', '15', 'The percentage width for each left / right menu column, without the % sign'); 'theme', 'package', 'I', '_WIDTH_MENU_BLOCK', 'Menu Columns: Block Pixel Width', '150', 'The pixel width setting for a menu block displayed within a left-right menu column, without the px sign'); 'theme', 'package', 'S', '_WIDTH_CONTENT_AREA', 'Table: Percentage Width Of Non-Module Area', '100%', 'The percentage width of the content area that non-modules output will consume, including % sign'); 'theme', 'package', 'S', '_WIDTH_MODULE_AREA', 'Table: Percentage Width Of Module Area', '100%', 'The percentage width of the content area that modules output will consume, with % sign'); 'theme', 'package', 'I', '_WIDTH_PRINT_AREA', 'Table: Pixel Width For Printing', '700', 'The pixel width of the outermost table when being printed, excluding px sign'); 'user', 'package', 'S', 'CO_INFO_01_NAME', 'Company Info 01: Name', 'A phpCOIN User', 'Company name that you want to appear on invoices, and on the "Contact US" page if address display enabled, and on the website footer if the theme enables a site-owner footer'); 'user', 'package', 'S', 'CO_INFO_02_ADDR_01', 'Company Info 02: Address Line 01', , 'Street address that you want to appear on invoices, and on the "Contact US" page if address display enabled, and on the website footer if the theme enables a site-owner footer'); 'user', 'package', 'S', 'CO_INFO_03_ADDR_02', 'Company Info 03: Address Line 02', , 'Secondary address line or suite number that you want to appear on invoices, and on the "Contact US" page if address display enabled, and on the website footer if the theme enables a site-owner footer'); 'user', 'package', 'S', 'CO_INFO_04_CITY', 'Company Info 04: City', , 'City that you want to appear on invoices, and on the "Contact US" page if address display enabled, and on the website footer if the theme enables a site-owner footer'); 'user', 'package', 'S', 'CO_INFO_05_STATE_PROV', 'Company Info 05: State/Prov', , 'State or Province that you want to appear on invoices, and on the "Contact US" page if address display enabled, and on the website footer if the theme enables a site-owner footer'); 'user', 'package', 'S', 'CO_INFO_06_POSTAL_CODE', 'Company Info 06: Postal Code', , 'Zip or Postal code that you want to appear on invoices, and on the "Contact US" page if address display enabled, and on the website footer if the theme enables a site-owner footer'); 'user', 'package', 'S', 'CO_INFO_07_COUNTRY', 'Company Info 07: Country', , 'Country that you want to appear on invoices, and on the "Contact US" page if address display enabled, and on the website footer if the theme enables a site-owner footer'); 'user', 'package', 'S', 'CO_INFO_08_PHONE', 'Company Info 08: Phone No.', , 'Phone number, if you have one, that you want to appear on invoices and on the "Contact US" page and on the website footer if the theme enables a site-owner footer'); 'user', 'package', 'S', 'CO_INFO_09_FAX', 'Company Info 09: FAX', , 'Fax number, if you have one, that you want to appear on invoices, and on the "Contact US" page if address display enabled, and on the website footer if the theme enables a site-owner footer'); 'user', 'package', 'S', 'CO_INFO_10_TAXNO', 'Company Info 10: Tax Number', , 'If you charge taxes and require that your tax registration number appear on invoices, etc., enter it here'); 'user', 'package', 'S', 'CO_INFO_11_TOLL_FREE', 'Company Info 11: Toll Free Number', , 'A toll-free number, if you have one, that you want to appear on invoices, and on the "Contact Us" page if address display enabled, and on the website footer if the theme enables a site-owner footer'); 'user', 'package', 'S', 'CO_INFO_12_TAGLINE', 'Company Info 12: TagLine', 'A Clever TagLine Here', 'Text of a "tagline" that will appear on invoices, and in the site footer if the theme used supports it'); 'user', 'package', 'B', 'DISPLAY_ON_CONTACT_FORM', 'Display On Contact Form', '1', 'YES: The Company Information in this section will be displayed on the "Contact Us" form,as well as used on invoices\r\nNO: The "Contact Us" form will be an email-only form.'); 'user', 'package', 'B', 'DISPLAY_ON_FOOTER', 'Display On Output Footer', '1', 'YES: The Company Information in this section will be displayed in the footer of every page output by phpCOIN if the theme used supports it. The built-in themes all support this'); 'layout', 'downloads', 'B', 'LIMIT_DOWNLOADS_TO_LOGGED_IN', 'Downloads for logged-in users only', '0', 'YES: A user must be logged-in in order to access the downloads page\r\nNO: Anyone can access the downloads page.'); 'layout', 'downloads', 'B', 'HIDE_NOAVAILS', 'Show Available Downloads Only', '1', 'YES: phpCOIN will display only those downloads marked "available"\r\nNO: phpCOIN will display all downloads in the database, but only available downloads will be clickable'); 'operation', 'downloads', 'S', 'DLOAD_URL', 'Downloads Root URL', 'http://%DOMAINNAME%/coin_downloads/', 'Root URL where downloads are located. The http:// prefix and the trailing slash can be eliminated ~ phpCOIN will auto-append them if necessary.'); 'layout', 'ipn', 'I', 'IPN_NUM_DISPLAY', 'List: Items Per Page', '25', 'Number of IPN Log items to display per page in listings'); 'operation', 'ipn', 'B', 'IPN_SEND_TRANS_ACK', 'IPN: Send Transaction Ack Email', '1', 'YES: Send a trans ack email when payment is received\r\nNO: Do not send a trans ack email'); 'operation', 'ipn', 'B', 'IPN_PROCESS_INCOMING', 'IPN: Process Incoming Data', '1', 'If we accept data, do we want to process it also?'); 'operation', 'ipn', 'S', 'PAYPAL_RECEIVER_EMAIL', 'Paypal: Primary Email Address', 'purchasing@coinsofttechnologies.ca', 'This is your PayPal Primary Email Address. Incoming transactions will have this recipient address, to ensure that the transaction was meant for you. You can have multiple email addresses here separated by spaces, for example:\r\njon@paypal.com john@paypal.com'); 'operation', 'ipn', 'B', 'IPN_SEARCH_NAME', 'IPN: Select Invoice By Name', '1', 'YES: If there is no invoice number or email address match, then use the first and last name of the payer to determine the invoice\r\nNO: Use only the supplied invoice number or email address to determine which invoice to pay'); 'enable', 'ipn', 'B', 'IPN_ACCEPT_INCOMING', 'IPN: Enable', '1', 'YES: Module is enabled and ready for accept and apply payment notifications\r\nNO: Module is deactivated, all menu buttons/links are automatically hidden, no output from this module will be visible, and no payment notifications will be accepted and applied'); 'operation', 'ipn', 'I', 'IPN_INVOICE_FIND_METHOD', 'IPN: Invoice Find Method', '4', 'If no invoice number is sent with an incoming transaction, this is how ipn determines which invoice to apply the payment to:\r\n0: Highest invoice number, regardless of status\r\n1: Highest invoice number that does not have status PAID\r\n2: Highest invoice number that does not have status PAID, if none found, then return highest invoice num\r\n3: Lowest invoice number that does not have status PAID\r\n4: Lowest invoice number that does not have status PAID, IF none found, then return highest invoice number'); 'operation', 'ipn', 'B', 'IPN_ALLOW_RESUBMIT', 'IPN: Allow Transaction Resubmit', '1', 'Allows you to simulate the transaction being run again. Doing this will NOT reverse any payments posted, status changes, etc.'); 'operation', 'ipn', 'B', 'IPN_ALLOW_DELETE', 'IPN: Allow Transaction Delete', '1', 'Allow IPN transactions to be deleted from the LOG'); 'operation', 'ipn', 'B', 'IPN_REQUIRE_AMOUNT_MATCH', 'IPN: Received Amount Must Match Invoice', '0', 'YES: Amount received must match the invoice amount for the payment to be successful\r\nNO: Amount received can be for any amount ~ useful if you receive partial payments'); 'operation', 'ipn', 'B', 'PAYPAL_WRITEDEBUG', 'PayPal: Enable Text Log', '0', 'Create a text file to log IPN connection attempts to and from PayPal.'); 'operation', 'ipn', 'S', 'PAYPAL_DEBUGFILE', 'PayPal: Name of Text Log', 'c:/temp/paypal_ipn_%TIMESTAMP%.log', 'Name of text file to log IPN connection attempts to and from PayPal (Use %TIMESTAMP% to have current timestamp appended)'); 'operation', 'ipn', 'S', 'PAYPAL_SBEMAIL', 'PayPal: SandBox Seller Email', 'paypal_111111111_biz@yourdomain.com', 'Sandbox email address of seller, for testing IPN with PayPal'); 'enable', 'email', 'B', 'INCOMING_EMAIL_AS_HTML', 'HTML Email: Enable HTML Incoming', '0', 'YES: "Contact us" form will send you html email\r\nNO: "Contact Us" form allows plain-text only'); 'layout', 'todo', 'I', 'IPP_TODO', 'List: Items Per Page', '25', 'The number of ToDo items that are displayed in listing form on a page'); 'layout', 'email', 'B', 'ENABLE_SUPPORT_ON_CONTACT', 'Mail Contacts: Show Support On Contact Form', '1', 'YES: "Support" will be a choice for users on the "Contact Us" form\r\nNO: "Support" will not be an option on the contact form. Useful if you want to enforce that support requests originate via helpdesk rather than a "contact Us" email to support'); 'cronjobs', 'invoices', 'B', 'NO_NAG_ON_CREDIT', 'Invoice Reminders: No Nag If Credit Balance', '1', 'YES: A client will not be nagged about an unpaid invoice if their account has a cedit balance\r\nNO: A client will be nagged about an overdue invoice regardless of their account balance'); 'layout', 'summary', 'B', 'SHOW_EMPTY_INVC_STATUS', 'Invoices By Billing Cycle: Show Unused Status', '0', 'YES: The invoice columnar listing will show a row for each invoice status, whether any invoices have that status or not.\r\nNO: Only statuses that are used on an invoice will be shown'); 'layout', 'summary', 'B', 'SHOW_INVC_ZERO_TOTAL', 'Invoices By Billing Cycle: $0.00 Totals', '1', 'YES: Zero value billing cycle totals will display as $0.00\r\nNO: Zero value billing cycle totals will display as a blank space'); 'cronjobs', 'ipn', 'B', 'PAYPAL_AUTO_VERBOSE', 'PayPal Emails: Verbose', '0', 'YES: phpCOIN will display the results of processing of each email message\r\nNO: phpCOIN will only display aggregate results'); 'cronjobs', 'ipn', 'B', 'PAYPAL_AUTO_IMPORT_ENABLE', 'PayPal Emails: Enable', '1', 'YES: The paypal cronjob will connect to a POP or IMAP box and attempt to create invoice payments from any emails found\r\nNO: (obvious)'); 'cronjobs', 'ipn', 'S', 'PAYPAL_AUTO_IMPORT_SERVER', 'PayPal Emails: Server', 'mail.%DOMAINNAME%', 'Name of the email server the helpdesk cronjob should connect to'); 'cronjobs', 'ipn', 'S', 'PAYPAL_AUTO_IMPORT_TYPE', 'PayPal Emails: Protocol', ':143/imap/notls', 'Protocol and port that the paypal cronjob should connect to\r\n"/imap:143" seems to work better than "/pop:110"\r\nYou may also need to try /IMAP/:143/notls or /:110/POP/notls or even other strings, depending on your mailserver'); 'cronjobs', 'ipn', 'S', 'PAYPAL_AUTO_IMPORT_USERID', 'PayPal Emails: UserName', 'sales@%DOMAINNAME%', 'The email username that the paypal cronjob will check'); 'cronjobs', 'ipn', 'S', 'PAYPAL_AUTO_IMPORT_PASSWORD', 'PayPal Emails: Password', 'password', 'Password for the email account that will be checked by the paypal cronjob'); 'cronjobs', 'ipn', 'I', 'PAYPAL_AUTO_IMPORT_DELETE_MESSAGES', 'PayPal Emails: Delete Messages', '1', 'Delete _these_ messages on the mail-server when the paypal cronjob runs'); 'cronjobs', 'ipn', 'S', 'PAYPAL_AUTO_PARTIAL_SUBJECT', 'PayPal Emails: Partial Subject String', 'Notification of Payment Received', 'Emails from PayPal will include this text in the subject line'); 'cronjobs', 'ipn', 'S', 'PAYPAL_AUTO_INVOICE_ID', 'PayPal Emails: Invoice ID String', 'Invoice ID', 'Emails from PayPal will include this text in the Invoice ID line'); 'cronjobs', 'ipn', 'S', 'PAYPAL_AUTO_TRANS_ID', 'PayPal Emails: Transaction ID String', 'Transaction ID', 'Emails from PayPal will include this text in the Transaction ID line'); 'cronjobs', 'ipn', 'S', 'PAYPAL_AUTO_TOTAL_AMT', 'PayPal Emails: Total Amount String', 'Total Amount', 'Emails from PayPal will include this text in the Total Amount line'); 'layout', 'clients', 'B', 'CLIENT_NOTES_VISIBLE', 'Notes: Visible To Clients', '0', 'YES: Client can view admin-entered client notes\r\nNO: Client cannot see admin-entered client notes'); 'cronjobs', 'invoices', 'B', 'INVC_ACOPY_NEW_TERMS', 'Invoice AutoCopy: Insert New Terms', '1', 'YES: phpCOIN will replace the existing terms on auto-copied invoices with whatever the current terms are in lang_config.php\r\nNO: phpCOIN will copy any existing terms on the invoice as-is'); 'layout', 'package', 'I', 'TAX_DISPLAY_DIGITS_PERCENT', 'Display Digits: Tax Percent', '3', 'How many digits after the decimal place should we display for the tax percentages?'); 'layout', 'package', 'I', 'TAX_DISPLAY_DIGITS_AMOUNT', 'Display Digits: Tax Amount', '2', 'How many digits after the decimal place should we display for the tax amounts?'); 'layout', 'package', 'I', 'CURRENCY_DISPLAY_DIGITS_AMOUNT', 'Display Digits: Currency Amounts', '2', 'How many digits after the decimal place should we display for currency (non-tax) amounts?'); 'layout', 'orders', 'B', 'ORDERS_TOS_IN_IFRAME', 'Display TOS in Iframe', '1', 'Whether or not to show the TOS in an iframe on the orders page, underneath the "Accept TOS" checkbox'); 'layout', 'orders', 'B', 'ORDERS_AUP_IN_IFRAME', 'Display AUP in Iframe', '1', 'Whether or not to show the AUP in an iframe on the orders page, underneath the "Accept AUP" checkbox'); 'layout', 'summary', 'I', 'SUMMARY_PRODUCTS_ORDER_BY', 'Active Product Orders: Sort Order', '1', 'The sort order for active product orders:\r\n1: Alphabetical by product name or description\r\n2: Reverse alphabetical by product name or description\r\n3: Number of products sold, low to high\r\n4: Number of products sold, high to low\r\n5: Value of products sold, low to high\r\n6: Value of products sold, high to low'); 'enable', 'suppliers', 'B', 'SUPPLIERS_ENABLE', 'Suppliers: Enable', '1', 'YES: Module is enabled and ready for use\r\nNO: Module is deactivated, all menu buttons/links are automatically hidden, and no output from this module will be visible'); 'operation', 'suppliers', 'I', 'BASE_SUPPLIER_ID', 'Supplier ID Base-Initial Value Minus 1', '1000', 'The id for the first supplier entered in the system. Supplier ID will be this value plus one'); 'layout', 'suppliers', 'I', 'IPP_SUPPLIERS', 'List: Items Per Page', '25', 'The number of suppliers that are displayed on a page in listing form'); 'layout', 'suppliers', 'I', 'IPL_SUPPLIERS', 'List: Items Per Summary', '5', 'The number of most recent items (bills and email archive messages) that are displayed on a supplier account page'); 'cronjobs', 'bills', 'B', 'BILL_ACOPY_DELAY_ENABLE', 'Bill Auto-Copy: Delay', '1', 'Determines if the auto-copy of recurring bills is delayed until new bill date is within days out setting.'); 'cronjobs', 'bills', 'I', 'BILL_ACOPY_DAYS_OUT', 'Bill Auto-Copy: Days Out to Copy', '15', 'Determines number of days from current date to auto-copy a recurring bill. Will auto-copy if the new bill date falls within this date range.'); 'cronjobs', 'bills', 'B', 'BILL_AUTO_UPDATE_ENABLE', 'Bill Auto Copy: Auto-Update Status', '1', 'Determines if the auto-update of bill status function is enabled when triggered by cron job or manually by command summary actions menu.'); 'cronjobs', 'bills', 'B', 'BILL_AUTO_COPY_ENABLE', 'Bill Auto-Copy: Enable', '1', 'Determines if the auto-copy of recurring bills function is enabled when triggered by cron job or manually by command summary actions menu.'); 'operation', 'bills', 'I', 'BILL_DUE_DAYS_OFFSET', 'Bill Due Date: x Days After Create', '10', 'When a bill is created, phpCOIN will add this many days to the create date in order to auto-calc the due date'); 'enable', 'bills', 'B', 'BILL_TAX_01_ENABLE', 'Bill Taxes: Tax 01 Enable', '1', 'YES: Tax 1 will be calculated and displayed.\r\nNO: Tax 1 will NOT be calculated and displayed'); 'enable', 'bills', 'B', 'BILL_TAX_02_ENABLE', 'Bill Taxes: Tax 02 Enable', '1', 'YES: Tax 2 will be calculated and displayed.\r\nNO: Tax 2 will NOT be calculated and displayed'); 'layout', 'bills', 'B', 'BILL_SPLIT_TRANS_LIST_ENABLE', 'Bill Transaction Listing: Enable Split Listing', '0', 'YES: The bill transaction listing is split to list charges on top, and then credits below in a separate list\r\nNO: bill transactions appear in a single section one after the other, like a standard statement'); 'layout', 'bills', 'S', 'BILL_TAX_01_LABEL', 'Bill Taxes: Tax 01 Label', '13% HST:', 'The text label displayed on bills in place of "Tax 01"'); 'layout', 'bills', 'S', 'BILL_TAX_02_LABEL', 'Bill Taxes: Tax 02 Label', '5% PST:', 'The text label displayed on bills in place of "Tax 02"'); 'layout', 'bills', 'I', 'BILL_VIEW_SHOW_TRANS', 'Bill Transaction Listing: Show Transactions', '3', 'If the transactions listing is displayed on lower portion of bill:\r\n0: No transactions displayed\r\n1: Transactions displayed on-screen only\r\n2: Transactions displayed on printed output only\r\n3: Transactions appear on both screen and printed output'); 'enable', 'bills', 'B', 'BILLS_ENABLE', 'Bills: Enable', '1', 'YES: Module is enabled and ready for use\r\nNO: Module is deactivated, all menu buttons/links are automatically hidden, and no output from this module will be visible'); 'operation', 'bills', 'R', 'BILL_TAX_01_DEF_VAL', 'Bill Taxes: Tax 01 Default Rate', '13.00', 'The default tax rate percentage value used for this tax during auto-calc. For example: 1.00 is 1 percent'); 'operation', 'bills', 'R', 'BILL_TAX_02_DEF_VAL', 'Bill Taxes: Tax 02 Default Rate', '5.00', 'The default tax rate percentage value used for this tax during auto-calc. For example: 1.00 is 1 percent'); 'operation', 'bills', 'I', 'BASE_BILL_ID', 'Bills: Initial Value', '1000', 'Starting point for the first bill entered in the system. Bill ID will be this value plus one.'); 'enable', 'summary', 'B', 'SUMMARY_BILLS_BY_PRODUCT', 'Expenses: Enable', '1', 'YES: Display a table with the number of times each expense appears on a bill, as well as the total value'); 'layout', 'summary', 'S', 'SUMMARY_BILLS_BY_PRODUCT_IGNORE', 'Expenses: Ignore these items', , 'A pipe-separated list of item codes on bills that should be ignored when building the billed expenses summary.'); 'operation', 'bills', 'B', 'BILL_TAX_BY_ITEM', 'Bill Taxes: Tax By Item', '1', 'YES: Taxes will be calculated on each item individually\r\nNO: Taxes will be calculated only on the invoice totals'); 'layout', 'bills', 'I', 'IPP_BILLS', 'List: Items Per Page', '25', 'The number of bills that are displayed in listing form on a page.'); 'operation', 'bills', 'B', 'BILL_PRICES_INCLUDE_TAXES', 'Bill Taxes: Prices Include Taxes', '0', 'NO: phpCOIN will add applicable taxes to items on bills\r\nYES: phpCOIN assumes that the prices include tax. In this event, taxes will be removed from the items and then recalculated, so the bill can show the amount of taxes included in the prices.'); 'operation', 'ipn', 'B', '2CHECKOUT_WRITEDEBUG', '2Checkout: Enable Text Log', '0', 'Create a text file to log IPN connection attempts to and from 2Checkout.'); 'operation', 'ipn', 'S', '2CHECKOUT_DEBUGFILE', '2Checkout: Name of Text Log', 'c:/temp/2co_ipn_%TIMESTAMP%.log', 'Name of text file to log IPN connection attempts to and from 2Checkout (Use %TIMESTAMP%to have current timestamp appended)'); 'operation', 'ipn', 'S', '2CHECKOUT_SECRET_WORD', '2Checkout: INS Secret Word', 'SECRET', 'Incoming INS transactions will have this secret word as part of the MD5 hash, to help assure that the data is from 2Checkout'); 'operation', 'ipn', 'S', '2CHECKOUT_VENDOR_ID', '2Checkout: Vendor ID', '1234567', 'Incoming transactions will include your 2co vendor ID, to ensure that the transaction was meant for you'); 'layout', 'summary', 'S', 'SUMMARY_INVOICES_BY_PRODUCT_STATUS_IGNORE', 'Invoiced Products: Ignore these status', '1|4|5', 'A pipe-separated list of invoice statuses that should be ignored when building the invoiced products summary. This list MUST be the $_CCFG[INV_STATUS][] array element number, NOT the text of the status'); 'layout', 'summary', 'B', 'SUMMARY_THIS_YEAR', 'Summary: Current Year Only', '1', 'YES: Display data on Summary page for this year only\r\nNO: Display data on Summary page for all dates in database'); 'layout', 'summary', 'S', 'SUMMARY_EXPENSES_STATUS_IGNORE', 'Expenses: Ignore these status', '1|4|5', 'A pipe-separated list of bill statuses that should be ignored when building the billed expenses summary. This list MUST be the $_CCFG[BILL_STATUS][] array element number, NOT the text of the status'); 'enable', 'orders', 'B', 'ENABLE_AUTOPASS_ORDERS', 'Orders: AutoPassword Enable', '1', 'YES: phpCOIN will display a button that will generate a random password and fill the input boxes when clicked\r\nNO: The user must make up their own password'); 'enable', 'clients', 'B', 'ENABLE_AUTOPASS_CLIENTS', 'Clients: AutoPassword Enable', '1', 'YES: phpCOIN will display a button that will generate a random password and fill the input boxes when clicked\r\nNO: The user must make up their own password'); 'enable', 'domains', 'B', 'ENABLE_AUTOPASS_DOMAINS', 'Domains: AutoPassword Enable', '1', 'YES: phpCOIN will display a button that will generate a random password and fill the input boxes when clicked\r\nNO: The user must make up their own password'); 'ordering', 'clients', 'B', 'AUTOPASSWORD_STRENGTH', 'Clients: Strongest Auto-Password', '1', 'YES: An auto-generated password will utilize the full alphanumeric character set and symbols, in the ASCII range 33 to 126\r\nNO: An auto-generated password will utilize only lowercase letters'); 'ordering', 'orders', 'B', 'SKIP_CONFIRM_SCREEN', 'Skip Order Confirmation Page', '0', 'YES: Skip the confirmation screen and send the client straight to paylink\r\nNO: Display the order confirmation page so a client can change order info before processing'); 'operation', 'invoices', 'B', 'Company_In_Select', 'Client List: Select by Company Name', '1', 'When adding or editing an invoice, the "client" drop-down will be:\r\nYES: CompanyName - LastName, FirstName\r\nNO: LastName, FirstName - UserName'); 'enable', 'email', 'B', 'client_can_resend', 'Email Archive: Client Can Resend Messages', '1', 'YES: On archived email listings, client will have an email icon to allow the client to re-send any previous message\r\nNO: On archived email listings, client will not have an email icon to allow the client to re-send any previous message'); 'enable', 'email', 'B', 'no_cc_on_resend', 'Email Archive: Resend To CC and BCC', '0', 'YES: When an archived email message is resent, any CC or BCC recipients on the original message WILL receive a copy of the message again\r\nNO: When an archived email message is resent, any CC or BCC recipients on the original message will NOT receive a copy of the message again'); 'enable', 'email', 'B', 'show_archive_to_clients', 'Email Archive: Show To Client', '1', 'YES: When a client views their "My Account" summary page, they will also see a section showing every email that was sent to them if "Email Archive: Enable" is enabled. Client can view/print any message, and re-send a message if "Email Archive: Client Can Resend Messages" is enabled\r\nNO: When a client views their "My Account" summary page, they will NOT see a section showing every email that was sent to them');

RackSpace Hosting

Personal tools