0.3.9 • Published 5 years ago

cry-durs v0.3.9

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

DURS

Davčne blagajne, interna implementacija. Ni namenjeno javni uporabi.

let Durs = require('cry-durs');


let taxno = 10203907;
let durs = new Durs(taxno)
durs.SetCertFileLocation('./test_cert')

let certTaxNo = Durs.AddCertificate('./test/test-10203907.p12','cert file password');

let Invoice = durs.ExampleInvoice();
delete Invoice.ReferenceInvoice; // since this is not an storno invoice

let res = await durs.RegisterInvoice(Invoice);
// res.Durs.EOR will contain EOR, or res.Durs.error will contain error info
0.3.9

5 years ago

0.3.8

5 years ago

0.3.7

5 years ago

0.3.6

5 years ago

0.3.0

5 years ago

0.3.5

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago