[X] The "Vixta.org-098.01.En.iso" file could not be found or is not available. Please select another file.

Share

More
Open ERP - Software Solution for all Icon

Open ERP - Software Solution for all

prealpha

by dearmansoor, mrjunaidali


Open-ERP combines the power of HRMS, CRM, Inventory ,point of sales (POS), retailing, distribution, inventory, e-commerce, accounting, and workflow systems. Also some Industry Specific Modules for Milk producing, Courier & HR Firms


http://open-erp.sourceforge.net





Separate each tag with a space.

Release Date:

2007-04-29

Topic:

Operating System:

License:

Translations:

Intended Audience:

User Interface:

Database Environment:

Programming Language:

Registered:

2006-08-11

Ratings and Reviews

  • Thumbs up:

    1
  • Thumbs down:

    0
100% of 1 user recommends this project

Be the first to post a text review of Open ERP - Software Solution for all. Rate and review a project by clicking thumbs up or thumbs down in the right column.

View all reviews

Project Feed

  • Pre-Alpha Release HRMS OpenERP_Version_0.5.1 file released: Change_Log_OpenERP_EHRMS_Payroll_JobBoard_Version_0.5.0.rtf

    Open-ERP HRMS-PAYROLL-JOBBOARD 0.5.0 Installation Preamble This is Fourth release of this project. this module intends to become a multi company Human Resource Management System. it is written in ASP and MS SQL Server 2000. Support for this product is available via email, phone or Email MSN: dearmansoor@hotmail.com Phone: +92-300-7640740 Pre-requisites A working web server Recommended is IIS 5.0 With Persist ASP Upload Component if you want Upload Files and Photos to Work PHP installed on the web server. A working MSSQL server MSDE will be fine as well Admin privileges on Server Machine required to create DNS etc.. Important Notes This is still a pre-Release Alpha to test the application still under development. It cannot be used for production. Installation Steps 1.Copy all the project files to the correct directories 2.Attach the Database and create a system DNS 3.Edit EHRM.asp file. 4.Login for the first time 5.that is all that is there to it 1. Copying all the project files to the correct directory You must obviously have downloaded the all project files to be reading this file. If not please download rest of two Zip files as well. You must have these two files 1.ASP_SourceFiles_ OpenERP_EHRMS_Payroll_JobBoard_Version_0.5.0.zip 2.MSSQL2000_Data_Files_ OpenERP_EHRMS_Payroll_JobBoard_Version_0.5.0.zip All the files inside ASP_SourceFiles_ OpenERP_EHRMS_Payroll_JobBoard_Version_0.5.0.zip archive should be copied to web server root directory. i.e. c:\intpub\wwroot\ All the files inside MSSQL2000_Data_Files_ OpenERP_EHRMS_Payroll_JobBoard_Version_0.5.0.zip archive should be copied to SQL Servers Data Folder normally located at C:\Program Files\Microsoft SQL Server\MSSQL\Data 2. Attaching the Database and Create Systems DNS NOTE : As Open ERP is still heavily under development, the database structure will ALWAYS change between releases, so if you have a database that you created for a previous release, it WILL NOT WORK after installing a new release. Please delete any old databases before proceeding. We strongly suggest using MS SQL Enterprise Manager to manage your database(s) and database users. 1.Please attach the database files to the server(see Sql Server help on how to do that) 2.Create the user ehrms and assign him a password. 3.Dont forget to change SQL Server authentication to windows + SQL 4.Using ODBC Manager located in Administration tools create a system DNS named hrms and set the default db to ehrms 3.Editing Important Strings in Files a.ehrms\Connections\EHRMS.asp Locate following string in ehrms.asp located in ehrms\connections tht\connections folders MM_EHRMS_STRING = "dsn=dnsname;uid=username;pwd=password;" Replace dnsname with the system DNS you have created above Replace username with User Name to connect SQL Server Replace password with your Sql Server password b.tht\Connections\EHRMS.asp Locate following string in ehrms.asp located in ehrms\connections tht\connections folders MM_EHRMS_STRING = "dsn=dnsname;uid=username;pwd=password;" Replace dnsname with the system DNS you have created above Replace username with User Name to connect SQL Server Replace password with your Sql Server password c.tht\Applicants\ProfileManager\ CVDownload.asp PhotoDownload.asp ProcessCVUpload.asp ProcessPhotoUpload.asp Connect = "Provider=SQLOLEDB;Server=YourServerName; Database= yourDBname;UID=yourDBuser;PWD=YourDBpassword" Replace YourServerName with HostName of your SQL Server Replace yourDBname with your Sql Server Database Name i.e. ehrms Replace yourDBuser with User Name to connect SQL Server i.e hrms Replace YourDBpassword with your Sql Server password d.tht\Applicants\loginok.asp <% If (Session("MM_Username") = xxxxxxxx@xxxxx.com") OR (Session("MM_Username") = "yyyyy@yyyy.com") Replace these with your Administration Email Addresses to gain access to Admin area of Jobboard. 4. Logging In For the First Time Open a browser and enter the URL for the web server directory i.e http://localhost/ or what ever your site root URL is. For Working in Payroll Solution Enter the user name: 'mansoor' Enter the password: 'pakistan' (NB : enter without quotation marks). You can set up additional user accounts from the Administration Menu. Be careful not to delete the demonstration user until a new user has been set up. If there are no users defined the next time you try to login you won't be able to. The only way then to create a user to login with is to manually edit the SQL table "users" to insert a user. 5. Setting Up Master Data All the standing configuration data is defined from the Administration and Master Menus of respective Modules and each link should be reviewed to enter appropriate data for the business. Setup wizards that guide you through this process are being implemented and will be available once completed. 6. Troubleshooting For Working in Hiring Solution (Job Board) You have to register a User and then continue to test the options available.

    posted 981 days ago

  • Pre-Alpha Release HRMS OpenERP_Version_0.5.1 file released: Installation_Manual_OpenERP_EHRMS_Payroll_JobBoard_Version_0.5.0.rtf

    Open-ERP HRMS-PAYROLL-JOBBOARD 0.5.0 Installation Preamble This is Fourth release of this project. this module intends to become a multi company Human Resource Management System. it is written in ASP and MS SQL Server 2000. Support for this product is available via email, phone or Email MSN: dearmansoor@hotmail.com Phone: +92-300-7640740 Pre-requisites A working web server Recommended is IIS 5.0 With Persist ASP Upload Component if you want Upload Files and Photos to Work PHP installed on the web server. A working MSSQL server MSDE will be fine as well Admin privileges on Server Machine required to create DNS etc.. Important Notes This is still a pre-Release Alpha to test the application still under development. It cannot be used for production. Installation Steps 1.Copy all the project files to the correct directories 2.Attach the Database and create a system DNS 3.Edit EHRM.asp file. 4.Login for the first time 5.that is all that is there to it 1. Copying all the project files to the correct directory You must obviously have downloaded the all project files to be reading this file. If not please download rest of two Zip files as well. You must have these two files 1.ASP_SourceFiles_ OpenERP_EHRMS_Payroll_JobBoard_Version_0.5.0.zip 2.MSSQL2000_Data_Files_ OpenERP_EHRMS_Payroll_JobBoard_Version_0.5.0.zip All the files inside ASP_SourceFiles_ OpenERP_EHRMS_Payroll_JobBoard_Version_0.5.0.zip archive should be copied to web server root directory. i.e. c:\intpub\wwroot\ All the files inside MSSQL2000_Data_Files_ OpenERP_EHRMS_Payroll_JobBoard_Version_0.5.0.zip archive should be copied to SQL Servers Data Folder normally located at C:\Program Files\Microsoft SQL Server\MSSQL\Data 2. Attaching the Database and Create Systems DNS NOTE : As Open ERP is still heavily under development, the database structure will ALWAYS change between releases, so if you have a database that you created for a previous release, it WILL NOT WORK after installing a new release. Please delete any old databases before proceeding. We strongly suggest using MS SQL Enterprise Manager to manage your database(s) and database users. 1.Please attach the database files to the server(see Sql Server help on how to do that) 2.Create the user ehrms and assign him a password. 3.Dont forget to change SQL Server authentication to windows + SQL 4.Using ODBC Manager located in Administration tools create a system DNS named hrms and set the default db to ehrms 3.Editing Important Strings in Files a.ehrms\Connections\EHRMS.asp Locate following string in ehrms.asp located in ehrms\connections tht\connections folders MM_EHRMS_STRING = "dsn=dnsname;uid=username;pwd=password;" Replace dnsname with the system DNS you have created above Replace username with User Name to connect SQL Server Replace password with your Sql Server password b.tht\Connections\EHRMS.asp Locate following string in ehrms.asp located in ehrms\connections tht\connections folders MM_EHRMS_STRING = "dsn=dnsname;uid=username;pwd=password;" Replace dnsname with the system DNS you have created above Replace username with User Name to connect SQL Server Replace password with your Sql Server password c.tht\Applicants\ProfileManager\ CVDownload.asp PhotoDownload.asp ProcessCVUpload.asp ProcessPhotoUpload.asp Connect = "Provider=SQLOLEDB;Server=YourServerName; Database= yourDBname;UID=yourDBuser;PWD=YourDBpassword" Replace YourServerName with HostName of your SQL Server Replace yourDBname with your Sql Server Database Name i.e. ehrms Replace yourDBuser with User Name to connect SQL Server i.e hrms Replace YourDBpassword with your Sql Server password d.tht\Applicants\loginok.asp <% If (Session("MM_Username") = xxxxxxxx@xxxxx.com") OR (Session("MM_Username") = "yyyyy@yyyy.com") Replace these with your Administration Email Addresses to gain access to Admin area of Jobboard. 4. Logging In For the First Time Open a browser and enter the URL for the web server directory i.e http://localhost/ or what ever your site root URL is. For Working in Payroll Solution Enter the user name: 'mansoor' Enter the password: 'pakistan' (NB : enter without quotation marks). You can set up additional user accounts from the Administration Menu. Be careful not to delete the demonstration user until a new user has been set up. If there are no users defined the next time you try to login you won't be able to. The only way then to create a user to login with is to manually edit the SQL table "users" to insert a user. 5. Setting Up Master Data All the standing configuration data is defined from the Administration and Master Menus of respective Modules and each link should be reviewed to enter appropriate data for the business. Setup wizards that guide you through this process are being implemented and will be available once completed. 6. Troubleshooting For Working in Hiring Solution (Job Board) You have to register a User and then continue to test the options available.

    posted 981 days ago

  • Pre-Alpha Release HRMS OpenERP_Version_0.5.1 file released: OpenERP_Version_0.5.1.zip

    Open-ERP HRMS-PAYROLL-JOBBOARD 0.5.0 Installation Preamble This is Fourth release of this project. this module intends to become a multi company Human Resource Management System. it is written in ASP and MS SQL Server 2000. Support for this product is available via email, phone or Email MSN: dearmansoor@hotmail.com Phone: +92-300-7640740 Pre-requisites A working web server Recommended is IIS 5.0 With Persist ASP Upload Component if you want Upload Files and Photos to Work PHP installed on the web server. A working MSSQL server MSDE will be fine as well Admin privileges on Server Machine required to create DNS etc.. Important Notes This is still a pre-Release Alpha to test the application still under development. It cannot be used for production. Installation Steps 1.Copy all the project files to the correct directories 2.Attach the Database and create a system DNS 3.Edit EHRM.asp file. 4.Login for the first time 5.that is all that is there to it 1. Copying all the project files to the correct directory You must obviously have downloaded the all project files to be reading this file. If not please download rest of two Zip files as well. You must have these two files 1.ASP_SourceFiles_ OpenERP_EHRMS_Payroll_JobBoard_Version_0.5.0.zip 2.MSSQL2000_Data_Files_ OpenERP_EHRMS_Payroll_JobBoard_Version_0.5.0.zip All the files inside ASP_SourceFiles_ OpenERP_EHRMS_Payroll_JobBoard_Version_0.5.0.zip archive should be copied to web server root directory. i.e. c:\intpub\wwroot\ All the files inside MSSQL2000_Data_Files_ OpenERP_EHRMS_Payroll_JobBoard_Version_0.5.0.zip archive should be copied to SQL Servers Data Folder normally located at C:\Program Files\Microsoft SQL Server\MSSQL\Data 2. Attaching the Database and Create Systems DNS NOTE : As Open ERP is still heavily under development, the database structure will ALWAYS change between releases, so if you have a database that you created for a previous release, it WILL NOT WORK after installing a new release. Please delete any old databases before proceeding. We strongly suggest using MS SQL Enterprise Manager to manage your database(s) and database users. 1.Please attach the database files to the server(see Sql Server help on how to do that) 2.Create the user ehrms and assign him a password. 3.Dont forget to change SQL Server authentication to windows + SQL 4.Using ODBC Manager located in Administration tools create a system DNS named hrms and set the default db to ehrms 3.Editing Important Strings in Files a.ehrms\Connections\EHRMS.asp Locate following string in ehrms.asp located in ehrms\connections tht\connections folders MM_EHRMS_STRING = "dsn=dnsname;uid=username;pwd=password;" Replace dnsname with the system DNS you have created above Replace username with User Name to connect SQL Server Replace password with your Sql Server password b.tht\Connections\EHRMS.asp Locate following string in ehrms.asp located in ehrms\connections tht\connections folders MM_EHRMS_STRING = "dsn=dnsname;uid=username;pwd=password;" Replace dnsname with the system DNS you have created above Replace username with User Name to connect SQL Server Replace password with your Sql Server password c.tht\Applicants\ProfileManager\ CVDownload.asp PhotoDownload.asp ProcessCVUpload.asp ProcessPhotoUpload.asp Connect = "Provider=SQLOLEDB;Server=YourServerName; Database= yourDBname;UID=yourDBuser;PWD=YourDBpassword" Replace YourServerName with HostName of your SQL Server Replace yourDBname with your Sql Server Database Name i.e. ehrms Replace yourDBuser with User Name to connect SQL Server i.e hrms Replace YourDBpassword with your Sql Server password d.tht\Applicants\loginok.asp <% If (Session("MM_Username") = xxxxxxxx@xxxxx.com") OR (Session("MM_Username") = "yyyyy@yyyy.com") Replace these with your Administration Email Addresses to gain access to Admin area of Jobboard. 4. Logging In For the First Time Open a browser and enter the URL for the web server directory i.e http://localhost/ or what ever your site root URL is. For Working in Payroll Solution Enter the user name: 'mansoor' Enter the password: 'pakistan' (NB : enter without quotation marks). You can set up additional user accounts from the Administration Menu. Be careful not to delete the demonstration user until a new user has been set up. If there are no users defined the next time you try to login you won't be able to. The only way then to create a user to login with is to manually edit the SQL table "users" to insert a user. 5. Setting Up Master Data All the standing configuration data is defined from the Administration and Master Menus of respective Modules and each link should be reviewed to enter appropriate data for the business. Setup wizards that guide you through this process are being implemented and will be available once completed. 6. Troubleshooting For Working in Hiring Solution (Job Board) You have to register a User and then continue to test the options available.

    posted 981 days ago

  • File released: /Pre-Alpha Release HRMS/OpenERP_Version_0.5.1/OpenERP_Version_0.5.1.zip

    posted 981 days ago

  • File released: /Pre-Alpha Release HRMS/OpenERP_Version_0.5.1/Installation_Manual_OpenERP_EHRMS_Payroll_JobBoard_Version_0.5.0.rtf

    posted 981 days ago

  • File released: /Pre-Alpha Release HRMS/OpenERP_Version_0.5.1/Change_Log_OpenERP_EHRMS_Payroll_JobBoard_Version_0.5.0.rtf

    posted 981 days ago

  • Open-ERP Version 0.50 Released with General Ledger

    After much wait and a lots of your emails. we have finally released the 5th Version of Alpha for public testing. Exciting thing about this is that this release contains the General Ledger for basic Account needs according to ACCA and ICMA Standards. Comments and suggestions are welcome.

    posted by dearmansoor 981 days ago

  • Open-ERP:Online Demo Available Now!

    We are please to announce that Online demo of payroll and job board module is made available with courtesy of TheHumanTeam.com .The Human Team is worlds leading job portal and HR Consulting Company with offices in Pakistan, Dubai, Malaysia, UK , USA and Canada. Click here for Demo http://www.thehumanteam.com/openerp/demo/signup.asp You might have to fill a registration form.

    posted by dearmansoor 1055 days ago

  • Pre-Alpha Release HRMS EHRMS Payroll & Jobboard 0.4.0 file released: MSSQL2000_Data_Files_OpenERP_EHRMS_Payroll_JobBoard_Version_0.4.0.zip

    Version 0.5.0 -- Things to Do Job Board Module Company Setup Post a Job Section Search for Jobs Email Verification Email Notifications Job Alerts CV Wizard Active CV Selection Apply for Jobs Resume Cover Letter Section Payroll Module Revisit Company Calendar Finalizing Attendance Finalizing Payroll Arrears Sections Loan Advances Management Reports Add Employee Correction / Redo Main THT Website Banners for website Site Map Finalize Menu Items HR Zone HR Zone will be a content management system with ability to Add/ Edit Articles/ Downloadable PDF files etc. Signup for Google Advertisements Version 0.4.0 February 8, 2007 Job Board Module Employer Signup Company Setup CV Upload Photo Upload Payroll Module Attendance Entry Payroll Generation Pay Slip Printing Version 0.3.1January 30, 2007 Payroll Module: Master Files Section Complete Admin Section Complete Employee Data Section Complete Other Minor Changes in Payroll Module Whole New Module for Job board/ employment exchange is added Main default.asp is changed to reflect changes In Job Board Module only Candidate profile is completed Data Tables added for Job board Version 0.2.1 Changes since last version Employee Data Management Completed Company Funds and DB Support Added Leave Balance and DB Support Added Improved Session Management Lots of other small changes Abandoned MyASG stats Version 0.1.0 Added Employee Data Maintenance

    posted 1062 days ago

  • Pre-Alpha Release HRMS EHRMS Payroll & Jobboard 0.4.0 file released: Installation_Manual_OpenERP_EHRMS_Payroll_JobBoard_Version_0.4.0.rtf

    Version 0.5.0 -- Things to Do Job Board Module Company Setup Post a Job Section Search for Jobs Email Verification Email Notifications Job Alerts CV Wizard Active CV Selection Apply for Jobs Resume Cover Letter Section Payroll Module Revisit Company Calendar Finalizing Attendance Finalizing Payroll Arrears Sections Loan Advances Management Reports Add Employee Correction / Redo Main THT Website Banners for website Site Map Finalize Menu Items HR Zone HR Zone will be a content management system with ability to Add/ Edit Articles/ Downloadable PDF files etc. Signup for Google Advertisements Version 0.4.0 February 8, 2007 Job Board Module Employer Signup Company Setup CV Upload Photo Upload Payroll Module Attendance Entry Payroll Generation Pay Slip Printing Version 0.3.1January 30, 2007 Payroll Module: Master Files Section Complete Admin Section Complete Employee Data Section Complete Other Minor Changes in Payroll Module Whole New Module for Job board/ employment exchange is added Main default.asp is changed to reflect changes In Job Board Module only Candidate profile is completed Data Tables added for Job board Version 0.2.1 Changes since last version Employee Data Management Completed Company Funds and DB Support Added Leave Balance and DB Support Added Improved Session Management Lots of other small changes Abandoned MyASG stats Version 0.1.0 Added Employee Data Maintenance

    posted 1062 days ago

Rate and Review

Would you recommend this project?






<

Related Projects

Open ERP - Software Solution for all Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review

Thanks for your review!

Get credit for your review by logging in via OpenID. Click your account provider:

No Thanks