build_app
This commit is contained in:
parent
c4b17a32c0
commit
bf9b626d69
@ -102,6 +102,18 @@ addCustomMenu( "Category","Category", "Master");
|
||||
addCustomMenu( "Duration_type","Duration_type", "Master");
|
||||
|
||||
|
||||
addCustomMenu( "Subscription_type","Subscription_type", "Master");
|
||||
|
||||
|
||||
addCustomMenu( "Add_new_subscription","Add_new_subscription", "Transcations");
|
||||
|
||||
|
||||
addCustomMenu( "Category","Category", "Master");
|
||||
|
||||
|
||||
addCustomMenu( "Duration_type","Duration_type", "Master");
|
||||
|
||||
|
||||
addCustomMenu( "Subscription_type","Subscription_type", "Master");
|
||||
|
||||
|
||||
|
||||
@ -6,6 +6,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
import { Add_new_subscriptionComponent } from './BuilderComponents/basicp1/Add_new_subscription/Add_new_subscription.component';
|
||||
import { CategoryComponent } from './BuilderComponents/basicp1/Category/Category.component';
|
||||
import { Duration_typeComponent } from './BuilderComponents/basicp1/Duration_type/Duration_type.component';
|
||||
@ -280,6 +284,14 @@ const routes: Routes = [
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -6,6 +6,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
import { Add_new_subscriptionComponent } from './BuilderComponents/basicp1/Add_new_subscription/Add_new_subscription.component';
|
||||
import { CategoryComponent } from './BuilderComponents/basicp1/Category/Category.component';
|
||||
import { Duration_typeComponent } from './BuilderComponents/basicp1/Duration_type/Duration_type.component';
|
||||
@ -153,6 +157,14 @@ import { Stepper_workflowComponent } from './BuilderComponents/stepperworkflow/S
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user