Feature #8622
openworking on white label concept for mobile app generation
100%
Description
today i have worked on the white labeling concept to implement the different apps for different customer based on same code but dynamically changing the color palette ,logo in these process i am changes the files that is modified: android/app/build.gradle
modified: android/app/src/main/res/values/strings.xml
new file: brands/mythri/config.json
modified: capacitor.config.ts
modified: index.html
modified: package.json
new file: renamer.cjs
modified: src/App.tsx
modified: src/components/Layout.tsx
modified: src/components/Sidebar.tsx
new file: src/config/brandConfig.ts
modified: src/context/AuthContext.tsx
modified: src/pages/auth/LoginPage.tsx
modified: src/pages/pos/POSPage.tsx
modified: src/pages/settings/SettingsPage.tsx
modified: src/services/api.ts
modified: src/style.css
modified: src/theme/theme.ts
and also i am resolved the issue that was in pos page for categerie related items are not displaying so i resolve these the white labeling is in progress Today i have worked on the notification issue that was raised by testing person and cupons code is not applicable for the orders and the ui of the cuponcode section was changed.Tiday i am completed the whire labeling for mobile app in backend i am changed the teant schema.ts and teant controllers and also in front i am worked on the brand logo generation for mobile app is also implemented .
Subtasks
Related issues