Open tipuazhar opened 4 years ago
Create Group Save button not working.
Correct spelling of customer in the admin panel menu.
Correct spelling of Chose to Choose as per other pages in the admin panel.
What does update button do on group ?
category view list search and refresh button functionality
Order -> Edit
http://shop.schoolmanagementsoftware.pk/Dashboard/Orders/Edit/10150
Line 250:
Line 251:What the code does for different combination of payment and order status ?
Payment Status ID Order Status
Scenario :
PS is declined
OS is shipped
Should this be allowed, please share the work flow:
Product store -> Color
when color is edited the system does not show the hex code for the color instead it shows the default values of #000000
Product Review:
Add Edit functionality available , can a size be deleted by an admin ?
clicking on wish list take you to shop wishlist ? can we display wish list in the admin panel ?
Can a wish list be deleted by a customer or admin ?
can a order be taken without a shipping and billing address ?
Edit orders changes 👍
Print invoice
System Default settings
Updating the logo and favicon does not reflect on the website UI, Please show the maximum resolution of each required by an admin to upload, also if it is uploaded successfully how a user can refresh the website to see the reflected changes:
Social media system default settings
How admin can add new social media name and its associated URL that is not mentioned in these settings, as new or unique social media may be required.
For example Youtubeis not present and is very important for the short videos that will be embedded in the product detail page. NOTE: it's add by the developer not add auto functionality in Web setting to add any social media name or url auto NOTE :I add in Systemdefault settings tbl youtube url and websettings form.
Payment Method:
Fix 1 : page title need to be payment method rather than brands. fix 2: sorting of payment method based on priority assigned by admin.
General SMS -> Contact
Please show the data in the proper column especially phone and email are shown in opposite column.
General SMS -> Contact - > delete
While deleting a customer no pop up confirmation is shown to the admin ?
General SMS -> Contact - > Edit
Is customer phone mandatory at the time of saving a customer if yes than how a customer information is saved without it, Please elaborate ?
content management -> static pages -> Delete Functionality
Please just confirm the implementation of delete function only, please dont change 👍
Admin -> Slide Show - > Edit Functionality
while an admin change the status of a slide show to disable and click on save the same is not changed and again enable is shown , rest is commented in the image attached below:
if the system updates the status the same will be reflected on the status button in the form of color and test update on the button:
Admin -> Slide Show
Admin -> Search
When an admin search the search item is cleared from the text box and the result is shown which make it difficult for the user to know what was being search and what is being shown as search result,
Please implement a unified search functionality where the searched item is shown with searched result. it is implemented in the Manage FAQ page. But Most of the pages this behaviour is absent.
Admin -> FAQ -> Create Functionality
http://shop.schoolmanagementsoftware.pk/Dashboard/Faq/CreateFaq/
Line 66: @Html.TextBoxFor(w => w.SNO, new { @class = "form-control", id = "exampleInputEmail1", placeholder = "SNO", @type = "number", @required = "required" })
Admin -> FAQ -> Edit Functionality
Admin -> FAQ -> Delete Functionality
Please make sure delete scenario is working for FAQ.
Admin -> FAQ -> Search
The model item passed into the dictionary is of type 'PagedList.PagedList1[ShoppingCart.EF.Faq]', but this dictionary requires a model item of type 'PagedList.PagedList
1[ShoppingCart.EF.Faq_List_lookup_Result]'.
@serviceproviderpk
Admin -> content management -> banners -> Delete
@serviceproviderpk
Exoticagem.com -> admin -> statistics -> category view list
@serviceproviderpk
Exoticagem.com -> admin -> statistics -> Product view list
@serviceproviderpk
Exoticagem.com -> admin -> communication -> Groups -> Group
@serviceproviderpk
@serviceproviderpk
@serviceproviderpk
@serviceproviderpk
@serviceproviderpk
http://shop.schoolmanagementsoftware.pk/Login/EditProfile/
@serviceproviderpk
@serviceproviderpk
@serviceproviderpk
@sppk @serviceproviderpk
@tipuazhar @serviceproviderpk @sppk @Muhammadkhalid66 @amirlatif121 please check all the comments with screenshot posted in this thread and try to produce them at your pc before assigning the bugs to the developer.
Create Contact page crashed.
[NullReferenceException: Object reference not set to an instance of an object.] ShoppingCart.WebUI.Areas.Dashboard.Controllers.ContactGroupController.Add_Contact_Group(List
1 choosedGroup, Int64 contactId, Int32[] selectedGroups) in D:\Development\Src\MDTNL\ShoppingCart.WebUI\Areas\Dashboard\Controllers\ContactGroupController.cs:129 ShoppingCart.WebUI.Areas.Dashboard.Controllers.ContactGroupController.CreateContact(ContactGroupViewModel model, Int32[] selectedGroups) in D:\Development\Src\MDTNL\ShoppingCart.WebUI\Areas\Dashboard\Controllers\ContactGroupController.cs:121 lambda_method(Closure , ControllerBase , Object[] ) +125 System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) +14 System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary
2 parameters) +157 System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary2 parameters) +27 System.Web.Mvc.Async.AsyncControllerActionInvoker.<BeginInvokeSynchronousActionMethod>b__39(IAsyncResult asyncResult, ActionInvocation innerInvokeState) +22 System.Web.Mvc.Async.WrappedAsyncResult
2.CallEndDelegate(IAsyncResult asyncResult) +29 System.Web.Mvc.Async.WrappedAsyncResultBase1.End() +49 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) +49 System.Web.Mvc.Async.AsyncInvocationWithFilters.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3d() +50 System.Web.Mvc.Async.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() +228 System.Web.Mvc.Async.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() +228 System.Web.Mvc.Async.<>c__DisplayClass33.<BeginInvokeActionMethodWithFilters>b__32(IAsyncResult asyncResult) +10 System.Web.Mvc.Async.WrappedAsyncResult
1.CallEndDelegate(IAsyncResult asyncResult) +10 System.Web.Mvc.Async.WrappedAsyncResultBase1.End() +49 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) +34 System.Web.Mvc.Async.<>c__DisplayClass2b.<BeginInvokeAction>b__1c() +26 System.Web.Mvc.Async.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult) +100 System.Web.Mvc.Async.WrappedAsyncResult
1.CallEndDelegate(IAsyncResult asyncResult) +10 System.Web.Mvc.Async.WrappedAsyncResultBase1.End() +49 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +27 System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState) +13 System.Web.Mvc.Async.WrappedAsyncVoid
1.CallEndDelegate(IAsyncResult asyncResult) +29 System.Web.Mvc.Async.WrappedAsyncResultBase1.End() +49 System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +38 System.Web.Mvc.Controller.<BeginExecute>b__15(IAsyncResult asyncResult, Controller controller) +12 System.Web.Mvc.Async.WrappedAsyncVoid
1.CallEndDelegate(IAsyncResult asyncResult) +22 System.Web.Mvc.Async.WrappedAsyncResultBase1.End() +49 System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +28 System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.EndExecute(IAsyncResult asyncResult) +10 System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult asyncResult, ProcessRequestState innerState) +21 System.Web.Mvc.Async.WrappedAsyncVoid
1.CallEndDelegate(IAsyncResult asyncResult) +29 System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +49 System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +28 System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +9 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +9871377 System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +48 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +159