| Class Summary |
| BaseMessageBlock | BaseMessageBlock class |
| BaseSettingsTab | BaseTab class |
| BaseTab | BaseTab class |
| Breadcrumb | Class Breadcrumb
Keep a history and link of specific tag search, contact and company viewed, should be easy to extend to
others like project, invoices |
| CGIF | |
| CGIFCOLORTABLE | |
| CGIFFILEHEADER | |
| CGIFIMAGE | |
| CGIFIMAGEHEADER | |
| CGIFLZW | |
| Company | Company class
Using the DataObject |
| CompanyAddress | Contact class
Using the DataObject |
| CompanyEmail | Contact class
Using the DataObject |
| CompanyPhone | Contact class
Using the DataObject |
| CompanyWebsite | Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html |
| ContactAddress | Contact class
Using the DataObject |
| ContactDetailBlock | A ContactDetail plugin class
contact.php has persistent session object as $_SESSION['ContactEditSave']
So for contact related data can be retrieve from this object
This is set a block on the left side of contact.php with contact details
Little complex than what we have on the other test Example Weather Object
It also has 2 extra params in setContent() i.e. |
| ContactEmail | table structure:
+-----------------+--------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+-----------------+--------------+------+-----+---------+----------------+
| idcontact_email | int(10) | NO | PRI | NULL | auto_increment |
| idcontact | int(10) | NO | MUL | | |
| email_address | varchar(180) | NO | | | |
| email_type | varchar(50) | NO | | | |
| email_isdefault | char(1) | NO | | n | |
+-----------------+--------------+------+-----+---------+----------------+ |
| ContactImport | ContactImport class
with all the usefull functions. |
| ContactInstantMessage | Contact class
Using the MultiRecord based DataObject |
| ContactInvoiceBlock | A ContactInvoiceBlock plugin class
It display the status of invoices for that contact and link to the list of invoices.
|
| ContactNotes | Contact class
Using the DataObject
The note Model is:
+----------------+--------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+----------------+--------------+------+-----+---------+----------------+
| idcontact_note | int(10) | NO | PRI | NULL | auto_increment |
| idcontact | int(15) | NO | | 0 | |
| note | text | NO | | | |
| date_added | date | NO | | | |
| document | varchar(254) | NO | | | |
| idcompany | int(15) | NO | | 0 | |
| iduser | varchar(15) | NO | | | |
+----------------+--------------+------+-----+---------+----------------+
Copyright 2001 - 2010 All rights reserved SQLFusion LLC, info@sqlfusion.com |
| ContactPhone | Contact class
Using the DataObject |
| ContactRssFeed | Contact class
Using the DataObject |
| ContactSharing | Contact class
Using the DataObject |
| ContactSubTagSearchBlock | A ContactSubTagSearchBlock
contacts.php has persistent session object as $_SESSION['do_Contacts']
with the current list of contacts displayed. |
| ContactTagSearchBlock | A ContactTagSearchBlock
contact.php has persistent session object as $_SESSION['ContactEditSave']
So for contact related data can be retrieve from this object
This is set a block on the left side of contact.php with contact details
Little complex than what we have on the other test Example Weather Object
It also has 2 extra params in setContent() i.e. |
| ContactTasksBlock | |
| ContactView | ContactView class
Using the DataObject |
| ContactWebsite | Contact class
Using the DataObject |
| CoworkerAdd | |
| DashboardMessageBlock | A DashboardMessageBlock |
| DashboardTodaysTask | |
| DeletePaymentLog | Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html |
| DiscussionEmailSetting | Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html |
| EmailTemplate | EmailTemplateObject that store an email template
for reuse and mail merge.
|
| EmailTemplateUser | EmailTemplateUsersThis will store the emails messages created by the users
if the user decide to keep it it will save it in the db for reuse if not it dies with the session. |
| EventKey | EventKey class
Extends Event |
| Export | |
| FPDF | |
| Facebook | |
| FacebookAPIErrorCodes | Error codes and descriptions for the Facebook API. |
| FacebookDesktop | This class extends and modifies the "Facebook" class to better
suit desktop apps. |
| FacebookRestClient | |
| Feed | |
| Feedback | Class Feedback
Creates a form to submit user opinions about the site |
| ForgotPasswordFormAddOn | SampleAddOn
Is the sample AddOn to describe and show
how an add works. |
| GoogleContactImport | |
| GoogleTranslatorEmailtemplate | |
| GoogleTranslatorMessage | |
| Google_Translate_API | Translating language with Google API |
| HTML2FPDF | |
| InvoiceCallback | InvoiceCallback class
Using the DataObject |
| InvoiceLine | InvoiceLine class
Using the DataObject
+---------------+--------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+---------------+--------------+------+-----+---------+----------------+
| idinvoiceline | int(10) | NO | PRI | NULL | auto_increment |
| idinvoice | int(14) | NO | | | |
| description | mediumtext | NO | | | |
| price | float(10,2) | NO | | | |
| qty | float(10,2) | NO | | | |
| total | float(10,2) | NO | | | |
| item | varchar(200) | NO | | | |
+---------------+--------------+------+-----+---------+----------------+ |
| InvoicesMonthlyGraphBlock | |
| InvoicesYTDBlock | |
| LoginAudit | LoginAudit class
Using the DataObject |
| LoginFormAddOn | SampleAddOn
Is the sample AddOn to describe and show
how an add works. |
| LoginFormOpenIdAddOn | SampleAddOn
Is the sample AddOn to describe and show
how an add works. |
| LogoutAddOn | SampleAddOn
Is the sample AddOn to describe and show
how an add works. |
| MailMerge | MailMerge Class
Used to Merge contact and email template.
|
| MergeString | Merge Template
Functions to merge text with [] |
| MessageDraft | Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html |
| MimeMailParser | Fast Mime Mail parser Class using PHP's MailParse Extension |
| MimeMailParserAttachment | Model of an Attachment |
| MultiRecord | MultiRecord class
Using the DataObject and additional
method to manage multiple record forms. |
| NewRecordLog | Class AuditLog
To record and keep trail of what users do on the site.
|
| Note | Class Note
This is the base Class to manage the note and the project discuss.
|
| NoteDraft | Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html |
| NotesAndDiscussionBlock | |
| OfuzApiBase | The goal of this class is to provide a mecanism
general to all our API.
|
| OfuzApiClient | This will basically process the user request.
|
| OfuzApiClientBase | This will basically process the user request.
|
| OfuzApiMethods | Execute all the API methodsCopyright 2002 - 2007 SQLFusion LLC |
| OfuzCancelAccount | Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html |
| OfuzFacebook | |
| OfuzFieldTypeEncryptedPassword | Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html |
| OfuzFieldTypePassword | Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html |
| OfuzFieldTypePassword2 | Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html |
| OfuzFileDownload | Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html |
| OfuzHorizontalSlider | Class OfuzHorizontalSliderUses customized onchange() for Ofuz |
| OfuzList | Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html |
| OfuzListContact | Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html |
| OfuzTwitter | Twitter class
Using the DataObject |
| OfuzUserInterface | setting tabs class
Using the DataObject |
| OfuzUtilsi18n | Utility class for the internationalization |
| Ofuz_Service_Twitter | Ofuz_Service_Twitter
allows Zend_Service_Twitter using Oauth |
| Payment | Company class
Using the DataObject |
| PaymentInvoice | PaymentInvoice class
Using the DataObject
This is to maintain the relation between the payment and the idinvoice |
| PaymentLog | Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html |
| PaymentLogBlock | A PaymentLogBlock plugin class
contact.php has persistent session object as $_SESSION['ContactEditSave']
So for contact related data can be retrieve from this object
This is set a block on the left side of contact.php with contact details
Little complex than what we have on the other test Example Weather Object
It also has 2 extra params in setContent() i.e. |
| PluginEnable | |
| PluginSettingImportAccount | A plugin class for creating custom Tab for setting
The class must extends the BaseTab
setTitle() will set the Block Title
setContent() will set the content
displayBlock() call will display the block |
| PluginSettingTest | A plugin class for creating custom Tab for setting
The class must extends the BaseTab
setTitle() will set the Block Title
setContent() will set the content
displayBlock() call will display the block |
| ProjectAddCoworkerBlock | |
| ProjectAddTaskDropboxBlock | |
| ProjectDiscuss | Class ProjectDiscuss
This is the Class to manage the the project discuss.
|
| ProjectDiscussionEmailAlertBlock | |
| ProjectSharing | ProjectSharing class
Using the DataObject
Share Project between iduser: project owner and coworkers. |
| RecurrentInvoice | RecurrentInvoice class
Using the DataObject
+--------------------+--------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+--------------------+--------------+------+-----+---------+----------------+
| idrecurrentinvoice | int(10) | NO | PRI | NULL | auto_increment |
| iduser | int(15) | NO | | | |
| idinvoice | int(15) | NO | | | |
| nextdate | date | NO | | | |
| recurrence | int(10) | NO | | | |
| recurrencetype | varchar(200) | NO | | | |
+--------------------+--------------+------+-----+---------+----------------+ |
| RecurrentInvoiceBlock | A PaymentLogBlock plugin class
contact.php has persistent session object as $_SESSION['ContactEditSave']
So for contact related data can be retrieve from this object
This is set a block on the left side of contact.php with contact details
Little complex than what we have on the other test Example Weather Object
It also has 2 extra params in setContent() i.e. |
| RecurrentInvoiceCC | RecurrentInvoice class
Using the DataObject |
| RegisteredUser | Class RegisteredUser
This is the base Class to create users that can register and sign in.
|
| RegistrationAddOnBase | SampleAddOn
Is the sample AddOn to describe and show
how an add works. |
| RegistrationFormAddOn | SampleAddOn
Is the sample AddOn to describe and show
how an add works. |
| RegistrationFormOpenIdAddOn | SampleAddOn
Is the sample AddOn to describe and show
how an add works. |
| RegistrationInvoiceLog | RegistrationInvoiceLog class
Using the DataObject |
| ReportUserUsage | ReportUserUsage class
Using the DataObject |
| RestoreAccount | RestoreAccount
Upload and import an XML account information file.
|
| Services_JSON | Converts to and from JSON format.
|
| Sync | Sync class
Using the DataObject |
| Tag | Tag class
Using the DataObject |
| TagInternalMarketing | Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html |
| TagView | TagView class
Using the DataObject
Class to record the number of time a tag is clicked |
| TaskCategory | Tag class
Using the DataObject
description, due date, category, status (open/closed) |
| TaskDropBoxBlock | |
| TaskOwnerBlock | |
| TaskProgressBlock | |
| TasksAddTaskBlock | |
| TimesheetBlock | |
| TimesheetBlockCoWorker | |
| TimesheetBlockProjectDiscuss | Class ProjectDiscuss
This is the Class to manage the the project discuss.
|
| UpdateRecordLog | Class UpdateRecordLog
To record and keep trail of what users do on the site.
|
| UserRelations | Contact class
Using the DataObject
Copyright 2001 - 2009 SQLFusion LLC, info@sqlfusion.com |
| UserSettings | List Of setting names and possible vales 1. |
| VBook | Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html |
| VCard | The VCard class encapsulates a single vCard object by maintaining a map of
property names to one or more property values associated with that name.
|
| VCardProperty | The VCardProperty class encapsulates a single vCard property consisting
of a name, zero or more parameters, and a value.
|
| WebFormField | WebFormField class
Using the DataObject |
| WebFormUser | WebFormField class
Using the DataObject |
| WebFormUserField | WebFormUserField class
Using the DataObject |
| ofuzFPDF | This is a test to customize fpdf and html2fpdf |
| utf8 | |
| Global Summary |
| Author | |
| AutoResponder | A cron job script for sending the autoresponders.
|
| CancelAccount | |
| CompanyEdit | |
| CompanyEmail | |
| CompanyPhone | |
| CompanyWebsite | |
| Contact | |
| ContactAddr | |
| ContactAddress | |
| ContactAddressAdd | |
| ContactEdit | |
| ContactEditSave | |
| ContactEmail | |
| ContactEmailAdd | |
| ContactInstantMessage | |
| ContactInstantMessageAdd | |
| ContactNoteExpend | |
| ContactNotes | |
| ContactPhone | |
| ContactPhoneAdd | |
| ContactRSS | |
| ContactRssFeed | |
| ContactWebsite | |
| ContactWebsiteAdd | |
| Description | |
| DigitCurrencyTextBox | |
| DijitCheckBox | |
| DijitComboBox | |
| DijitDateTextBox | |
| DijitEditor | |
| DijitExpandingTextArea | |
| DijitHorizontalSlider | |
| DijitNumberSpinner | |
| DijitNumberTextBox | |
| DijitRadioButton | |
| DijitTextBox | |
| DijitTimeTextBox | |
| DiscussNoteExpend | |
| ENC_SECRECT_KEY | |
| Emails | |
| FACEBOOK_API_KEY | |
| FACEBOOK_API_VALIDATION_ERROR | |
| FACEBOOK_APP_SECRET | |
| FACEBOOK_XD_RECEIVER_HTTP | |
| FACEBOOK_XD_RECEIVER_HTTPS | |
| FPDF_FONTPATH | |
| FPDF_VERSION | Software: FPDF *
Version: 1.52 *
Date: 2003-12-30 *
Author: Olivier PLATHEY *
License: Freeware *
You may use, modify and redistribute this software as you wish. |
| GLOBAL | |
| GLOBALS | |
| HTML2FPDF_VERSION | |
| HTTP_SERVER_VARS | |
| InvLine | |
| Keywords | |
| OFUZ_API_KEY | |
| OFUZ_COM | |
| OFUZ_LOG_RUN_CONTACT | |
| OFUZ_LOG_RUN_MESSAGE | |
| OFUZ_LOG_RUN_TAG | |
| OFUZ_LOG_RUN_WEBFORM | |
| OFUZ_NET | |
| OFUZ_RESTAPIKEY_GEN_SECRECT_KEY | |
| OFUZ_TTL | |
| OFUZ_TTL_LONG | |
| OFUZ_TTL_SHORT | |
| OfuzEmailFetcher | |
| OfuzList | |
| ProjectDiscuss | |
| ProjectTask | |
| RADRIA_DEFAULT_FORM_TEMPLATE | |
| RADRIA_DEFAULT_REPORT_TEMPLATE | |
| RADRIA_DISPLAY_ERROR | |
| RADRIA_DISPLAY_RUNLOG | |
| RADRIA_EVENT_ABSOLUTE_PATH | |
| RADRIA_EVENT_SECURE | |
| RADRIA_LOCAL_DB | |
| RADRIA_LOG_ERROR | |
| RADRIA_LOG_RUNLOG | |
| RADRIA_LOG_RUN_DATAOBJECT | |
| RADRIA_LOG_RUN_DISPLAY | |
| RADRIA_LOG_RUN_EVENT | |
| RADRIA_LOG_RUN_EVENTCONTROLER | |
| RADRIA_LOG_RUN_MYDB_EVENTS | |
| RADRIA_LOG_RUN_OFUZ | |
| RADRIA_LOG_RUN_RECORDEVENT | |
| RADRIA_LOG_RUN_REGISTRATION | Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html |
| RADRIA_LOG_RUN_REGISTRY | |
| RADRIA_LOG_RUN_REGISTRYFIELD | |
| RADRIA_LOG_RUN_REPORT | |
| RADRIA_LOG_RUN_REPORTFORM | |
| RADRIA_LOG_RUN_REPORTTABLE | |
| RADRIA_LOG_RUN_SQLQUERY | |
| RADRIA_LOG_RUN_SQLSAVEDQUERY | |
| RELATIVE_PATH | |
| RecInv | |
| RecurrentInvoice | |
| RecurrentInvoiceCC | |
| SERVICES_JSON_IN_ARR | Marker constant for Services_JSON::decode(), used to flag stack state |
| SERVICES_JSON_IN_CMT | Marker constant for Services_JSON::decode(), used to flag stack state |
| SERVICES_JSON_IN_OBJ | Marker constant for Services_JSON::decode(), used to flag stack state |
| SERVICES_JSON_IN_STR | Marker constant for Services_JSON::decode(), used to flag stack state |
| SERVICES_JSON_LOOSE_TYPE | Behavior switch for Services_JSON::decode() |
| SERVICES_JSON_SUPPRESS_ERRORS | Behavior switch for Services_JSON::decode() |
| SearchTags | |
| SelectOptions | |
| TWITTER_CONSUMER_KEY | |
| TWITTER_CONSUMER_SECRET | |
| TaskEdit | |
| TokenExists | |
| User | |
| UserSettings | |
| WorkFeedContactNote | |
| WorkFeedProjectDiscuss | |
| WorkFeedProjectTask | |
| _COOKIE | |
| _FILES | |
| _GET | |
| _PHP | |
| _POST | |
| _REQUEST | Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html |
| _SERVER | |
| _SESSION | |
| _friends | |
| access | |
| active_users | |
| add_project_task | |
| added_by | |
| added_by_contact | |
| added_time | |
| addnote | |
| addprojectnote | |
| addrecord | |
| addtask | |
| adminhome | |
| affiliations | |
| all_emails_merged | |
| allow_db_operation | |
| allow_without_project_worker | |
| amt_paid | |
| api_call | |
| api_call_sub | |
| api_key | |
| application_layer_protocol | |
| argv | |
| arrTab | |
| arrTabs | Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html |
| arr_contact_emails | |
| arr_user_info | |
| array | |
| arry_dont_load_api | Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html |
| arry_dont_load_api_len | |
| at | |
| attachment | |
| attachment_count | |
| attachments_extracted | |
| background_color | |
| background_image | |
| badminhome | |
| base_header | |
| bcc | |
| bcc_parsed | |
| bhelpurl | |
| birthday | |
| block_class_name | |
| body1 | |
| body_properties | |
| bpreviousurl | |
| breloadurl | |
| broom | |
| button | |
| button_add_invoice | |
| button_invite | |
| button_new_contact | |
| button_payment | |
| button_shortcut | |
| c | |
| cancel_extra_amt_pay | |
| cancel_link | |
| cancel_payment | |
| category | |
| cc | |
| cc_msg | |
| cc_number | |
| cc_parsed | |
| cfg_block_placement | |
| cfg_eventcontroler | |
| cfg_fieldType | Dojo, Diji includes all field type classes. |
| cfg_lang | |
| cfg_language_app | |
| cfg_local_db | |
| cfg_local_mydbdir | |
| cfg_local_pasdir | |
| cfg_notrefererequestkey | |
| cfg_pagebuilder_tools | |
| cfg_project_directory | |
| cfg_radria_stat_usage | |
| cfg_setting_tab_placement | Config for the plugin PluginSettingImportAccount |
| cfg_web_path | |
| check_if_authorized | |
| checked | |
| chk_file_name | |
| class | |
| closed_checked | |
| co_worker_form | |
| co_worker_str | |
| code_found | |
| code_split | |
| code_split_proj_task | |
| color | |
| combo_box | |
| compadd | |
| company | |
| companyAddForm | |
| company_edit_page | |
| company_name | |
| con | |
| config | |
| config_files | |
| config_files_core_plugin | |
| config_files_plugin | |
| configuration | |
| consumer | |
| cont_array | |
| contact | |
| contactAddForm | |
| contact_access | |
| contact_edit_page | |
| contact_email | |
| contact_ids | |
| contact_message | |
| contact_name | |
| contact_name_comp | |
| contact_url | |
| contact_view | Rebuild the user contacts table
User contacts are accessed from the tables by userid_contact
The contact table is updated for all the contact related operation and also the user contact table is getting updated on
add/edit/delete operation of contact, tag etc.
|
| contacts_from_tag | |
| contacts_page | |
| content_Email | |
| content_new | |
| conx | |
| count | |
| count_discussion | |
| csv_file | |
| cur_userclass | |
| currency | |
| currentFile | |
| current_date | |
| current_plan | |
| d | |
| dTagId | |
| data | |
| date_activity | |
| date_added_note | |
| date_diff | |
| date_parsed | |
| date_text_box_name | |
| datedojofieldname | |
| dateformat1 | |
| dateformat2 | |
| dateformat3 | |
| dateformat4 | |
| del_auto_responder | |
| del_auto_responder_email | |
| del_img_url | |
| deleted_note | |
| description | |
| dest_lng | |
| destpath | |
| difference | |
| dis | |
| discount | |
| discussFields | |
| disp | |
| div_style | |
| doSave | Event that send a thank you email to the registrar.
|
| do_Companies | |
| do_Contacts | Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html |
| do_RegistrationInvoiceLog | |
| do_User | |
| do_User_search | |
| do_activity | |
| do_add_cont | |
| do_adm_contact_notes | |
| do_adm_contacts | |
| do_adm_project | |
| do_adm_project_discuss | |
| do_adm_project_task | |
| do_adm_task | |
| do_auto_responder | |
| do_auto_responder_detail | |
| do_auto_responder_email | |
| do_billing_proj | |
| do_billing_proj_discuss | |
| do_blocks | |
| do_breadcrumb | |
| do_check_rejected | |
| do_cn | |
| do_co_worker | |
| do_comp_cont | |
| do_company | |
| do_con | |
| do_cont | |
| do_cont_emails | |
| do_cont_note | |
| do_cont_ref | |
| do_contact | |
| do_contact_edit | |
| do_contact_email | |
| do_contact_limit | |
| do_contact_msg | |
| do_contact_note | |
| do_contact_notes | |
| do_contact_sharing | |
| do_contact_task | |
| do_contact_view | |
| do_contactwebsite | Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html |
| do_count_discussion | |
| do_cv | |
| do_discuss | |
| do_dynamic_button | |
| do_emailtemplate | |
| do_feedback | |
| do_file_download | |
| do_gt | |
| do_inv_add | |
| do_inv_callback | |
| do_inv_callbak | |
| do_inv_limit | |
| do_inv_line | |
| do_inv_payment_log | |
| do_invoice | |
| do_invoice_check | |
| do_invoice_line | |
| do_invoice_list | |
| do_login_audit | |
| do_logout | |
| do_merge | |
| do_message | |
| do_msg | Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html |
| do_note_draft | |
| do_notes | |
| do_ofuz | |
| do_ofuz_fb | |
| do_ofuz_ui | |
| do_other_due_inv | |
| do_pay_log | |
| do_payment | |
| do_payment_inv | |
| do_plugin_enable | |
| do_prj | |
| do_prj_discuss | |
| do_proj_task_feed | |
| do_proj_task_operation | |
| do_project | |
| do_project_discuss | |
| do_project_edit | |
| do_project_list | |
| do_project_owner | |
| do_project_task | |
| do_rec_inv | |
| do_recurrent | Create the recurrent invoices depeding on the recurrent date.
|
| do_recurrent_cc | |
| do_recurrent_update | |
| do_report | |
| do_subtag_list | |
| do_suggest_tag | |
| do_suspend_user | |
| do_sync | |
| do_tag | |
| do_tag_list | |
| do_task | |
| do_task_add | |
| do_task_category | |
| do_task_category_add | |
| do_task_completed | |
| do_task_name | |
| do_template | |
| do_twitter | Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html |
| do_user | |
| do_user_detail | |
| do_user_email_teml | |
| do_user_loginstatus | Auto tag for users who are in Phil's contact list |
| do_user_openid | |
| do_user_rel | |
| do_user_settings | |
| do_userform | |
| do_webform | |
| do_webformuser | |
| do_work_feed | |
| do_workfeed | |
| do_workfeed_uns | |
| doc_name | |
| dojo_google_cdn | Dojo package configuration file |
| dojo_version | |
| draft | |
| drop_box_code | |
| drop_box_code_note | |
| drop_box_code_proj | |
| drop_box_code_proj_task | |
| drop_box_code_task | |
| due_date | |
| due_date_dateformat | |
| due_inv_link | |
| e | |
| e_CompanyNote | |
| e_ContactNote | |
| e_EventKey | |
| e_Feed | |
| e_FeedCheck | |
| e_MessageDraft | |
| e_NoteDraft | |
| e_PrioritySort | |
| e_ProjectDiscuss | |
| e_ProjectEdit | |
| e_ProjectTask | |
| e_UpdateProgress | |
| e_accept | |
| e_addContactNote | |
| e_addProjectDiscuss | |
| e_addTagAjax | |
| e_add_coworker | |
| e_add_pay | |
| e_addform | |
| e_address | |
| e_approve_quote | |
| e_cancel_account | |
| e_clean_template | |
| e_clear_search | |
| e_closeMessage | Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html |
| e_contacts | |
| e_conv_quote_to_inv | |
| e_delTagAjax | |
| e_del_authnet | |
| e_del_inv | |
| e_del_log | |
| e_del_or_tag | |
| e_del_paypal | |
| e_delete | |
| e_detail | |
| e_detail_com | |
| e_detail_invite_cw | |
| e_discuss_del | |
| e_discussion | |
| e_editForm | |
| e_edit_form | |
| e_emailForm | |
| e_email_temp | |
| e_enable | |
| e_exp_contacts | |
| e_export_contacts | |
| e_filter | |
| e_filter_inv | |
| e_filter_project | |
| e_fullContact | |
| e_gen_dropboxid | |
| e_gen_emailstreamid | |
| e_generate_new_url | |
| e_generate_url | |
| e_google_user_reg | |
| e_gt | |
| e_gt_translated | |
| e_hide | |
| e_hide_past_due | |
| e_inv_authnet | |
| e_inv_currency | |
| e_inv_date_format | |
| e_inv_logo | |
| e_inv_paypal | |
| e_logout | Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html |
| e_marge | |
| e_new_fb_reg | |
| e_new_tw_reg | |
| e_next | |
| e_note_del | |
| e_notes | |
| e_pay_cancel | |
| e_pay_mul | |
| e_portal_msg | |
| e_prev | |
| e_prj | |
| e_proj_filter_worker | |
| e_reg | |
| e_reject | |
| e_remove_etml | |
| e_remove_invitation | |
| e_remove_tag_search | |
| e_remove_wf | |
| e_search | |
| e_send_inv | |
| e_setNextdate | |
| e_setPredate | |
| e_set_api | |
| e_set_close | |
| e_set_email | |
| e_set_email_alert | |
| e_setdatetoday | |
| e_sethrsfalse | |
| e_sethrstrue | |
| e_share_cont | |
| e_shared_contacts_filter | |
| e_shared_contacts_from_coworker_filter | |
| e_show | |
| e_show_past_due | |
| e_stop_sharing_notes | |
| e_suggestion | |
| e_suggestion_item | |
| e_suspend | |
| e_tag | |
| e_tag_search | |
| e_task | |
| e_task_later | |
| e_task_overdue | |
| e_task_thismonth | |
| e_user_search | |
| e_user_search_false | |
| e_workfeed | |
| ec_search | |
| email | |
| email_address | |
| email_array | |
| email_code | |
| email_code_domain | |
| email_code_proj_domain | |
| email_code_proj_task | |
| email_code_split | |
| email_code_split_proj_task | |
| email_code_split_task | |
| email_code_task | |
| email_data | |
| email_marged_array | |
| email_marged_array_proj_task | |
| email_marged_array_task | |
| email_mbl | |
| email_sub | |
| email_temp | |
| email_template | |
| emailer | |
| emailid | |
| emtpl_access | |
| enc_password | |
| encoding | |
| endl | |
| entry | |
| errno | |
| error_message | |
| error_txt | |
| errormessage | |
| errorpage | |
| evctl | |
| eventControler | |
| event_id | |
| event_info | |
| events | |
| existingClasses | |
| expiration | |
| expire | |
| expire_month | |
| expire_year | |
| ext_link | |
| f_invoiceForm | |
| f_regForm | |
| f_user | |
| facebook | |
| fb_firstname | |
| fb_lastname | |
| fb_username | |
| feed | |
| feed_count | |
| fh | |
| fidx | |
| field_db_type | Dojo, Diji includes all field type classes. |
| field_due_date_mul | |
| fieldname | |
| fieldnamefordate | |
| fieldnamefortime | |
| fields | |
| fields_arr | |
| file | |
| file_name | |
| file_num | |
| file_path | |
| file_url | |
| filedirectoryuploaded | |
| fileoverwrite | |
| filepatharray | |
| final_message_content | |
| finalres | |
| firstName | |
| firstname | |
| fname | |
| followers | |
| footer_note | |
| form | |
| form_fields | |
| format | |
| formated_date | |
| fp | |
| fpdf_charwidths | |
| fpdf_file_name | |
| fpdf_file_path | |
| fql | |
| frequency | |
| friend | |
| friend_data | |
| friends | |
| friends_data | |
| frnd_len | |
| frnd_list | |
| frnds_in_list | |
| from | |
| from_address | |
| from_name | |
| from_note | |
| from_parsed | |
| full_name | |
| fval | |
| fval_select | |
| garbagevents | |
| gci_contact | Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html |
| global_discussion_email_on | |
| globalevents | |
| google_openid_identity | |
| goto | |
| handle | |
| header | |
| height | |
| height_coef | |
| helptext | |
| helpurl | |
| hide_total | |
| html_notes | |
| htmlform | |
| i | |
| id | |
| id_rec | |
| id_rec_cc | |
| id_shared_owner | |
| idautoresponder | |
| idbr_detail_field1_to_save | |
| idbr_detail_field2_to_save | |
| idbr_detail_field3_to_save | |
| idbr_detail_field4_to_save | |
| idbr_detail_page | |
| idbr_display_add_link | |
| idbr_display_delete_link | |
| idbr_display_detail_link | |
| idbr_display_search | |
| idbr_display_update_link | |
| idbr_form_page | |
| idbr_primary_key_var | |
| idbr_registry | |
| idbr_registry_form | |
| idbr_report_template | |
| idbr_saved_sql_query | |
| idbr_table_name | |
| idcompany | |
| idcontact | |
| idcontact_inserted | |
| idinvoice | |
| idpayment_log | |
| idplugin_enable | |
| idproject | |
| idproject_task | |
| idrecurrentinvoice | |
| ids_shared_as_user | |
| ids_shared_from_coworker | |
| idtag | |
| idtags | |
| idtask | |
| iduser | |
| iduser_for_feed | |
| image_height | |
| image_url | |
| image_url_arr | |
| image_width | |
| imagefilename | |
| img | |
| img_del | |
| import_vcard | |
| import_xml | |
| imported | |
| info | |
| info1value | |
| ins_activity | |
| ins_proj_diss | |
| ins_proj_task | |
| ins_qry | |
| ins_qry_cont_email | |
| ins_qry_note | |
| ins_rec_log | |
| ins_task | |
| inv | |
| inv_authnet_login | |
| inv_authnet_marchent_id | |
| inv_currency | |
| inv_date_format | |
| inv_formatted_date | |
| inv_info_arr | |
| inv_line | |
| inv_logo | |
| inv_paypal_email | |
| inv_status | |
| invite | |
| invoice_access | |
| invoice_id | |
| invoice_url | |
| ipath | |
| is_public | |
| is_recurrent | |
| is_sp_date_set | |
| item_count | |
| item_name | |
| item_number | |
| item_text | |
| j | |
| jquery_google_cdn | JQuery package configuration
If google_cdn is tru you can just change
the jquery version to change the load a different
version. |
| jquery_version | |
| js | |
| jscript | |
| key | |
| last_project | |
| last_task | |
| lastname | |
| len_to_emailarr | |
| len_to_emailarr_proj_task | |
| len_to_emailarr_task | |
| line_sub_tot | |
| link | |
| link_html | |
| list | |
| list_name_array | |
| lname | |
| loginForm | |
| loginFormEmail_fb | |
| loginFormEmail_tw | |
| loginForm_fb | |
| loginForm_tw | |
| login_page | |
| look_user_qry | |
| mail | |
| manageData | |
| match | |
| matches1 | |
| max_height | |
| max_width | |
| message | |
| message_content | |
| message_content_html | |
| message_set | |
| mobile_local_bottom_nav_links | |
| msg | |
| msg_html | |
| msg_key | |
| msg_text | |
| name | |
| name_email | |
| nbrdate | Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html |
| newClasses | |
| new_height | |
| new_width | |
| next_date | |
| next_page | |
| no_cont_shared | |
| no_cont_shared_by_co_worker | |
| no_invitation | |
| no_proj_shared_by_co_worker | |
| not_login_message | Include script to check if users are logged in before opening the page.
|
| noteFields | |
| note_content | |
| note_count | |
| note_text | |
| num | |
| num_pay | |
| num_project_shared | |
| num_tasks_later | |
| num_tasks_overdue | |
| num_tasks_overdue_limit | |
| num_tasks_this_month | |
| num_tasks_this_month_limit | |
| num_twenty_tasks | |
| number | |
| number_users | |
| numsubdir | |
| obj | |
| ofuz_call_methods | |
| ofuz_twitter | |
| okey | |
| open_checked | |
| openid_identifier | |
| original_target | |
| overwrite | |
| oz_tp | Ofuz Base Configuration file |
| pageTitle | Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html |
| page_name | |
| page_plugin | |
| pagetolinkto | |
| params | |
| parse_content | |
| parts | |
| password | Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html |
| payer_email | |
| payment | |
| payment_amount | |
| payment_currency | |
| payment_status | |
| payment_type | |
| pdf | |
| pers_msg | |
| personalized_message | |
| pheanstalkClassRoot | |
| phones | |
| plugin | |
| plugin_item_value | |
| plugin_name | |
| plugin_page_name | |
| plugin_setting_name | |
| portal_code | |
| position | |
| preview_item | |
| preview_note | |
| previousur | |
| price | |
| primary_key_value | |
| primary_key_var | |
| primarykey | |
| primarykeyvar | |
| private_checked | |
| profile_image_url | |
| profile_pic_with_logo | |
| profile_url | |
| proj_task | |
| project_access | |
| project_details | |
| project_name | |
| project_operation_access | |
| project_owner | |
| project_task_category | |
| project_workers | |
| public_checked | |
| q | |
| q_auto_resp | |
| q_user | |
| qry_cnt_email | |
| qry_project_owner | |
| r_db_disp_table | |
| raw_cc | |
| raw_from | |
| raw_to | |
| reason | |
| rec_inv_icon | |
| receive_matches | |
| receive_story | |
| receiver_email | |
| recurrence | |
| ref | |
| ref_num | |
| reg_user | |
| reg_user_id | |
| regexp | |
| registryname | |
| relation | |
| reloadurl | |
| req | Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html |
| res | |
| resp_email_subj | |
| resp_name | |
| responder | |
| response | |
| response_status | |
| result_project_owner | |
| result_sel | |
| result_sel_proj_users | |
| results | |
| return_page | |
| return_string | |
| row | |
| row_users | |
| savedquery | |
| screen_name | |
| search_string | clear search event
requires |
| search_tag | |
| search_value | clear search event
requires |
| section | |
| section_content | |
| sel_cont_qry | |
| sel_qry | |
| send_email | |
| sender_email | |
| sender_name | |
| serialized_token | |
| set_share | |
| set_status | |
| setting_gears_arr | |
| shared_contacts | |
| shared_contacts_from_coworker | |
| show_companies | |
| show_tax_amout | |
| show_total | |
| source | |
| sql | |
| sql_auto_resp | |
| sql_project | |
| sql_project_rs | |
| src_lng | |
| sreg | |
| star_img_url | |
| star_title | |
| status | |
| status_code_desc | |
| statuscolor | |
| strPrioritySortURL | |
| strUnabletoSave | |
| str_invite | |
| str_phone_numbers | |
| struct | |
| style | |
| styleon_nodot | |
| styleover_nodot | |
| sub | |
| sub_tag_links | |
| tab | |
| tab_plugin | |
| tabclass | |
| table | |
| tag_name | |
| tag_search | |
| tagid | |
| target_path | |
| task_access | |
| task_category | |
| task_category_arr | |
| task_description | |
| task_ins_qry | |
| task_name | |
| task_operation_access | |
| tax | |
| tax_style | |
| temp | |
| template_list | |
| test | |
| testClass | |
| testFile | |
| testFileFlagIndex | |
| text | |
| textlink_styleon | |
| textlink_styleover | |
| textoflink | |
| thankyoupage | |
| this | |
| thistab | |
| thumb | |
| timedojofieldname | |
| tmp_task | |
| tmp_task_cat | |
| tmp_task_update | |
| tmpdatefieldname | |
| tmptimefieldname | |
| to | |
| to_emailarr | |
| to_emailarr_proj_task | |
| to_emailarr_task | |
| to_namerr | |
| to_parsed | |
| to_proj_task | |
| to_task | |
| today | |
| token | |
| total_public_prjs | |
| total_users | |
| tw_config | |
| tw_screen_name | |
| tw_token | |
| tw_user_id | |
| txn_id | |
| updated_time | |
| upload_csv | |
| uploaded_file | |
| uploaded_files | |
| uri | Ofuz Open Source version is released under the GNU Affero General Public License, please read the full license at: http://www.gnu.org/licenses/agpl-3.0.html |
| url | |
| urlerror | |
| user | |
| user_agent | |
| user_array | |
| user_cnt_qry | |
| user_cnt_table | |
| user_count | |
| user_coworker | |
| user_email_templ | |
| user_found_success | |
| user_id | |
| user_idcontact | |
| user_name | |
| user_settings | |
| userdata | |
| userdetail | |
| userfile | |
| userfile_name | |
| val | |
| value | |
| vcard | |
| vcf_file | |
| vcf_support | |
| wb_access | |
| width | |
| width_coef | |
| withServer | |
| work | |
| work_detail | |
| work_history | |
| workers | |
| workfeed | |
| yyyy | |