summaryrefslogtreecommitdiff
path: root/httemplate/elements
AgeCommit message (Collapse)Author
2018-09-25Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into ↵Ivan Kohler
FREESIDE_3_BRANCH
2018-09-253.x overtimeIvan Kohler
2018-09-20RT# 80624 Detect and warn for bad MS Edge versionMitch Jackson
2018-09-09RT# 75817 - V3 css fix for table displayChristopher Burger
2018-09-09RT# 75817 - cleaned up password validation error messageChristopher Burger
2018-09-09RT# 75817 - fixed saving of password for new contacts, and password ↵Christopher Burger
validation on dynamicly created rows Conflicts: FS/FS/contact.pm httemplate/edit/elements/edit.html
2018-09-09RT# 75817 - added new file to hold javascript for password validationChristopher Burger
2018-09-09RT# 75817 - Added password change link to cust main pageChristopher Burger
Conflicts: httemplate/edit/cust_main-contacts.html httemplate/elements/validate_password.html httemplate/view/cust_main/contacts_new.html
2018-09-09RT# 75817 - removed change password link as it is not needed anymoreChristopher Burger
2018-09-09RT# 75817 - updated UI to be more intuitiveChristopher Burger
Conflicts: httemplate/edit/cust_main-contacts.html httemplate/elements/contact.html
2018-09-07RT# 80869 Harden process payment screen against Edge browser bugMitch Jackson
2018-08-22RT# 81150 Google now requires api key for drawing apiMitch Jackson
2018-06-20RT# 73964 - Added biling event action to send an email to phone nunber, and ↵Christopher Burger
updated email a notice to customer to allow emailing to phone number for email_to_voice service. Conflicts: FS/FS/cust_main_Mixin.pm httemplate/config/config-view.cgi httemplate/misc/email-customers.html
2018-06-19RT# 77470 - Fixed error with select reason drop down box, not working when ↵Christopher Burger
no pre_options listed
2018-06-19RT# 77470 - added reason option to advanced package report with suspended ↵Christopher Burger
status is selected. Also added links to suspend and unsuspend when status active or suspended is used. Conflicts: FS/FS/cust_pkg/Search.pm httemplate/elements/tr-select-reason.html httemplate/elements/tr-td-label.html
2018-05-26RT# 78665 Fix JSON crashMitch Jackson
2018-05-24RT# 79737 - Added ability to us a cc surcharge of a flat fee.Christopher Burger
Conflicts: FS/FS/cust_main/Billing_Realtime.pm httemplate/elements/tr-select-payment_options.html
2018-04-10RT#39115 - added a optional display name for oidChristopher Burger
2018-03-29RT# 78356 - fix for saisei integrationChristopher Burger
Conflicts: FS/FS/tower_sector.pm
2018-03-29RT# 78356 - added ability to create and modify rateplans and access point ↵Christopher Burger
when changed on freeside. cleanded up documentation. Conflicts: FS/FS/part_export/saisei.pm FS/FS/tower_sector.pm httemplate/edit/process/tower.html httemplate/edit/tower.html
2018-03-29RT# 78356 - updated documentation and added ability to create access points ↵Christopher Burger
as Saisei thru api Conflicts: FS/FS/Schema.pm FS/FS/part_export/saisei.pm FS/FS/tower_sector.pm httemplate/edit/process/tower.html httemplate/edit/tower.html httemplate/elements/tr-tower_sectors.html
2018-02-28RT# 79284 Option to set discount at Change PackageMitch Jackson
2018-02-26RT# 79497 - Changed email address check to all emails to be seperated by a ↵Christopher Burger
space. Added contacts to change history. Conflicts: httemplate/edit/process/cust_main.cgi
2018-02-20fix broadband reporting with giant query URLs (large numbers of package ↵Ivan Kohler
defs, etc.), RT#76765
2018-01-14RT# 78617 - updated redirect to freeside_status to show update messageChristopher Burger
Conflicts: httemplate/pref/pref-process.html httemplate/pref/pref.html
2018-01-14RT# 78617 - added alert code that can be placed on any page.Christopher Burger
2018-01-02fix reports for 2018, RT#79090Ivan Kohler
2017-12-12RT# 74959 - Fixed edit location link to acually save locationChristopher Burger
2017-12-08Change selectbox to checkbox on Credit Report form RT#73200Mitch Jackson
2017-12-08Added option for Credit Report to include Voided Credits RT#73200Mitch Jackson
2017-10-24RT# 77160 - created new customer time span reportChristopher Burger
Conflicts: httemplate/elements/menu.html
2017-10-05RT# 76968 - Added logo only header fileChristopher Burger
2017-09-13RT# 77504 - Documented javascript.Christopher Burger
2017-09-13RT# 77504 - Fixed error display issue, and javascript to prevent error.Christopher Burger
2017-09-08RT# 77167 - Added the ability to import a list of contactsChristopher Burger
Conflicts: httemplate/elements/menu.html
2017-08-25separate access control for payment reports, RT#77007Ivan Kohler
2017-08-18RT# 75817 - Some small updates to be able to backport to V3 because of no ↵Christopher Burger
cust_contact table in V3
2017-08-18RT# 75817 - fixed bug to only send email out to contact that is being ↵Christopher Burger
enabled not to all enabled contacts
2017-08-18RT# 75817 - fixed enable selection to send password reset and to allow you ↵Christopher Burger
to set password in one step
2017-08-18RT# 75817 - fixed contact password page to be more consistant with svc ↵Christopher Burger
password page, updated javascript to check password as you type rather than when you leave the field. Conflicts: FS/FS/contact.pm FS/FS/cust_contact.pm httemplate/elements/contact.html
2017-08-18RT# 75817 - updated set contact password to use popup window. fixes break in ↵Christopher Burger
first contact.
2017-08-18RT# 75817 - Added the ability to set contacts password on the backendChristopher Burger
Conflicts: httemplate/elements/validate_password.html httemplate/misc/xmlhttp-validate_password.html
2017-08-16RT# 73490 - updated group access right with better name, and set one time ↵Christopher Burger
migration to update all groups. Conflicts: FS/FS/access_right.pm
2017-08-16RT # 73490 - removed global conf and user pref check for hide tickets and ↵Christopher Burger
added group access control.
2017-08-16RT# 73490 - added global configuration to check if RT activity alert should ↵Christopher Burger
be displayed.
2017-07-12RT# 76303 - fixed bug with tags not saving when selectedChristopher Burger
Conflicts: httemplate/elements/checkboxes-table.html
2017-07-11RT# 74666 - updated some UI and description field location.Christopher Burger
Conflicts: httemplate/search/quotation.html
2017-06-22RT# 75817 - Added the ability to set contacts password on the backendChristopher Burger
Conflicts: httemplate/elements/validate_password.html httemplate/misc/xmlhttp-validate_password.html
2017-06-08RT# 74122 - updated change history to not show data with out a descriptionChristopher Burger
2017-05-24RT# 74666, Added quotation description to customer quotation list and ↵Christopher Burger
quotation view