Author: reinhard Date: 2007-01-08 07:52:43 -0600 (Mon, 08 Jan 2007) New Revision: 9227
Added: trunk/gnue-samples/two-tier/processes/ trunk/gnue-samples/two-tier/processes/sample.gpd Log: Added navigator file. Added: trunk/gnue-samples/two-tier/processes/sample.gpd =================================================================== --- trunk/gnue-samples/two-tier/processes/sample.gpd 2007-01-08 13:15:48 UTC (rev 9226) +++ trunk/gnue-samples/two-tier/processes/sample.gpd 2007-01-08 13:52:43 UTC (rev 9227) @@ -0,0 +1,72 @@ +<?xml version="1.0"?> + +<processes title="GNU Enterprise Example Application"> + <description> + <![CDATA[ + <h1>Example Invoicing Application</h1> + Maintain customers and items, and create invoices.<br> + This serves mainly as an example for the various features of the GNU + Enterprise toolset. + <hr> + If you'd like additional information on GNU Enterprise, please visit + <a href="http://www.gnuenterprise.org">our web page</a>. + ]]> + </description> + <process title="Data Maintenance" id="maintenance"> + <description> + <![CDATA[ + <h1>Data Maintenance</h1> + This section contains general data maintenance. + ]]> + </description> + <step type="form" location="forms/items.gfd" title="Item Maintenance"> + <description> + <![CDATA[ + <h1>Item Maintenance</h1> + In this form, you can create, modify and delete the items that can + later appear on an invoice. + + <h2>Notes</h2> + Images have to be stored in the image subdirectory, and the file name + of the image has to be identical with the item number. + ]]> + </description> + </step> + <step type="form" location="forms/customers.gfd" + title="Customer Maintenance"> + <description> + <![CDATA[ + <h1>Customer Maintenance</h1> + In this form, you can create, modify and delete the customers that + can later be used on an invoice. + ]]> + </description> + </step> + <step type="form" location="forms/countries.gfd" + title="Customer Maintenance"> + <description> + <![CDATA[ + <h1>Country Maintenance</h1> + In this form, you can maintain the table of countries to be used in + the customer maintenance form. + ]]> + </description> + </step> + </process> + <process title="Invoicing" id="items"> + <description> + <![CDATA[ + <h1>Invoicing</h1> + Create, modify and print invoices. + ]]> + </description> + <step type="form" location="forms/invoices.gfd" title="Invoice Maintenance"> + <description> + <![CDATA[ + <h1>Invoice Maintenance</h1> + In this form you can write invoices. + ]]> + </description> + </step> + </process> +</processes> _______________________________________________ commit-gnue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnue
