diff --git a/projects_tab.view.invoice.php b/projects_tab.view.invoice.php
new file mode 100644
index 0000000000000000000000000000000000000000..20deb18673009936701a295dfd81795fb53bb176
--- /dev/null
+++ b/projects_tab.view.invoice.php
@@ -0,0 +1,10 @@
+<?php
+if (!defined('W2P_BASE_DIR')) {
+    die('You should not access this file directly.');
+}
+
+global $AppUI, $project_id;
+
+require (W2P_BASE_DIR . '/modules/invoice/index_table.php');
+?>
+