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
5
votes
5 answers

Will an application on PHP Yii framework with MySQL database handle an ERP solution of 20K employees?

We have got a project to build an ERP system for one of the largest garment industry of Bangladesh. They have around 20,000 employees and about 10% of them get out/in every month. We are a small company with 5 PHP developers and don't have much…
Ali Hasan Imam
  • 353
  • 1
  • 4
  • 11
5
votes
2 answers

Many2many fields use the same table and columns while inheriting with _name field Odoo13

This error is thrown up when "hr.employee" or any other model with Many2many field is inherited to my model in odoo13. Traceback (most recent call last): File "/opt/odoo/odoo/modules/registry.py", line 59, in __new__ return…
Gokul Ram T J
  • 51
  • 1
  • 1
  • 3
5
votes
2 answers

get_release Oracle API returning "Unknown" result instead of correct release

While executing below get_release function from apps user it’s returning the correct release: 12.1.3 , but when execute it from another user it’s returning Unknown result: declare l_release_name varchar2(30); l_other_release_info …
Wael Dalloul
  • 22,172
  • 11
  • 48
  • 57
5
votes
1 answer

Netsuite Salesforce Integration ESB vs Prebuilt Connectors

Is there a benefit for using prebuilt connectors to and from SaaS billing platforms like Aria/Zuora when they live between Salesforce and Netsuite used as pure CRM and ERP/Acounting/Finance respectively. That is, versus using an ESB/Integration…
Bill Rosmus
  • 2,941
  • 7
  • 40
  • 61
5
votes
3 answers

How to install erpnext on Windows

I have installed ERPNext on Ubuntu, now I have a specific requirement where I want to install it on Windows OS. I have download the following Pre requisites. 1. Python 2.7 2. MariaDB What is the correct procedure to install erpnext on windows. ?
Rahul Vishwakarma
  • 996
  • 5
  • 17
  • 35
5
votes
2 answers

Running multiple Adempiere instance on a single server

Is it possible to run two or more instances of ADempiere with single JBoss server?
Mubii
  • 91
  • 1
  • 5
5
votes
2 answers

How do I remove an inherited object from a child without altering the parent

(note: names were changed to protect the guilty) So, let's say I am doing modifications in VisualCruft 8 (long since discontinued by the vendor), and applying those modifications to ERP software from "Company A" (long since bought out by "Company…
Avery Payne
  • 1,738
  • 2
  • 17
  • 31
5
votes
2 answers

Find out the logged in users in ADempiere

I have deployed the ADempiere in a server and provide the jnlp based client installation to the users in the network. How can I find out the users accessing the server at a time. Is there any audit option or cange log features. When a client…
Sajeev
  • 783
  • 3
  • 14
  • 46
5
votes
6 answers

Gift Card/Debit Card Activation

General Problem How do retail establishments constrain activation for gift cards, or those pre-paid phone/debit cards? They must have a system in place that only keeps you from calling in to activate cards that haven't scanned through the register,…
Brian MacKay
  • 31,133
  • 17
  • 86
  • 125
4
votes
4 answers

Is OpenERP skinnable?

I've looked at the site of OpenERP and Google and have not found any reference to skins for OpenERP. I understand that the logo must be maintained but if I want to improve their appearance, is there any way to create skins? Thanks in advance for…
JLBarros
  • 672
  • 1
  • 8
  • 18
4
votes
0 answers

About the SQL first-in-first-out write-off quantity

At present, there are BOM and picking materials. According to the demand quantity of BOM and the principle of first-in-first-out, which picking materials are used by BOM, the currently conceivable solution is to use the cursor to judge the order…
Kiddo
  • 41
  • 4
4
votes
1 answer

Most Efficient ERPNext Installation Method

I'm taking on the challenge of trying to test and develop with ERPNext. I'm new to ERPNext, Docker, Compose, Git, etc. I'm going to need to learn these from scratch. What is the general most efficient way to install ERPNext (for testing purposes for…
n00b
  • 41
  • 1
  • 2
4
votes
1 answer

Problem in sending JsonString to Python endpoint using Netsuite script

I have a simple python route as follows:- @app.route('/api/customer/', methods=['PUT']) def check(): data=request.json return data I'm trying to call this python route using suite script in Oracle Netsuite. Here is the code for Requesting part…
durga
  • 115
  • 11
4
votes
1 answer

Magento Integration with ERP and Dynamic Pricing

First, a little background... I work for a software company that is a VAR for an ERP. This ERP calculates pricing dynamically for products based on a hierarchical set of rules. Depending on the customer's configuration, these rules can be very…
kopas
  • 43
  • 3
4
votes
16 answers

Has anybody used codeless software development system?

I have found a software development system which is currently free to use and develop with. This system is completely codeless and one can develop business oriented applications effortlessly using its GUI and a bit of MDA. The site is :…
Yogi Yang 007
  • 5,147
  • 10
  • 56
  • 77
1
2
3
53 54