/FSERP

ERP solution for Restaurants

Primary LanguageHTML

Fserp is a erp built with tryton as a backend and PySide as a front end.


  • version 1.2
  • Tested on windows xp, 7, 8 and 10 and debian

  • Stock Management
  • Menu Management
  • Invoicing
  • Employee Management
  • Waste Management

  1. Go to a separate directory in my case i used up the 'G:' as it creates less confusion. Download all the packages to the this directory.

  2. Install Python and MS VC C++ Python requires certain steps to be followed on windows and hence follow this link python for windows 32 direct download and then read this how to set up on windows The vc ++ is required to process python on windows just install from microsoft vc ++

  3. Got to system environment variables settings and set 'C:\Python27\Scripts' which will be required to use pip

  4. Install postgress and go to c:\Programfiles(x86)\PostgreSQL\9.1\bin and start pdadmin.

    1. Create a new login role in pgadmin-III, with a secure password
    2. Create a user named 'tryton'
    3. Create a new database 'testdbkitchen' with 'tryton' as the owner
  5. Download win-psycopg from win-psycopg2

  6. Download cdecimal

  7. Open CMD and got to a directory, Run this command

     git clone https://github.com/aidersolutions/FSERP.git 
    
  8. Go to the fserpkitchen directory

     cd FSERP
    
  9. Run the setup file

     python setup.py
    

    details like admin password and company name and new user should be entered when prompted

  10. Run mainfile

    python mainfile.py
    
  11. Write click on the mainfile and create a shortcut of the file in the desktop.


  • Writing tests
  • Code review
  • Other guidelines

  • Repo owner or admin
  • Other community or team contact