Skip to content

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.

Notifications You must be signed in to change notification settings

mcfiet/AccountingManager

Repository files navigation

AccountingManager

About

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.

Features

  • 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

Prerequisites

  • .NET Framework or .NET Core
  • Visual Studio or any C# IDE

Installation

  1. Clone the repository:

    git clone https://github.com/mcfiet/AccountingManager.git
    cd AccountingManager
  2. Open the solution in Visual Studio or your preferred C# IDE.

  3. Build the solution to restore the dependencies.

  4. Run the application.

Usage

  • Manage clients and articles through the application interface.
  • Create, convert, and export documents using the provided functionalities.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages