0.3.9 • Published 3 years ago

cry-durs v0.3.9

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 years ago

0.3.8

3 years ago

0.3.7

3 years ago

0.3.6

3 years ago

0.3.0

4 years ago

0.3.5

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago