Home
Softono
StorageAndTrade3

StorageAndTrade3

Open source Apache-2.0 C#
12
Stars
1
Forks
0
Issues
5
Watchers
3 weeks
Last Commit

About StorageAndTrade3

StorageAndTrade3 is a management accounting application designed for warehousing, trade, and financial operations in Ukraine, built on .NET 10 and compatible with Linux and Windows. It uses PostgreSQL for data storage and focuses on operational tracking rather than taxable financial reporting. The system manages inventory by batches, allowing detailed tracking of product characteristics and serial numbers. It supports contract-based accounting for counterparty settlements. Operations are recorded via documents such as goods receipts, orders, and sales, which can be viewed in journals, generated from existing documents, and traced through internal registers. A built-in configurator enables users to customize or extend the software's functionality. The application relies on GTK+ for its interface and is open source, requiring Git and the .NET SDK for deployment. Installation instructions are provided for Ubuntu and Windows environments, involving the setup of the runtime, database, and development libraries. It

Platforms

Web Self-hosted Linux Windows

Languages

C#

"Зберігання та Торгівля" для України

Облік складу, торгівлі та фінансів | .net 10, Linux, Windows

Програма для ведення управлінського обліку і не містить бухгалтерських і податкових документів.

Товари на складах обліковуються по партіях, для номенклатури можна вести облік в розрізі характеристик та серійних номерів, для контрагентів облік взаєморозрахунків ведеться по договорах.

В програмі події фіксуються документами (Поступлення товарів, Замовлення, Реалізація і т.д). Документи відображаються у журналах для кожного виду документу, документи можна вводити на основі інших документів, також можна подивитись рух документу по регістрах.

Також в програмі є конфігуратор який дозволяє доробляти або змінювати програму.

# Запуск програми з вихідних кодів
git clone https://github.com/tarachom/StorageAndTrade3.git
git clone https://github.com/tarachom/Configurator3.git
git clone https://github.com/tarachom/AccountingSoftwareLib.git

cd StorageAndTrade3
dotnet run

Детальніше про програму accounting.org.ua
Середовище розробки Visual Studio Code
База даних PostgreSQL
Документація GtkSharp та SQL

Для Ubuntu
Встановити dotnet-sdk-10.0

sudo apt-get update && sudo apt-get install -y dotnet-sdk-10.0

Довідка як встановити dotnet-sdk-10.0 на Ubuntu Install .NET SDK or .NET Runtime on Ubuntu

Встановити PostgreSQL

sudo apt-get update
sudo apt-get install postgresql

# Встановити пароль для PostgreSQL

sudo -u postgres psql
\password postgres

Встановити Git

sudo apt-get update
sudo apt install git

Для Windows

  1. Встановити набір бібліотек GTK gtk3-runtime
  2. Встановити dotnet 10.0 SDK Download .NET 10.0
  3. Встановити базу даних PostgreSQL
  4. Скачати архів з програмою Зберігання та Торгівля