summaryrefslogtreecommitdiff
path: root/htetc
AgeCommit message (Collapse)Author
2008-03-02better indication of why these things are the way they areivan
2008-02-20update the tax class editor to enable taxclass adding, RT#2929ivan
2008-01-24used in rt autohandler. i wonder why this never bit beforeivan
2008-01-13use this in handler.pl, not in mason filesivan
2007-12-28remove just a tiny bit more cruftivan
2007-12-28restore in-browser error reportingivan
2007-12-28a little late help from kwanzabot for XSSmas... clean up handler.pl so we ↵ivan
can have separate default_escape_flags for FS and RT and don't have to make FS's |h flag useless
2007-12-03would help if i got the closing tag rightivan
2007-12-03this should get the Chart stuff in RT statistic running, i hopeivan
2007-10-28mysql me harderivan
2007-10-08Remove remaining calls to idiot/eidiot. Should fix 1479jeff
2007-09-13rename svc_acct_rt_transaction to acct_rt_transaction, as it is not a ↵ivan
service, its something that hangs off of an svc_acct (like an acct_snarf). thank goodness was able to do this before its any sort of migration problem...
2007-08-16support hours 'usage' tracking for our own internal use (#1733)jeff
2007-08-01event refactor, landing on HEAD!ivan
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)