Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.54 KB

File metadata and controls

23 lines (18 loc) · 1.54 KB

AaAFP - Accounting and analysis furniture production

Program interface

AaAFP - a program for accounting various information of a furniture enterprise and an expert system for analyzing the state of the enterprise and providing recommendations.

The application is implemented on the NET Framework using WPF. The architecture of the code is built according to the MVVM pattern. MySQL is used as a DBMS. The ORM Entity Framework is used to communicate with the database. The expert system is implemented using a production model of knowledge representation.

Allows:

  • Providing recommendations to support management decision-making based on the current state of the enterprise
  • Providing various reports for analysis.
  • Automatic calculation of salaries.
  • Automatic calculation of the prime cost of a furniture product.
  • Automatic generation of a list of available materials in stock.
  • Automatic generation of a list of materials required for purchase.

State enterprise Recommendations Materials tab item Reports tab item Salaries tab item

How to use

Head to the release page and grab the latest version.