nyavokevin 9cbc1bcbdb feat(ui): add price lists and group-based quote flows
Add price list management across the API, store, services, routes,
navigation, and sales views.

Support quotes for either a client or a client group, including PDF
download and nullable client validation for group-based recipients.

Extend client groups to manage assigned clients directly from the form
and detail views, and refresh supplier, intervention, stock, and order
screens with updated interactions and layouts.
2026-04-02 12:07:11 +03:00
2026-03-13 16:13:49 +03:00
2025-10-06 19:37:32 +03:00
2025-10-06 19:37:32 +03:00
2026-03-13 16:13:49 +03:00
2026-03-13 16:13:49 +03:00
2025-10-06 19:37:32 +03:00
2025-09-24 22:13:50 +03:00

Thanasoft Project

Projet Thanasoft composé de deux parties :

  • Backend Laravel : /thanasoft-back
  • Frontend Vue 3 (Vue CLI) : /thanasoft-front

Le frontend est buildé et copié dans le dossier public/build du backend pour être servi par Laravel.


Prérequis

  • PHP >= 8.1
  • Composer
  • Node.js >= 18
  • NPM ou Yarn
  • MySQL ou tout autre SGBD compatible Laravel

Installation

1. Backend Laravel

cd thanasoft-back
composer install
cp .env.example .env
php artisan key:generate

Description
développement sous laravel du nouveau THANASOFT
Readme 19 MiB
Languages
Vue 54.8%
SCSS 34.6%
Blade 4.5%
PHP 3.5%
JavaScript 1.2%
Other 1.3%