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,51 @@
export:
title: Eksport
menu: {use: list.menu}
default: stExporterCsv
filename: "eksport produktow"
forward_parameters: [category_id]
custom_parameters:
external_images: {name: "Eksportuj zdjęcia do innego sklepu", type: checkbox_tag}
primary_key: code
fields:
code: {name: Kod, sample: 123, type: string}
name: {name: Nazwa, sample: Produkt testowy, type: string}
currency_iso: {name: Waluta, sample: PLN}
currency_exchange: {name: Kurs, type: string, class: stProductImportExport}
vat_value: {name: "Stawka VAT [%]", sample: 0, type: double}
price_netto: {name: Cena netto, sample: 123.45, type: string, class: stProductImportExport}
price_brutto: {name: Cena brutto, sample: 123.45, type: double, class: stProductImportExport}
old_price_netto: {name: Stara cena netto, sample: 125.00, type: string, class: stProductImportExport}
old_price_brutto: {name: Stara cena brutto, sample: 125.00, type: double, class: stProductImportExport}
active: {name: Aktywny, sample: 1, type: integer}
description: {name: Opis, sample: Długi opis produktu, type: string}
short_description: {name: Opis skrócony, sample: Krótki opis produktu, type: string}
search_keywords: {name: Opis do wyszukiwania, type: string, i18n_file: stProduct}
product_images: {name: Zdjęcia, sample: image-1.jpg, class: stProductImportExport, type: string, md5hash: true }
weight: {name: Waga, sample: 2.5, type: double}
hide_price: {name: Ukryj cenę, sample: 1, type: integer, class: stProductImportExport}
uom: {name: Jednostka miary, sample: szt., type: string, class: stProductImportExport}
min_qty: {name: Minimalna ilość, sample: 0.01, type: double}
max_qty: {name: Maksymalna ilość, sample: 0.00, type: double}
step_qty: {name: Wielokrotność ilości, sample: 0.00, type: double}
is_stock_validated: {name: Sprawdzaj stan magazynowy, sample: 1, type: integer}
stock_in_decimals: {name: Zezwalaj na części dziesiętne w ilości, sample: 1, type: integer}
stock_managment: {name: Zarządzaj magazynem z opcjami produktu, class: stProductImportExport }
max_discount: {name: Maksymalny rabat, sample: 100, type: double}
execution_time: {name: Czas realizacji, sample: 1 dzień, type: string}
man_code: {name: Kod producenta, sample: 5900820005184, type: string}
points_value: {name: Cena w punktach, sample: 1, type: integer}
points_earn: {name: Zarobione punkty, sample: 1, type: integer}
points_only: {name: Produkt tylko za punkty, sample: 0, type: integer}
priority: {name: Priorytet, sample: 0, type: integer}
bpum_default_id: {name: Ilość jednostki miary (jednostka), sample: 0, type: integer}
bpum_default_value: {name: Ilość jednostki miary, sample: 2.5, type: double}
bpum_id: {name: Prezentuje cenę dla (jednostka), sample: 0, type: integer}
bpum_value: {name: Prezentuje cenę dla, sample: 2.5, type: double}
product_recommend: {name: Polecane produkty, class: stRecommendedProductsImportExport, md5hash: true }
width: {name: Szerokość, type: double }
height: {name: Wysokość, type: double }
depth: {name: Głębokość, type: double }
delivery_price: {name: Koszt dostawy, type: double }
deliveries: {name: Dostawy, class: stProductImportExport, md5hash: true }
attributes_label: {name: Atrybuty - tytuł, type: string, i18n_file: stProduct}

View File

@@ -0,0 +1,49 @@
import:
title: Import
menu: {use: list.menu}
default: stImporterCsv
default_class: stProductImportExport
filename: "import produktow"
primary_key: code
fields:
code: {name: Kod, sample: 123, type: custom}
name: {name: Nazwa, sample: Produkt testowy, require_on_create: true, type: custom}
currency_iso: {name: Waluta, type: custom, sample: PLN, require_with_fields: [price_netto, price_brutto, old_price_netto, old_price_brutto, wholesale_a_netto, wholesale_a_brutto, wholesale_b_netto, wholesale_b_brutto, wholesale_c_netto, wholesale_c_brutto]}
currency_exchange: {name: Kurs, type: custom, sample: 1.2}
vat_value: {name: "Stawka VAT [%]", sample: 0, type: double, require_with_fields: [price_netto, price_brutto, old_price_netto, old_price_brutto, wholesale_a_netto, wholesale_a_brutto, wholesale_b_netto, wholesale_b_brutto, wholesale_c_netto, wholesale_c_brutto]}
price_netto: {name: Cena netto, sample: 123.45, type: custom}
price_brutto: {name: Cena brutto, sample: 123.45, type: custom}
old_price_netto: {name: Stara cena netto, sample: 125.00, type: custom}
old_price_brutto: {name: Stara cena brutto, sample: 125.00, type: custom}
active: {name: Aktywny, sample: 1, type: integer}
description: {name: Opis, sample: Długi opis produktu}
short_description: {name: Opis skrócony, sample: Krótki opis produktu}
search_keywords: {name: Opis do wyszukiwania, type: string, i18n_file: stProduct}
product_images: {name: Zdjęcia, sample: image-1.jpg, class: stProductImportExport, md5hash: true }
weight: {name: Waga, sample: 2.5, type: double}
hide_price: {name: Ukryj cenę, sample: 1, type: integer, class: stProductImportExport}
uom: {name: Jednostka miary, sample: szt., type: string, require_on_create: true}
min_qty: {name: Minimalna ilość, sample: 0.01, type: custom}
max_qty: {name: Maksymalna ilość, sample: 0.00, type: double}
step_qty: {name: Wielokrotność ilości, sample: 0.00, type: double}
is_stock_validated: {name: Sprawdzaj stan magazynowy, sample: 1, type: integer}
stock_in_decimals: {name: Zezwalaj na części dziesiętne w ilości, sample: 1, type: integer}
stock_managment: {name: Zarządzaj magazynem z opcjami produktu, type: integer, class: stProductImportExport }
max_discount: {name: Maksymalny rabat, sample: 100, type: double}
execution_time: {name: Czas realizacji, sample: 1 dzień}
man_code: {name: Kod producenta, sample: 5900820005184}
points_value: {name: Cena w punktach, sample: 1, type: integer}
points_earn: {name: Zarobione punkty, sample: 1, type: integer}
points_only: {name: Produkt tylko za punkty, sample: 0, type: integer}
priority: {name: Priorytet, sample: 0, type: integer}
bpum_default_id: {name: Jednostka, sample: 0, type: integer}
bpum_default_value: {name: Ilość, sample: 2.5, type: double}
bpum_id: {name: Jednostka, sample: 0, type: integer}
bpum_value: {name: Prezentuje cenę dla, sample: 2.5, type: double}
product_recommend: {name: Polecane produkty, class: stRecommendedProductsImportExport, md5hash: true }
width: {name: Szerokość, type: double }
height: {name: Wysokość, type: double }
depth: {name: Głębokość, type: double }
delivery_price: {name: Koszt dostawy, type: double }
deliveries: {name: Dostawy, class: stProductImportExport, type: custom, md5hash: true }
attributes_label: {name: Atrybuty - tytuł, type: string, i18n_file: stProduct}