build_app

This commit is contained in:
risadmin_prod 2025-04-04 03:52:54 +00:00
parent f7c78ccc39
commit 0772cf5796
3 changed files with 441 additions and 0 deletions

View File

@ -213,6 +213,153 @@ addCustomMenu( "Staff_application", "Transcations");
addCustomMenu( "Pending_customer", "Transcations"); addCustomMenu( "Pending_customer", "Transcations");
addCustomMenu( "Staffappchild", "Transcations");
addCustomMenu( "Paget", "Transcations");
addCustomMenu( "Groupss", "Transcations");
addCustomMenu( "Media", "Transcations");
addCustomMenu( "Site", "Transcations");
addCustomMenu( "Refrreres", "Transcations");
addCustomMenu( "Refrreres_line", "Transcations");
addCustomMenu( "S_m_s", "Transcations");
addCustomMenu( "Xero", "Transcations");
addCustomMenu( "Sage_pays", "Transcations");
addCustomMenu( "Coupon", "Transcations");
addCustomMenu( "Notification", "Transcations");
addCustomMenu( "Status", "Transcations");
addCustomMenu( "Nationality", "Transcations");
addCustomMenu( "Visa_status", "Transcations");
addCustomMenu( "Emails", "Transcations");
addCustomMenu( "Refferere_report", "Transcations");
addCustomMenu( "Refferere_report_line", "Transcations");
addCustomMenu( "Customer_report", "Transcations");
addCustomMenu( "Supplier_report", "Transcations");
addCustomMenu( "Supplier_report_line", "Transcations");
addCustomMenu( "Agent_report", "Transcations");
addCustomMenu( "Agent_report_line", "Transcations");
addCustomMenu( "Sage_pay", "Transcations");
addCustomMenu( "Xero_invoices_line", "Transcations");
addCustomMenu( "Xero_invoices", "Transcations");
addCustomMenu( "Visa_prices", "Transcations");
addCustomMenu( "Visa_processing_time", "Transcations");
addCustomMenu( "Visa_duration", "Transcations");
addCustomMenu( "Visa_billing", "Transcations");
addCustomMenu( "Cost_sheet_upload", "Transcations");
addCustomMenu( "Upload_visa", "Transcations");
addCustomMenu( "Deleted", "Transcations");
addCustomMenu( "Deleted_child", "Transcations");
addCustomMenu( "Completed_or_archive", "Transcations");
addCustomMenu( "Completed_or_archive_child", "Transcations");
addCustomMenu( "Rejected", "Transcations");
addCustomMenu( "Rejected_child", "Transcations");
addCustomMenu( "Refund", "Transcations");
addCustomMenu( "Refund_child", "Transcations");
addCustomMenu( "Processing_agent_child", "Transcations");
addCustomMenu( "Processing_agent", "Transcations");
addCustomMenu( "Processing_customer", "Transcations");
addCustomMenu( "Processing_customer_child", "Transcations");
addCustomMenu( "Pending_agent", "Transcations");
addCustomMenu( "Pending_agent_child", "Transcations");
addCustomMenu( "Pending_customer_child", "Transcations");
addCustomMenu( "Staff_application", "Transcations");
addCustomMenu( "Pending_customer", "Transcations");
addCustomMenu( "Staffappchild", "Transcations"); addCustomMenu( "Staffappchild", "Transcations");

View File

@ -1,3 +1,52 @@
import { PagetComponent } from './BuilderComponents/vpspack/Paget/Paget.component'; import { PagetComponent } from './BuilderComponents/vpspack/Paget/Paget.component';
import { GroupssComponent } from './BuilderComponents/vpspack/Groupss/Groupss.component'; import { GroupssComponent } from './BuilderComponents/vpspack/Groupss/Groupss.component';
import { MediaComponent } from './BuilderComponents/vpspack/Media/Media.component'; import { MediaComponent } from './BuilderComponents/vpspack/Media/Media.component';
@ -307,6 +356,104 @@ const routes: Routes = [
// buildercomponents // buildercomponents
{path:'Paget',component:PagetComponent}, {path:'Paget',component:PagetComponent},

View File

@ -1,3 +1,52 @@
import { PagetComponent } from './BuilderComponents/vpspack/Paget/Paget.component'; import { PagetComponent } from './BuilderComponents/vpspack/Paget/Paget.component';
import { GroupssComponent } from './BuilderComponents/vpspack/Groupss/Groupss.component'; import { GroupssComponent } from './BuilderComponents/vpspack/Groupss/Groupss.component';
import { MediaComponent } from './BuilderComponents/vpspack/Media/Media.component'; import { MediaComponent } from './BuilderComponents/vpspack/Media/Media.component';
@ -175,6 +224,104 @@ import { QueryeditComponent } from './superadmin/queryedit/queryedit.component';
// buildercomponents // buildercomponents
PagetComponent, PagetComponent,