Hook for Accounting and Bookkeeping module

  • Last Created On Dec 13, 2023
  • 184
0 0

1. The hook "after_expense_deleted"

Path: application/models/Expenses_model.php

Function: delete

Line: 469

Code: hooks()->do_action('after_expense_deleted', $id);

To remove non-existent expenses that still show up in reports, paste  "admin/accounting/remove_wrong_mapping?type=expense"  into your URL -> then press Enter.

2. The hook "delete_applied_credit"

Path: application/models/Credit_notes_model.php

Function: delete_applied_credit

Line: 553

Code: hooks()->do_action('after_applied_credit_deleted', ['id' => $id, 'credit_note_id' => $credit_id, 'invoice_id' => $invoice_id]);


To remove non-existent applied credits that still show up in reports, paste "/admin/accounting/remove_wrong_mapping?type=credit_note" into your URL -> then press Enter.

3. The hook "apply_credits"

Path: application/models/Credit_notes_model.php

Function: apply_credits

Line: 801

Code: hooks()->do_action('credits_applied', ['data' => $data, 'credit_note_id' => $id, 'credit_id' => $insert_id]);


Views: 184

Recent Articles

  • Google Analytics Dashboard
    7
  • Customizing the metric view in Google An...
    7
  • Connect your Google account
    6
  • Workspaces Management
    7
  • Connect your Youtube account and Sync da...
    22

Popular Articles

  • Warehouse
    681
  • Mapping Setup
    542
  • Item Settings
    519
  • General Accounting Settings
    500
  • Inventory Receiving Voucher
    423