Built files from Bizgaze WebServer
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

vouchers.js 884B

123456789101112131415161718192021222324252627
  1. var Bizgaze;
  2. (function (Bizgaze) {
  3. let Apps;
  4. (function (Apps) {
  5. let Transact;
  6. (function (Transact) {
  7. let Infos;
  8. (function (Infos) {
  9. class Journal {
  10. }
  11. Infos.Journal = Journal;
  12. class JournalEntry {
  13. }
  14. Infos.JournalEntry = JournalEntry;
  15. class JournalAlloc {
  16. }
  17. Infos.JournalAlloc = JournalAlloc;
  18. class VoucherItem {
  19. }
  20. Infos.VoucherItem = VoucherItem;
  21. class Ledger {
  22. }
  23. Infos.Ledger = Ledger;
  24. })(Infos = Transact.Infos || (Transact.Infos = {}));
  25. })(Transact = Apps.Transact || (Apps.Transact = {}));
  26. })(Apps = Bizgaze.Apps || (Bizgaze.Apps = {}));
  27. })(Bizgaze || (Bizgaze = {}));