Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-02 | typo | ivan | |
2006-03-31 | fixed the errors pointed out by Ivan in the following email: | lsc | |
---- before and after now? I gave subscription and prorate a try. Subscription came out as: subscription 27th (03/25/06 - 04/27/06) $10.00 subscription 23rd (03/25/06 - 04/23/06) $10.00 the "23rd" one is right, but the "27th" one should have only advanced the date two days to 3/27/06. Prorate came out as: prorate 23rd (03/25/06 - 04/23/06) $9.20 prorate 27th (03/25/06 - 04/27/06) $10.49 The "23rd" one is right, but the "27th" one should have only advanced the date two days to 4/27/06. lsc@prgmr.com | |||
2006-03-30 | move all the schema-updating magic into DBIx::DBSchema | ivan | |
2006-03-25 | successfully correct the spelling of sucessful | ivan | |
2006-03-23 | for subscription.pm and prorate.pm: | lsc | |
-modify the subscription and prorate price plans (FS/FS/part_pkg/subscription.pm and prorate.pm) to have a configurable (add a field to the %info hash) billing day instead of "1st of the month" only. subscription will be easy, prorate will be a little trickier. essentially, I replaced the '1' in the 'day' field of the timelocal that generates $$date with the value I added to the %info hash, 'cutoff_day' -implement a price plan (new file in FS/FS/part_pkg/ - probably @ISA FS::part_pkg::subscription) that charges the first full month if the customer signs up between the 1st and the configurable billing day, and gives them the remainder of the month free if they sign up between the configurable billing day and the end of the month. if this is the first time the customer is billed, and if the date is greater than the cutoff date, advance $ssdate to cutoff_day of next month, else $$date is cutoff_date of this month. Either way, charge them for a month. ---------------------------------------------------------------------- | |||
2006-03-20 | add price plan to bill on internal or external CDRs directly, add option to ↵ | ivan | |
export CDRs to a per-customer downstream file | |||
2006-03-17 | use IO::File, lucky this never threw an error... | ivan | |
2006-03-15 | initial commit of this just cause i want a revision history | ivan | |
2006-03-15 | handle BIGSERIAL like SERIAL for the cdr table, and normalize canadian zip ↵ | ivan | |
codes as well as us ones | |||
2006-03-10 | want to know who *called* this without the required second arg | ivan | |
2006-03-08 | Add an option to the web interface to batch upload new entries to the | ivan | |
inventory_item table. | |||
2006-03-08 | Add a new table for inventory with for DIDs/serials/etc., and an additional | ivan | |
new table for inventory category (i.e. to distinguish DIDs, serials, MACs, etc.) | |||
2006-03-08 | add space in error msg | ivan | |
2006-03-03 | agent-specific sales/credit/receipts summary | ivan | |
2006-02-28 | update POD docs regarding new price plans | ivan | |
2006-02-22 | add vonage click2call feature | ivan | |
2006-02-22 | a better CGI::rooturl(), will have to do for now | ivan | |
2006-02-18 | CDR schema and class | ivan | |
2006-02-18 | update POD documentation left behind from example template | ivan | |
2006-02-16 | automate more of the initial data adding... | ivan | |
2006-02-08 | don't leave ssh zombies around either | ivan | |
2006-02-08 | update error message when secrets file cannot be found | ivan | |
2006-02-07 | well, it was already fatal. at least now the error message is better. | ivan | |
2006-02-05 | payment gateway editing | ivan | |
2006-02-01 | finish adding freeside-monthly and monthly events | ivan | |
2006-01-31 | oops, forgot $ | ivan | |
2006-01-31 | *** empty log message *** | ivan | |
2006-01-31 | fix "table not found" dbdef error message to recommend freeside-upgrade ↵ | ivan | |
instead create + dbdef-create | |||
2006-01-26 | whew, FINALLY can fix monthly exemption columns to work correctly. also ↵ | ivan | |
make them agent-specific. also fix package exemption columns, they were bunk too, sheesh. start adding package classes for package class tax reporting. | |||
2006-01-25 | change texas-style tax exemptions to be against a specific line item rather ↵ | ivan | |
than just general per-customer, for later tracking and tax reporting. fix 1969/1970 exemptions for one-off charges | |||
2006-01-05 | remove redundant indices on cust_main ship_ columns | ivan | |
2005-12-30 | Fixing a few typos. | rsiddall | |
2005-12-25 | update indices for better tax report performance | ivan | |
2005-12-25 | add invoice event to suspend only when greater than N amount | ivan | |
2005-12-22 | tax report update, link to new line item report, per-agent tax reporting | ivan | |
2005-12-19 | correct field labeling - not always monthly | ivan | |
2005-12-19 | add maximum "caps" to RADIUS usage charges | ivan | |
2005-12-16 | add motorola canopy attributes from wtxs, neaten up raddb.pm generation | ivan | |
2005-12-15 | payment "un-void"ing | ivan | |
2005-12-14 | allow a dir field to be set (or auto-generated) even if uid is fixed | ivan | |
2005-12-14 | add 'STATE' field for suspensions to Radiator export | ivan | |
2005-12-12 | use crypt password for radiator export | ivan | |
2005-12-07 | for fetching inserted keys without pg_oid_status, look up the actual ↵ | ivan | |
sequence name from dbdef rather than assuming ${table}_${column}_seq | |||
2005-12-06 | make sure zip is required for canada, also use CURRVAL() function instead of ↵ | ivan | |
pg_oid_status DBD attribute because Pg 8.1 doesn't have oids by default anymore | |||
2005-12-05 | avoid uninitialized value errors | ivan | |
2005-12-03 | force a dbdef reload. no wonder this had to be run multiple times before | ivan | |
2005-12-01 | shellcommands usermod_pwonly shouldn't apply to RADIUS groups, this is ↵ | ivan | |
messing up unrelated RADIUS exports | |||
2005-11-28 | turn off debugging | ivan | |
2005-11-28 | in POD example, remove extra SQL that Pg doesn't need and MySQL doesn't like | ivan | |
2005-11-28 | update docs and error message for all three supporte exports | ivan | |