first commit

This commit is contained in:
2025-03-12 17:06:23 +01:00
commit 2241f7131f
13185 changed files with 1692479 additions and 0 deletions

View File

@@ -0,0 +1,84 @@
---
propel:
_attributes:
defaultIdMethod: native
package: plugins.stGroupPricePlugin.lib.model
st_group_price:
_attributes:
phpName: GroupPrice
created_at:
type: timestamp
updated_at:
type: timestamp
id:
type: INTEGER
primaryKey: true
required: true
autoIncrement: true
name:
type: VARCHAR
size: 255
description:
type: VARCHAR
size: 255
tax_id:
type: INTEGER
required: false
foreignTable: st_tax
foreignReference: id
onDelete: setnull
opt_vat:
type: DECIMAL
size: 10
scale: 2
currency_id:
type: INTEGER
foreignTable: st_currency
foreignReference: id
onDelete: setnull
price_type:
type: VARCHAR
size: 24
price_modifier:
type: VARCHAR
size: 10
price_netto:
type: DECIMAL
size: 10
scale: 2
price_brutto:
type: DECIMAL
size: 10
scale: 2
old_price_netto:
type: DECIMAL
size: 10
scale: 2
old_price_brutto:
type: DECIMAL
size: 10
scale: 2
wholesale_a_netto:
type: DECIMAL
size: 10
scale: 2
wholesale_a_brutto:
type: DECIMAL
size: 10
scale: 2
wholesale_b_netto:
type: DECIMAL
size: 10
scale: 2
wholesale_b_brutto:
type: DECIMAL
size: 10
scale: 2
wholesale_c_netto:
type: DECIMAL
size: 10
scale: 2
wholesale_c_brutto:
type: DECIMAL
size: 10
scale: 2