Bring Custom create page to Website

Hello there,
I have created a custom page to the Selling module and I want to show this page (to show some database information) to the registered Website user. Is it possible in ERPNext?

Hello,

I have created a custom page to the Selling module

Is it a Doctype or Page? Can you elaborate?

and I want to show this page (to show some database information) to the registered Website
user. Is it possible in ERPNext?

Even pages are not designed to be published on the Website. You can add a Web Form, and check “Only if user is logged In”. Thn this form will only be visible if Customer is logged in.

https://frappe.github.io/erpnext/user/manual/en/website/web-form.html

Hello @umair
Thanks for the reply,
Yes, I want to show my custom DocType to Website. That is,my aim is to update the status of the Delivery Orders (like, “Pending”, “In Transit”, “Deliverd” etc) by the ‘Drivers’ who ever is taken a particular Order. So, Driver must have limited privileges (see the orders assigned to him & update the status).
So I am in such a situation that, whether I give permission to Drivers to login to the ‘Desk’ or to website only. If website , how can I implement this?

Hello,

I believe this will require a considerable amount of scripting to customize. For the reference, you can check how Sales Order, Delivery Note and Sales Invoice is visible in the Customer login. On the same lines, you can make customization to make custom doctype visible in the Customer Portal.

http://frappe.github.io/erpnext/user/manual/en/customer-portal/

@umair
Thank yo so much…
Yes, It is good to check those. I will Try.
Good Day!