feat(selling): wire Proforma Invoice into Sales Order form

- Create > Proforma Invoice dialog with naming series, print format and
  letter head selectors, and an item-wise pending-qty grid
- Proforma tab listing issued proformas with inline view/email actions,
  shown only once at least one proforma exists
- Register the client script and add the connections dashboard link
This commit is contained in:
Nabin Hait
2026-07-16 16:52:06 +05:30
parent 65db3e374b
commit fdc8879ce1
4 changed files with 263 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ web_include_icons = [
doctype_js = {
"Address": "public/js/address.js",
"Sales Order": "public/js/sales_order_proforma.js",
"Communication": "public/js/communication.js",
"Event": "public/js/event.js",
"Newsletter": "public/js/newsletter.js",