summaryrefslogtreecommitdiff
path: root/httemplate
AgeCommit message (Collapse)Author
2017-09-08RT# 77167 - Added the ability to import a list of contactsChristopher Burger
Conflicts: httemplate/elements/menu.html
2017-09-06display usage fields in deterministic orderIvan Kohler
2017-09-05if a single entry has bad UTF-8 chars, error out on that entry only instead ↵Ivan Kohler
of the whole conf page
2017-08-29RT# 77245 - fixed bug when adding router, now services are added.Christopher Burger
2017-08-29RT# 77200 - Changed fixed active date to a user input dateChristopher Burger
2017-08-26referral status search, RT#75757Ivan Kohler
2017-08-26referral count search, RT#75757Ivan Kohler
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# 76992 - Added 3 new import formats that combine Location and Phone ServiceChristopher Burger
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-08-06show database size detailIvan Kohler
2017-08-04RT# 74715 - fixed saving of census tract to actually save.Christopher Burger
2017-08-03fix agent-specific invoice_default_terms on new customer add, RT#76862Ivan Kohler
2017-08-01RT# 74665 - small cleanup of code, removed text valueChristopher Burger
Conflicts: httemplate/edit/quotation.html
2017-08-01RT# 74665 - set a default close date if global config ↵Christopher Burger
quotation_disable_after_days is set Conflicts: httemplate/edit/quotation.html
2017-07-17search for payments by customer location, RT#76691Ivan Kohler
2017-07-14optimize rate display, RT#72030Ivan Kohler
2017-07-14cant go back and cant stand stillIvan Kohler
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-30RT# 74666 - fixed vulnerability by escaping quotation_description varChristopher Burger
Conflicts: httemplate/view/quotation.html
2017-06-30RT# 74666 - fixed header not displaying errorChristopher Burger
2017-06-28fix country code browser on subsequent selections and add country nameIvan Kohler
2017-06-28RT# 76312 - improved code by using an array datatype rather than a string ↵Christopher Burger
that is then later manipulated.
2017-06-28RT# 76312 - added customer tags to search options for payment report.Christopher Burger
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-21RT# 76171 - Added Interal Circuit Id to view circuit service page.Christopher Burger
2017-06-21fix times on appointments list (RT stores dates in UTC), RT#76486Ivan Kohler
2017-06-20change isIvan Kohler
2017-06-15RT# 76171 - Added new svc_circuit field internal_circuit_id, updated label ↵Christopher Burger
for existing svc_circuit field circuit_id to Provider Circuit ID.
2017-06-13RT# 76028 - Added search field Card Last 4#: to allow the filtering of ↵Christopher Burger
payment report by last four of credit card used. Only shows when card_masking_method is set to display last 4
2017-06-08RT# 74122 - updated change history to not show data with out a descriptionChristopher Burger
2017-06-02separate ACL for editing customer invoice terms, RT#75759Ivan Kohler
2017-05-30RT# 74666 - fixed display error on v3.Christopher Burger
2017-05-25RT# 71419 Added Cancel date option, and updated package nameChristopher Burger
2017-05-25RT# 71419 Updated Advanced wireless broadband report with new option to ↵Christopher Burger
display package name.
2017-05-24RT# 74666, Added quotation description to customer quotation list and ↵Christopher Burger
quotation view
2017-05-24RT# 74122 - Updated Change History to be more user friendly. Tags are now ↵Christopher Burger
color coded user readable.
2017-05-24RT# 21110 - cleaned up jQuery Validate link to be compatible with other links.Christopher Burger
2017-05-24RT# 21110 - fixed bad link on license.htmlChristopher Burger
2017-05-24RT# 21110, Updated files to use jquery-validate jquery plugin. This allows ↵Christopher Burger
for field validation instead of just form validation. Also updated footer so it does not use experimental keys on scalar. Dereferenced hash ref prior to using keys.
2017-05-24RT# 21110 Unparsable age error. Added documentation to the footer to show ↵root
how to validate a form.