From 51984ac3d3da3006809c6866fdecd4ad83610731 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 30 Jul 2001 07:36:04 +0000 Subject: templates!!! --- httemplate/index.html | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 httemplate/index.html (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html new file mode 100644 index 000000000..f24d354b1 --- /dev/null +++ b/httemplate/index.html @@ -0,0 +1,89 @@ + + + + Freeside Main Menu + + + + + +
+

+ Silicon Interactive Software Design +

+
freeside main menu
+
+ + Freeside home page + +
+ Documentation + +

+
+ + + -- cgit v1.2.1 From f5266a4d07d116efd732f433d0f4f3a47b143a7d Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 11 Sep 2001 00:08:18 +0000 Subject: faster (cached) fuzzy searches prelim. job queues! fixed part_svc editing --- httemplate/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index f24d354b1..2fbc06221 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -60,6 +60,7 @@
  • unlinked domains (by service number) (by domain)
  • NAS ports +
  • Joe queue
  • Administration
      -- cgit v1.2.1 From 87661d51ce44b78c5b156f4ee7c52e75a9d38746 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 16 Sep 2001 12:45:35 +0000 Subject: fix oops in FS::cust_main_invoice::replace preventing package cancellation add toggle switch to cust_main searching to show/hide cancelled customers. hidecancelledcustomers config file is just which state it starts in. add signupurl config file to enable showing of the customer's signup URL on the view page. --- httemplate/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index 2fbc06221..c45997608 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -34,7 +34,7 @@
  • Browse +
    +
      +
    • Configuration
    • Administration
      • View/Edit service definitions -- cgit v1.2.1 From 20c1183d2673b62bd0e29eb65f0a9a2c974b8027 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 30 Oct 2001 19:05:27 +0000 Subject: depriciate cust_pay_batch.trancode web interface to view pending batch --- httemplate/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index 236b72b20..97016e680 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -60,6 +60,7 @@
    • NAS ports
    • Joe queue +
    • Pending credit card batch

    -- cgit v1.2.1 From f80ce3a22396ec4290a6fdd8ae74cea05f335ec8 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 10 Dec 2001 04:54:57 +0000 Subject: typo noticed by Dave Burgess , thanks. --- httemplate/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index 97016e680..85912c24f 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -59,7 +59,7 @@
  • unlinked domains (by service number) (by domain)
  • NAS ports -
  • Joe queue +
  • Job queue
  • Pending credit card batch -- cgit v1.2.1 From f91771606ce8a2bb4f2fa44e7bf54c9b7c945db6 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 26 Dec 2001 05:19:01 +0000 Subject: expedited check entry --- httemplate/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index 85912c24f..dcf513703 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -26,7 +26,7 @@
  • accounts (by username)
  • domains (by domain) -
  • mail forwards (by ?) +
  • invoices (by invoice number)
  • Browse @@ -62,6 +62,10 @@
  • Job queue
  • Pending credit card batch +
  • Miscellaneous +
      -- cgit v1.2.1 From 92c43e05cdc7dc5c5a4f8d6b0017f7d699cda90d Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 26 Dec 2001 09:18:18 +0000 Subject: search by check # --- httemplate/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index dcf513703..d1abd0d61 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -28,6 +28,7 @@
    • invoices (by invoice number) +
    • checks (by check number)
  • Browse
      -- cgit v1.2.1 From 6991d4986df7fb3a6c7c49b5ae1b3713e87a16c4 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 29 Jan 2002 16:33:16 +0000 Subject: - web interface for hourly account charges! (FS::cust_pkg, FS::cust_svc and FS::svc_acct seconds_since methods) - Makefile target to regenerate HTML manpages on install - FS.pm doc update - $FS::Record::Debug now dumps all SQL - new FS::cust_main methods: ->cancel, ->invoicing_list_addpost - start of a billing event web interface - cust_pay::upgrade_replace doesn't error out if history includes overapplied payments --- httemplate/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index d1abd0d61..35ba8e85e 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -93,6 +93,7 @@ into counties and assign different tax rates to each.
    • View/Edit POPs - Points of Presence +
    • View/Edit invoice events - Actions for overdue invoices
    -- cgit v1.2.1 From 1eb7fd4c48cadb7a6c8e45c561cd16e01279a56a Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 10 Feb 2002 16:14:50 +0000 Subject: s/POP/Access Number/ in the webui --- httemplate/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index 35ba8e85e..99bfeecec 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -91,7 +91,7 @@
  • View/Edit locales and tax rates - Change tax rates, or break down a country into states, or a state into counties and assign different tax rates to each. -
  • View/Edit POPs +
  • View/Edit Access Numbers - Points of Presence
  • View/Edit invoice events - Actions for overdue invoices -- cgit v1.2.1 From c8ef41a7c63184ca2e696b88f303ff129662548b Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 19 Feb 2002 04:43:40 +0000 Subject: new main menu! --- httemplate/index.html | 164 ++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 119 insertions(+), 45 deletions(-) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index 99bfeecec..d423b842c 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -14,26 +14,50 @@ version 1.4.0
    Freeside home page
    Documentation +
    Classic interface -
    -
    -- cgit v1.2.1 From a7c1b602f88c177db34477ed4cdc1f72603f8995 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 11 Apr 2002 22:05:31 +0000 Subject: (almost) everything for bug#375 - create export_svc table - part_svc to part_export is now properly many-to-many, not one-to-many still need to finish service editing (choosing exports) in httemplate/edit/part_svc.cgi and httemplate/edti/process/part_svc.cgi and do somethinga about that manual $svcdb = 'svc_acct' in httemplate/edit/part_export.cgi (do part_export records need a svcdb? probably not... should be able to just pass an svcdb on creation of new exports, move the big %exports hash into part_export.pm and allow httemplate/edit/part_svc.cgi to query it for exports that can apply to a given svcdb.... --- httemplate/index.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index 99d8df956..c638aec16 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -167,6 +167,8 @@
    • View/Edit service definitions - Services are items you offer to your customers. +
    • View/Edit exports + - Provisioning services to external machines, databases and APIs.
    • View/Edit package definitions - One or more services are grouped together into a package and given pricing information. Customers purchase packages, not -- cgit v1.2.1 From 8d77be096e5f1cec2d64182d1f95d13a1744a6d5 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 13 Apr 2002 10:46:18 +0000 Subject: s/otaker/order-taker/ --- httemplate/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index c638aec16..ce476c01c 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -138,7 +138,7 @@
    Customers
    SQL query: SELECT
    -- cgit v1.2.1 From 993db36062c970439623b9b4e0cb7217a4acf9cc Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 16 Apr 2002 06:47:21 +0000 Subject: allow multiple search types on main menu... more confusing but default is *too* fuzzy --- httemplate/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index ce476c01c..934767dde 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -28,8 +28,8 @@
    New Customer
    -
    Last name or all customers by last name
    -
    Company or all customers by company
    +
    Last name or all customers by last name
    +
    Company or all customers by company
    Username or all accounts by username
    Domain or all domains
    -- cgit v1.2.1 From 4201aaaae8a957bc98ce345d3ee0e599da354766 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 16 Apr 2002 10:47:35 +0000 Subject: report on failed billing events... --- httemplate/index.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'httemplate/index.html') diff --git a/httemplate/index.html b/httemplate/index.html index 934767dde..b562a2280 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -58,6 +58,7 @@
    View pending credit card batch

    Invoice reports Invoices