{"id":22323740,"url":"https://github.com/tarachom/storageandtrade3","last_synced_at":"2026-03-16T13:35:38.197Z","repository":{"id":61979421,"uuid":"545973043","full_name":"tarachom/StorageAndTrade3","owner":"tarachom","description":"Програма \"Зберігання та Торгівля\" для України  | .net 9, Linux, Windows","archived":false,"fork":false,"pushed_at":"2025-07-07T07:28:48.000Z","size":100539,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-07T08:38:36.578Z","etag":null,"topics":["accounting","csharp","finance","gtk","gtksharp","linux","postgresql","windows"],"latest_commit_sha":null,"homepage":"https://accounting.org.ua/storage_and_trade.html","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tarachom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-10-05T09:49:07.000Z","updated_at":"2025-07-07T07:28:55.000Z","dependencies_parsed_at":"2023-11-20T14:27:26.960Z","dependency_job_id":"080d5a90-5f26-4d29-9538-948b6c61966a","html_url":"https://github.com/tarachom/StorageAndTrade3","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tarachom/StorageAndTrade3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarachom%2FStorageAndTrade3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarachom%2FStorageAndTrade3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarachom%2FStorageAndTrade3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarachom%2FStorageAndTrade3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tarachom","download_url":"https://codeload.github.com/tarachom/StorageAndTrade3/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarachom%2FStorageAndTrade3/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266019657,"owners_count":23864916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["accounting","csharp","finance","gtk","gtksharp","linux","postgresql","windows"],"created_at":"2024-12-04T01:11:41.983Z","updated_at":"2026-03-16T13:35:38.184Z","avatar_url":"https://github.com/tarachom.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \"Зберігання та Торгівля\" для України\n\u003cb\u003eОблік складу, торгівлі та фінансів\u003c/b\u003e | .net 10, Linux, Windows \u003cbr/\u003e\n    \nПрограма для ведення управлінського обліку і не містить бухгалтерських і податкових документів.\n\nТовари на складах обліковуються по партіях, для номенклатури можна вести облік в розрізі характеристик та серійних номерів, для контрагентів облік взаєморозрахунків ведеться по договорах.\n\nВ програмі події фіксуються документами (Поступлення товарів, Замовлення, Реалізація і т.д).\nДокументи відображаються у журналах для кожного виду документу, документи можна вводити на основі інших документів, також можна подивитись рух документу по регістрах. \n\nТакож в програмі є конфігуратор який дозволяє доробляти або змінювати програму.\n\n    # Запуск програми з вихідних кодів\n    git clone https://github.com/tarachom/StorageAndTrade3.git\n    git clone https://github.com/tarachom/Configurator3.git\n    git clone https://github.com/tarachom/AccountingSoftwareLib.git\n\n    cd StorageAndTrade3\n    dotnet run\n\n\u003chr /\u003e\n \nДетальніше про програму [accounting.org.ua](https://accounting.org.ua/storage_and_trade.html)\u003cbr/\u003e\nСередовище розробки [Visual Studio Code](https://code.visualstudio.com)\u003cbr/\u003e\nБаза даних [PostgreSQL](https://www.enterprisedb.com/downloads/postgres-postgresql-downloads)\u003cbr/\u003e\nДокументація [GtkSharp](https://accounting.org.ua/watch/section/news/code-00000015) та [SQL](https://accounting.org.ua/watch/section/note/code-00000057)\u003cbr/\u003e\n\n\u003cb\u003eДля Ubuntu\u003c/b\u003e\u003cbr/\u003e\nВстановити dotnet-sdk-10.0\n\n    sudo apt-get update \u0026\u0026 sudo apt-get install -y dotnet-sdk-10.0\n\nДовідка як встановити dotnet-sdk-10.0 на Ubuntu [Install .NET SDK or .NET Runtime on Ubuntu](https://learn.microsoft.com/uk-ua/dotnet/core/install/linux-ubuntu-install?tabs=dotnet10\u0026pivots=os-linux-ubuntu-2204)\n\nВстановити PostgreSQL\n\n    sudo apt-get update\n    sudo apt-get install postgresql\n\n    # Встановити пароль для PostgreSQL\n\n    sudo -u postgres psql\n    \\password postgres\n\nВстановити Git\n\n    sudo apt-get update\n    sudo apt install git\n\n\u003cb\u003eДля Windows\u003c/b\u003e \n1. Встановити набір бібліотек GTK [gtk3-runtime](https://accounting.org.ua/download/gtk3-runtime-3.24.31-2022-01-04-ts-win64.exe)\n2. Встановити dotnet 10.0 SDK [Download .NET 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)\n3. Встановити базу даних [PostgreSQL](https://www.enterprisedb.com/downloads/postgres-postgresql-downloads)\n4. Скачати архів з програмою [Зберігання та Торгівля](https://accounting.org.ua/download/StorageAndTrade3.zip)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarachom%2Fstorageandtrade3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftarachom%2Fstorageandtrade3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarachom%2Fstorageandtrade3/lists"}