summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-26clarify interface difference between calc_setup and calc_recur: calc_setup ↵Ivan Kohler
takes a start time, calc_recur takes a start time scalar reference, RT#83503
2019-07-26Merge branch 'master' of git.freeside.biz:/home/git/freesideIvan Kohler
2019-07-26spacing, RT#83503Ivan Kohler
2019-07-26fix intro rates packages vs discounts, RT#83503Ivan Kohler
2019-06-25RT# 82137 - added processing fee template substitution.Christopher Burger
2019-06-25RT# 82137 - default payment amount now has processing fee in total if ↵Christopher Burger
processing fee exists.
2019-06-24RT# 82137 - fixed problem with form submit before selecting payment amountChristopher Burger
2019-06-24RT# 82137 - Added ability for processing fee to be pain on seperate invoice.Christopher Burger
2019-06-15RT# 83450 - fixed rateplan exportChristopher Burger
2019-06-14RT# 83450 - added location to virtual ap and added script to force update of ↵Christopher Burger
all virtual ap
2019-06-12RT# 80488 Current city value always exists in cities selectboxMitch Jackson
2019-06-12RT# 80488 Ensure WA distrct taxes are properly appliedMitch Jackson
2019-06-12RT# 80488 Improve WA tax table update utilityMitch Jackson
2019-06-12RT# 80488 freeside-wa-tax-table-resolve --merge-all and --fix-usfMitch Jackson
2019-06-10RT# 83460 Fix validation bug on part_event_optionMitch Jackson
2019-06-10RT# 83450 - added fields interface and map_location to exportChristopher Burger
2019-06-06RT# 83251 - removed search for unprovisioned servicesChristopher Burger
2019-06-05RT# 83436 - fixed Advanced Broadband Service Report when displaying phone ↵Christopher Burger
numbers
2019-06-04RT# 83251 - changed name of script in documentationChristopher Burger
2019-06-04RT# 83365 - Added city select to work like back endChristopher Burger
2019-05-28RT# 77532 - fixed error where cust main fax not showing, and fixed checking ↵Christopher Burger
of phonetypenum
2019-05-27RT# 83402 Fix typoMitch Jackson
2019-05-27RT# 83122 Fix update tool to properly display caught errorMitch Jackson
2019-05-27RT# 83122 Do not auto-repair wa state sales tax rowsMitch Jackson
Dupe rows may actually be dupes, or they may be manually created taxes for other purposes! Pulled out auto-repair code, because it could be harming user's manually entered tax tables. When dupes are detected, wa sales taxes will not auto update, and instead generate error and log messages pointing user towardst the freeside-wa-tax-table-resolve CLI tool
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-27RT# 82906 Fix typos in script help textMitch Jackson
2019-05-26RT# 83402 CLI tool to repair wa state tax tablesMitch Jackson
2019-05-24RT# 77532 - can search cust main phone numbers in advanced customer searchChristopher Burger
2019-05-23RT# 75680 - fixed telapi_voip cdr csv importChristopher Burger
2019-05-23Revert "RT# 75680 - telapi_voip cdr csv import"Christopher Burger
This reverts commit 606acab48f55da2b8846e5539839d591b63ae18c.
2019-05-23RT# 75680 - telapi_voip cdr csv importChristopher Burger
2019-05-22RT# 77532 - created method to display phone typesChristopher Burger
2019-05-22RT 77532 - added contact phone numbers to advanced customer reportChristopher Burger
2019-05-21RT# 83401 Send country field to B::OP on tokenizeMitch Jackson
2019-05-21RT# 83401 Catch exception and display suitable errorMitch Jackson
2019-05-21Revert "restore our time-tracking hack, RT#83379, RT#81529"Ivan Kohler
This reverts commit a1b53bf2e2af68085228b73c9da980fc49b1d393.
2019-05-20restore our time-tracking hack, RT#83379, RT#81529Ivan Kohler
2019-05-16RT# 83179 - set agent num to use default agentnum if configured, and fixed ↵Christopher Burger
adding contact rows
2019-05-15RT# 83341 - added ability to sort by name in advanced customer reportsChristopher Burger
2019-05-15RT 83251 - moved scriptChristopher Burger
2019-05-14RT# 83306 - fixed realtime refundsChristopher Burger
2019-05-13RT# 83251 - added option to update tower/sectorChristopher Burger
2019-05-10RT# 82949 - fixed error where form submits on cancelChristopher Burger
2019-05-09RT# 82949 - changes section name from fees to pricing, better opitonChristopher Burger
2019-05-09RT# 82949 - added the ability to bulk increase package fees (setup and/or ↵Christopher Burger
recurring) by a percentage
2019-05-08RT# 83251 - added option to only update null fieldsChristopher Burger
2019-05-07RT# 83147 - Added new error message when email does not match because of ↵Christopher Burger
case sensitivity
2019-05-07RT# 82132 - updated password reset by mail to use username-uppercase configChristopher Burger
2019-05-07RT# 82132 - updated selfservice login to use config username-uppercaseChristopher Burger
2019-05-05RT# 83122 Utility to issue credits against taxnums - fix typoMitch Jackson