Compare commits
2 Commits
319d6fed0a
...
71cd0592b5
| Author | SHA1 | Date |
|---|---|---|
|
|
71cd0592b5 | |
|
|
97465c6558 |
|
|
@ -63,6 +63,7 @@
|
|||
<div class="form-horizontal">
|
||||
|
||||
<nop-cards id="order-cards">
|
||||
@await Component.InvokeAsync(typeof(AdminWidgetViewComponent), new { widgetZone = AdminWidgetZones.OrderDetailsBlock, additionalData = Model })
|
||||
<nop-card asp-name="order-info" asp-icon="fas fa-info" asp-title="@T("Admin.Orders.Info")" asp-hide-block-attribute-name="@hideInfoBlockAttributeName" asp-hide="@hideInfoBlock" asp-advanced="false">@await Html.PartialAsync("_OrderDetails.Info", Model)</nop-card>
|
||||
<nop-card asp-name="order-billing-shipping" asp-icon="fas fa-truck" asp-title="@T("Admin.Orders.BillingShippingInfo")" asp-hide-block-attribute-name="@hideBillingAndShippingBlockAttributeName" asp-hide="@hideBillingAndShippingBlock" asp-advanced="false">@await Html.PartialAsync("_OrderDetails.BillingShipping", Model)</nop-card>
|
||||
<nop-card asp-name="order-products" asp-icon="fas fa-table-list" asp-title="@T("Admin.Orders.Products")" asp-hide-block-attribute-name="@hideProductsBlockAttributeName" asp-hide="@hideProductsBlock" asp-advanced="true">@await Html.PartialAsync("_OrderDetails.Products", Model)</nop-card>
|
||||
|
|
@ -72,7 +73,6 @@
|
|||
<nop-card asp-name="order-notes" asp-icon="far fa-sticky-note" asp-title="@T("Admin.Orders.OrderNotes")" asp-hide-block-attribute-name="@hideNotesBlockAttributeName" asp-hide="@hideNotesBlock" asp-advanced="true">@await Html.PartialAsync("_OrderDetails.Notes", Model)</nop-card>
|
||||
}
|
||||
|
||||
@await Component.InvokeAsync(typeof(AdminWidgetViewComponent), new { widgetZone = AdminWidgetZones.OrderDetailsBlock, additionalData = Model })
|
||||
</nop-cards>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 192 KiB |
|
|
@ -0,0 +1,42 @@
|
|||
GODOY HORTALIZAS, S.L. FRUITBANK KFT
|
||||
PE PARAJE LOTE DE LOS RODRIGUEZ HU14902170
|
||||
04700 EJIDO (EL) - ALMERIA(ESPAÑA) CL RIPPL-RONAI Nº 18
|
||||
C.I.F./N.I.F: B04752614
|
||||
Tel: 950 338 666 1068 - BUDAPEST
|
||||
Email:
|
||||
|
||||
Codigo Albarán Referencía Fecha Salida Fecha Llegada Matricula
|
||||
43000000637 AV26 / 69 24/09/2025 25/09/2025 R8227BCN 8259JSK
|
||||
ALBARAN DE SALIDA
|
||||
|
||||
Artículo Cat / Cal Envase Marca Palet Bultos KxB Kg.Brutos Kg.Netos Precio Importe
|
||||
PIMIENTO CALIFORNIA VERDE I/GG (1) I/GG CAJA GODOY 40x30x20 ETIQUETA GODOY 1 55 5 420,75
|
||||
P230199735 (2) 313 275 1,53000 KG
|
||||
475,75
|
||||
PIMIENTO CALIFORNIA ROJO I GG (1) I/GG CAJA GODOY 40x30x20 ETIQUETA GODOY 0 55 5 303 275 1,73000 KG
|
||||
P230199736 (2) 951,50
|
||||
I/GG CAJA GODOY 40x30x20 ETIQUETA 1 110 5 615 550 1,73000 KG
|
||||
PIMIENTO CALIFORNIA ROJO I GG (1)
|
||||
P230199712 (2)
|
||||
|
||||
(2) Producto Certificado GlobalGap GGN 4056186487735 2 220 1.229 1.100 1.848,00
|
||||
(1) ORIGEN: ESPAÑA
|
||||
CONCEPTO % IMPORTE Base Imponible % I.V.A TOTAL ALBARAN
|
||||
PALETS/ENVASES 220
|
||||
CAJA GODOY 40x30x20 ETIQUETA 1.848,00
|
||||
PALET METRO CON GASTOS 2
|
||||
|
||||
1.848,00 €
|
||||
|
||||
Pasadas 24 horas de la recepción de mercancía no se admiten reclamaciones. Firma Transportista:
|
||||
Any claims relating to the goods must be made within 24 hours.
|
||||
|
||||
Inscrita Reg Mercantil Almería, Tomo 1525, Hoja AL- 40359, Folio 30
|
||||
|
||||
En cumplimiento de la normativa vigente en materia de Protección de datos de Carácter Personal, le informamos que los datos personales que nos proporciona serán tratados por Godoy Hortalizas, S.L con la finalidad de llevar a cabo la gestión contable y fiscal. Los datos
|
||||
personales proporcionados se conservarán mientras se mantenga la relación comercial y/o prestación de servicio, mientras no se solicite supresión por el interesado o durante el plazo que fije la normativa aplicable en la materia. La legitimación para el tratamiento de datos se
|
||||
basa en la relación comercial entre las partes y/o prestación de servicios solicitados. Los destinatarios de los datos serán Organizaciones o personas directamente relacionadas con el responsable, Administración Tributaria y entidades bancarias. El interesado puede ejercer los
|
||||
derechos de acceso a sus datos personales, rectificación, supresión (derecho al olvido), limitación de tratamiento, oposición, portabilidad, derecho a no ser objeto de decisiones individualizadas, así como la revocación del consentimiento prestado. Para ello podrá dirigir un
|
||||
escrito a Apartado de Correos 115 04740 Roquetas de Mar, Almería o también puede enviar un email a administracion@godoyhortalizas.com, adjuntando documentos que acredite su identidad. Además, el interesado puede dirigirse a la Autoridad de control en materia de
|
||||
Protección de Datos competente para obtener información adicional o presentar una reclamación.
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 192 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 192 KiB |
|
|
@ -0,0 +1,47 @@
|
|||
SFI Rotterdam B.V.
|
||||
|
||||
Phone : +31 10 4760466
|
||||
|
||||
Fax : +31 10 4779113
|
||||
|
||||
Order confirmation 20268429 Fruit Bank Kft.
|
||||
Nagykorosi ut 353.27.19
|
||||
Order 1239 Budapest
|
||||
date: 23/09/25
|
||||
time: 08:32 Fax:
|
||||
|
||||
Seller : Peter de Jongh
|
||||
|
||||
Description
|
||||
|
||||
Size packing / location Weight Quantity Price VAT
|
||||
|
||||
-------- ----------------------------------------- ---------- ------- ------------- -----
|
||||
|
||||
1X MandarinsNadorcott SUPREME ZAF 1
|
||||
|
||||
2.00 pall. a 104, Open Top Blok 10.00kg 208 15.5000 N
|
||||
|
||||
208 *
|
||||
|
||||
Total no. of boxes : 208
|
||||
|
||||
Total no. of pallets : 2
|
||||
|
||||
-----------------------------------------------------------------------------------------
|
||||
MO - FR 07:00 am - 05:00 pm
|
||||
|
||||
Address: DL Fresh Logistics BV
|
||||
Klappolder 191
|
||||
2665 MP Bleiswijk
|
||||
|
||||
-----------------------------------------------------------------------------------------
|
||||
REMARKS : thursday
|
||||
|
||||
-----------------------------------------------------------------------------------------
|
||||
CARRIER : EIGEN VERVOER
|
||||
LICENSE PLT:
|
||||
-----------------------------------------------------------------------------------------
|
||||
ALL OUR PRODUCTS ARE EUREP GAP CERTIFIED/CoC/GLN:8712423014015/Cert.No CU 890335-01.2022
|
||||
Our general conditions can be found on our website: www.sfifruit.com
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 192 KiB |
|
|
@ -0,0 +1,34 @@
|
|||
Fecha Cliente Albarán FRUITBANK KFT (BONFRED MERCA-BARNA)
|
||||
HU14902170
|
||||
24/09/2025 506619 AH25005482 MERCA-BARNA
|
||||
|
||||
Trasportista: HNOS. GUERRERO HARO S.L. 08040-BARCELONA
|
||||
Barcelona
|
||||
Matrícula: / Porte: Origen ESPAÑA
|
||||
|
||||
Incoterm: CPT Volumen:2,0 Europalet
|
||||
|
||||
Fecha Entrega: 25/09/2025
|
||||
|
||||
Descripción Bultos Piezas K.Neto Precio Suma %Iva
|
||||
|
||||
AGUACATE HASS GLOBALG.A.P. CAL. 20 352 13,60B 4.787,20 0
|
||||
|
||||
Envase: CT MANZANO NEGRO 40*30*9.5
|
||||
|
||||
CAT: I - Origen: PERU
|
||||
|
||||
Producto Certif. GLOBALG.A.P. GGN: 8436025340012
|
||||
|
||||
Bultos Sumas Dto 1 Dto 2 B.Imponible %Iva Iva Total
|
||||
352 0,00 0,00% 0,00 4.787,20 0% 0,00 4.787,20
|
||||
4.787,20 0,00%
|
||||
|
||||
FRUTAS RAFAEL MANZANO E HIJOS S.L. no se responsabiliza de ninguna reclamación por no conformidad de la mercancía, que no haya sido comunicada
|
||||
por escrito en un plazo máximo de DOS DÍAS desde la recepción de la misma, debiendo acompañar justificación de la no conformidad (informe pericial
|
||||
efectuado por profesional acreditado) además del detalle de los números de lotes y cajas no conformes.
|
||||
En las ventas a consignación, FRUTAS RAFAEL MANZANO E HIJOS S.L. establece un período de tiempo no superior a 20 DÍAS para acordar el precio de
|
||||
facturación de la mercancía enviada. Transcurrido éste plazo son acordarlo, será facturada al valor del precio medio de mercado que tuviese el producto
|
||||
el día en que se recepcionó la mercancía, incrementando el importe del transporte , si es por cuenta de FRUTAS RAFAEL MANZANO E HIJOS S.L.
|
||||
Nº Registro de Productores de Producto: ENV/2023/000016586.
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1,47 @@
|
|||
SFI Rotterdam B.V.
|
||||
|
||||
Phone : +31 10 4760466
|
||||
|
||||
Fax : +31 10 4779113
|
||||
|
||||
Order confirmation 20268429 Fruit Bank Kft.
|
||||
Nagykorosi ut 353.27.19
|
||||
Order 1239 Budapest
|
||||
date: 23/09/25
|
||||
time: 08:32 Fax:
|
||||
|
||||
Seller : Peter de Jongh
|
||||
|
||||
Description
|
||||
|
||||
Size packing / location Weight Quantity Price VAT
|
||||
|
||||
-------- ----------------------------------------- ---------- ------- ------------- -----
|
||||
|
||||
1X MandarinsNadorcott SUPREME ZAF 1
|
||||
|
||||
2.00 pall. a 104, Open Top Blok 10.00kg 208 15.5000 N
|
||||
|
||||
208 *
|
||||
|
||||
Total no. of boxes : 208
|
||||
|
||||
Total no. of pallets : 2
|
||||
|
||||
-----------------------------------------------------------------------------------------
|
||||
MO - FR 07:00 am - 05:00 pm
|
||||
|
||||
Address: DL Fresh Logistics BV
|
||||
Klappolder 191
|
||||
2665 MP Bleiswijk
|
||||
|
||||
-----------------------------------------------------------------------------------------
|
||||
REMARKS : thursday
|
||||
|
||||
-----------------------------------------------------------------------------------------
|
||||
CARRIER : EIGEN VERVOER
|
||||
LICENSE PLT:
|
||||
-----------------------------------------------------------------------------------------
|
||||
ALL OUR PRODUCTS ARE EUREP GAP CERTIFIED/CoC/GLN:8712423014015/Cert.No CU 890335-01.2022
|
||||
Our general conditions can be found on our website: www.sfifruit.com
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 192 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 192 KiB |
|
|
@ -0,0 +1,34 @@
|
|||
Fecha Cliente Albarán FRUITBANK KFT (BONFRED MERCA-BARNA)
|
||||
HU14902170
|
||||
24/09/2025 506619 AH25005482 MERCA-BARNA
|
||||
|
||||
Trasportista: HNOS. GUERRERO HARO S.L. 08040-BARCELONA
|
||||
Barcelona
|
||||
Matrícula: / Porte: Origen ESPAÑA
|
||||
|
||||
Incoterm: CPT Volumen:2,0 Europalet
|
||||
|
||||
Fecha Entrega: 25/09/2025
|
||||
|
||||
Descripción Bultos Piezas K.Neto Precio Suma %Iva
|
||||
|
||||
AGUACATE HASS GLOBALG.A.P. CAL. 20 352 13,60B 4.787,20 0
|
||||
|
||||
Envase: CT MANZANO NEGRO 40*30*9.5
|
||||
|
||||
CAT: I - Origen: PERU
|
||||
|
||||
Producto Certif. GLOBALG.A.P. GGN: 8436025340012
|
||||
|
||||
Bultos Sumas Dto 1 Dto 2 B.Imponible %Iva Iva Total
|
||||
352 0,00 0,00% 0,00 4.787,20 0% 0,00 4.787,20
|
||||
4.787,20 0,00%
|
||||
|
||||
FRUTAS RAFAEL MANZANO E HIJOS S.L. no se responsabiliza de ninguna reclamación por no conformidad de la mercancía, que no haya sido comunicada
|
||||
por escrito en un plazo máximo de DOS DÍAS desde la recepción de la misma, debiendo acompañar justificación de la no conformidad (informe pericial
|
||||
efectuado por profesional acreditado) además del detalle de los números de lotes y cajas no conformes.
|
||||
En las ventas a consignación, FRUTAS RAFAEL MANZANO E HIJOS S.L. establece un período de tiempo no superior a 20 DÍAS para acordar el precio de
|
||||
facturación de la mercancía enviada. Transcurrido éste plazo son acordarlo, será facturada al valor del precio medio de mercado que tuviese el producto
|
||||
el día en que se recepcionó la mercancía, incrementando el importe del transporte , si es por cuenta de FRUTAS RAFAEL MANZANO E HIJOS S.L.
|
||||
Nº Registro de Productores de Producto: ENV/2023/000016586.
|
||||
|
||||
|
|
@ -0,0 +1,51 @@
|
|||
Sales Order
|
||||
|
||||
Sales Order# SO-BC15080
|
||||
|
||||
B&C Lifestyle B.V.
|
||||
|
||||
Lobbrich Boudgerslaan 69
|
||||
Weesp
|
||||
1382MH
|
||||
Netherlands
|
||||
lucas.liu@bclifestyle.nl
|
||||
VAT: NL850972863B01 :
|
||||
SKAL :1322590 NL-BIO-01
|
||||
COC:8719333027562
|
||||
EORI: NL850972863 GB042554238000
|
||||
|
||||
Bill To Rippl-Ronai u. 18
|
||||
|
||||
Fruitbank kft. Order Date : 24-09-2025
|
||||
1068 Budapest, Hungary, Terms : Due On Receipt
|
||||
Budapest
|
||||
Hungary Expected Shipment 25-09-2025
|
||||
+36 20 312 3736 Date : BC15080
|
||||
fruitbankkft@gmail.com Ref# : FOT
|
||||
VAT HU14902170
|
||||
supplier code Delivery Method : Amount
|
||||
2.660,00
|
||||
Ship To
|
||||
2.660,00
|
||||
+36 20 312 3736 €2.660,00
|
||||
+36 20 312 3736
|
||||
fruitbankkft@gmail.com
|
||||
VAT HU14902170
|
||||
|
||||
# Item & Description Qty Rate
|
||||
|
||||
1 Ginger - BR-13KG 140 19,00
|
||||
|
||||
box
|
||||
|
||||
Sub Total
|
||||
|
||||
Total
|
||||
|
||||
Terms & Conditions
|
||||
|
||||
Any quality claim has to inform us within 48 hours after receiving the goods. Any action resulting from the claim should have the
|
||||
agreement with us before acting.
|
||||
|
||||
1
|
||||
|
||||
|
|
@ -0,0 +1,48 @@
|
|||
SFI Rotterdam B.V.
|
||||
|
||||
Phone : +31 10 4760466
|
||||
|
||||
Fax : +31 10 4779113
|
||||
|
||||
Order confirmation 20268439 Fruit Bank Kft.
|
||||
Nagykorosi ut 353.27.19
|
||||
Order 1239 Budapest
|
||||
date: 23/09/25
|
||||
time: 11:10 Fax:
|
||||
|
||||
Seller : Peter de Jongh
|
||||
|
||||
Description
|
||||
|
||||
Size packing / location Weight Quantity Price VAT
|
||||
|
||||
-------- ----------------------------------------- ---------- ------- ------------- -----
|
||||
|
||||
12X125JJBlueberriVentura CATALINA PER 1
|
||||
|
||||
1.00 pall. a 375, Cartons Blokp. 1.50kg 375 17.0000 N
|
||||
|
||||
375 *
|
||||
|
||||
Total no. of boxes : 375
|
||||
|
||||
Total no. of pallets : 1
|
||||
|
||||
-----------------------------------------------------------------------------------------
|
||||
|
||||
Mo-Fr 08.00a.m.-06.00p.m. Sat 09.00a.m.-11:30 a.m.
|
||||
|
||||
Address: Goes Handling Center B.V.
|
||||
Veldzicht 60
|
||||
3454 PW DE Meern
|
||||
|
||||
-----------------------------------------------------------------------------------------
|
||||
REMARKS :
|
||||
|
||||
-----------------------------------------------------------------------------------------
|
||||
CARRIER :
|
||||
LICENSE PLT:
|
||||
-----------------------------------------------------------------------------------------
|
||||
ALL OUR PRODUCTS ARE EUREP GAP CERTIFIED/CoC/GLN:8712423014015/Cert.No CU 890335-01.2022
|
||||
Our general conditions can be found on our website: www.sfifruit.com
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1,59 @@
|
|||
ALB2025/24946 Fecha Carga POZOSUR S.L
|
||||
24-09-2025 C/DON CARNAL Nº11
|
||||
Albarán de Venta
|
||||
ÁGUILAS
|
||||
Nº Albarán 30880 MURCIA
|
||||
2025/24946 CIF :ES B04112439
|
||||
PRQ-PS.08/07 Rev.00
|
||||
Inscrita en el registro mercantil de Murcia folio 129,tomo 217 general 63 sección segunda libro sociedades, hoja 2156 inscripción primera Datos del cliente : (30)
|
||||
|
||||
FRUITBANK KFT. Observ:-
|
||||
NAGYKOROSI UT 353.1.EP.19 Origen : España
|
||||
BUDAPEST (BUDAPEST) Producto certificado según la norma GLOBALG.A.P.
|
||||
HUNGRIA GGN : 8437004120007
|
||||
CIF: HU14902170 Destino :FRUITBANK/BONFRED-BARCELONA
|
||||
|
||||
Datos pedido : Fecha Descarga
|
||||
25-09-2025
|
||||
Pedido
|
||||
392000030001
|
||||
|
||||
EUROPALETS ENTREGA: RETIRA:
|
||||
|
||||
Artículo Calibre Cat Bultos Brutos Netos Cantidad
|
||||
|
||||
LECHUGA ICEBERG 10 1 1350 0 0 1,350
|
||||
BANDEJA MARIO H-150
|
||||
-
|
||||
|
||||
Totales: 1,350 0 0.00 1,350
|
||||
|
||||
Transporte Matricula : 8453DHB/R4773BCD
|
||||
|
||||
DAR NOVASUR S.L.
|
||||
AVDA. MADARIAGA, 1 3º
|
||||
BILBAO ( BIZKAIA )
|
||||
48014
|
||||
B04369682
|
||||
|
||||
Fecha/Carga hora: 24-09-2025 20:10:55
|
||||
Responsable de carga: PED85175
|
||||
|
||||
Palet: 1540674 1540675 1540676 1540677 1540678 1540679 1540680
|
||||
1540686 1540687 1540688
|
||||
1540681 1540682 1540683 1540684 1540685
|
||||
|
||||
1540689 1540690 1540691
|
||||
|
||||
Ref. Partida: 34209 34213 34215 34217
|
||||
|
||||
Resumen de palets: Resumen de envases:
|
||||
|
||||
PALET PERIMETRICO 100/120 18 BANDEJA MARIO H-150 1350
|
||||
|
||||
Segun Ley 11/97 de Envases y residuos de envases :
|
||||
|
||||
El poseedor final de los envases es responsable de la correcta gestion ambiental de los mismos
|
||||
|
||||
R.D. ENVASES : ENV/2023/000006052
|
||||
|
||||
Loading…
Reference in New Issue