Feature Requests item #1345878, was opened at 2005-11-02 13:40 Message generated for change (Comment added) made by bogdan_iancu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743023&aid=1345878&group_id=139143
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: modules Group: ver devel >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Federico Giannici (giannici) Assigned to: Bogdan (bogdan_iancu) Summary: Implement db_fmt parameter in acc module Initial Comment: With the db_extra parameter it is possible to ADD new fields to the accounting table, but currently it's not possible to REMOVE fields from it. As the accountig data could be a very large number of records, I think it is important to reduce all unused data. What is need is simply to implement a db_fmt parameter, with the same meaning of log_fmt. At a first sight, it should be easy enought. I think the most important change is in the acc_db_init_keys() function: we have to make the keys initialization based to the new db_fmt parameter. I don't see any other great change, but I could be wrong... ---------------------------------------------------------------------- >Comment By: Bogdan (bogdan_iancu) Date: 2006-09-23 02:52 Message: Logged In: YES user_id=1275325 this is fixed by the new ACC restructuring. You have the minimal default set of values to be accouting. For anything else more, just use the extra accouting - a very flexible way to expand your accouting. regards, bogdan ---------------------------------------------------------------------- Comment By: Bogdan (bogdan_iancu) Date: 2005-11-03 14:07 Message: Logged In: YES user_id=1275325 I will have to investigate what will be the impact over the DB interaction (variable nr/name of columns). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743023&aid=1345878&group_id=139143 _______________________________________________ Devel mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/devel
