Hook for Accounting and Bookkeeping module

  • Last Created On Dec 13, 2023
  • 358
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]);


4. The hook "after_expense_imported"

Path: application/libraries/import/Import_expenses.php

Function: perform

Line: 98

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


Views: 358

Recent Articles

  • Permission in Reputation Module
    15
  • Vendors in Reputation Module
    12
  • Case Management
    13
  • PDF Reports
    16
  • Summary
    16

Popular Articles

  • Warehouse
    1491
  • Item Settings
    1204
  • General Accounting Settings
    1086
  • Mapping Setup
    1005
  • Inventory Receiving Voucher
    880