kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #16053
Re: Feature request: Extended BOM (Part, Footprint, etc.) management
Changes like this:
xdesign->AddChild( node( wxT( "title" ),
g_RootSheet->GetScreen()->GetTitle() ) );
xdesign->AddChild( node( wxT( "revision" ),
g_RootSheet->GetScreen()->GetRevision() ) );
On Thu, Dec 11, 2014 at 2:39 PM, Justin Partain <justinwpartain1@xxxxxxxxx>
wrote:
> Yes, there's actually a commented todo in the netform.cpp file in EESchema
> src:
>
> "@todo might do a list of schematic pages
>
> <page name="">
> <title/>
> <revision/>
> <company/>
> <comments>
> <comment>blah</comment> <!-- comment1 -->
> <comment>blah</comment> <!-- comment2 -->
> </comments>
> <pagesize/>
> </page>
> :
>
> and a sheet hierarchy report here
> <sheets>
> <sheet name="sheetname1" page="pagenameA">
> <sheet name="sheetname2" page="pagenameB"/> use recursion
> to output?
> </sheet>
> </sheets>"
>
> This is what I was speaking to, and though I'm just dangerous enough to
> find where to make the changes, attempts I've made to successfully make
> them failed.
>
>
> On Thu, Dec 11, 2014 at 1:03 PM, Lorenzo Marcantonio <
> l.marcantonio@xxxxxxxxxxxx> wrote:
>
>> On Thu, Dec 11, 2014 at 11:30:41AM -0500, Justin Partain wrote:
>> > Extended source file information would be great as well (like schematic
>> > Title, Revision Number, Comments, etc that are input into Page Settings
>> in
>> > EESchema). Currently, these fields are available to pull from, but not
>> > available in the BOM .XML file.
>>
>> I don't see practical issues in adding these in the XML file.
>>
>> Except that they can vary on each sheet :P what would you export, the
>> root sheet one? A collection of every sheet?
>>
>> --
>> Lorenzo Marcantonio
>> Logos Srl
>>
>> _______________________________________________
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help : https://help.launchpad.net/ListHelp
>>
>
>
References
-
Feature request: Extended BOM (Part, Footprint, etc.) management
From: Oli, 2014-08-20
-
Re: Feature request: Extended BOM (Part, Footprint, etc.) management
From: Mário Luzeiro, 2014-08-20
-
Re: Feature request: Extended BOM (Part, Footprint, etc.) management
From: Wayne Stambaugh, 2014-08-20
-
Re: Feature request: Extended BOM (Part, Footprint, etc.) management
From: Mário Luzeiro, 2014-08-20
-
Re: Feature request: Extended BOM (Part, Footprint, etc.) management
From: Mário Luzeiro, 2014-08-20
-
Re: Feature request: Extended BOM (Part, Footprint, etc.) management
From: José Eduardo S . C . Xavier, 2014-12-11
-
Re: Feature request: Extended BOM (Part, Footprint, etc.) management
From: Lorenzo Marcantonio, 2014-12-11
-
Re: Feature request: Extended BOM (Part, Footprint, etc.) management
From: Justin Partain, 2014-12-11
-
Re: Feature request: Extended BOM (Part, Footprint, etc.) management
From: Lorenzo Marcantonio, 2014-12-11
-
Re: Feature request: Extended BOM (Part, Footprint, etc.) management
From: Justin Partain, 2014-12-11