From: <rc...@us...> - 2016-09-28 00:08:43
|
Revision: 7638 http://sourceforge.net/p/web-erp/reponame/7638 Author: rchacon Date: 2016-09-28 00:08:40 +0000 (Wed, 28 Sep 2016) Log Message: ----------- Add webERP logo in Scalable Vector Graphics format. Modified Paths: -------------- trunk/doc/Change.log Added Paths: ----------- trunk/webERP_logo.svg Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2016-09-25 10:38:47 UTC (rev 7637) +++ trunk/doc/Change.log 2016-09-28 00:08:40 UTC (rev 7638) @@ -1,5 +1,6 @@ webERP Change Log +27/09/16 RChacon: Add webERP logo in Scalable Vector Graphics format. 25/09/16 Exson: Make customer reference GET method workable in SelectCompletedOrder.php. Fixed decimalplaces missing bug in SelectOrderItems.php. Add due date, order date and customer reference option in SelectSalesOrder.php. 25/09/16 Exson: Make the details show immediately when the search result is one in SelectCompletedOrder.php.And add return links in OrderDetails.php. 24/10/16 Simon Kelly: Fixed placing POs for sales orders using array form variable Added: trunk/webERP_logo.svg =================================================================== --- trunk/webERP_logo.svg (rev 0) +++ trunk/webERP_logo.svg 2016-09-28 00:08:40 UTC (rev 7638) @@ -0,0 +1,104 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + height="192" + width="770" + viewBox="0 0 770 192" + id="svg2" + version="1.1"> + <title + id="title3343">webERP icon</title> + <metadata + id="metadata18"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>webERP icon</dc:title> + <dc:rights> + <cc:Agent> + <dc:title>weberp.org</dc:title> + </cc:Agent> + </dc:rights> + <dc:publisher> + <cc:Agent> + <dc:title>Rafael E. Chacón</dc:title> + </cc:Agent> + </dc:publisher> + <dc:language>en-GB</dc:language> + <cc:license + rdf:resource="http://creativecommons.org/licenses/by-nc-sa/3.0/" /> + <dc:date>2016-09-10</dc:date> + <dc:description>webERP scalable icon</dc:description> + <dc:source>http://weberp.org</dc:source> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/by-nc-sa/3.0/"> + <cc:permits + rdf:resource="http://creativecommons.org/ns#Reproduction" /> + <cc:permits + rdf:resource="http://creativecommons.org/ns#Distribution" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#Notice" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#Attribution" /> + <cc:prohibits + rdf:resource="http://creativecommons.org/ns#CommercialUse" /> + <cc:permits + rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> + <cc:requires + rdf:resource="http://creativecommons.org/ns#ShareAlike" /> + </cc:License> + </rdf:RDF> + </metadata> + <defs + id="defs16" /> + <rect + height="192" + id="WhiteRoundedRectangle" + rx="19" + ry="19" + style="fill:#ffffff" + width="770" + x="0" + y="0" /> + <rect + height="192" + id="GrayRoundedRectangle" + rx="19" + ry="19" + style="fill:#808080" + width="385" + x="385" + y="0" /> + <path + d="M 19,53 19,139 122,139 122,53 103,53 103,122 80,122 80,53 61,53 61,122 38,122 38,53 Z" + id="W" + style="fill:#808080" /> + <path + d="M 141,53 141,139 244,139 244,120 160,120 160,87 244,87 244,105 160,105 160,72 244,72 244,53 Z" + id="E" + style="fill:#808080" /> + <path + d="M 263,19 263,139 366,139 366,53 282,53 282,19 Z M 347,72 347,120 282,120 282,72 Z" + id="B" + style="fill:#808080" /> + <path + d="M 404,53 404,139 507,139 507,120 423,120 423,87 507,87 507,105 423,105 423,72 507,72 507,53 Z" + id="E2" + style="fill:#ffffff" /> + <path + d="M 526,53 526,139 545,139 545,72 629,72 629,53 Z" + id="R" + style="fill:#ffffff" /> + <path + d="M 648,53 648,173 667,173 667,139 751,139 751,53 Z M 732,72 732,120 667,120 667,72 Z" + id="P" + style="fill:#ffffff" /> +</svg> |