This C# Windows AWP Application manages offers, orders, and invoices with shared properties via inheritance. It supports adding/importing/exporting clients and articles via XML, creating and converting documents, and exporting to PDF. Data is handled with SerializationService, and item positions are managed within documents.
- Manage offers, orders, and invoices
- Add, import, and export clients and articles via XML
- Create and convert documents
- Export documents to PDF
- Data handling with SerializationService
- Manage item positions within documents
- .NET Framework or .NET Core
- Visual Studio or any C# IDE
-
Clone the repository:
git clone https://github.com/mcfiet/AccountingManager.git cd AccountingManager
-
Open the solution in Visual Studio or your preferred C# IDE.
-
Build the solution to restore the dependencies.
-
Run the application.
- Manage clients and articles through the application interface.
- Create, convert, and export documents using the provided functionalities.