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

ERP: Is there a design pattern for updating data for a department while keeping the old data for a second department during a certain time?

Not so complicated as the title suggests. Imagine two departments in a Company: Sales and Manufacture. While data (in an ERP software) in Sales may represent contracts, Manufacture has to deal with the production established by these contracts (ex:…
PDuarte
  • 111
  • 5
0
votes
1 answer

FIFO Allocation between Sales and Sales Order Table based on Schedule

It's a an Order Processing related query. There is a sales order which will have different products with some specific quantity. Each qty will have schedule for delivery. In this case, for 55 nos it has the schedule as 10, 15, 30. same way it has…
0
votes
0 answers

bots-webserver.py ( bots edi open source ) gives a 500 page

i've just installed cherrypy, django, and bots along with python. i've ran bots-webserver.py and it results in a 500 error html page. Is there something that I need to set up to see the bots-monitor user webpage? It just displays the 500.html…
Masu
  • 1,568
  • 4
  • 20
  • 41
0
votes
0 answers

How convert php soap client application into java

webERP Opensource below is the PHP Client soap Client API. How to convert this PHP Client script into JAVA client script. Client program contain 5 arguments.
Bharanikumar
  • 25,457
  • 50
  • 131
  • 201
0
votes
2 answers

Epicor BPM - Why is my method directive not working?

When it comes to Epicor it's very difficult to fit a descriptive question title in the stackoverflow title box. I have created a Method Directive BPM in the SalesOrder.MasterUpdate method. This BPM is triggered to run when a specific field is…
Mr. J
  • 317
  • 6
  • 20
0
votes
1 answer

openERP 7 need to export data in UTF-8 CSV , but how?

I can export a CSV with openERP 7 , but it is encoded in ANSI. I would like to have it as a UTF-8 encoded file. How can I achieve this ? The default export option in openERP doesn"t have any extra options. What files should be modified ? Or is there…
mlclm
  • 725
  • 6
  • 16
  • 38
0
votes
1 answer

OpenERP. How to make multiple invoices on a sale order when it contains products from different companies?

How to make multiple invoices on a sale order when it contains products from different companies? My configuration is: - Main Company has: sub company 1, sub company 2. These companies has many products. I wish make multiple invoices when I create a…
Edu Dev
  • 23
  • 1
  • 5
0
votes
2 answers

Auto Find on Entry is not working on a header detail form

I have a Find browse form from which am passing a value to the form control of Header detail form with Auto find on Entry enabled in Grid. I have called the Header detail form in the select button of the find browse form. But the header detail…
dunantsm
  • 47
  • 7
0
votes
2 answers

Removing Categories from a Produkt programmatically

I tried to remove a category from an Product but wasn't successfully with it. It still remains as Product of that Category. This is the code I'm using: $categories = array(); $categories[] = $this->erp['mastercat']; …
Chris West
  • 741
  • 13
  • 36
0
votes
1 answer

How to make a call in Magento to an external web service?

I want to call an external web service when user find a product by CatalogSearch. Any idea to do this? I have a SOAP function to call at my ERP, but i don\’t know where i can put this function to call my web service. Exactly I have a product catalog…
xabikip
  • 24
  • 4
0
votes
2 answers

Java EE based backend application framework

I am wondering if anyone knows of some type of technology (preferably Java EE based) that is similar to something like Eclipse RCP. I want to be able to develop modules which can then register themselves, provide menu options etc. and then provide…
mookins
  • 71
  • 1
  • 5
0
votes
1 answer

Openbravo ERP Joomla Virtuemart Integration/Synchronisation

Do someone knows an Joomla Component/Module/Plugin which can make the Integration or Synchronisation between OpenBravo and Virtuemart?
Festus Tamakloe
  • 11,231
  • 9
  • 53
  • 65
0
votes
1 answer

magento creating group price and tier price is not storred

I'm trying to create an article in magento to based on a dataset from an erp system. So far creating works with only one remaining glitch. I can't set group nor tear prices. Here's my code: protected function updatePrices(){ $groups =…
Chris West
  • 741
  • 13
  • 36
0
votes
2 answers

magento Integrity Constraint Violation during product creation/update

I'm currently trying to integrate magento into an ERP System using an self written middleware. I get this message: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails…
Chris West
  • 741
  • 13
  • 36
0
votes
2 answers

How to get Started on django-erp

I was going through this link for django-erp. i successfully created dbs and installed all the requirements. and when i run server and go the browser . the only message i see is Welcome to django-erp . How to get started, i don't see much in urls.py…
rgm
  • 1,241
  • 2
  • 16
  • 33