=== TESTING FORM SUBMISSION LOGIC === Step 1: Check form submission - Request method: POST - Action from POST: create - Resolved action: create - Condition check (action === 'create'): TRUE - Condition check (REQUEST_METHOD === 'POST'): TRUE Step 2: Processing CREATE - Document Type: vendor_bill - Title EN: Test Payment Terms - Text EN: Payment due within 30 days - Display Order: 5 - Is Active: 1 ✓ Validation passed ✗ Database error: Error creating term: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'mbawater_db.terms_conditions' doesn't exist === RESULT === Success message: ✗ None Error message: ✓ Error creating term: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'mbawater_db.terms_conditions' doesn't exist Final action: create