Metadata-Version: 1.1
Name: graphite.theme
Version: 1.0
Summary: Graphite Theme for Bika LIMS
Home-page: http://github.com/naralabs/graphite.theme
Author: Naralabs
Author-email: info@naralabs.com
License: GPL
Description: ##Graphite Theme##
        
        **UNDER DEVELOPMENT - NOT FOR PRODUCTION USE**
        
        Graphite Theme is a Diazo Theme for Bika LIMS https://github.com/bikalabs/Bika-LIMS
        
        This product may contain traces of nuts.
        
        
        ###Installation###
        
        To install Graphite Theme, you can do this:
        
        1. Add ``graphite.theme`` to the list of eggs to install, e.g.:
        
            ```
            eggs =
                ...
                graphite.theme
            ```
        
        2. Add ``src/graphite.theme`` to the develop section from buildout:
        
            ```
            develop = 
                src/graphite.theme
            ```
        
        3. Re-run buildout, e.g. with:
        
            ```sh
            $ ./bin/buildout
            ```
        
        ***
        
        Naralabs  
        info@naralabs.com  
        http://naralabs.com  
        
        
        Changelog
        =========
        
        1.0 (2014-11-06)
        ----------------
        - GRTH-23 Add Contact to Client throws error
        - GRTH-19 Error after trying to add an Attachment Type, Batch Labels or Sub-groups
        - GRTH-22 When you deactivate the theme by Add-ons, the pages doesn't render well
        - GRTH-20 Unable to save a new Invoice
        - GRTH-17 Sometimes activate/deactivate on bikasetup/Instrument doesn't work
        - GRTH-5 Site Setup becomes strange
        - GRTH-2 AR Imports icon not found
        - GRTH-15 Import/LoadSetup data is not working
        - GRTH-10 The save icon should be something more than simple txt
        - GRTH-9 No good construction in Add AR Form
        
        - ON/OFF button to deactivate/activate Grpahite Theme
        
        
Keywords: diazo,theme,lims,bika,opensource
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
