Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-04 | fixing wrong POD NAME doc | ivan | |
2007-10-04 | wtf! | ivan | |
2007-10-04 | update FS base page for new stuff in 1.9 | ivan | |
2007-10-04 | update top-level FS manpage | ivan | |
2007-10-04 | update top-level FS manpage | ivan | |
2007-10-04 | POD documentation updates | ivan | |
2007-10-02 | doh! | ivan | |
2007-10-02 | fix up re-email these events | jeff | |
2007-10-02 | need the space | ivan | |
2007-10-02 | this flag has nothing to do with recur tax :) | ivan | |
2007-10-02 | fix small problems with earlier commit: add back earlier commits reverted by ↵ | ivan | |
this patch, also revert gratuitous whitespace changes | |||
2007-10-02 | proper fix for once.pm bug? hopefully it works :) | ivan | |
2007-09-30 | this might fix agent-specific invoicing when migrated from 1.7? | ivan | |
2007-09-29 | fix ambiguous agentnum errors in cust_event.html & report_tax.cgi (provide a ↵ | ivan | |
table option in access_user::agentnums_sql so this is easy to fix for other reports too) | |||
2007-09-28 | Fixes a bug where retry_realtime isn't limiting to that user's events, ↵ | jayce | |
therefore selecting all retryable events, and having to filter later. On a system with a running history, this caused bad O() types of situations for performance, especially bad when this was called by something that a user would be awaiting feedback from | |||
2007-09-28 | Cleanup qsearch for readability, removes heinous map {} of several hundred ↵ | jayce | |
lines into two simple method calls | |||
2007-09-27 | Multi-System Billing: | jayce | |
with a -m flag, daily will queue billing jobs instead of running each. freeside-queued will then pick it up, allowing multiple simultaneous jobs to run, as well as multiple machines. Also adds a 'Secure' column to the queue system, allowing for billing jobs to define themselves as 'secure only' in cases where a box might be using the encryption. This allows you to run secure only jobs (such as a collect) on boxes that can. | |||
2007-09-26 | Initial import. | jayce | |
Condition tests to see if the Invoice bills for a particular service. | |||
2007-09-26 | Event loop changes after initial creation caused this to never trigger, as ↵ | jayce | |
the event loop creates a 'NEW' record, as a placeholder. We need to not die from that. | |||
2007-09-24 | self-service support usage improvements (1733) | jeff | |
2007-09-24 | beginning of agent-virtualization of packages | ivan | |
2007-09-23 | remove compat with pre-0.33 DBIx::DBSchema | ivan | |
2007-09-23 | accounts w/time remaining search | ivan | |
2007-09-23 | accounts w/time remaining search | ivan | |
2007-09-22 | have to import tld_exists function if we're going to use it | ivan | |
2007-09-19 | fix at least one small problem with reprint/email/fax functionality: now ↵ | ivan | |
should understand the "most recent invoice per customer" and invoice # min/max options | |||
2007-09-18 | add missing column access_user_pref.expiration | ivan | |
2007-09-18 | allow assignment of auto recharge values AND rollover | jeff | |
2007-09-18 | auto commit for vacuum | jeff | |
2007-09-17 | fix scoping issues with $1 and $2 resulting in payinfo trying getting set to ↵ | ivan | |
xxEK, thanks to _vlad_ for tracking this down and providing a fix | |||
2007-09-17 | elaborate on ambiguous instructions | ivan | |
2007-09-13 | rename svc_acct_rt_transaction to acct_rt_transaction, as it is not a ↵ | ivan | |
service, its something that hangs off of an svc_acct (like an acct_snarf). thank goodness was able to do this before its any sort of migration problem... | |||
2007-09-13 | some notes about old part_svc columns, since DBIx::DBSchema 0.33+ will now ↵ | ivan | |
drop them... | |||
2007-09-12 | don't want a fatal error when we can't fetch the name for a queue... | ivan | |
2007-09-12 | fix problems migrating weird statustext from cust_bill_event records | ivan | |
2007-09-12 | prevent (less than) and (greater than) in statustext message (or anything ↵ | ivan | |
else weird) from causing them not to get inserted | |||
2007-09-12 | fix "Useless use of a variable in void context at ↵ | ivan | |
/usr/local/share/perl/5.8.8/FS/svc_domain.pm line 367." that might have possible set an incorrest svc_domain.suffix | |||
2007-09-11 | add cust_main-require_phone and cust_main-require_invoicing_list_email options | ivan | |
2007-09-11 | better default paydate for letters | ivan | |
2007-09-07 | default cancellation subject so the emails work even when people don't set ↵ | ivan | |
one in config | |||
2007-09-07 | tweak debugging | ivan | |
2007-08-23 | fix bug where user could log in to RADIUS with uppercase usernameand avoid ↵ | ivan | |
bandwidth acconting (mysql is case-insensitive? wtf! thanks a fucking lot for nothing, grr!) | |||
2007-08-17 | miss use | jeff | |
2007-08-16 | correct labels in service definition edit for svc_acct (#1745) | jeff | |
2007-08-16 | remove debugging | ivan | |
2007-08-16 | agent_custid bugfix (1746) | jeff | |
2007-08-16 | support hours 'usage' tracking for our own internal use (#1733) | jeff | |
2007-08-16 | have generate_letter assume a default paydate of 2037-12 so it doesn't bomb ↵ | ivan | |
out on empty paydates | |||
2007-08-15 | add -n option to freeside-sqlradius-reset to supress deleting data | ivan | |
2007-08-14 | add package churn report/graph | ivan | |