Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-17 | insert_reason only worked if you passed in an existing reason, the code to ↵ | jayce | |
insert a new reason was in place, but didn't let the new reason get used. Code to do this was already in place, just not utilized. | |||
2007-10-14 | escape \dollar in invoice_latexnotes | ivan | |
2007-10-14 | don't fill up memory with objects for every customer being billed | ivan | |
2007-10-10 | set expandtab | ivan | |
2007-10-10 | With this line missing, cust_event objects would not fully create (eventpart ↵ | jayce | |
wasn't loading), causing the _X methods to fail on ->part_event. Only noticed when you retried events that had previously failed. | |||
2007-10-09 | be polite! don't spew debugging info unless its asked for. | ivan | |
2007-10-09 | fix documenation links to point into wiki where they belong | ivan | |
2007-10-09 | add ticket_system-priority_reverse config | ivan | |
2007-10-08 | add cust_bill_owed as an implicit condition (whew), and make sure it is ↵ | ivan | |
added on migrations (also: fixed implicit conditions like this which only apply to a subset of eventtables) | |||
2007-10-05 | reenalbe this condition | ivan | |
2007-10-05 | add disable ability to conditions & disable cust_bill_has_service, so the ↵ | ivan | |
condition edit page renders again | |||
2007-10-04 | whitespace | ivan | |
2007-10-04 | such a dumb little thing, but i think that should really do it. whew | ivan | |
2007-10-04 | don't leave stray 'new' events around if they don't pass their final ↵ | ivan | |
condition check | |||
2007-10-04 | hopefully fix once.pm properly... | ivan | |
2007-10-04 | add SKIP_CONDITION_SQL debugging aid | ivan | |
2007-10-04 | additional due_cust_event debugging | ivan | |
2007-10-04 | nobody likes it when you forget ions | ivan | |
2007-10-04 | additional due_cust_event debugging | ivan | |
2007-10-04 | additional due_cust_event debugging | ivan | |
2007-10-04 | i really hope this finally does it | ivan | |
2007-10-04 | dot strikes again | ivan | |
2007-10-04 | whew, i think this might actually fix it | ivan | |
2007-10-04 | doh! does that really fix agent-specific agent template migration from 1.7? ↵ | ivan | |
sure hope so | |||
2007-10-04 | add debugging option to qsearch | ivan | |
2007-10-04 | add missing =back | ivan | |
2007-10-04 | support part_pkg option input validation, check bytecounts and allow commas ↵ | jeff | |
(closes 1863) | |||
2007-10-04 | add missing CLI utilities to FS.pm too | ivan | |
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 | |