Changeset 3337869
- Timestamp:
- 08/01/2025 02:39:05 PM (8 months ago)
- Location:
- box-tracker-portal
- Files:
-
- 7 edited
- 17 copied
-
tags/1.2.1 (copied) (copied from box-tracker-portal/trunk)
-
tags/1.2.1/box-tracker-portal.php (copied) (copied from box-tracker-portal/trunk/box-tracker-portal.php) (1 diff)
-
tags/1.2.1/images/Google_logo.png (copied) (copied from box-tracker-portal/trunk/images/Google_logo.png)
-
tags/1.2.1/includes/ajax/ccard-page.php (copied) (copied from box-tracker-portal/trunk/includes/ajax/ccard-page.php)
-
tags/1.2.1/includes/ajax/jobsite-page.php (copied) (copied from box-tracker-portal/trunk/includes/ajax/jobsite-page.php)
-
tags/1.2.1/includes/ajax/payment-page.php (copied) (copied from box-tracker-portal/trunk/includes/ajax/payment-page.php)
-
tags/1.2.1/includes/ajax/profile-page.php (copied) (copied from box-tracker-portal/trunk/includes/ajax/profile-page.php)
-
tags/1.2.1/includes/ajax/reports-page.php (copied) (copied from box-tracker-portal/trunk/includes/ajax/reports-page.php)
-
tags/1.2.1/includes/ajax/transactions-page.php (copied) (copied from box-tracker-portal/trunk/includes/ajax/transactions-page.php)
-
tags/1.2.1/includes/ajax/workorder-page.php (copied) (copied from box-tracker-portal/trunk/includes/ajax/workorder-page.php) (4 diffs)
-
tags/1.2.1/includes/base/activate.php (copied) (copied from box-tracker-portal/trunk/includes/base/activate.php)
-
tags/1.2.1/includes/base/ajax-utility.php (copied) (copied from box-tracker-portal/trunk/includes/base/ajax-utility.php)
-
tags/1.2.1/includes/base/enqueue.php (copied) (copied from box-tracker-portal/trunk/includes/base/enqueue.php)
-
tags/1.2.1/includes/base/server-calls.php (copied) (copied from box-tracker-portal/trunk/includes/base/server-calls.php)
-
tags/1.2.1/javascript/address-validation-script.js (copied) (copied from box-tracker-portal/trunk/javascript/address-validation-script.js)
-
tags/1.2.1/javascript/dynamic-templates/add-edit-jobsite-page.js (copied) (copied from box-tracker-portal/trunk/javascript/dynamic-templates/add-edit-jobsite-page.js)
-
tags/1.2.1/javascript/dynamic-templates/add-edit-workorder-page.js (modified) (2 diffs)
-
tags/1.2.1/javascript/front-house-script.js (modified) (1 diff)
-
tags/1.2.1/readme.txt (copied) (copied from box-tracker-portal/trunk/readme.txt) (1 diff)
-
trunk/box-tracker-portal.php (modified) (1 diff)
-
trunk/includes/ajax/workorder-page.php (modified) (4 diffs)
-
trunk/javascript/dynamic-templates/add-edit-workorder-page.js (modified) (2 diffs)
-
trunk/javascript/front-house-script.js (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box-tracker-portal/tags/1.2.1/box-tracker-portal.php
r3336175 r3337869 8 8 Plugin URI: https://www.dumpster.software/api/word-press-plugin.html 9 9 Description: The Box Tracker Portal plugin facilitates online ordering for waste haulers. Customers will be able to book and manage work orders, manage job sites, view reporting and manage their transactions. Using the Web API tab on Box Tracker's Preferences app, you can prevent over booking, control which days of the week online orders will be accepted, and prevent same day ordering. For more information about Box Tracker or this plugin please contact support at 603 546 6751 option 2 or support@cairnapps.com 10 Version: 1.2. 010 Version: 1.2.1 11 11 Author: Cairn Applications Inc 12 12 Author URI: https://www.cloud-computing.rocks/ -
box-tracker-portal/tags/1.2.1/includes/ajax/workorder-page.php
r3329796 r3337869 147 147 $b0xTPortal_workorder_assets = $this->b0xTPortal_sanitize_array_values($b0xTPortal_workorder_data->workOrderObj->assets); 148 148 $b0xTPortal_workorder_materials = $this->b0xTPortal_sanitize_array_values($b0xTPortal_workorder_data->workOrderObj->materials); 149 $b0xTPortal_workorder_po = sanitize_text_field($b0xTPortal_workorder_data->workOrderObj->PO); 149 150 150 151 $b0xTPortal_workorder_wodate = sanitize_text_field($b0xTPortal_workorder_data->workOrderObj->OrderDateStr); … … 218 219 "b0xTPortal_workorder_remarks" => $b0xTPortal_workorder_remarks, 219 220 "b0xTPortal_workorder_material" => $b0xTPortal_workorder_material, 221 "b0xTPortal_workorder_po" => $b0xTPortal_workorder_po, 220 222 "b0xTPortal_workorder_wodate" => $b0xTPortal_workorder_wodate, 221 223 "b0xTPortal_workorder_assets" => $b0xTPortal_workorder_assets, … … 260 262 $b0xTPortal_workorder_remarks = sanitize_text_field($_POST["b0xTPortal_workorder_remarks"]); 261 263 $b0xTPortal_workorder_material = sanitize_text_field($_POST["b0xTPortal_workorder_material"]); 264 $b0xTPortal_workorder_po = sanitize_text_field($_POST["b0xTPortal_workorder_po"]); 262 265 $b0xTPortal_workorder_user_bypass = sanitize_text_field($_POST["b0xTPortal_workorder_user_bypass"]); 263 266 … … 329 332 "workorder_remarks" => $b0xTPortal_workorder_remarks, 330 333 "workorder_material" => $b0xTPortal_workorder_material, 334 "workorder_po" => $b0xTPortal_workorder_po, 331 335 "session_key_api" => $b0xTPortal_session_key_api, 332 336 "username_customer" => $b0xTPortal_username, -
box-tracker-portal/tags/1.2.1/javascript/dynamic-templates/add-edit-workorder-page.js
r2924835 r3337869 174 174 b0xTPortal_div_table.appendChild(b0xTPortal_div_row); 175 175 } 176 177 { 178 //work order po 179 var b0xTPortal_value = typeof(b0xTPortal_extra_config) === "object" ? (b0xTPortal_extra_config.b0xTPortal_workorder_po ? b0xTPortal_extra_config.b0xTPortal_workorder_po : "") : ""; 180 var b0xTPortal_div_row = _b0xTPortal_create_rows("PO #", b0xTPortal_value, "b0xTPortal_workorder_po", "textbox", 0); 181 b0xTPortal_div_table.appendChild(b0xTPortal_div_row); 182 } 176 183 177 184 { … … 327 334 object.workorder_remarks = b0xTPortal_data.fields["b0xTPortal_workorder_remarks"].value; 328 335 object.workorder_material = b0xTPortal_data.fields["b0xTPortal_workorder_material"].value; 336 object.workorder_po = b0xTPortal_data.fields["b0xTPortal_workorder_po"].value; 329 337 object.workorder_user_bypass = b0xTPortal_user_bypass; 330 338 object.required_fields = b0xTPortal_data.required_fields; -
box-tracker-portal/tags/1.2.1/javascript/front-house-script.js
r3027128 r3337869 716 716 'b0xTPortal_workorder_remarks': b0xTPortal_args.workorder_remarks, 717 717 'b0xTPortal_workorder_material': b0xTPortal_args.workorder_material, 718 'b0xTPortal_workorder_po': b0xTPortal_args.workorder_po, 718 719 'b0xTPortal_required_fields': b0xTPortal_args.required_fields, 719 720 'b0xTPortal_nonce': b0xTPortal_config.ajax_nonce -
box-tracker-portal/tags/1.2.1/readme.txt
r3336175 r3337869 4 4 Requires PHP: 5.6.4 5 5 Tested up to: 6.8 6 Stable tag: 1.2. 06 Stable tag: 1.2.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
box-tracker-portal/trunk/box-tracker-portal.php
r3336175 r3337869 8 8 Plugin URI: https://www.dumpster.software/api/word-press-plugin.html 9 9 Description: The Box Tracker Portal plugin facilitates online ordering for waste haulers. Customers will be able to book and manage work orders, manage job sites, view reporting and manage their transactions. Using the Web API tab on Box Tracker's Preferences app, you can prevent over booking, control which days of the week online orders will be accepted, and prevent same day ordering. For more information about Box Tracker or this plugin please contact support at 603 546 6751 option 2 or support@cairnapps.com 10 Version: 1.2. 010 Version: 1.2.1 11 11 Author: Cairn Applications Inc 12 12 Author URI: https://www.cloud-computing.rocks/ -
box-tracker-portal/trunk/includes/ajax/workorder-page.php
r3329796 r3337869 147 147 $b0xTPortal_workorder_assets = $this->b0xTPortal_sanitize_array_values($b0xTPortal_workorder_data->workOrderObj->assets); 148 148 $b0xTPortal_workorder_materials = $this->b0xTPortal_sanitize_array_values($b0xTPortal_workorder_data->workOrderObj->materials); 149 $b0xTPortal_workorder_po = sanitize_text_field($b0xTPortal_workorder_data->workOrderObj->PO); 149 150 150 151 $b0xTPortal_workorder_wodate = sanitize_text_field($b0xTPortal_workorder_data->workOrderObj->OrderDateStr); … … 218 219 "b0xTPortal_workorder_remarks" => $b0xTPortal_workorder_remarks, 219 220 "b0xTPortal_workorder_material" => $b0xTPortal_workorder_material, 221 "b0xTPortal_workorder_po" => $b0xTPortal_workorder_po, 220 222 "b0xTPortal_workorder_wodate" => $b0xTPortal_workorder_wodate, 221 223 "b0xTPortal_workorder_assets" => $b0xTPortal_workorder_assets, … … 260 262 $b0xTPortal_workorder_remarks = sanitize_text_field($_POST["b0xTPortal_workorder_remarks"]); 261 263 $b0xTPortal_workorder_material = sanitize_text_field($_POST["b0xTPortal_workorder_material"]); 264 $b0xTPortal_workorder_po = sanitize_text_field($_POST["b0xTPortal_workorder_po"]); 262 265 $b0xTPortal_workorder_user_bypass = sanitize_text_field($_POST["b0xTPortal_workorder_user_bypass"]); 263 266 … … 329 332 "workorder_remarks" => $b0xTPortal_workorder_remarks, 330 333 "workorder_material" => $b0xTPortal_workorder_material, 334 "workorder_po" => $b0xTPortal_workorder_po, 331 335 "session_key_api" => $b0xTPortal_session_key_api, 332 336 "username_customer" => $b0xTPortal_username, -
box-tracker-portal/trunk/javascript/dynamic-templates/add-edit-workorder-page.js
r2924835 r3337869 174 174 b0xTPortal_div_table.appendChild(b0xTPortal_div_row); 175 175 } 176 177 { 178 //work order po 179 var b0xTPortal_value = typeof(b0xTPortal_extra_config) === "object" ? (b0xTPortal_extra_config.b0xTPortal_workorder_po ? b0xTPortal_extra_config.b0xTPortal_workorder_po : "") : ""; 180 var b0xTPortal_div_row = _b0xTPortal_create_rows("PO #", b0xTPortal_value, "b0xTPortal_workorder_po", "textbox", 0); 181 b0xTPortal_div_table.appendChild(b0xTPortal_div_row); 182 } 176 183 177 184 { … … 327 334 object.workorder_remarks = b0xTPortal_data.fields["b0xTPortal_workorder_remarks"].value; 328 335 object.workorder_material = b0xTPortal_data.fields["b0xTPortal_workorder_material"].value; 336 object.workorder_po = b0xTPortal_data.fields["b0xTPortal_workorder_po"].value; 329 337 object.workorder_user_bypass = b0xTPortal_user_bypass; 330 338 object.required_fields = b0xTPortal_data.required_fields; -
box-tracker-portal/trunk/javascript/front-house-script.js
r3027128 r3337869 716 716 'b0xTPortal_workorder_remarks': b0xTPortal_args.workorder_remarks, 717 717 'b0xTPortal_workorder_material': b0xTPortal_args.workorder_material, 718 'b0xTPortal_workorder_po': b0xTPortal_args.workorder_po, 718 719 'b0xTPortal_required_fields': b0xTPortal_args.required_fields, 719 720 'b0xTPortal_nonce': b0xTPortal_config.ajax_nonce -
box-tracker-portal/trunk/readme.txt
r3336175 r3337869 4 4 Requires PHP: 5.6.4 5 5 Tested up to: 6.8 6 Stable tag: 1.2. 06 Stable tag: 1.2.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.