Most voted "erp" questions
Enterprise Resource Planning (ERP) is an information system that integrates all data and processes of an organization into one.
Learn more…20 questions
Sort by count of
-
9
votes2
answers253
viewsWhy is it good practice to generate unique user code?
Many enterprise systems use a customized unique identifier. You have the generation of id in the database and a custom code. When a customer search is done, the custom code (something like ZT2578B)…
-
8
votes0
answers1356
viewsHow to add additional fields to an infotype?
I need to perform a customization in an infotype (HR) adding two new fields for control as represented, circled yellow, in the image below:…
-
6
votes1
answer112
viewsTables with unconventional names like ABC1234
I have seen some that some systems adopt a different way of naming tables with letters and numbers like ABC1234, XX_900, etc.. These days I’ve been working on creating some queries in a system that…
-
4
votes1
answer42
viewsWEB Systems What is the best way to escape from Searchers and make it invisible
When it comes to WEB systems What would be the safest and most used way for it to become invisible to search engines? I know there are the "Goals" but I think there should be more reliable way…
-
3
votes1
answer263
viewsSPED - Block K - Record 0220
Situation I’m developing the Block K(valid as of 2016) SPED EFD, and I’m having trouble validating apart from unit conversion. Test structure |0190|CX|CX.| |0190|UN|UN.| |0190|PC|PC.|…
-
2
votes1
answer148
viewsDevelopment without EF ORM
It is valid the development without ORM, because today I want to develop an ERP, but I have no knowledge in any framework, is it valid I do everything in hand? I will have the same result? Because I…
-
2
votes0
answers166
viewsIssue of a non-tariff note
Good afternoon to you all. I am developing a web system for my store and I would like to know how I print those non tax bills that show the products with their bar codes, prices, quantities... That…
-
2
votes1
answer762
viewsFailed to connect database: Connection Lost to database - Firebird and Delphi application
I have a server with more than sixty client databases that currently operate with Firebird 3.0.3.32900 and an application in Delphi that is responsible for synchronizing logs from end to end. For…
-
1
votes1
answer157
viewsIntegration of Prestashop with ERP
I need integration of Prestashop orders, customers, products and price changes/promotions with ERP. In this case the objective would be the following: 1 - When making a sale or registering/editing…
-
1
votes1
answer381
viewsGet information about a data table through SAP
In SAP we have the SE11 transaction where it is possible to view and change characteristics of a data table, it would be possible to export to a txt or csv file the following information: Column…
-
0
votes1
answer74
viewsSelect customer cities in the bank and count how many customers there are in each city
I need to select the cities of customers registered at the bank, and count how many customers there are in each city. I wonder how do I know if the name I’m picking from the bank already exists in…
-
0
votes0
answers41
viewsUnique or something similar to 3 or more different tables
Sirs, In the company where I work uses an ERP that I do not know for what reason, is carried out the typing of sales notes, return of sales and returns of purchases in three different forms, and the…
-
0
votes0
answers126
viewsTreat callback json from ERP Bling in Laravel
I’m having trouble treating the following json return from ERP Bling on Laravel: array ( 'data' =>…
-
0
votes1
answer207
viewsWCF Bytaarray Return Method gives error
I was trying to use a par method to adevolver a bytearray using ERP but get an exception spent some time saying Object Variable or With Block Not Set, which may be ? PS. Yes I know that the engine…
-
0
votes0
answers29
viewsProblem with validation process
I am creating a precedent to validate whether the field discount (%) receives a percentage less than zero (negative value) or greater than 100%. But when executing appears an error that I am not…
-
0
votes1
answer49
viewsHow to add a field of objects returned from firebase ( vuejs + firebase )
Hello, I’m trying to develop an ERP platform with vuejs using firebase as a storage solution, I’m trying to add all the 'value' fields of the 'expense' collection documents that loads the 'Name'…
-
0
votes0
answers14
viewsHow to create a temporary table within a function in oracle?
I’m creating a time sheet in the system. The idea is that the user fill in a filter with the reference date and then Function prints every day of the month with the abbreviation of the day of the…
-
-1
votes1
answer242
viewsWhat the structure of large Java projects would look like
In small web projects, we usually separate packages into DAO, Models and Controllers, but into large systems of the type ERP, with hundreds of tables, controllers and business logics, what this…
-
-2
votes1
answer424
viewsHow do I change the authorization group of a table generation screen?
I want to change the "group authorizations", but I can’t edit an already built screen.
-
-4
votes1
answer2003
viewsERP system with PHP
I was hired to create an ERP system for a company. The system would be Web, hosted in the cloud, developed with PHP, MYSQL and Javascript. In addition to all registration screens, data…