From fadaa67e77ad8d5d966e252aba7f193e9e3840e3 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 18 Feb 2006 11:14:21 +0000 Subject: CDR schema and class --- httemplate/misc/cdr-import.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 httemplate/misc/cdr-import.html (limited to 'httemplate/misc/cdr-import.html') diff --git a/httemplate/misc/cdr-import.html b/httemplate/misc/cdr-import.html new file mode 100644 index 000000000..dc1733249 --- /dev/null +++ b/httemplate/misc/cdr-import.html @@ -0,0 +1,15 @@ +<%= include("/elements/header.html",'Call Detail Record Import') %> +
+Import a CSV file containing Call Detail Records (CDRs).

+CDR Format:

+ +Filename:

+ + +
+ +<%= include('/elements/footer.html') %> + -- cgit v1.2.1 From 1053db7f76169cbbc87840539959a4c362aff242 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 12 Jul 2006 00:20:23 +0000 Subject: svc_phone service and CDR billing from imported CDRs --- httemplate/misc/cdr-import.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'httemplate/misc/cdr-import.html') diff --git a/httemplate/misc/cdr-import.html b/httemplate/misc/cdr-import.html index dc1733249..93de6e43f 100644 --- a/httemplate/misc/cdr-import.html +++ b/httemplate/misc/cdr-import.html @@ -2,8 +2,9 @@
Import a CSV file containing Call Detail Records (CDRs).

CDR Format:

Filename:

-- cgit v1.2.1 From 3ce7691203a7737406bf2d4442f7fd84b81f847e Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 23 Aug 2006 22:25:39 +0000 Subject: Will things ever be the same again? It's the final masonize --- httemplate/misc/cdr-import.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'httemplate/misc/cdr-import.html') diff --git a/httemplate/misc/cdr-import.html b/httemplate/misc/cdr-import.html index 93de6e43f..5e9e2690d 100644 --- a/httemplate/misc/cdr-import.html +++ b/httemplate/misc/cdr-import.html @@ -1,4 +1,4 @@ -<%= include("/elements/header.html",'Call Detail Record Import') %> +<% include("/elements/header.html",'Call Detail Record Import') %> Import a CSV file containing Call Detail Records (CDRs).

CDR Format:

-<%= include('/elements/footer.html') %> +<% include('/elements/footer.html') %> -- cgit v1.2.1