progres
This commit is contained in:
10
ESTIMARE_PROIECT.txt
Normal file
10
ESTIMARE_PROIECT.txt
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
ESTIMARE PROIECT - Import Comenzi Web → ROA
|
||||||
|
Data: 5 martie 2026
|
||||||
|
================================================================================
|
||||||
|
|
||||||
|
Lucrat deja: 20h
|
||||||
|
De lucrat: 60h
|
||||||
|
Support 3 luni: 24h
|
||||||
|
|
||||||
|
TOTAL IMPLEMENTARE: 80h
|
||||||
|
TOTAL CU SUPPORT: 104h
|
||||||
50
vfp/import-comanda.tst
Normal file
50
vfp/import-comanda.tst
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
PL/SQL Developer Test script 3.0
|
||||||
|
12
|
||||||
|
begin
|
||||||
|
-- Call the procedure
|
||||||
|
PACK_IMPORT_COMENZI.importa_comanda(p_nr_comanda_ext => '479317993',
|
||||||
|
p_data_comanda => TO_DATE('03032026','DDMMYYYY'),
|
||||||
|
p_id_partener => 1424,
|
||||||
|
p_json_articole => '{"baseprice":"46","ean":"5941623003366","id":"137","name":"Coffee Creamer Doncafe Lapte Praf 1 Kg","price":"40.99","quantity":"1.00","sku":"5941623003366","type":"product","vat":"21"}',
|
||||||
|
p_id_adresa_livrare => 1213,
|
||||||
|
p_id_adresa_facturare => 1213,
|
||||||
|
p_id_pol => 39,
|
||||||
|
p_id_sectie => NULL,
|
||||||
|
v_id_comanda => :v_id_comanda);
|
||||||
|
end;
|
||||||
|
9
|
||||||
|
p_nr_comanda_ext
|
||||||
|
1
|
||||||
|
479317993
|
||||||
|
-5
|
||||||
|
p_data_comanda
|
||||||
|
1
|
||||||
|
3/3/2026
|
||||||
|
-12
|
||||||
|
p_id_partener
|
||||||
|
1
|
||||||
|
1424
|
||||||
|
-4
|
||||||
|
p_json_articole
|
||||||
|
1
|
||||||
|
<CLOB>
|
||||||
|
-112
|
||||||
|
p_id_adresa_livrare
|
||||||
|
1
|
||||||
|
1213
|
||||||
|
-4
|
||||||
|
p_id_adresa_facturare
|
||||||
|
1
|
||||||
|
1213
|
||||||
|
-4
|
||||||
|
p_id_pol
|
||||||
|
1
|
||||||
|
39
|
||||||
|
-4
|
||||||
|
p_id_sectie
|
||||||
|
0
|
||||||
|
-4
|
||||||
|
v_id_comanda
|
||||||
|
0
|
||||||
|
4
|
||||||
|
0
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
@echo off
|
@echo off
|
||||||
cd /d "%~dp0"
|
cd /d "%~dp0"
|
||||||
"C:\Program Files (x86)\Microsoft Visual FoxPro 9\vfp9.exe" -T "%~dp0gomag-vending.prg"
|
"C:\Program Files (x86)\Microsoft Visual FoxPro 9\vfp9.exe" -T "%~dp0sync-comenzi-web.prg"
|
||||||
pause
|
pause
|
||||||
Reference in New Issue
Block a user