Metadata-Version: 1.1
Name: Flask-SAPB1
Version: 0.0.2
Summary: Use to connect SAP B1 DI API.
Home-page: https://github.com/ideabosque/Flask-SAPB1
Author: Idea Bosque
Author-email: ideabosque@gmail.com
License: MIT
Download-URL: https://github.com/ideabosque/Flask-SAPB1/tarball/0.0.2
Description: 
        Flask-SAPB1
        -------------
        ## Synopsis
        The python flask extension is used to connect the SAP B1 DI COM object to perform all of the data related functions.
        
        ## Configuration
        
        #### DIAPI
        SAP B1 DI COM object.  You have to specify which version is installed in the SAP B1 server and will be loaded for the program.
        
          * SAPbobsCOM90
          * SAPbobsCOM89
          * SAPbobsCOM88
          * SAPbobsCOM67
          * SAPbobsCOM2007
          * SAPbobsCOM2005
        
        #### SERVER
        SAP B1 Server name or IP address.
        
        #### LANGUAGE
        Specify the default language for the company.
        
        #### DBSERVERTYPE
        Specify MS SQL server version.
        
        #### COMPANYDB
        The company database name,
        
        #### B1USERNAME
        The SAP B1 user username for the connection.
        
        #### B1PASSWORD
        The SAP B1 user password for the connection.
        
        #### DBUSERNAME
        The username for the company database.
        
        #### DBPASSWORD
        The password for the company password.
        
Keywords: SAP B1,SAP Business One,DI
Platform: win32
Classifier: License :: OSI Approved :: MIT License
Classifier: Framework :: Flask
Classifier: Programming Language :: Python
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
