summaryrefslogtreecommitdiff
path: root/httemplate/edit/process
AgeCommit message (Collapse)Author
2022-05-11quiet CGI param warningIvan Kohler
2022-04-27quiet warnings about CGI::param in list contextIvan Kohler
2020-11-09ACL for hardware class config, RT#85057Ivan Kohler
2019-05-27RT# 83320 Fix UI bug managing taxesMitch Jackson
No longer incorrectly carrying the source and district columns from other tax rows into new tax rows
2019-05-22RT# 83306 - fixed realtime refundsChristopher Burger
2019-05-10RT# 82949 - changes section name from fees to pricing, better opitonChristopher Burger
2019-05-10RT# 82949 - added the ability to bulk increase package fees (setup and/or ↵Christopher Burger
recurring) by a percentage Conflicts: httemplate/browse/part_pkg.cgi httemplate/elements/header-full.html
2019-05-04RT# 83259 - adding/editing tower sector will no check for required fields ↵Christopher Burger
prior to exporting if able to export
2019-04-30RT# 83211 - Added service export error test reportChristopher Burger
2019-04-30RT# 83204 - added link to service or tower causing error.Christopher Burger
Conflicts: httemplate/misc/progress-popup.html
2019-04-03RT# 83057 - Added check for duplicate entry to avoid sql errorChristopher Burger
2019-03-15RT# 83044 - V3 fixChristopher Burger
2019-03-15RT# 83044 - fixed cc refund issuesChristopher Burger
Conflicts: httemplate/edit/process/cust_refund.cgi httemplate/misc/download-batch.cgi
2019-03-11RT# 82988 - Fixed so only formats that can handle electronic refunds can ↵Christopher Burger
download those files Conflicts: httemplate/view/cust_main/menu.html
2019-02-21RT# 82092 - v3 display fixChristopher Burger
2019-02-21RT# 82092 - Removed reload of DB SchemaChristopher Burger
2019-02-21RT# 82092 - Updated text to remind customer to restart apache after creating ↵Christopher Burger
custom field Conflicts: httemplate/elements/header-full.html
2019-02-21RT# 82092 - added field validationChristopher Burger
2019-02-21RT# 82092 - custom fields now save and fixed so name label is displayed ↵Christopher Burger
insted of actual field name Conflicts: FS/FS/Record.pm httemplate/edit/process/cust_main.cgi
2019-01-29RT 78356 - fixed display of error on tower and sector exportsChristopher Burger
2018-12-11RT# 74693 - Added Bulk edit of rates onlyChristopher Burger
Conflicts: httemplate/browse/cust_main_county.cgi
2018-11-28RT# 81126 - IP address field now shows required when required, IP address ↵Christopher Burger
and Radius Group sticky on error when provisioning svc broadband Conflicts: FS/FS/svc_broadband.pm
2018-11-09RT# 81712 Disallow empty feepart for pkg_fee billing event actionMitch Jackson
2018-11-08RT# 74435 - removed excess cust_pay code not needed in V3Christopher Burger
2018-11-08RT# 74453 - V3 fixes for backportChristopher Burger
2018-11-07RT# 74435 - fixed so payment would auto unapply when doing a batch refundChristopher Burger
Conflicts: httemplate/edit/process/cust_refund.cgi
2018-10-09RT#38217: Send email when logging conditions are metJonathan Prykop
2018-09-09RT# 75817 - fixed redirect errorChristopher 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-08-02RT# 78356 keys on hashref deprecated in perl 5.24Mitch Jackson
2018-07-31RT# 78356 - made status bar more responsive on export. Changed svc update ↵Christopher Burger
to only happen when up and down speeds change.
2018-07-31RT# 78356 - added speed test fields for broadband service and new modifier ↵Christopher Burger
to get speed from fcc_477 form in package
2018-07-16RT# 74435 - added check, to make sure batch format can handle refundsChristopher Burger
Conflicts: httemplate/misc/download-batch.cgi
2018-07-16RT# 74435 - Fixed error with refund link on payment history page not ↵Christopher Burger
allowing batch refund when batch payment was made. Conflicts: FS/FS/cust_main/Billing_Realtime.pm httemplate/view/cust_main/menu.html
2018-07-16RT# 74435 - fixed errors in posting a echeck refund when no account is listed.Christopher Burger
Conflicts: FS/FS/cust_main/Billing_Batch.pm httemplate/elements/tr-select-cust_payby.html httemplate/misc/payment.cgi httemplate/misc/process/payment.cgi
2018-07-16RT# 74435 - Adding option to allow refunds using electronic check batch with ↵Christopher Burger
RBC format. Conflicts: FS/FS/Schema.pm FS/FS/cust_main/Billing_Batch.pm httemplate/view/cust_main/menu.html
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
2017-12-12RT# 24643 - Version 3 changes to allow for waive setup fee on change packagesChristopher Burger
2017-12-12RT# 24643 - fixed error in saving waive setup fee flag when not selectedChristopher Burger
2017-12-12Revert "RT# 24643 - fixed error in saving waive setup fee flag when not ↵Christopher Burger
selected" This reverts commit 7e2111f1ebc063df6a0afbb5903ae17a96ca3bb8.
2017-12-12RT# 24643 - fixed error in saving waive setup fee flag when not selectedChristopher Burger
2017-12-12RT# 24643, added waive setup fee option to change package screen.Christopher Burger
Conflicts: httemplate/edit/process/change-cust_pkg.html
2017-08-29RT# 77200 - Changed fixed active date to a user input dateChristopher Burger
2017-08-04RT# 74715 - fixed saving of census tract to actually save.Christopher Burger
2017-05-24RT# 21110 Unparsable age error. Added javascript to validate field prior to ↵root
submitting the form. Also place checked prior entry in database.
2017-03-10fix paymask removal when editing a customer with a tokenized card, RT#74900Ivan Kohler
2017-03-03successful spelling, RT#74993Ivan Kohler