summaryrefslogtreecommitdiff
path: root/httemplate/search
AgeCommit message (Collapse)Author
2006-03-08 Add an option to the web interface to batch upload new entries to theivan
inventory_item table.
2006-03-08Add a new table for inventory with for DIDs/serials/etc., and an additionalivan
new table for inventory category (i.e. to distinguish DIDs, serials, MACs, etc.)
2006-02-18CDR schema and classivan
2006-01-31move header() to include(/elements/header.html) so it can be changed in one ↵ivan
place, thanks to Scott Edwards
2006-01-27small visual fix to alternating row colors when show_taxclasses is onivan
2006-01-27on tax exemption report, show more info on the specific line item and invoiceivan
2006-01-26whew, FINALLY can fix monthly exemption columns to work correctly. also ↵ivan
make them agent-specific. also fix package exemption columns, they were bunk too, sheesh. start adding package classes for package class tax reporting.
2005-12-25add switch to enable taxclass breakdown, report invoiced tax separately in ↵ivan
that case
2005-12-25add switch to enable taxclass breakdown, report invoiced tax separately in ↵ivan
that case
2005-12-25correct "out of taxable region" flag on new line item report - NULLs need to ↵ivan
be compared explicitly. apparantly NULL != NULL. bah SQL
2005-12-25fixup new line item report brainfartivan
2005-12-25correct end date display for "now"ivan
2005-12-22and s/$taxable/$tot_taxable/ in the declaration tooivan
2005-12-22fix some ambiguous var names causing " "my" variable $t masks earlier ↵ivan
declaration in same scope" errors
2005-12-22tax report update, link to new line item report, per-agent tax reportingivan
2005-11-21add MCRD payment type for manually processed ccardsivan
2005-11-18fix link glitch in receivables reportsivan
2005-11-10add part_bill_event.payby selection to failed invoice event searchivan
2005-11-07fix Discover card report, closes: Bug#1270ivan
2005-10-28don't show 'N/A' statustext as a failed billing eventivan
2005-10-27fix from joe @ surferz: lines 59 and 60 had the wrote quote. they had single ↵ivan
quote where double was needed...
2005-10-21add CASH and WEST payment types (payments only, not cust_main.payby)ivan
2005-10-10updated quick payment entryivan
2005-09-13fix redirect with single item returned from search results and a coderef ↵ivan
redirect
2005-08-07move cust_pkg search to new template, add active/suspended/cancelled ↵ivan
customer packages to agent browse
2005-08-05fix credit searches by otakerivan
2005-07-14add unlinked mail forward (svc_forward) reportivan
2005-07-14move account search (httemplate/search/svc_acct.cgi) to new template, ↵ivan
cust-fields configuration value to control which customer fields are shown on reports
2005-07-14move account search (httemplate/search/svc_acct.cgi) to new template, ↵ivan
cust-fields configuration value to control which customer fields are shown on reports
2005-06-15add reprint/fax/email links to invoice search resultsivan
2005-06-09advanced invoice serach, groundwork to add reprint/fax/email links to ↵ivan
invoice search results
2005-06-02Capitalizationivan
2005-06-02add ability to search on a date range of invoice events and then reprint or ↵ivan
reemail (boy was that a bit more work than i expected), closes: Bug#946
2005-06-01remove trailing whitespaceivan
2005-05-21hehe, allow changing the browse order of any sortivan
2005-05-18add agent-specific A/R aging report, closes: bug#1229ivan
2005-05-15this status column is probably faster, one giant SQL query. and add back in ↵ivan
the customer link, oops
2005-05-15move receivables report to search templateivan
2005-05-15use money_char configivan
2005-05-15alignivan
2005-05-05the ? between svc_domain.cgi and the domain id is missingivan
2005-05-02move httemplate/search/svc_domain to the new search template along with ↵ivan
svc_www and svc_forward
2005-04-30show "(unlinked)" for unlined forwards instead of nothingivan
2005-04-30pull in the customer information as part of the main query for efficiencyivan
2005-04-29template forward search using the standard search template: forwards are now ↵ivan
paged
2005-04-10add some left and right padding so cells don't run into each other so badlyivan
2005-03-30fix ambiguous column error when selecting by credit card, fixes: Bug#1189ivan
2005-03-12- bring prepaid support into this century (close: Bug#1124)ivan
- finally get rid of fs_signup (everything is in fs_selfservice now) (Bug#413) - organize main menu sysadmin section so it is slightly less confusing
2005-03-06specity an explicit EOL for Text::CSV_XS, apparantly sometimes the default ↵ivan
is null
2005-03-06and a slight formatting fixivan