122 comments found.
your demos are not working
hello, thank you for contacting and thank you for the info. we have been fix it, you can try again.
still not working
working fine now. ty
Do you have plan to update your program to asp.net 3.0? Thanks
hello, thank you for contacting. not at this time yet.
Can I import customer details, purchase histories, bank summaries in excel format?
Hello, thank you for contacting. the features you are asking is not available yet.
user name and password return “You do not have access to this resource.” kindly help
hello, thank you for contacting. please try using this link: http://crm-inventory.indotalent.com
Hope you have an version that use Razor Pages instead of MVC. They say Razor Pages are easier to Code and maintain than MVC and Razor pages is the way to go these days rather than MVC. How true? Thanks!
The reason why I requested is because of this https://hackernoon.com/asp-net-core-razor-pages-vs-mvc-which-will-create-better-web-apps-in-2018-bd137ae0acaa
hello, thank you for contacting. i only have mvc version right now. thank you for the input.
Please guide me on how to publish the project? No information available in the document regarding the deployment steps.
hello, thank you for the purchase. the product is just an ordinary ASP.NET core project using code first approach so it will comply with official microsoft docs. please follow this link for official microsft docs regarding the deployment: https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/?view=aspnetcore-2.2&viewFallbackFrom=aspnetcore-2.0
hello, I am saw you have many products. This might be a better starter if it has a roles, claims, users, groups if it has claims or tenant/group based permission for data groups,
- for e.g. we want to show some reports only to UK west coast managers, vs Ind East coast Mgrs
- Does this have claims also for multi tenant. Do the menu/url have role permission.
- Is this based on ASP Identity 3.1 or 2.2 with claims and forgot password, user lockout? which version is it, do you have online same demo
- Does this use support Entity Framework
- Can I easily change the theme out, they all look the same
Thanks
Hello thank you for contacting us. the product did not use the claim based but it rather use roles based auth. the product use EF for the ORM. the product use AdminLTE dashboard as its basic theme. To change the theme is not easy, you should have knowledge on CSS.
Just wanted to let you know that I unzipped the download file, opened the solution in VS 2017, followed your simple instructions, and EVERYTHING WORKED PERFECTLY!! As a developer of over 30 years and a web coder for over 15 years I have rarely experienced this kind of professional work. Congratulations on providing such a useful code base and application. Thank you!! Keep up the incredibly great work!
Hello, thank you very much for the appreciation. very happy to hear that.
Hi , is this app pos included? Or can be include ? Can set product limit warnings?can be added new features?
hello, thank you for contacting. no pos module incouded. the product come with full source code so you can do what ever you want.
hi….is there any discount if i buy both CRM Inventory+Classmate complete school erp source code?
hello, i don’t have any school erp source code.
Can i found stock opname and adjustment from your system?
hello thank you for contacting. right now did not equiped with stock opname and adjustment yet.
There is a problem with creating migrations in your source code. After I googled for a while, I found the solution. Just share to everyone for tips and tricks: https://stackoverflow.com/questions/50763221/migrations-error-cannot-scaffold-literals-of-type-directconstructorbinding
After creating migrations, make sure it updates database during runtime by adding the following function in startup.cs: public void Configure(IApplicationBuilder app, IHostingEnvironment env) { UpdateDatabase(app); }
private static void UpdateDatabase(IApplicationBuilder app)
{
using (var serviceScope = app.ApplicationServices
.GetRequiredService<IServiceScopeFactory>()
.CreateScope())
{
using (var context = serviceScope.ServiceProvider.GetService<ApplicationDbContext>())
{
context.Database.Migrate();
}
}
}
Hello, thank you for your info. but i did not experience the issue. run the migration script using “update-database” run perfectly well.
Hi, I am interested in this product, right now i can see that there is only one login of super admin, is there other type of users like executives/agents, billing, customer support. once it converted to opportunity, it must go to billing
i can see that there are 2 bonus product with crm
hello, you can try the online demo. and yes there are additional products as bonus. thank you for visiting.
Thanks for reply, but still i can’t see any login details for executives or other users.
Hello, the product is provided with simple user role management to manage which menu should show or off from certain user.
I bought your code 3 months ago. I’ve just noticed the text “Get two products for free as bonus.”. What does it mean? Can I get source code of these 2 products as bonus?
hello, thank you for the purchase. yes of course. please send email to motekarteknologi@gmail.com to claim your bonus with invoice information attached.
how to export Database and add it on another server ?
Hello, thank you for the purchase. to create database, you should do the following: 1. change the connection string for targeting your desired database server. 2. run the code first migration by executing “update-database” from package manager console.
How To use it as point of sale ??
Hello, as shown on the demo link. this product did not have POS capability.
really !!! what about inventory ? i found it in the system How to manage sell and return products ?
hello, yes, on the description and on the demo link, i did not tell any features about POS. but i have POS prototype project on GITHUB that maybe use as base of more complex POS system: https://github.com/go2ismail/POS---Point-Of-Sales. yes the produc include the inventory and sales management. sales and purchase quantity can be reflected in the inventory quantity. for the return, i did not provide dedicated module, but it can be hacked by creating sales order with negative quantity.
Hello Dear How to manage returns from clients ?
Hello, returns or credit note feature did not available yet. but you can do the trick by creating sales order with negative quantity for the same customer. but that just a trick not intended for the credit note feature.
Great Job! Thank you very much! I bought this product with pleasure!
hello, thank you very much.
this is in include database
hello, database will be created automatically by running the code first migration script.
Am getting the following error: error : The default XML namespace of the project must be the MSBuild XML namespace. If the project is authored in the MSBuild 2003 format, please add xmlns=”http://schemas.microsoft.com/developer/msbuild/2003” to the <Project> element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format. I am using VS2015. DO i need to move to VS2017 community edition, or can i use the existing VS2015 for the project?
Hello thank you for the purchase. The product developed using VS 2017 CE. you should open the project using VS 2017 CE which is free to download.