[open-ils-commits] [GIT] Evergreen ILS branch master updated. 71be8c22b41177ecebbbebdd6f913b1660a85f37

Evergreen Git git at git.evergreen-ils.org
Sat Feb 27 17:57:47 EST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  71be8c22b41177ecebbbebdd6f913b1660a85f37 (commit)
       via  2dd45d720fa0f79c96b6af15d2588e776f9466d2 (commit)
       via  c7b8ab2cc557c22ecbd3cd40412b65d4317da156 (commit)
       via  6aa0c8a83f25516433bfc2699b09b10de5c72338 (commit)
      from  489dba386a4be2a950149e4cf28f106b6fa4a1d6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 71be8c22b41177ecebbbebdd6f913b1660a85f37
Author: Chris Sharp <csharp at georgialibraries.org>
Date:   Fri Feb 26 17:34:25 2016 -0500

    LP#1516104: Amending wording in license text to clarify correct license.
    
    Signed-off-by: Chris Sharp <csharp at georgialibraries.org>
    Signed-off-by: Ben Shum <ben at evergreener.net>

diff --git a/Open-ILS/xul/staff_client/imagesources/licenses.txt b/Open-ILS/xul/staff_client/imagesources/licenses.txt
index bd608f3..e4f65ad 100644
--- a/Open-ILS/xul/staff_client/imagesources/licenses.txt
+++ b/Open-ILS/xul/staff_client/imagesources/licenses.txt
@@ -27,6 +27,6 @@ Copyright © North of Boston Library Exchange, all rights reserved.
 Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".
 
 blue_acq_po_search.svg and blue_acq_invoice_search.svg derived from North of Boston Library Exchange vector graphics by Michael Peters on behalf
-of Georgia Public Library Service for use in the PINES consortium.
+of Georgia Public Library Service for use in the PINES consortium.  They are also subject to terms of the GNU Free Documentation License, Version 1.2.
 
 Other color variants of the abvoe SVG files and final toolbar images are generated by the maketoolbarpics.sh script in this folder.

commit 2dd45d720fa0f79c96b6af15d2588e776f9466d2
Author: Chris Sharp <csharp at georgialibraries.org>
Date:   Mon Jan 4 15:33:37 2016 -0500

    LP#1516104: Adding the PNGs generated from mrpeters' SVG files and adjusting the file paths/names.
    
    Signed-off-by: Chris Sharp <csharp at georgialibraries.org>
    
    Removing placeholder icons
    
    Signed-off-by: Chris Sharp <csharp at georgialibraries.org>
    Signed-off-by: Ben Shum <ben at evergreener.net>

diff --git a/Open-ILS/xul/staff_client/chrome/skin/global.css b/Open-ILS/xul/staff_client/chrome/skin/global.css
index f0ec6b6..bcd6961 100644
--- a/Open-ILS/xul/staff_client/chrome/skin/global.css
+++ b/Open-ILS/xul/staff_client/chrome/skin/global.css
@@ -150,8 +150,8 @@ help { -moz-binding: url('chrome://open_ils_staff_client/content/main/bindings.x
 #main_toolbox toolbarbutton[command="cmd_acq_create_po"] { list-style-image: url("chrome://open_ils_staff_client/skin/media/images/toolbar_blue/acq_create_po_toolbar.png"); }
 #main_toolbox toolbarbutton[command="cmd_acq_claim_eligible"] { list-style-image: url("chrome://open_ils_staff_client/skin/media/images/toolbar_blue/acq_claim_eligible_toolbar.png"); }
 #main_toolbox toolbarbutton[command="cmd_acq_create_invoice"] { list-style-image: url("chrome://open_ils_staff_client/skin/media/images/toolbar_blue/acq_create_invoice_toolbar.png"); }
-#main_toolbox toolbarbutton[command="cmd_acq_view_local_inv"] { list-style-image: url("chrome://open_ils_staff_client/skin/media/images/toolbar_blue/acq_view_local_inv_toolbar.png"); }
-#main_toolbox toolbarbutton[command="cmd_acq_view_local_po"] { list-style-image: url("chrome://open_ils_staff_client/skin/media/images/toolbar_blue/acq_view_local_po_toolbar.png"); }
+#main_toolbox toolbarbutton[command="cmd_acq_view_local_inv"] { list-style-image: url("chrome://open_ils_staff_client/skin/media/images/toolbar_blue/acq_invoice_search_toolbar.png"); }
+#main_toolbox toolbarbutton[command="cmd_acq_view_local_po"] { list-style-image: url("chrome://open_ils_staff_client/skin/media/images/toolbar_blue/acq_po_search_toolbar.png"); }
 #main_toolbox toolbarbutton[command="cmd_booking_reservation"] { list-style-image: url("chrome://open_ils_staff_client/skin/media/images/toolbar_blue/booking_reservation_toolbar.png"); }
 #main_toolbox toolbarbutton[command="cmd_booking_pull_list"] { list-style-image: url("chrome://open_ils_staff_client/skin/media/images/toolbar_blue/booking_pull_list_toolbar.png"); }
 #main_toolbox toolbarbutton[command="cmd_booking_capture"] { list-style-image: url("chrome://open_ils_staff_client/skin/media/images/toolbar_blue/booking_capture_toolbar.png"); }
diff --git a/Open-ILS/xul/staff_client/chrome/skin/media/images/toolbar_blue/acq_invoice_search_toolbar.png b/Open-ILS/xul/staff_client/chrome/skin/media/images/toolbar_blue/acq_invoice_search_toolbar.png
new file mode 100644
index 0000000..d066960
Binary files /dev/null and b/Open-ILS/xul/staff_client/chrome/skin/media/images/toolbar_blue/acq_invoice_search_toolbar.png differ
diff --git a/Open-ILS/xul/staff_client/chrome/skin/media/images/toolbar_blue/acq_po_search_toolbar.png b/Open-ILS/xul/staff_client/chrome/skin/media/images/toolbar_blue/acq_po_search_toolbar.png
new file mode 100644
index 0000000..917188a
Binary files /dev/null and b/Open-ILS/xul/staff_client/chrome/skin/media/images/toolbar_blue/acq_po_search_toolbar.png differ
diff --git a/Open-ILS/xul/staff_client/chrome/skin/media/images/toolbar_blue/acq_view_local_inv_toolbar.png b/Open-ILS/xul/staff_client/chrome/skin/media/images/toolbar_blue/acq_view_local_inv_toolbar.png
deleted file mode 100644
index 32aadcd..0000000
Binary files a/Open-ILS/xul/staff_client/chrome/skin/media/images/toolbar_blue/acq_view_local_inv_toolbar.png and /dev/null differ
diff --git a/Open-ILS/xul/staff_client/chrome/skin/media/images/toolbar_blue/acq_view_local_po_toolbar.png b/Open-ILS/xul/staff_client/chrome/skin/media/images/toolbar_blue/acq_view_local_po_toolbar.png
deleted file mode 100644
index a4876c5..0000000
Binary files a/Open-ILS/xul/staff_client/chrome/skin/media/images/toolbar_blue/acq_view_local_po_toolbar.png and /dev/null differ

commit c7b8ab2cc557c22ecbd3cd40412b65d4317da156
Author: Michael Peters <mpeters at emeralddata.net>
Date:   Mon Jan 4 14:23:08 2016 -0500

    LP#1516104: Create Invoice and Purchase Order Search Icon Vectors
    
    Created SVG vector art derived from existing icon art to accomodate missing
    search icons for purchase order and invoices in Acquisitions.
    
    Signed-off-by: Michael Peters <mpeters at emeralddata.net>
    Signed-off-by: Ben Shum <ben at evergreener.net>

diff --git a/Open-ILS/xul/staff_client/imagesources/licenses.txt b/Open-ILS/xul/staff_client/imagesources/licenses.txt
index cef3328..bd608f3 100644
--- a/Open-ILS/xul/staff_client/imagesources/licenses.txt
+++ b/Open-ILS/xul/staff_client/imagesources/licenses.txt
@@ -20,8 +20,13 @@ toolbar_blue/blue_edit_copy_buckets.svg
 toolbar_blue/blue_edit_record_buckets.svg
 toolbar_blue/blue_portal.svg
 toolbar_blue/blue_retrieve_last_patron.svg
+toolbar_blue/blue_acq_invoice_search.svg
+toolbar_blue/blue_acq_po_search.svg
 
 Copyright © North of Boston Library Exchange, all rights reserved.
 Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".
 
+blue_acq_po_search.svg and blue_acq_invoice_search.svg derived from North of Boston Library Exchange vector graphics by Michael Peters on behalf
+of Georgia Public Library Service for use in the PINES consortium.
+
 Other color variants of the abvoe SVG files and final toolbar images are generated by the maketoolbarpics.sh script in this folder.
diff --git a/Open-ILS/xul/staff_client/imagesources/toolbar_blue/blue_acq_invoice_search.svg b/Open-ILS/xul/staff_client/imagesources/toolbar_blue/blue_acq_invoice_search.svg
new file mode 100644
index 0000000..dc00b32
--- /dev/null
+++ b/Open-ILS/xul/staff_client/imagesources/toolbar_blue/blue_acq_invoice_search.svg
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1"
+	 id="svg6289" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"
+	 xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="32px" height="32px"
+	 viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve">
+<filter  color-interpolation-filters="sRGB" id="filter6551">
+	<feGaussianBlur  stdDeviation="0.90177518" id="feGaussianBlur6553"></feGaussianBlur>
+</filter>
+<g>
+	<g id="g13006" transform="translate(-.17861 -.35721)">
+		
+			<radialGradient id="rect6297_1_" cx="-338.9186" cy="9.614" r="16.454" gradientTransform="matrix(-1.1914 -1.864 -1.2248 0.7828 -368.1686 -615.2722)" gradientUnits="userSpaceOnUse">
+			<stop  offset="0" style="stop-color:#D5F6FF"/>
+			<stop  offset="0.5119" style="stop-color:#7AC1D2"/>
+			<stop  offset="1" style="stop-color:#0088AA"/>
+		</radialGradient>
+		<path id="rect6297" fill="url(#rect6297_1_)" d="M28.028,31.991L4.71,32.019c-2.146,0.002-3.888-1.735-3.891-3.881L0.791,4.82
+			C0.788,2.674,2.526,0.932,4.672,0.929L27.99,0.901c2.146-0.002,3.888,1.735,3.891,3.881l0.028,23.317
+			C31.912,30.246,30.175,31.988,28.028,31.991z"/>
+		
+			<radialGradient id="rect6317_1_" cx="-338.9186" cy="9.614" r="16.454" gradientTransform="matrix(-1.1914 -1.864 -1.2248 0.7828 -368.1686 -615.2722)" gradientUnits="userSpaceOnUse">
+			<stop  offset="0" style="stop-color:#D5F6FF"/>
+			<stop  offset="0.5119" style="stop-color:#7AC1D2"/>
+			<stop  offset="1" style="stop-color:#0088AA"/>
+		</radialGradient>
+		<path id="rect6317" fill="url(#rect6317_1_)" d="M28.028,31.991L4.71,32.019c-2.146,0.002-3.888-1.735-3.891-3.881L0.791,4.82
+			C0.788,2.674,2.526,0.932,4.672,0.929L27.99,0.901c2.146-0.002,3.888,1.735,3.891,3.881l0.028,23.317
+			C31.912,30.246,30.175,31.988,28.028,31.991z"/>
+		
+			<radialGradient id="rect6325_1_" cx="-338.9186" cy="9.614" r="16.454" gradientTransform="matrix(-1.1914 -1.864 -1.2248 0.7828 -368.1686 -615.2722)" gradientUnits="userSpaceOnUse">
+			<stop  offset="0" style="stop-color:#D5F6FF"/>
+			<stop  offset="0.5119" style="stop-color:#7AC1D2"/>
+			<stop  offset="1" style="stop-color:#0088AA"/>
+		</radialGradient>
+		<path id="rect6325" fill="url(#rect6325_1_)" d="M28.028,31.991L4.71,32.019c-2.146,0.002-3.888-1.735-3.891-3.881L0.791,4.82
+			C0.788,2.674,2.526,0.932,4.672,0.929L27.99,0.901c2.146-0.002,3.888,1.735,3.891,3.881l0.028,23.317
+			C31.912,30.246,30.175,31.988,28.028,31.991z"/>
+		<g id="rect5843" filter="url(#filter6551)">
+			
+				<radialGradient id="SVGID_1_" cx="95.2245" cy="254.9568" r="16.4537" gradientTransform="matrix(1.0229 1.6349 1.076 -0.6708 -361.8496 25.1648)" gradientUnits="userSpaceOnUse">
+				<stop  offset="0" style="stop-color:#D5F6FF"/>
+				<stop  offset="0.5119" style="stop-color:#7AC1D2"/>
+				<stop  offset="1" style="stop-color:#0088AA"/>
+			</radialGradient>
+			<path fill="url(#SVGID_1_)" d="M6.298,2.824l20.349,0.188c1.873,0.018,3.377,1.547,3.36,3.417l-0.185,20.314
+				c-0.017,1.87-1.549,3.371-3.422,3.354L6.053,29.91c-1.873-0.018-3.378-1.547-3.361-3.418L2.876,6.178
+				C2.893,4.308,4.425,2.806,6.298,2.824z"/>
+		</g>
+	</g>
+	<rect id="rect9804" x="4.77" y="9.37" fill="#FFFFFF" stroke="#1D859F" stroke-width="0.252" width="15.169" height="18.399"/>
+	<text transform="matrix(1.3264 0 0 1 6.5293 23.9863)" fill="#1D859F" font-family="'Arial-BoldMT'" font-size="16.0863">$</text>
+	<path id="path3294-6" fill="#1D97B5" d="M16.049,5.133c-4.413,0.029-7.934,3.582-7.904,7.96s3.596,7.929,8.008,7.899
+		s7.979-3.628,7.949-8.006C24.072,8.607,20.461,5.104,16.049,5.133z M16.055,6.15c3.878-0.025,7.021,3.041,7.047,6.842
+		c0.025,3.802-3.085,6.957-6.955,6.982C12.275,20,9.17,16.895,9.145,13.086S12.178,6.176,16.055,6.15z"/>
+	
+		<radialGradient id="path4076-1_1_" cx="81.1465" cy="-70.9258" r="4.828" gradientTransform="matrix(1.4548 -0.0097 -0.0095 -1.4412 -105.0848 -91.1122)" gradientUnits="userSpaceOnUse">
+		<stop  offset="0" style="stop-color:#FFFFFF"/>
+		<stop  offset="1" style="stop-color:#CCCCCC;stop-opacity:0"/>
+	</radialGradient>
+	<path id="path4076-1" fill="url(#path4076-1_1_)" d="M16.055,5.986c-3.903,0.025-6.98,3.146-6.955,6.982s3.15,6.961,7.047,6.934
+		c3.896-0.025,7.025-3.199,7-7.027C23.121,9.045,19.958,5.96,16.055,5.986z"/>
+	<path id="path4095-8" fill="#FFFFFF" d="M15.796,5.385c-4.229,0.028-7.57,3.404-7.543,7.588c0.028,4.183,3.415,7.561,7.642,7.531
+		c4.227-0.027,7.615-3.453,7.588-7.633S20.024,5.357,15.796,5.385L15.796,5.385z M15.798,5.662c4.061-0.027,7.386,3.21,7.412,7.21
+		s-3.26,7.327-7.316,7.354c-4.056,0.027-7.341-3.252-7.367-7.256C8.5,8.966,11.738,5.689,15.798,5.662z"/>
+	<g id="g4322-4" transform="matrix(.81804 -.77992 .76392 .83517 8.9371 -17.473)">
+		<polygon id="rect4220-9" fill="#1E96B4" points="-14.587,30.699 -12.886,30.673 -12.903,40.507 -14.605,40.533 		"/>
+		<path id="path4224-6" fill="#FFFFFF" d="M-14.072,31.198l-0.015,8.809l0.687-0.01l0.015-8.809L-14.072,31.198z"/>
+	</g>
+</g>
+</svg>
diff --git a/Open-ILS/xul/staff_client/imagesources/toolbar_blue/blue_acq_po_search.svg b/Open-ILS/xul/staff_client/imagesources/toolbar_blue/blue_acq_po_search.svg
new file mode 100644
index 0000000..72812dc
--- /dev/null
+++ b/Open-ILS/xul/staff_client/imagesources/toolbar_blue/blue_acq_po_search.svg
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1"
+	 id="svg6289" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"
+	 xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="32px" height="32px"
+	 viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve">
+<filter  color-interpolation-filters="sRGB" id="filter6551">
+	<feGaussianBlur  stdDeviation="0.90177518" id="feGaussianBlur6553"></feGaussianBlur>
+</filter>
+<g>
+	<g id="g13006" transform="translate(-.17861 -.35721)">
+		
+			<radialGradient id="rect6297_1_" cx="-338.9186" cy="9.614" r="16.454" gradientTransform="matrix(-1.1914 -1.864 -1.2248 0.7828 -368.1686 -615.2722)" gradientUnits="userSpaceOnUse">
+			<stop  offset="0" style="stop-color:#D5F6FF"/>
+			<stop  offset="0.5119" style="stop-color:#7AC1D2"/>
+			<stop  offset="1" style="stop-color:#0088AA"/>
+		</radialGradient>
+		<path id="rect6297" fill="url(#rect6297_1_)" d="M28.028,31.991L4.71,32.019c-2.146,0.002-3.888-1.735-3.891-3.881L0.791,4.82
+			C0.788,2.674,2.526,0.932,4.672,0.929L27.99,0.901c2.146-0.002,3.888,1.735,3.891,3.881l0.028,23.317
+			C31.912,30.246,30.175,31.988,28.028,31.991z"/>
+		
+			<radialGradient id="rect6317_1_" cx="-338.9186" cy="9.614" r="16.454" gradientTransform="matrix(-1.1914 -1.864 -1.2248 0.7828 -368.1686 -615.2722)" gradientUnits="userSpaceOnUse">
+			<stop  offset="0" style="stop-color:#D5F6FF"/>
+			<stop  offset="0.5119" style="stop-color:#7AC1D2"/>
+			<stop  offset="1" style="stop-color:#0088AA"/>
+		</radialGradient>
+		<path id="rect6317" fill="url(#rect6317_1_)" d="M28.028,31.991L4.71,32.019c-2.146,0.002-3.888-1.735-3.891-3.881L0.791,4.82
+			C0.788,2.674,2.526,0.932,4.672,0.929L27.99,0.901c2.146-0.002,3.888,1.735,3.891,3.881l0.028,23.317
+			C31.912,30.246,30.175,31.988,28.028,31.991z"/>
+		
+			<radialGradient id="rect6325_1_" cx="-338.9186" cy="9.614" r="16.454" gradientTransform="matrix(-1.1914 -1.864 -1.2248 0.7828 -368.1686 -615.2722)" gradientUnits="userSpaceOnUse">
+			<stop  offset="0" style="stop-color:#D5F6FF"/>
+			<stop  offset="0.5119" style="stop-color:#7AC1D2"/>
+			<stop  offset="1" style="stop-color:#0088AA"/>
+		</radialGradient>
+		<path id="rect6325" fill="url(#rect6325_1_)" d="M28.028,31.991L4.71,32.019c-2.146,0.002-3.888-1.735-3.891-3.881L0.791,4.82
+			C0.788,2.674,2.526,0.932,4.672,0.929L27.99,0.901c2.146-0.002,3.888,1.735,3.891,3.881l0.028,23.317
+			C31.912,30.246,30.175,31.988,28.028,31.991z"/>
+		<g id="rect5843" filter="url(#filter6551)">
+			
+				<radialGradient id="SVGID_1_" cx="95.2245" cy="254.9568" r="16.4537" gradientTransform="matrix(1.0229 1.6349 1.076 -0.6708 -361.8496 25.1648)" gradientUnits="userSpaceOnUse">
+				<stop  offset="0" style="stop-color:#D5F6FF"/>
+				<stop  offset="0.5119" style="stop-color:#7AC1D2"/>
+				<stop  offset="1" style="stop-color:#0088AA"/>
+			</radialGradient>
+			<path fill="url(#SVGID_1_)" d="M6.298,2.824l20.349,0.188c1.873,0.018,3.377,1.547,3.36,3.417l-0.185,20.314
+				c-0.017,1.87-1.549,3.371-3.422,3.354L6.053,29.91c-1.873-0.018-3.378-1.547-3.361-3.418L2.876,6.178
+				C2.893,4.308,4.425,2.806,6.298,2.824z"/>
+		</g>
+	</g>
+	<g id="g4072" transform="translate(-.83952 .071161)">
+		<rect id="rect9804" x="7.27" y="7.013" fill="#FFFFFF" stroke="#1290B0" stroke-width="0.25" width="14.646" height="18.753"/>
+		<text transform="matrix(1 0 0 1 8.7878 12.1925)" fill="#1290B0" font-family="'ArialMT'" font-size="6">$</text>
+		<text transform="matrix(1 0 0 1 8.7878 18.4259)" fill="#1290B0" font-family="'ArialMT'" font-size="6">$</text>
+		<text transform="matrix(1 0 0 1 8.7878 24.588)" fill="#1290B0" font-family="'ArialMT'" font-size="6">$</text>
+	</g>
+	<path id="path3294-6" fill="#1D97B5" d="M19.036,8.311c-3.972,0.026-7.14,3.223-7.114,7.164s3.236,7.136,7.207,7.109
+		c3.972-0.026,7.181-3.266,7.154-7.205C26.257,11.438,23.007,8.284,19.036,8.311z M19.041,9.227c3.49-0.023,6.319,2.737,6.343,6.157
+		c0.022,3.422-2.776,6.262-6.26,6.284c-3.484,0.023-6.279-2.771-6.302-6.2C12.8,12.041,15.552,9.25,19.041,9.227z"/>
+	
+		<radialGradient id="path4076-1_1_" cx="83.3545" cy="-72.7856" r="4.3448" gradientTransform="matrix(1.4548 -0.0097 -0.0095 -1.4412 -105.0848 -91.1122)" gradientUnits="userSpaceOnUse">
+		<stop  offset="0" style="stop-color:#FFFFFF"/>
+		<stop  offset="1" style="stop-color:#CCCCCC;stop-opacity:0"/>
+	</radialGradient>
+	<path id="path4076-1" fill="url(#path4076-1_1_)" d="M19.041,9.078c-3.513,0.024-6.282,2.832-6.26,6.284
+		c0.023,3.453,2.836,6.266,6.343,6.241c3.507-0.023,6.323-2.88,6.3-6.325C25.401,11.832,22.555,9.055,19.041,9.078z"/>
+	<path id="path4095-8" fill="#FFFFFF" d="M18.809,8.537c-3.807,0.026-6.813,3.064-6.789,6.829c0.025,3.765,3.074,6.805,6.877,6.778
+		c3.804-0.024,6.854-3.107,6.829-6.87C25.702,11.513,22.614,8.513,18.809,8.537L18.809,8.537z M18.811,8.788
+		c3.654-0.025,6.646,2.888,6.671,6.488c0.023,3.6-2.934,6.594-6.585,6.619c-3.65,0.025-6.607-2.927-6.63-6.53
+		C12.242,11.76,15.156,8.812,18.811,8.788z"/>
+	<g id="g4322-4" transform="matrix(.81804 -.77992 .76392 .83517 8.9371 -17.473)">
+		<polygon id="rect4220-9" fill="#1E96B4" points="-13.961,33.363 -12.43,33.339 -12.446,42.189 -13.978,42.213 		"/>
+		<path id="path4224-6" fill="#FFFFFF" d="M-13.498,33.812l-0.014,7.928l0.618-0.009l0.014-7.928L-13.498,33.812z"/>
+	</g>
+</g>
+</svg>

commit 6aa0c8a83f25516433bfc2699b09b10de5c72338
Author: Chris Sharp <csharp at georgialibraries.org>
Date:   Fri Nov 13 11:21:57 2015 -0500

    LP#1516104: Adding additional toolbar options for acq.
    
    "Invoices" and "Purchase Orders"
    
    Signed-off-by: Chris Sharp <csharp at georgialibraries.org>
    Signed-off-by: Ben Shum <ben at evergreener.net>

diff --git a/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul b/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul
index 9588022..c96cefc 100644
--- a/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul
+++ b/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul
@@ -227,6 +227,11 @@
         command="cmd_acq_create_po"
         templateid="acq_create_po" />
     <toolbarbutton
+        label="&staff.main.menu.acq.view_local_po.label;"
+        tooltiptext="&staff.main.menu.acq.view_local_po.label;"
+        command="cmd_acq_view_local_po"
+        templateid="acq_view_local_po" />
+    <toolbarbutton
         label="&staff.main.menu.acq.claim_eligible.label;"
         tooltiptext="&staff.main.menu.acq.claim_eligible.label;"
         command="cmd_acq_claim_eligible" 
@@ -237,6 +242,11 @@
         command="cmd_acq_create_invoice"
         templateid="acq_create_invoice" />
     <toolbarbutton
+        label="&staff.main.menu.acq.view_local_inv.label;"
+        tooltiptext="&staff.main.menu.acq.view_local_inv.label;"
+        command="cmd_acq_view_local_inv"
+        templateid="acq_view_local_inv" />
+    <toolbarbutton
         label="&staff.main.menu.booking.reservation.label;"
         tooltiptext="&staff.main.menu.booking.reservation.label;"
         command="cmd_booking_reservation"
diff --git a/Open-ILS/xul/staff_client/chrome/skin/global.css b/Open-ILS/xul/staff_client/chrome/skin/global.css
index 85e3d1f..f0ec6b6 100644
--- a/Open-ILS/xul/staff_client/chrome/skin/global.css
+++ b/Open-ILS/xul/staff_client/chrome/skin/global.css
@@ -150,6 +150,8 @@ help { -moz-binding: url('chrome://open_ils_staff_client/content/main/bindings.x
 #main_toolbox toolbarbutton[command="cmd_acq_create_po"] { list-style-image: url("chrome://open_ils_staff_client/skin/media/images/toolbar_blue/acq_create_po_toolbar.png"); }
 #main_toolbox toolbarbutton[command="cmd_acq_claim_eligible"] { list-style-image: url("chrome://open_ils_staff_client/skin/media/images/toolbar_blue/acq_claim_eligible_toolbar.png"); }
 #main_toolbox toolbarbutton[command="cmd_acq_create_invoice"] { list-style-image: url("chrome://open_ils_staff_client/skin/media/images/toolbar_blue/acq_create_invoice_toolbar.png"); }
+#main_toolbox toolbarbutton[command="cmd_acq_view_local_inv"] { list-style-image: url("chrome://open_ils_staff_client/skin/media/images/toolbar_blue/acq_view_local_inv_toolbar.png"); }
+#main_toolbox toolbarbutton[command="cmd_acq_view_local_po"] { list-style-image: url("chrome://open_ils_staff_client/skin/media/images/toolbar_blue/acq_view_local_po_toolbar.png"); }
 #main_toolbox toolbarbutton[command="cmd_booking_reservation"] { list-style-image: url("chrome://open_ils_staff_client/skin/media/images/toolbar_blue/booking_reservation_toolbar.png"); }
 #main_toolbox toolbarbutton[command="cmd_booking_pull_list"] { list-style-image: url("chrome://open_ils_staff_client/skin/media/images/toolbar_blue/booking_pull_list_toolbar.png"); }
 #main_toolbox toolbarbutton[command="cmd_booking_capture"] { list-style-image: url("chrome://open_ils_staff_client/skin/media/images/toolbar_blue/booking_capture_toolbar.png"); }
diff --git a/Open-ILS/xul/staff_client/chrome/skin/media/images/toolbar_blue/acq_view_local_inv_toolbar.png b/Open-ILS/xul/staff_client/chrome/skin/media/images/toolbar_blue/acq_view_local_inv_toolbar.png
new file mode 100644
index 0000000..32aadcd
Binary files /dev/null and b/Open-ILS/xul/staff_client/chrome/skin/media/images/toolbar_blue/acq_view_local_inv_toolbar.png differ
diff --git a/Open-ILS/xul/staff_client/chrome/skin/media/images/toolbar_blue/acq_view_local_po_toolbar.png b/Open-ILS/xul/staff_client/chrome/skin/media/images/toolbar_blue/acq_view_local_po_toolbar.png
new file mode 100644
index 0000000..a4876c5
Binary files /dev/null and b/Open-ILS/xul/staff_client/chrome/skin/media/images/toolbar_blue/acq_view_local_po_toolbar.png differ

-----------------------------------------------------------------------

Summary of changes:
 .../chrome/content/main/menu_frame_overlay.xul     |   10 +++
 Open-ILS/xul/staff_client/chrome/skin/global.css   |    2 +
 .../toolbar_blue/acq_invoice_search_toolbar.png    |  Bin 0 -> 5520 bytes
 .../images/toolbar_blue/acq_po_search_toolbar.png  |  Bin 0 -> 5290 bytes
 .../xul/staff_client/imagesources/licenses.txt     |    5 ++
 .../toolbar_blue/blue_acq_invoice_search.svg       |   72 ++++++++++++++++++
 .../toolbar_blue/blue_acq_po_search.svg            |   77 ++++++++++++++++++++
 7 files changed, 166 insertions(+), 0 deletions(-)
 create mode 100644 Open-ILS/xul/staff_client/chrome/skin/media/images/toolbar_blue/acq_invoice_search_toolbar.png
 create mode 100644 Open-ILS/xul/staff_client/chrome/skin/media/images/toolbar_blue/acq_po_search_toolbar.png
 create mode 100644 Open-ILS/xul/staff_client/imagesources/toolbar_blue/blue_acq_invoice_search.svg
 create mode 100644 Open-ILS/xul/staff_client/imagesources/toolbar_blue/blue_acq_po_search.svg


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list