From b94846d563bd29dcf9c11bb0cd6f75652e2b7a7b Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 25 Sep 2017 15:17:21 -0700 Subject: added invoice details to package import, RT#76992 --- httemplate/misc/cust_pkg-import.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'httemplate/misc') diff --git a/httemplate/misc/cust_pkg-import.html b/httemplate/misc/cust_pkg-import.html index 49201c502..0c3d31d04 100644 --- a/httemplate/misc/cust_pkg-import.html +++ b/httemplate/misc/cust_pkg-import.html @@ -156,7 +156,7 @@ address1<%$req%>, address2, city<%$req%>, state<%$req%>, zip<%$req%>, country<%$ Location, quantity and price customizations with phone service format has the following field order: custnum<%$req%>, pkgpart<%$req%>, discountnum, start_date, setup, bill, last_bill, susp, adjourn, cancel, expire, -quantity, setup_fee, recur_fee, +quantity, setup_fee, recur_fee, invoice_details, address1<%$req%>, address2, city<%$req%>, state<%$req%>, zip<%$req%>, country<%$req%>, countrycode, phonenum, sip_password, pin @@ -165,7 +165,7 @@ countrycode, phonenum, sip_password, pin Location, quantity and price customizations with phone service and agent_custid format has the following field order: agent_custid<%$req%>, pkgpart<%$req%>, discountnum, start_date, setup, bill, last_bill, susp, adjourn, cancel, expire, -quantity, setup_fee, recur_fee, +quantity, setup_fee, recur_fee, invoice_details, address1<%$req%>, address2, city<%$req%>, state<%$req%>, zip<%$req%>, country<%$req%>, countrycode, phonenum, sip_password, pin @@ -174,7 +174,7 @@ countrycode, phonenum, sip_password, pin Location, quantity and price customizations with phone service and agent_custid and agent_pkgid format has the following field order: agent_custid<%$req%>, agent_pkgid, pkgpart<%$req%>, discountnum, start_date, setup, bill, last_bill, susp, adjourn, cancel, expire, -quantity, setup_fee, recur_fee, +quantity, setup_fee, recur_fee, invoice_details, address1<%$req%>, address2, city<%$req%>, state<%$req%>, zip<%$req%>, country<%$req%>, countrycode, phonenum, sip_password, pin @@ -213,6 +213,14 @@ Field information:
  • expire: Indicates a future cancellation on this date. +
  • quantity + +
  • setup_fee: Including this fee implements per-customer custom pricing for this package, overriding package definition pricing + +
  • recur_fee: Including this fee implements per-customer custom pricing for this package, overriding package definition pricing + +
  • invoice_details: Package invoice details (optionally, can include multiple lines of details separated by a newline) + -- cgit v1.2.1