summaryrefslogtreecommitdiff
path: root/httemplate/elements
AgeCommit message (Collapse)Author
2008-03-31fix safari weirdness with caching iframes and auto-submitting them (in tax ↵ivan
editor at least)
2008-03-31clean up popup link elements a bit, have the iframe name autogenerate to ↵ivan
work around safari fuckery
2008-03-31update overlibmws to current code before delving into safari problem... ↵ivan
hopefully no disasterous side effects :)
2008-03-29okay. and thank goodness its on 1.9. really fix error reporting on quick ↵ivan
package order this time. have to change cust cancel popup slightly too, but its for the better (easier custnum parsing). and lastly make it easier for reason selection to be reused without stickiness-on-errors being a big pain in the ass
2008-03-27add back raw SQL query (it had an appropriate ACL)ivan
2008-03-16componentize conflicting %once subroutines (rt#3250)jeff
2008-03-16hide customer search if user does not have "List customers" ACL, closes: RT#3105ivan
2008-03-02fix annoying resize of "New customer" button; closes: RT#1642ivan
2008-03-01add payby selection to adv. customer searchivan
2008-02-20update the tax class editor to enable taxclass adding, RT#2929ivan
2008-02-13svc_broadband MAC searches RT#2985jeff
2008-01-25simple payment CSV importjeff
2008-01-14maintenance on old events, yay. fix for late charges without a taxclass, ↵ivan
closes: RT#2988
2008-01-13stale leftovers from XSSmasivan
2008-01-10new rate editorivan
2008-01-04escape valueivan
2008-01-04adding new elements: percentage input, fixed country and state display, ↵ivan
tablebreak+title
2008-01-04add a formatted_value optionivan
2008-01-04add maxlength, text-align and postfix options, escape valueivan
2007-12-28advanced account reports (RT#2954)jeff
2007-12-28whoopsjeff
2007-12-28add never logged in reportjeff
2007-12-25ho ho ho, merry XSSmasivan
2007-12-18correct bad credit reason conflict resolutionjeff
2007-12-17add cust_main-require_address2 config, reimplement address2-search config ↵ivan
("Unit #" search in searchbar), visual indication of require_invoicing_list_email, closes: RT#2926
2007-12-16less is betterivan
2007-12-16more consistent naming: cust_main_ADV.cgi becomes cust_main.htmlivan
2007-12-05doh, order_by does have to include ORDER BY!ivan
2007-12-05show types in reason selection, order by type and reasonivan
2007-12-04add some time-worked reportingivan
2007-12-04change credit reasons from freetext to new reason/reason type system (#2777)jeff
2007-11-26add our stylesheet to popup/print headersivan
2007-11-03move menu option for adv. customer reports to second level, same as advanced ↵ivan
invoice & package reports
2007-11-03new customer report/flattened package report (ticket 1428)jeff
2007-10-08Remove remaining calls to idiot/eidiot. Should fix 1479jeff
2007-10-05fix date selection on advanced invoice report, or future places where date ↵ivan
selection component is included multiple times
2007-10-05Initial checkin, was missing from the cust_bill_has_service condition checkin.jayce
2007-10-02Configuration right no longer gives access to things controlled by their own ↵ivan
ACLs (advertising source & package edit
2007-10-02package definitions controlled by their own ACL nowivan
2007-09-23accounts w/time remaining searchivan
2007-08-16support hours 'usage' tracking for our own internal use (#1733)jeff
2007-08-14add package churn report/graphivan
2007-08-14restore label on package status selectorivan
2007-08-04point 1.9 to 1.9 documentationivan
2007-08-02fix slowness on change package and also make it into a popupivan
2007-08-02fix slowness on change package and also make it into a popupivan
2007-08-01event refactor, landing on HEAD!ivan
2007-08-01masonizationivan
2007-06-02drop ticket search form and logic from ticketless installsjeff
2007-05-11Use FS::TicketSystem to get RT URL.khoff