-
POS Roles
If you have an Admin role, you can configure the roles and users from the Admin tools: Admin -> Tools -> Roles and Admin -> Tools -> Users. Each of these roles have different…
-
Initial stock tool
You can automatically import the initial stock in the system using the provided importing tool. The old stock must be exported in CSV format. The provided tool helps matching old stock product names…
-
Enums in Entity Framework
UI Erp Core framework’s UI, automatically handles the rendering of enum collections. You can tell the UI to render the control as a search help or a list box by using either the…
-
Month closing
Before you can report a month’s transactions (calculate the goods stock level and goods transactions), you need to ensure that all the Goods Issue jobs were completed successfully or that all the sales documents…
-
Overriding services
ERP Core uses the repository pattern and the IServiceProvider to implement business logic. In order to override the base functionality provided by the system, you can override the virtual methods and install the…
-
Calendar
Calendar Abstract The calendar provided by the ERP Core project respects most of the RFC5545. Please consult the RFC5545 for more details about the calendar functionality. The Calendar functionality of the ERP system…
-
Goods Stock Management
In certain situations some stock level optimizations and corrections might be needed. You need to consult the goods stock levels and correct them before reporting it to accounting. Preview of Goods Stock Balance…
-
Purge Deleted Entities Rfc
This is a SUPER-USER tool and requires good understanding of the database and models. Please use with caution! All entities (except for the auto generated JOIN tables) have a IsDeleted flag to implement…
-
Product Definition
The products in ERP Core are defined using the Product Definition entity. This is the master data for all products and services that the company can create business transactions for (purchase, sell, manufacture,…
-
Organizational Structure
In ERP Core the organization is organized hierarchically into organizational entities. The Organizational Entity allows to create a structured layout of the organization according to the responsibility levels and hierarchy. Each Organizational Entity…