Questions tagged [erp]

Enterprise Resource Planning (ERP) intends to provide a complete view of business by integrating accounting, human resources, supply chain management, capacity planning, production scheduling, customer relationship management, sales planning and more.

Enterprise Resource Planning (ERP) intends to provide a complete view of business as a software application. By comparison, Materials Resource Planning (MRP) gives insight into factors that relate directly to physical production. ERP includes MRP as a subset and extends to other areas such as finance and human resources.

797 questions
0
votes
1 answer

Error In hr_recruitment module in open erp 7

I am Vaibhav new in open ERP 7 and got error while inheriting hr_recruitment module. I override search method for hr_recruitment to filter out applications I added job_code char field in hr_job and job_code_applicant in hr_applicant My code is : def…
vaibhav
  • 33
  • 1
  • 8
0
votes
0 answers

Identation Error - OpenErp Python

I got this error after adding a function field in my module OpenERP Server Error Client Traceback (most recent call last): File "C:\Program Files\OpenERP 7.0-20130321-002353\Server\server\openerp\addons\web\http.py", line 203, in dispatch File…
NeoVe
  • 3,857
  • 8
  • 54
  • 134
0
votes
1 answer

Adding a 'month' 'year' or 'days' to integer field - OpenErp

I'd like to add in an 'integer' field a type of date. Like = Lifetime of a Product = 6 months I know i can use integer for the number, like 'Lifetime' : fields.integer('Lifetime'), But is there a possibility to add as a parameter, years, months or…
NeoVe
  • 3,857
  • 8
  • 54
  • 134
0
votes
1 answer

Electronic Data Interchange Processing in Java

My requirement is to process the EDI (Electronic data interchange) file and create the appropriate records in my application , then send back the acknowledgement back in EDI format. I want to know any standard API available for creating and…
Velu
  • 1,681
  • 1
  • 22
  • 26
0
votes
1 answer

gettin error while adding new employee record in open ERP 7 web client error is : Mail delivery failed

I got these error while creating new employee in open ERP 7 web client. Please rply ASAP for this problem Mail delivery failed Mail delivery failed via SMTP server 'imap.googlemail.com'. SMTPSenderRefused: 530 5.5.1 Authentication Required. Learn…
vaibhav
  • 33
  • 1
  • 8
0
votes
1 answer

How to classify data to different categories with their purpose in ERP Applications?

all I am recently pondering that how to classify data into different categories in Erp solutions, basing on that, I can decide which data should I strip out and put it into a shared database for multiple tenants instances. As a industry practice,…
zhengwb
  • 1
  • 2
0
votes
1 answer

Which file prepare the style and script [ERPNEXT]

i have the virtual machine for the ERPNEXT , i am trying to change the little code to meet my needs and requirements. so i am trying to change the UI and the javascript. for example : lets take the Desktop folder from the Apps/Home/Desktop there…
Syed Abdul Qadeer
  • 455
  • 1
  • 6
  • 14
0
votes
4 answers

Php For loop not working properly inside another for loop?

Following is my code. The first part works perfectly, but the second loop is not producing any results. What this is doing is that it looks for the timetable, then takes out the classes in that, copies all the that and makes a new timtable with same…
olbanana
  • 87
  • 3
  • 11
0
votes
1 answer

How to install openbravo ERP in windows 7?

How to install and setup openbravo ERP in windows 7 ? Which package I should download ? I have no idea of it. Please guide me. Thanks
user1772390
  • 53
  • 2
  • 10
0
votes
2 answers

OpenERP 6.1 web client - set default value (Configuration parameters)

I need to set up default Home Action for res.user. Currently is Home Page but I want set my custom action. So, I tried create new record for Settings --> Configuration --> Configuration Parameters , but when I set field for Home Action in field…
0
votes
1 answer

Which Python web framework can I choose for a simple ERP system?

I want to create a simple ERP system which include Inventory system, Employee Payroll, Email system for users, reports and small service desk application. I want to make it a browser-based application. Which Python web framework will support my…
sathish
  • 149
  • 9
0
votes
1 answer

Where best to create company wide groups in OFBiz?

I am trying to create branches of a company (and then hopefully teams within branches) in Ofbiz. I had a look at the HR app, and whilst it does list a company and some departments and other stuff in the main view, I haven't been able to find a way…
Dark Star1
  • 6,986
  • 16
  • 73
  • 121
0
votes
1 answer

Is it still possible to debug opentap 1.5.0 in eclipse/netbeans?

I followed this tutorial to the letter but all I get are errors after errors what's more, because it's so old there's somewhat of an extra step missing as eclipse asks what type of Java application it is when I try to run it despite the errors. Any…
Dark Star1
  • 6,986
  • 16
  • 73
  • 121
0
votes
2 answers

Navision - Pass record field name dyanmically to function

I don't know whether any out there uses Navision?! but we've recently been lumbered with it and I'm trying to pass a field name dynamically to a function. Instead of ModelRec.SETCURRENTKEY(ModelRec.Transmission); I want to do something like…
Andy Clarke
  • 3,234
  • 5
  • 39
  • 66
0
votes
1 answer

How to design a web ERP software for school using ASP.net and mysql

I have to design a school web ERP for a client of mine. The following modules need to be present as of now: Student Inventory Cafeteria Admissions Please help me with the required links or book which can guide me with…
Sudhakar Singh
  • 389
  • 7
  • 19