phpBMS

Changeset 284 for branches/brian-oo

Show
Ignore:
Timestamp:
08/27/07 13:00:12 (5 years ago)
Author:
brieb
Message:

Updated changelog. Added default groupings.

Location:
branches/brian-oo
Files:
1 added
3 modified

Legend:

Unmodified
Added
Removed
  • branches/brian-oo/ChangeLog

    r204 r284  
     1phpBMS v0.7 
     2http://phpbms.org/browser/tags/phpbms-0.8 
     3 * Recurring invoices 
     4 * Objected oriented code changeover 
     5 * SQL Export Report 
     6 * Invoice Total Tax Report 
     7 * New list view interface 
     8 * New List View Groupings 
     9 * Various Bug fixes 
     10 * List View Column access roles 
     11 
     12The complete list of closed tickets can be found here: http://phpbms.org/query?status=closed&milestone=0.8 
     13 
    114phpBMS v0.7 
    215http://phpbms.org/browser/tags/phpbms-0.7 
  • branches/brian-oo/install/installxml.php

    r265 r284  
    112112                                                                                "tabledefs", 
    113113                                                                                "tablefindoptions", 
     114                                                                                "tablegroupings", 
    114115                                                                                "tableoptions", 
    115116                                                                                "tablesearchablefields", 
  • branches/brian-oo/install/updatev0.8.sql

    r283 r284  
    88INSERT INTO `tableoptions` (`tabledefid`, `name`, `option`, `othercommand`, `roleid`) VALUES (16,'printex','1',0,0); 
    99INSERT INTO `reports` (`name`, `type`, `tabledefid`, `displayorder`, `roleid`, `reportfile`, `description`, `createdby`, `creationdate`, `modifiedby`, `modifieddate`) VALUES ('224', 'SQL Export', 'export', '0', '0', '-100', 'report/general_sql.php', 'Generate SQL INSERT statements for records.', 1, NOW(), 1, NOW()); 
     10INSERT INTO `tablegroupings` (`tabledefid`, `field`, `displayorder`, `ascending`, `name`, `roleid`) VALUES (203,'tabs.tabgroup',1,1,'Group',0); 
     11INSERT INTO `tablegroupings` (`tabledefid`, `field`, `displayorder`, `ascending`, `name`, `roleid`) VALUES (11,'modules.name',1,0,'module',0); 
     12INSERT INTO `tablegroupings` (`tabledefid`, `field`, `displayorder`, `ascending`, `name`, `roleid`) VALUES (19,'if(menu.parentid=0,concat( lpad(menu.displayorder,3,\"0\"), \" - \" ,menu.name )  , concat( lpad(parentmenu.displayorder,3,\"0\") , \" - \",parentmenu.name))',1,1,'',0); 
     13INSERT INTO `tablegroupings` (`tabledefid`, `field`, `displayorder`, `ascending`, `name`, `roleid`) VALUES (16,'if(tabledefs.displayname is null,\"global\",tabledefs.displayname)',1,1,'',0); 
     14INSERT INTO `tablegroupings` (`tabledefid`, `field`, `displayorder`, `ascending`, `name`, `roleid`) VALUES (10,'fromtable.displayname',1,1,'from table',0); 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.