System

Activity Log

Unified timeline of data changes (saves, imports, deletes) and backend errors. Filter by type, area, severity, or search.

Data changes (total)1,217
Errors (total)302,028
Today · changes15
Today · errors27,647
Reset

303,245 results · Page 6061 of 6065

live_table_manager · update
2026-04-12 13:54:09 · anonymous · /backend/live_table_manager.php?table=customer_payment_transactions&edit=4499&q=
change
customer_payment_transactions #4499
Context
[]
Before
{"customer_payment_transaction_id":"4499","payment_id":"63617","order_id":"104082","visit_id":"129329","customer_id":"3534","customer_name":"Zuheily Castaneda","transaction_date":"2026-04-12 10:30:00","payment_method":"Credit Card","payment_type":"Deposit","bucket":"credit","amount":"100.00","tip_amount":"0.00","is_new_customer":"0","source":"payments","created_at":"2026-04-12 13:45:19","updated_at":"2026-04-12 13:45:19"}
After
{"customer_payment_transaction_id":"4499","payment_id":"63617","order_id":"104082","visit_id":"129329","customer_id":"3534","customer_name":"Zuheily Castaneda","transaction_date":"2026-03-29 10:30:00","payment_method":"Credit Card","payment_type":"Deposit","bucket":"credit","amount":"100.00","tip_amount":"0.00","is_new_customer":"0","source":"payments","created_at":"2026-04-12 13:45:00","updated_at":"2026-04-12 13:45:00"}
live_table_manager · update
2026-04-12 13:53:45 · anonymous · /backend/live_table_manager.php?table=customer_payment_transactions&edit=4500&q=
change
customer_payment_transactions #4500
Context
[]
Before
{"customer_payment_transaction_id":"4500","payment_id":"63618","order_id":"104082","visit_id":"129329","customer_id":"3534","customer_name":"Zuheily Castaneda","transaction_date":"2026-04-12 10:30:00","payment_method":"Credit Card","payment_type":"Balance","bucket":"credit","amount":"104.93","tip_amount":"0.00","is_new_customer":"0","source":"payments","created_at":"2026-04-12 13:45:19","updated_at":"2026-04-12 13:45:19"}
After
{"customer_payment_transaction_id":"4500","payment_id":"63618","order_id":"104082","visit_id":"129329","customer_id":"3534","customer_name":"Zuheily Castaneda","transaction_date":"2026-03-29 10:30:00","payment_method":"Credit Card","payment_type":"Balance","bucket":"credit","amount":"104.93","tip_amount":"0.00","is_new_customer":"0","source":"payments","created_at":"2026-04-12 13:45:00","updated_at":"2026-04-12 13:45:00"}
live_table_manager · update
2026-04-12 13:44:15 · anonymous · /backend/live_table_manager.php?table=payments&edit=63617&q=
change
payments #63617
Context
[]
Before
{"payment_id":"63617","order_id":"104082","payment_date":"2026-04-12 00:00:00","payment_type":"Deposit","payment_method":"Credit Card","amount":"100.00","notes":null,"legacy_payment_id":null,"source_payment_key":null}
After
{"payment_id":"63617","order_id":"104082","payment_date":"2026-03-29 00:00:00","payment_type":"Deposit","payment_method":"Credit Card","amount":"100.00","notes":null,"legacy_payment_id":null,"source_payment_key":null}
live_table_manager · update
2026-04-12 13:43:54 · anonymous · /backend/live_table_manager.php?table=payments&edit=63618&q=
change
payments #63618
Context
[]
Before
{"payment_id":"63618","order_id":"104082","payment_date":"2026-04-12 00:00:00","payment_type":"Balance","payment_method":"Credit Card","amount":"104.93","notes":null,"legacy_payment_id":null,"source_payment_key":null}
After
{"payment_id":"63618","order_id":"104082","payment_date":"2026-03-29 00:00:00","payment_type":"Balance","payment_method":"Credit Card","amount":"104.93","notes":null,"legacy_payment_id":null,"source_payment_key":null}
documents · upload
2026-04-12 12:44:17 · anonymous · /backend/documents.php
change
backend_document #15
Context
{"file_name":"IMPLEMENTATION_STATUS_2026-04-12.md","mime_type":"application/octet-stream"}
Before
[]
After
{"backend_document_id":"15","document_type":"upload","title":"Codes - 04-13-2026 DONE / VERIFIED / BLOCKED","slug":"codes-04-13-2026-done-verified-blocked","summary_text":"Codes - 04-13-2026 DONE / VERIFIED / BLOCKED","content_markdown":null,"content_html":null,"file_name":"IMPLEMENTATION_STATUS_2026-04-12.md","stored_name":"20260412-164417-5a72fe80.md","mime_type":"application/octet-stream","file_size_bytes":"5341","storage_path":"/mnt/drive1/customerdb/backend/documents_storage/20260412-164417-5a72fe80.md","is_deleted":"0","created_at":"2026-04-12 12:44:17","updated_at":"2026-04-12 12:44:17","editor_content":"# CustomerDB Implementation Status\n\nDate: 2026-04-12\nOwner: Codex + Front Desk Team\nFormat: DONE / VERIFIED / BLOCKED\n\n## DONE\n\n- Added cron smoke-test preflight for morning jobs:\n  - `backend/jobs/smoke_morning_jobs.php`\n  - Wired in cron manager command chain:\n    - `backend/cron_manager.php`\n    - `backend/README.md`\n\n- Fixed unified appointments SQL ambiguity (`customer_id`) and stabilized combined feed:\n  - `backend/appointment_service.php`\n\n- Implemented Setmore import lock + booking source + stronger note extraction:\n  - `backend/setmore_service.php`\n  - `backend/morning_jobs_service.php`\n  - `backend/install_schema.php`\n\n- Added single transaction ledger foundation (`customer_payment_transactions`) and tip support:\n  - `backend/install_schema.php`\n  - `backend/payment_ledger_service.php`\n  - `backend/payment_ledger.php`\n  - `backend/live_table_manager_service.php`\n\n- Added ledger rebuild and legacy CSV import tooling:\n  - `backend/jobs/rebuild_payment_ledger.php`\n  - `backend/jobs/import_customer_totals_csv_to_ledger.php`\n\n- Added reconciliation and audit backend modules:\n  - `backend/report_reconciliation.php`\n  - `backend/report_totals_audit.php`\n  - `backend/report_unmatched.php`\n  - Linked in:\n    - `backend/reports.php`\n    - `backend/index.php`\n\n- Switched report/snapshot paths to ledger-first behavior with fallbacks:\n  - `backend/report_service.php`\n  - `frontend/api/totals_snapshot.php`\n  - `frontend/api/totals_snapshot_live.php`\n  - `webui/api/totals_snapshot.php`\n  - `webui/api/totals_snapshot_live.php`\n\n- Stabilized visit save and item type persistence:\n  - `frontend/api/visit_save.php`\n  - `frontend/api/visit_get.php`\n  - `frontend/api/visit_report_generate.php`\n  - `backend/visit_service.php`\n  - migration:\n    - `migrations/20260411_order_items_item_type_name_no_fk.sql`\n  - schema:\n    - `mariadb_core_schema.sql`\n\n- Updated receipt/work-order logic to prefer ledger totals:\n  - `frontend/receipt.html`\n  - `frontend/work_order.html`\n  - `frontend/api/visit_get.php`\n  - `frontend/api/visit_report_generate.php`\n\n- Updated visit email receipt generation to use live visit data and ledger-aware totals:\n  - `frontend/visit.html`\n\n- Payroll robustness updates (Yana/Jana alias handling, paste parser hardening, clearer import diagnostics):\n  - `backend/payroll_service.php`\n  - `backend/payroll.php`\n\n- Added frontend activity monitor for backend checks:\n  - `backend/frontend_activity.php`\n\n- Added frontend item type management page and APIs:\n  - `frontend/item_types.html`\n  - `frontend/api/item_type_update.php`\n  - `frontend/api/item_type_delete.php`\n\n- Fixed front desk title/refresh weird text artifacts:\n  - `frontend/index.html`\n\n- Introduced backend canonical loaders under `webui/backend/*` to reduce drift:\n  - Example files:\n    - `webui/backend/bootstrap.php`\n    - `webui/backend/payment_ledger.php`\n    - `webui/backend/report_reconciliation.php`\n\n## VERIFIED\n\n- Morning cron smoke chain is working from user-provided run output:\n  - smoke test passes\n  - morning jobs run completes with `Exit Code: 0`\n\n- Legacy import command executed successfully by user:\n  - imported rows: `2757`\n  - date range imported: `2023-12-24` to `2026-04-06`\n  - forward resync rows: `55`\n\n- PHP syntax check passed for critical modules:\n  - `backend/payment_ledger.php`\n  - `backend/payment_ledger_service.php`\n  - `backend/report_reconciliation.php`\n  - `backend/report_totals_audit.php`\n  - `backend/jobs/import_customer_totals_csv_to_ledger.php`\n  - `backend/jobs/rebuild_payment_ledger.php`\n  - `backend/jobs/smoke_morning_jobs.php`\n  - `backend/morning_jobs_service.php`\n  - `backend/appointment_service.php`\n  - `frontend/api/visit_get.php`\n  - `frontend/api/visit_save.php`\n  - `frontend/api/visit_report_generate.php`\n  - `backend/payroll_service.php`\n  - `backend/payroll.php`\n\n## BLOCKED\n\n- Month-end totals still not fully matched to expected Access truth for selected periods:\n  - April 2025 mismatch remains\n  - April 2026 daily range mismatch remains for at least one target comparison\n  - Edwards bucket attribution still has unresolved edge cases on some records\n\n- Full parity confirmation still needed for all frontend totals surfaces:\n  - `reports.html`\n  - dashboard `index.html`\n  - `webui.html`\n  - Goal: all must reconcile against `customer_payment_transactions` outputs\n\n- Receipt parity final QA still pending:\n  - Need side-by-side validation on known problematic visits:\n    - print receipt\n    - email receipt\n    - backend generated receipt report\n\n- Payroll API alias parity incomplete:\n  - `backend/api/payroll_import.php` still strictly accepts only `Yana` or `Lola`\n  - Should be aligned with alias handling in `backend/payroll_service.php`\n\n- Release hygiene blocked by broad workspace churn:\n  - Many unrelated changed/deleted files exist in current worktree\n  - Needs isolation/staging before safe production commit/deploy\n\n## Next Actions\n\n1. Run reconciliation for April 2025 and April 2026 target windows and fix row-level ledger bucket/date mismatches.\n2. Confirm dashboard and report UI totals are reading ledger-backed endpoints only.\n3. Execute receipt parity QA on named customer/visit samples and sign off.\n4. Align payroll import API alias handling with payroll service.\n5. Prepare a clean staged commit containing only intended production files.\n","is_text_editable":1,"can_edit_inline":1}
documents · upload
2026-04-12 12:42:24 · anonymous · /backend/documents.php
change
backend_document #14
Context
{"file_name":"Codex-Update-04-12-2026.odt","mime_type":"application/vnd.oasis.opendocument.text"}
Before
[]
After
{"backend_document_id":"14","document_type":"upload","title":"Codex - Updates Fixes Issues 04-13-2026","slug":"codex-updates-fixes-issues-04-13-2026","summary_text":"Codex - Updates Fixes Issues 04-13-2026 Detailed Documentation","content_markdown":null,"content_html":null,"file_name":"Codex-Update-04-12-2026.odt","stored_name":"20260412-164224-b4b11b83.odt","mime_type":"application/vnd.oasis.opendocument.text","file_size_bytes":"49423","storage_path":"/mnt/drive1/customerdb/backend/documents_storage/20260412-164224-b4b11b83.odt","is_deleted":"0","created_at":"2026-04-12 12:42:24","updated_at":"2026-04-12 12:42:24","editor_content":"Comprehensive implementation log (through  April 12, 2026 ) and remaining work: Scope Snapshot The branch currently has very large churn ( 242 files changed ), including canonical backend work plus broad  webui/backend/*  compatibility-loader rewiring. Core functional work for your issues is concentrated in backend/frontend reporting, Setmore import, visit save/receipt logic, payroll import, and payment ledger. I also validated syntax for key new/modified PHP modules (all clean). What Was Implemented Cron hardening + morning smoke test Added cron-safe preflight script to fail fast when runtime prerequisites are missing:  backend/jobs/smoke_morning_jobs.php Smoke test now explicitly checks  mysqli  extension and required functions (including  app_unified_appointments ). Wired cron “Morning Import” and “Morning Jobs” commands to run smoke test first:  backend/cron_manager.php Documented smoke command chain in backend docs:  backend/README.md Fixed unified appointments SQL ambiguity / cron fatal Added/updated centralized unified appointment query service:  backend/appointment_service.php Fixed ambiguous  customer_id  in union query by qualifying Setmore side as  setmore_appointments.customer_id . Included  setmore_import_locked  in unified rows (used by workflow/import safeguards). Setmore import improvements (notes + booking source + lock flag) Implemented robust note extraction from multiple payload fields and flattened additional fields:  backend/setmore_service.php Added booking source extraction ( booking_source  /  booked_from  / parsed note line “Booked from ...”) and write-through to visits when column exists. Added import lock behavior ( setmore_import_locked ) so re-import does not overwrite locked visits. Added lock column bootstrap/ensure + bulk lock helper:  backend/morning_jobs_service.php Added schema evolution for lock and ledger fields in installer:  backend/install_schema.php Visit save 500 fix + item type reliability Added  item_type_name  persistence to  order_items  and updated reads to prefer stored label (fallback to  item_types ):  frontend/api/visit_save.php ,  frontend/api/visit_get.php ,  frontend/api/visit_report_generate.php ,  backend/visit_service.php Added migration to backfill  item_type_name  and drop fragile FK dependency on type table:  migrations/20260411_order_items_item_type_name_no_fk.sql Updated base schema accordingly:  mariadb_core_schema.sql Payment ledger architecture (single transaction table with tips) Added/expanded canonical ledger table  customer_payment_transactions  with  tip_amount  and indexes:  backend/install_schema.php Implemented sync/rebuild services from  payments  with bucket classification ( cash/check/credit/edwards/tip ):  backend/payment_ledger_service.php Added ledger rebuild CLI:  backend/jobs/rebuild_payment_ledger.php Added ledger UI/report page with filters and summary cards:  backend/payment_ledger.php Added ledger table to Live Table Manager map:  backend/live_table_manager_service.php Legacy CustomerTotals import into ledger + forward resync Added CLI import from Access CSV into ledger ( source=legacy_customer_totals ) and optional forward rebuild from next date:  backend/jobs/import_customer_totals_csv_to_ledger.php Your run imported  2757  rows for  2023-12-24  to  2026-04-06  and resynced  55  rows forward ( 2026-04-07  to  2026-04-12 ). Report totals now ledger-first (with fallback strategy) Added ledger-driven daily/period/month/year aggregation paths, including Edwards handling and totals-no-Edwards logic:  backend/report_service.php Updated dashboard snapshot APIs to use ledger when range rows exist (instead of always preferring legacy tables):  frontend/api/totals_snapshot.php ,  frontend/api/totals_snapshot_live.php ,  webui/api/totals_snapshot.php ,  webui/api/totals_snapshot_live.php New reconciliation / audit backend modules Added totals reconciliation page (report total vs ledger total vs daily mismatch rows + exact ledger rows):  backend/report_reconciliation.php Added daily source-vs-source totals audit page:  backend/report_totals_audit.php Added unmatched report attachment helper page:  backend/report_unmatched.php Added navigation links in backend home/reports:  backend/index.php ,  backend/reports.php Receipts and work orders moved toward ledger truth visit_get  now returns ledger payment rows/totals (deposit/tip/paid-toward-balance):  frontend/api/visit_get.php PDF receipt/work-order generator uses ledger-first totals and item_type_name fallback:  frontend/api/visit_report_generate.php Frontend receipt/work-order screens updated to prefer  ledger_totals :  frontend/receipt.html ,  frontend/work_order.html Save flow includes tip safety net so Square tip is persisted as a Tip payment row if missing in payload:  frontend/api/visit_save.php ,  backend/visit_service.php Email receipt vs print receipt mismatch Reworked email receipt generation path in visit page to build from live  visit_get + settings_get  data and ledger-aware totals, replacing simplified/legacy divergence path:  frontend/visit.html Payroll module fixes Added alias normalization and clause support ( Jana/Janna  ->  Yana ) so counts/reports don’t zero out due name variants:  backend/payroll_service.php Improved pasted Excel parsing robustness (delimiter/header detection, fallback parsing, skip-reason diagnostics):  backend/payroll_service.php UI now surfaces import diagnostics and styled KPI cards:  backend/payroll.php Frontend activity monitor Added backend page to monitor frontend edits/signatures/status changes using  backend_change_log :  backend/frontend_activity.php UI cleanup for weird characters Frontdesk title and refresh text normalized to plain readable values:  frontend/index.html Item types management module Added standalone item type manager page and update/delete APIs:  frontend/item_types.html ,  frontend/api/item_type_update.php ,  frontend/api/item_type_delete.php Backend/WebUI canonicalization Large set of  webui/backend/*  files converted to thin loaders pointing to canonical  /backend/*  files to reduce drift; examples:  webui/backend/bootstrap.php ,  webui/backend/payment_ledger.php ,  webui/backend/report_reconciliation.php Validation Done Ran PHP lint on critical modules; all reported “No syntax errors detected”: backend/payment_ledger.php ,  backend/payment_ledger_service.php ,  backend/report_reconciliation.php ,  backend/report_totals_audit.php backend/jobs/import_customer_totals_csv_to_ledger.php ,  backend/jobs/rebuild_payment_ledger.php ,  backend/jobs/smoke_morning_jobs.php backend/morning_jobs_service.php ,  backend/appointment_service.php frontend/api/visit_get.php ,  frontend/api/visit_save.php ,  frontend/api/visit_report_generate.php backend/payroll_service.php ,  backend/payroll.php What Is Still Left To Do Finalize totals parity for April 2025 / April 2026 edge cases Remaining mismatch indicates ledger contents/classification still differ from your Access truth set for some rows (especially Edwards split + date bucketing). Action left: run reconciliation for target ranges and correct source rows/bucket rules until report total == ledger total == expected monthly total. Confirm all frontend totals pages are fully ledger-backed end-to-end You asked  reports.html ,  dashboard ,  index.html ,  webui.html  to use new table. Snapshot endpoints were updated, but full UI-path verification for each page still needs click-through + data diff. Receipt equivalence final QA Email receipt builder was unified in  frontend/visit.html , but still needs real-record side-by-side test against print receipt on the problematic visits to confirm exact parity in totals/labels/lines. Payroll import API parity backend/api/payroll_import.php  still hard-validates worker as only  Yana/Lola  (no alias normalization there). If that endpoint is used directly, aliases may still fail. Should align this API with service-layer alias logic. Ledger population completeness You imported Access CSV and forward-resynced, but full historical backfill strategy still needs final sign-off: Decide whether to trust imported Access rows as authoritative for all prior dates and keep live rebuild only forward. Run one full-range ledger audit after any additional historical imports. Potentially risky broad file churn review before release There are many unrelated changed/deleted files (including docs storage artifacts and backups). Needs staging/cleanup before commit/deploy so only intended production changes are shipped.","is_text_editable":1,"can_edit_inline":0}
live_table_manager · update
2026-04-12 11:25:44 · anonymous · /backend/live_table_manager.php?table=item_types&edit=238&q=
change
item_types #238
Context
[]
Before
{"item_type_id":"238","type_name":"Dance costume"}
After
{"item_type_id":"238","type_name":"Dance costume"}
live_table_manager · update
2026-04-12 11:25:27 · anonymous · /backend/live_table_manager.php?table=item_types&edit=410&q=
change
item_types #410
Context
[]
Before
{"item_type_id":"410","type_name":"tanktop"}
After
{"item_type_id":"410","type_name":"Tank Top"}
payment_ledger_service.php
2026-04-12 11:21:46 · anonymous · /backend/payment_ledger.php
error
Unknown column 'o.order_status' in 'SELECT'
Script: /mnt/drive1/customerdb/webui/backend/payment_ledger.php
IP: 192.168.7.41
Context
{"type":"mysqli_sql_exception","file":"/mnt/drive1/customerdb/backend/payment_ledger_service.php","line":75,"trace":"#0 /mnt/drive1/customerdb/backend/payment_ledger_service.php(75): mysqli->query()\n#1 /mnt/drive1/customerdb/backend/payment_ledger_service.php(102): app_payment_ledger_sync_order()\n#2 /mnt/drive1/customerdb/backend/payment_ledger.php(32): app_payment_ledger_rebuild_range()\n#3 /mnt/drive1/customerdb/webui/backend/payment_ledger.php(5): require('...')\n#4 {main}"}
live_table_manager · delete
2026-04-11 19:04:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=bulk_deleted&count=31
change
item_types #5
Context
[]
Before
{"item_type_id":"5","type_name":"Formal Dress"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:04:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=bulk_deleted&count=31
change
item_types #6
Context
[]
Before
{"item_type_id":"6","type_name":"Mother of the Bride"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:04:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=bulk_deleted&count=31
change
item_types #7
Context
[]
Before
{"item_type_id":"7","type_name":"Mother of the Groom"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:04:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=bulk_deleted&count=31
change
item_types #17
Context
[]
Before
{"item_type_id":"17","type_name":"Coat"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:04:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=bulk_deleted&count=31
change
item_types #18
Context
[]
Before
{"item_type_id":"18","type_name":"Other Formal Wear"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:04:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=bulk_deleted&count=31
change
item_types #19
Context
[]
Before
{"item_type_id":"19","type_name":"Other"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:04:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=bulk_deleted&count=31
change
item_types #21
Context
[]
Before
{"item_type_id":"21","type_name":"Mother Of Bride Gown Top Shoulder Alterations"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:04:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=bulk_deleted&count=31
change
item_types #153
Context
[]
Before
{"item_type_id":"153","type_name":"Formal"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:04:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=bulk_deleted&count=31
change
item_types #154
Context
[]
Before
{"item_type_id":"154","type_name":"Non-Formal"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:04:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=bulk_deleted&count=31
change
item_types #155
Context
[]
Before
{"item_type_id":"155","type_name":"Casual"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:04:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=bulk_deleted&count=31
change
item_types #156
Context
[]
Before
{"item_type_id":"156","type_name":"Bridesmaid Dress Bridemaid Dress"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:04:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=bulk_deleted&count=31
change
item_types #157
Context
[]
Before
{"item_type_id":"157","type_name":"Formal Alter Suit"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:04:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=bulk_deleted&count=31
change
item_types #158
Context
[]
Before
{"item_type_id":"158","type_name":"bridesmaids dress"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:04:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=bulk_deleted&count=31
change
item_types #159
Context
[]
Before
{"item_type_id":"159","type_name":"sports banquet"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:04:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=bulk_deleted&count=31
change
item_types #160
Context
[]
Before
{"item_type_id":"160","type_name":"Suit jacket and pants"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:04:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=bulk_deleted&count=31
change
item_types #168
Context
[]
Before
{"item_type_id":"168","type_name":"Baby Dress"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:04:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=bulk_deleted&count=31
change
item_types #192
Context
[]
Before
{"item_type_id":"192","type_name":"Tuxedo Pants"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:04:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=bulk_deleted&count=31
change
item_types #193
Context
[]
Before
{"item_type_id":"193","type_name":"Overskirt"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:04:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=bulk_deleted&count=31
change
item_types #197
Context
[]
Before
{"item_type_id":"197","type_name":"Uniform Shirts"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:04:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=bulk_deleted&count=31
change
item_types #198
Context
[]
Before
{"item_type_id":"198","type_name":"Mother Of Groom Dress"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:04:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=bulk_deleted&count=31
change
item_types #199
Context
[]
Before
{"item_type_id":"199","type_name":"Bathing Suit"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:04:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=bulk_deleted&count=31
change
item_types #203
Context
[]
Before
{"item_type_id":"203","type_name":"Romper"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:04:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=bulk_deleted&count=31
change
item_types #205
Context
[]
Before
{"item_type_id":"205","type_name":"Bowling Jersey"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:04:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=bulk_deleted&count=31
change
item_types #211
Context
[]
Before
{"item_type_id":"211","type_name":"Mother of the Bride Dress"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:02:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=deleted
change
item_types #161
Context
[]
Before
{"item_type_id":"161","type_name":"Choose"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:02:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=deleted
change
item_types #162
Context
[]
Before
{"item_type_id":"162","type_name":"Bridemaid Dress"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:02:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=deleted
change
item_types #163
Context
[]
Before
{"item_type_id":"163","type_name":"Jerseys"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:02:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=deleted
change
item_types #165
Context
[]
Before
{"item_type_id":"165","type_name":"gown"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:02:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=deleted
change
item_types #167
Context
[]
Before
{"item_type_id":"167","type_name":"dresses"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:02:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=deleted
change
item_types #170
Context
[]
Before
{"item_type_id":"170","type_name":"30"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:02:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=deleted
change
item_types #171
Context
[]
Before
{"item_type_id":"171","type_name":"50"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:02:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=deleted
change
item_types #172
Context
[]
Before
{"item_type_id":"172","type_name":"Other Item"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:02:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=deleted
change
item_types #173
Context
[]
Before
{"item_type_id":"173","type_name":"Jackets"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:02:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=deleted
change
item_types #174
Context
[]
Before
{"item_type_id":"174","type_name":"27"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:02:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=deleted
change
item_types #175
Context
[]
Before
{"item_type_id":"175","type_name":"7"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:02:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=deleted
change
item_types #176
Context
[]
Before
{"item_type_id":"176","type_name":"21"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:02:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=deleted
change
item_types #177
Context
[]
Before
{"item_type_id":"177","type_name":"Alter Suit"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:02:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=deleted
change
item_types #178
Context
[]
Before
{"item_type_id":"178","type_name":"Table cloth"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:02:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=deleted
change
item_types #180
Context
[]
Before
{"item_type_id":"180","type_name":"denim pant and skirt, vest"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:02:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=deleted
change
item_types #181
Context
[]
Before
{"item_type_id":"181","type_name":"Wrap"}
After
{"deleted":true}
live_table_manager · delete
2026-04-11 19:02:49 · anonymous · /backend/live_table_manager.php?table=item_types&q=&ok=deleted
change
item_types #182
Context
[]
Before
{"item_type_id":"182","type_name":"clothes"}
After
{"deleted":true}
← Prev 1 6059 6060 6061 6062 6063 6065 Next →