Project

General

Profile

Feature #8622

Updated by Aruna Prasanna 20 days ago

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

Back