feat: create specific price system and adapt product queries

This commit is contained in:
2026-04-10 14:49:05 +02:00
parent 75af44b0df
commit 54608410ea
34 changed files with 1449 additions and 939 deletions

View File

@@ -5,10 +5,10 @@ info:
http:
method: GET
url: "{{bas_url}}/restricted/customer?id=1"
url: "{{bas_url}}/restricted/customer?id=2"
params:
- name: id
value: "1"
value: "2"
type: query
auth: inherit

View File

@@ -5,10 +5,10 @@ info:
http:
method: GET
url: "{{bas_url}}/restricted/customer/list?search="
url: "{{bas_url}}/restricted/customer/list?search=marek"
params:
- name: search
value: ""
value: marek
type: query
auth: inherit

View File

@@ -1,7 +1,7 @@
info:
name: customer
type: folder
seq: 9
seq: 10
request:
auth: inherit