diff --git a/ESTIMARE_PROIECT.txt b/ESTIMARE_PROIECT.txt new file mode 100644 index 0000000..80b887b --- /dev/null +++ b/ESTIMARE_PROIECT.txt @@ -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 \ No newline at end of file diff --git a/vfp/import-comanda.tst b/vfp/import-comanda.tst new file mode 100644 index 0000000..4337f36 --- /dev/null +++ b/vfp/import-comanda.tst @@ -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 + +-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 diff --git a/vfp/run-gomag.bat b/vfp/run-gomag.bat index b5b4ec8..aab0b56 100644 --- a/vfp/run-gomag.bat +++ b/vfp/run-gomag.bat @@ -1,4 +1,4 @@ @echo off 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 \ No newline at end of file