connected back to front

This commit is contained in:
2025-11-24 16:28:06 +01:00
parent 378c66df79
commit 234e30c25c
72 changed files with 6733 additions and 72 deletions

View File

@@ -0,0 +1,66 @@
.gitignore
.openapi-generator-ignore
README.md
api.base.service.ts
api.module.ts
api/api.ts
api/deliverers.service.ts
api/deliverynotes.service.ts
api/prices.service.ts
api/products.service.ts
api/purchaseorders.service.ts
api/purchaseproducts.service.ts
api/quotationproducts.service.ts
api/quotations.service.ts
api/settings.service.ts
api/suppliers.service.ts
api/users.service.ts
api/warehouseproducts.service.ts
configuration.ts
encoder.ts
git_push.sh
index.ts
model/connect-user-dto.ts
model/create-deliverer-dto.ts
model/create-delivery-note-dto.ts
model/create-price-dto.ts
model/create-purchase-product-dto.ts
model/create-quotation-product-dto.ts
model/create-setting-dto.ts
model/create-supplier-dto.ts
model/create-user-dto.ts
model/get-deliverer-dto.ts
model/get-delivery-note-dto.ts
model/get-price-dto.ts
model/get-product-delivery-dto.ts
model/get-product-dto.ts
model/get-purchase-order-dto.ts
model/get-purchase-product-dto.ts
model/get-quotation-dto.ts
model/get-quotation-product-dto.ts
model/get-setting-dto.ts
model/get-supplier-dto.ts
model/get-token-dto.ts
model/get-total-quantity-dto.ts
model/get-user-dto.ts
model/get-ware-house-product-dto.ts
model/models.ts
model/patch-delivery-note-real-delivery-date-dto.ts
model/patch-price-selling-price-dto.ts
model/patch-product-minimal-stock-dto.ts
model/patch-purchase-order-purchase-conditions-dto.ts
model/patch-purchase-product-quantity-dto.ts
model/patch-quotation-conditions-sale-dto.ts
model/patch-quotation-product-quantity-dto.ts
model/patch-setting-electronic-signature-dto.ts
model/patch-setting-logo-dto.ts
model/patch-supplier-delivery-delay-dto.ts
model/patch-user-password-dto.ts
model/patch-ware-house-product-quantity-dto.ts
model/update-deliverer-dto.ts
model/update-product-dto.ts
model/update-supplier-dto.ts
model/update-user-dto.ts
param.ts
provide-api.ts
variables.ts