summaryrefslogtreecommitdiff
path: root/htetc
AgeCommit message (Collapse)Author
2007-04-19break _bytecount subroutines out of FS::UI::Webjeff
2007-04-19fix very strange "Undefined subroutine &FS::UI::Web::rooturl" with an ↵ivan
explicit import. did i mention this was really really weird?
2007-02-26agent_type selector on new packagesjeff
2007-02-08hold off until 1.7.2jeff
2007-02-08agent type on package add/edit (ticket 1446)jeff
2007-01-29warnings in <%once> sections should not be fatalivan
2007-01-22halfass v2 tooivan
2007-01-21mod_perl v2, it finally happenedivan
2006-12-27Add a (magically appearing and disappearing) label on the county selector. ↵ivan
confusing when labeled "state"
2006-12-19clean up payinfo_Mixin to use payby.pm for payby info and have card masking ↵ivan
full 6-digit BIN prefix for card identification. have cust_pay_batch use payinfo_Mixin. require B:CC 0.30 for mask-aware cardtype(). fix payment reports to use mask too if available, so credit card type selection still works with encryption.
2006-12-18fix tax class not adding when there is only one pkg_class choice (triggers ↵ivan
javascript error
2006-12-15move use statements to handler.pl, do not show 1/1/70 for new birthdates, ↵jeff
and improve error handling
2006-12-15add DateTime as a proper rather than hidden dependencyivan
2006-12-15tiny bit of cleanup from the conf mergeivan
2006-12-14make the config directory configurableivan
2006-10-18suspension and cancellation reasonsjeff
2006-10-09add cust_main_note to handler.plivan
2006-10-08add menu items for credit card batching, debug last-minute changes to ↵ivan
payby.pm, add ACL for re-processing batches, separate CARD and CHEK batches, fixed defaults for batch formats
2006-08-26i want max and min!ivan
2006-07-12svc_phone service and CDR billing from imported CDRsivan
2006-06-18ACLs: finish group edit (agents + rights) & browseivan
2006-05-20first stab at BoM downloadjeff
2006-05-14first part of ACL and re-skinning work and some other small stuffivan
2006-05-07first pass at sales reports per agent and package classivan
2006-04-22start of package class web UI (add/edit package classes, package class ↵ivan
selection in package def edit)
2006-04-03have the UI use full country names, and state names outside the US...ivan
2006-03-09fix that ↵ivan
blank-page-instead-of-profiling-redirect-when-called-from-an-include bug triggered by mason 1.32 :)
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-02-18Mason it isivan
2006-01-31*** empty log message ***ivan
2005-12-03this should be the last of ↵ivan
s/RT::TicketCustomFieldValues/RT::ObjectCustomFieldValues/
2005-10-10updated quick payment entryivan
2005-10-02add dev make target for quick iterative developmentivan
2005-08-24customer edit: abstract out billing info to billing.html, re-do payment type ↵ivan
selection with HTML::Widgets::SelectLayers, add Switch/Solo/Maestro support for start date & issue #. customer view: re-order fields for consistency. selfservice API: support paystart_month, paystart_year, payissue and payip in MyAccount::process_payment and ::edit_info and Signup::new_customer, FS::cust_main::realtime_bop: support paystart_month paystart_year payissue payip fields
2005-08-17infrastructure for easier schema changes, and: add payment_gateway, ↵ivan
payment_gateway_option and agent_payment_gateway tables, add paystart_month, paystart_year, payissue and payip fields to cust_main, add preliminary gateway and gateway override editing to web UI, use payment gateway override when processing payments (card type, not taxclass yet)
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-05-23so Search.tsf and Search.rdf workivan
2005-04-08ugh, don't know why that wasn't working and don't f$&# careivan
2005-04-07add install/debian/3.1/INSTALL script and script up some apache automation ↵ivan
assuming a conf.d type dir
2005-03-21Added support for FAX invoice destinations using a HylaFAX server.khoff
Faxing plain text invoices is not supported.
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-06add Excel and CSV download of templated reports and clean up their HTML ↵ivan
formatting, closes; Bug#520, Bug#1107
2005-03-02Initial version of the xmlrpc interface for freeside.khoff
2005-02-11generalize progressbar code in preparation for using it wherever neededivan
2004-12-30search the current dir *first*, otherwise some weird Apache::ASP bugs could ↵ivan
crop up if things are ever named the same
2004-12-30kludge to fix nested includes with Apache::ASP... dunno how much longer i ↵ivan
want to support that, should just switch to Mason
2004-12-03landing rt 3.2.2ivan
2004-12-02second big RT integration checkin, customer linking/delinking interfaceivan
2004-11-27ticket system integration framework and skin RTivan