[open-ils-commits] r1048 - in conifer/branches: rel_1_6_1/web/opac/theme/uwin/css workbooks (artunit)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Oct 22 12:55:40 EDT 2010
Author: artunit
Date: 2010-10-22 12:55:37 -0400 (Fri, 22 Oct 2010)
New Revision: 1048
Added:
conifer/branches/workbooks/masterlist2009-2010.xlsx
Modified:
conifer/branches/rel_1_6_1/web/opac/theme/uwin/css/colors.css
conifer/branches/workbooks/README
conifer/branches/workbooks/masterlist.xlsm
conifer/branches/workbooks/settings.xlsm
conifer/branches/workbooks/titles.xlsx
Log:
for completeness, computing services finally signed off on the interface last week and we have not had to do a bug fix in production for 4 months
Modified: conifer/branches/rel_1_6_1/web/opac/theme/uwin/css/colors.css
===================================================================
--- conifer/branches/rel_1_6_1/web/opac/theme/uwin/css/colors.css 2010-10-22 16:12:22 UTC (rev 1047)
+++ conifer/branches/rel_1_6_1/web/opac/theme/uwin/css/colors.css 2010-10-22 16:55:37 UTC (rev 1048)
@@ -107,5 +107,5 @@
#adv_global_search #lib_selector_link:hover { color: red; }
#rdetail_place_hold:hover { color: #FF0; }
#home_adv_search_link:hover { color: #FF0; }
-#depth_selector:hover { color: #FF0; }
+depth_selector:hover { color: #FF0; }
#home_myopac_link:hover { color: #FF0; }
Modified: conifer/branches/workbooks/README
===================================================================
--- conifer/branches/workbooks/README 2010-10-22 16:12:22 UTC (rev 1047)
+++ conifer/branches/workbooks/README 2010-10-22 16:55:37 UTC (rev 1048)
@@ -1,31 +1,48 @@
-README - Nov. 2009
+README - Oct. 2010
-This is a set of workbooks that provide acq/ser processing capacity
+This is a set of workbooks that bridged a gap in acq/ser processing
for Project Conifer. See the "Instructions" worksheet in the acq-mono
or acq-serials workbooks for more details on the procedures within
each workbook. The instructions here are for setting up the workbooks
-for use by acq/ser staff.
+for use by acq/ser staff. NOTE THAT EVERGREEN HAS AN ACQ MODULE NOW,
+THIS INFORMATION IS FOR INTEREST AND HISTORICAL COMPLETENESS. IT
+IS THESE WORKBOOKS THAT WE USE IN PRODUCTION AT THE TIME OF THIS
+WRITING BUT EVERGREEN'S LAYER IS A MUCH BETTER CHOICE AND THAT WILL
+BE THE DIRECTION FOR PROJECT CONIFER.
+Windsor was handed the requirement to support a J.D. Edwards interface
+that required a decade's worth of work under our previous system. These
+workbooks would be much more simple if that had not been handed down, we are
+still unsure if we will continue to be under this obligation for moving to
+Evergreen's native module. If so, Windsor might be using the workbooks
+longer than the rest of the Conifer consortium, just to save our partners
+the many steps required to interface with our finance system.
+
To install the workbooks, it is important to decide whether the workbooks
will be used by more than one person at a time. If there will be
-concurrent use, make a copy of the acq-orders workbook for each user
-that will be creating purchase orders, and place all the workbooks on a
-common network drive. Regardless of whether the workbooks are used by a
-single user or will be shared, it is recommended that a directory
-structure be defined that reflects the current fiscal year, e.g.
+concurrent use, we make a copy of the acq-orders workbook for each user
+that will be processing purchase orders or invoices, and place all the
+workbooks on a common network drive. By default, the workbooks are set
+to use the following directory:
-K:\common\acq2009-2009
+C:\tmp\excel
-For concurrent use, put a shortcut on staff desktops that will open
-the copied workbook, and change the settings on the masterlist
-workbook to make it shared (Review->Protect and Share Workbook). In
-most network environments, the settings workbook will open in read-only
-mode (because it is not shared), and the masterlist workbook will
-be available for update by multiple users. This is probably the
-most common and desired scenario, but the settings workbook can also be
-shared if it is common to modify funds and other configuration data
-within ordering workflows.
+Start with this directory if at all possible, and open the "askew-ar.xlsm"
+workbook first. There is some documentation on the first worksheet,
+you will be asked to open other workbooks, and select the "continue"
+key to make that happen.
+For concurrent use, you would need to put a shortcut on staff desktops that
+will open the a copy of the "askew-ar.xlsm" workbook for each user, and
+double-check the settings on the masterlist workbook to make sure that it
+is shared (Review->Protect and Share Workbook). Excel shared workbooks
+are strange constructs, and we use a dirt simple locking mechanism to ensure
+only one update happens at a time. Excel does a "merge" for an update, it
+is not a database-like row modification, which means it is 1000 times less
+efficient for concurrent updates. This is not such a big deal with a small
+staff and a small acq budget, but would be painful at a bigger site (see
+note IN CAPS ABOVE :-))
+
These workbooks use a fair amount of VBA programming, and in order to stop
Excel from whining excessively about custom code, you can tell Excel
to skip the warnings for workbooks that have additional programming
@@ -33,10 +50,13 @@
Excel Options->Trust Center->Trust Center Settings->Trusted Locations
and add the directory you have defined above to the "trusted" list).
-Some functionality in these workbooks require Excel 2007 though they
-may be usable in earlier versions. At the time of this writing, Excel 2007
+Some functionality in these workbooks require Excel 2007+ though they
+may be usable in earlier versions. At the time of this writing, Excel
is the only spreadsheet option that seems to support worksheets that
contain over a million rows. Not that we are likely to do that much
ordering in the current economic climate...
-Art Rhyno <artrhyno at uwindsor.ca>
\ No newline at end of file
+If anyone ever looks at this and has questions, please contact me.
+
+Art Rhyno ledsys at uwindsor.ca
+Project Conifer http://projectconifer.ca
Modified: conifer/branches/workbooks/masterlist.xlsm
===================================================================
(Binary files differ)
Added: conifer/branches/workbooks/masterlist2009-2010.xlsx
===================================================================
(Binary files differ)
Property changes on: conifer/branches/workbooks/masterlist2009-2010.xlsx
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: conifer/branches/workbooks/settings.xlsm
===================================================================
(Binary files differ)
Modified: conifer/branches/workbooks/titles.xlsx
===================================================================
(Binary files differ)
More information about the open-ils-commits
mailing list