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
24
votes
3 answers

Microsoft Dynamics (Navision) vs C# .NET

I am an experienced C# / .NET developer and recently been offered an opportunity to become Microsoft Dynamics (Navision) developer (training, certification etc will all be paid for by employer). I've never been involved in anything to do with this…
Jeff
  • 13,079
  • 23
  • 71
  • 102
21
votes
2 answers

Anyone used Dabo for a medium-big project?

We're at the beginning of a new ERP-ish client-server application, developed as a Python rich client. We're currently evaluating Dabo as our main framework and it looks quite nice and easy to use, but I was wondering, has anyone used it for…
Joril
  • 19,961
  • 13
  • 71
  • 88
19
votes
2 answers

How much effort needed to deliver a solution based on Apache Ofbiz?

I was trying to get some info from documentation, but it seems that it is one of those projects that you have to check out and play with it to figure the answers out ... I noticed of hight activity on mailing list and quite a lot of commits, it's a…
lisak
  • 21,611
  • 40
  • 152
  • 243
16
votes
4 answers

Open Source ERP Review (as of May 2013)

I have been reviewing the main open source ERP products. I require that an ERP provides financial accounting, sales, procurement, manufacturing/warehouse, and inventory features. I have been looking at what is supported within each of those…
user1250537
14
votes
6 answers

C#/SQL Database listener

I have a requirement to monitor the Database rows continuously to check for the Changes(updates). If there are some changes or updates from the other sources the Event should be fired on my application (I am using a WCF). Is there any way to listen…
Kobojunkie
  • 6,375
  • 31
  • 109
  • 164
12
votes
2 answers

Learning Apache Ofbiz?

i am a java developer, i have just started learning apache ofbiz,an open source enterprise automation software,i went through the tutorials on official apache ofbiz site,as ERP is a big thing in itself, this takes time to learn. the question would…
Bruce_Wayne
  • 1,564
  • 3
  • 18
  • 41
11
votes
1 answer

Tally database synchronization with c# Application

I want to make an application to sync Tally Sales Order and Sales Invoice from tally to our SQL Database. Currently for testing purpose I am using Tally ERP 9 Educational Version. I have created some sales orders in tally and need all order with…
Sagar Vaishnav
  • 111
  • 2
  • 6
8
votes
5 answers

Is Sharepoint the right platform for large ERP applications?

I have been tasked with developing some large ERP applications (some legacy apps being rewritten and some new apps) in Sharepoint. As I've come up to speed in Sharepoint, I see the value and ease of creating team sites, and the examples I've found…
Geoff
  • 9,340
  • 7
  • 38
  • 48
8
votes
1 answer

OAuth2 - How to stay signed in from multiple browsers at the same time?

I'm working with a project in Odoo and I have enabled google Sign in. The problem is, when a user tries to log in from different browsers at the same time, only the latest log in session is retained and the older ones are expiring. For example - I…
solving12
  • 255
  • 5
  • 16
8
votes
1 answer

How to trace log details in the log file in ADempiere

I want to log the instances during the application run in the generated log files. For testing I have added the following code in beforeSave() of MOrder. log.log(Level.SEVERE, " //SEVERE Log details)"); log.log(Level.WARNING, "//WARNING Log…
Sajeev
  • 783
  • 3
  • 14
  • 46
6
votes
4 answers

Resources for implementing ERP and other Enterprise applications?

When developing an ERP-like software or any other complex business system, what resources do you go to for best practices? I'm a developer, not an accountant, not a purchaser, not a manager. I do have project management experience in engineering…
Renaud Bompuis
  • 16,596
  • 4
  • 56
  • 86
6
votes
1 answer

How can I communicate with Oracle Financials api from .Net?

Oracle ERP exposes a set of API but does anyone know how to communicae with it? Is there any third party tools that could help? Please note I am not interested in Oracle database but Oracle ERP Financials. Thanks
ironpaw
  • 2,995
  • 3
  • 19
  • 10
6
votes
6 answers

How to check if one2many field is empty in openerp xml views

I'm trying to make some field invisible if another field ( which is one2many ) has no value ( is empty). I'm trying something like Also tried
priyankarani
  • 91
  • 1
  • 2
  • 5
6
votes
1 answer

Getting ScreenRenderException while running OfBiz

I am new to OfBiz.while running it in eclipse...I got the following in eclipse console... Httpd started on port: 9989 Sessiond started on port: 9990 2014-02-04 12:57:37,538 (main) [ BeanShellContainer.java:100:INFO ] Started BeanShell telnet service…
user3256546
  • 73
  • 2
  • 5
5
votes
3 answers

Developer Friendly ERP

My company is currently using Sage MAS as their ERP system. While integrating our shopping cart is not going to be impossible, it uses COM and has it's own challenges. I was wondering if there was a more developer friendly ERP out there. I have…
Nathan Birkes
  • 265
  • 1
  • 4
  • 9
1
2 3
53 54