This commit is contained in:
2026-05-13 12:41:07 +02:00
parent 216fd85888
commit efb82b0d4a
15 changed files with 657 additions and 50 deletions

View File

@@ -18,7 +18,7 @@ class OperationsRepository {
.from('operation')
.select('''
*,
customer(name),
customer(*),
store(name),
staff_member(name),
provider(name),
@@ -47,7 +47,7 @@ class OperationsRepository {
.from('operation')
.select('''
*,
customer(name),
customer(*),
store(name),
provider(name),
model(name_with_brand),