Skip to content

Commit

Permalink
fix: added links for company and gst settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanket322 committed Dec 5, 2024
1 parent 6f593da commit 1ea74bd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions india_compliance/public/js/help_links.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,25 @@ frappe.help.help_links["india-compliance-account"] = [

//GST Settings
frappe.help.help_links["Form/GST Settings"] = [
{
label: "Setting Up GST accounts",
url: docsUrl + "configuration/gst_setup#gst-accounts"
},
{
label: "GSTIN Verification",
url: docsUrl + "miscellaneous/gstin_verification",
},
];

//Company
frappe.help.help_links["Form/Company"] = [
{
label: "Print Format",
url: docsUrl + "configuration/gst_setup#print-format",
}
];


//Doctypes
//Sales Invoice
if (!frappe.help.help_links["Form/Sales Invoice"]) {
Expand Down

0 comments on commit 1ea74bd

Please sign in to comment.