recaho-print-react 0.0.122 → 0.0.123
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/recaho-print-react.js +431 -422
- package/dist/recaho-print-react.umd.cjs +13 -13
- package/package.json +1 -1
|
@@ -4,7 +4,7 @@ import si from "react-dom";
|
|
|
4
4
|
function Lr(e) {
|
|
5
5
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
6
6
|
}
|
|
7
|
-
var
|
|
7
|
+
var $s = { exports: {} }, cs = {};
|
|
8
8
|
/**
|
|
9
9
|
* @license React
|
|
10
10
|
* react-jsx-runtime.production.min.js
|
|
@@ -42,7 +42,7 @@ var pr;
|
|
|
42
42
|
function ri() {
|
|
43
43
|
return pr || (pr = 1, process.env.NODE_ENV !== "production" && function() {
|
|
44
44
|
var e = Ce, t = Symbol.for("react.element"), n = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), a = Symbol.for("react.profiler"), d = Symbol.for("react.provider"), m = Symbol.for("react.context"), o = Symbol.for("react.forward_ref"), l = Symbol.for("react.suspense"), c = Symbol.for("react.suspense_list"), u = Symbol.for("react.memo"), f = Symbol.for("react.lazy"), p = Symbol.for("react.offscreen"), g = Symbol.iterator, b = "@@iterator";
|
|
45
|
-
function
|
|
45
|
+
function v(y) {
|
|
46
46
|
if (y === null || typeof y != "object")
|
|
47
47
|
return null;
|
|
48
48
|
var N = g && y[g] || y[b];
|
|
@@ -130,7 +130,7 @@ function ri() {
|
|
|
130
130
|
}
|
|
131
131
|
return null;
|
|
132
132
|
}
|
|
133
|
-
var
|
|
133
|
+
var q = Object.assign, _e = 0, A, Ye, Ke, Qe, nt, St, J;
|
|
134
134
|
function xe() {
|
|
135
135
|
}
|
|
136
136
|
xe.__reactDisabledLog = !0;
|
|
@@ -166,25 +166,25 @@ function ri() {
|
|
|
166
166
|
writable: !0
|
|
167
167
|
};
|
|
168
168
|
Object.defineProperties(console, {
|
|
169
|
-
log:
|
|
169
|
+
log: q({}, y, {
|
|
170
170
|
value: A
|
|
171
171
|
}),
|
|
172
|
-
info:
|
|
172
|
+
info: q({}, y, {
|
|
173
173
|
value: Ye
|
|
174
174
|
}),
|
|
175
|
-
warn:
|
|
175
|
+
warn: q({}, y, {
|
|
176
176
|
value: Ke
|
|
177
177
|
}),
|
|
178
|
-
error:
|
|
178
|
+
error: q({}, y, {
|
|
179
179
|
value: Qe
|
|
180
180
|
}),
|
|
181
|
-
group:
|
|
181
|
+
group: q({}, y, {
|
|
182
182
|
value: nt
|
|
183
183
|
}),
|
|
184
|
-
groupCollapsed:
|
|
184
|
+
groupCollapsed: q({}, y, {
|
|
185
185
|
value: St
|
|
186
186
|
}),
|
|
187
|
-
groupEnd:
|
|
187
|
+
groupEnd: q({}, y, {
|
|
188
188
|
value: J
|
|
189
189
|
})
|
|
190
190
|
});
|
|
@@ -349,7 +349,7 @@ function ri() {
|
|
|
349
349
|
function it(y) {
|
|
350
350
|
return wt(y);
|
|
351
351
|
}
|
|
352
|
-
function
|
|
352
|
+
function V(y) {
|
|
353
353
|
{
|
|
354
354
|
var N = typeof Symbol == "function" && Symbol.toStringTag, P = N && y[Symbol.toStringTag] || y.constructor.name || "Object";
|
|
355
355
|
return P;
|
|
@@ -367,15 +367,15 @@ function ri() {
|
|
|
367
367
|
}
|
|
368
368
|
function Jt(y) {
|
|
369
369
|
if (It(y))
|
|
370
|
-
return T("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",
|
|
370
|
+
return T("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", V(y)), xt(y);
|
|
371
371
|
}
|
|
372
|
-
var Xt = w.ReactCurrentOwner,
|
|
372
|
+
var Xt = w.ReactCurrentOwner, Os = {
|
|
373
373
|
key: !0,
|
|
374
374
|
ref: !0,
|
|
375
375
|
__self: !0,
|
|
376
376
|
__source: !0
|
|
377
377
|
}, es, ts;
|
|
378
|
-
function
|
|
378
|
+
function Ms(y) {
|
|
379
379
|
if (be.call(y, "ref")) {
|
|
380
380
|
var N = Object.getOwnPropertyDescriptor(y, "ref").get;
|
|
381
381
|
if (N && N.isReactWarning)
|
|
@@ -383,7 +383,7 @@ function ri() {
|
|
|
383
383
|
}
|
|
384
384
|
return y.ref !== void 0;
|
|
385
385
|
}
|
|
386
|
-
function
|
|
386
|
+
function As(y) {
|
|
387
387
|
if (be.call(y, "key")) {
|
|
388
388
|
var N = Object.getOwnPropertyDescriptor(y, "key").get;
|
|
389
389
|
if (N && N.isReactWarning)
|
|
@@ -391,10 +391,10 @@ function ri() {
|
|
|
391
391
|
}
|
|
392
392
|
return y.key !== void 0;
|
|
393
393
|
}
|
|
394
|
-
function
|
|
394
|
+
function Es(y, N) {
|
|
395
395
|
typeof y.ref == "string" && Xt.current;
|
|
396
396
|
}
|
|
397
|
-
function
|
|
397
|
+
function Rs(y, N) {
|
|
398
398
|
{
|
|
399
399
|
var P = function() {
|
|
400
400
|
es || (es = !0, T("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", N));
|
|
@@ -405,7 +405,7 @@ function ri() {
|
|
|
405
405
|
});
|
|
406
406
|
}
|
|
407
407
|
}
|
|
408
|
-
function
|
|
408
|
+
function ks(y, N) {
|
|
409
409
|
{
|
|
410
410
|
var P = function() {
|
|
411
411
|
ts || (ts = !0, T("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", N));
|
|
@@ -416,7 +416,7 @@ function ri() {
|
|
|
416
416
|
});
|
|
417
417
|
}
|
|
418
418
|
}
|
|
419
|
-
var
|
|
419
|
+
var Ls = function(y, N, P, z, le, ce, re) {
|
|
420
420
|
var se = {
|
|
421
421
|
// This tag allows us to uniquely identify this as a React Element
|
|
422
422
|
$$typeof: t,
|
|
@@ -445,12 +445,12 @@ function ri() {
|
|
|
445
445
|
value: le
|
|
446
446
|
}), Object.freeze && (Object.freeze(se.props), Object.freeze(se)), se;
|
|
447
447
|
};
|
|
448
|
-
function
|
|
448
|
+
function Ps(y, N, P, z, le) {
|
|
449
449
|
{
|
|
450
450
|
var ce, re = {}, se = null, Ae = null;
|
|
451
|
-
P !== void 0 && (Jt(P), se = "" + P),
|
|
451
|
+
P !== void 0 && (Jt(P), se = "" + P), As(N) && (Jt(N.key), se = "" + N.key), Ms(N) && (Ae = N.ref, Es(N, le));
|
|
452
452
|
for (ce in N)
|
|
453
|
-
be.call(N, ce) && !
|
|
453
|
+
be.call(N, ce) && !Os.hasOwnProperty(ce) && (re[ce] = N[ce]);
|
|
454
454
|
if (y && y.defaultProps) {
|
|
455
455
|
var Ne = y.defaultProps;
|
|
456
456
|
for (ce in Ne)
|
|
@@ -458,9 +458,9 @@ function ri() {
|
|
|
458
458
|
}
|
|
459
459
|
if (se || Ae) {
|
|
460
460
|
var Se = typeof y == "function" ? y.displayName || y.name || "Unknown" : y;
|
|
461
|
-
se &&
|
|
461
|
+
se && Rs(re, Se), Ae && ks(re, Se);
|
|
462
462
|
}
|
|
463
|
-
return
|
|
463
|
+
return Ls(y, se, Ae, le, z, Xt.current, re);
|
|
464
464
|
}
|
|
465
465
|
}
|
|
466
466
|
var kt = w.ReactCurrentOwner, ss = w.ReactDebugCurrentFrame;
|
|
@@ -488,11 +488,11 @@ Check the render method of \`` + y + "`.";
|
|
|
488
488
|
return "";
|
|
489
489
|
}
|
|
490
490
|
}
|
|
491
|
-
function
|
|
491
|
+
function Fs(y) {
|
|
492
492
|
return "";
|
|
493
493
|
}
|
|
494
494
|
var rs = {};
|
|
495
|
-
function
|
|
495
|
+
function Ds(y) {
|
|
496
496
|
{
|
|
497
497
|
var N = ns();
|
|
498
498
|
if (!N) {
|
|
@@ -509,7 +509,7 @@ Check the top-level render call using <` + P + ">.");
|
|
|
509
509
|
if (!y._store || y._store.validated || y.key != null)
|
|
510
510
|
return;
|
|
511
511
|
y._store.validated = !0;
|
|
512
|
-
var P =
|
|
512
|
+
var P = Ds(N);
|
|
513
513
|
if (rs[P])
|
|
514
514
|
return;
|
|
515
515
|
rs[P] = !0;
|
|
@@ -529,14 +529,14 @@ Check the top-level render call using <` + P + ">.");
|
|
|
529
529
|
else if (Pt(y))
|
|
530
530
|
y._store && (y._store.validated = !0);
|
|
531
531
|
else if (y) {
|
|
532
|
-
var le =
|
|
532
|
+
var le = v(y);
|
|
533
533
|
if (typeof le == "function" && le !== y.entries)
|
|
534
534
|
for (var ce = le.call(y), re; !(re = ce.next()).done; )
|
|
535
535
|
Pt(re.value) && as(re.value, N);
|
|
536
536
|
}
|
|
537
537
|
}
|
|
538
538
|
}
|
|
539
|
-
function
|
|
539
|
+
function Ys(y) {
|
|
540
540
|
{
|
|
541
541
|
var N = y.type;
|
|
542
542
|
if (N == null || typeof N == "string")
|
|
@@ -561,7 +561,7 @@ Check the top-level render call using <` + P + ">.");
|
|
|
561
561
|
typeof N.getDefaultProps == "function" && !N.getDefaultProps.isReactClassApproved && T("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
562
562
|
}
|
|
563
563
|
}
|
|
564
|
-
function
|
|
564
|
+
function Us(y) {
|
|
565
565
|
{
|
|
566
566
|
for (var N = Object.keys(y.props), P = 0; P < N.length; P++) {
|
|
567
567
|
var z = N[P];
|
|
@@ -580,12 +580,12 @@ Check the top-level render call using <` + P + ">.");
|
|
|
580
580
|
if (!re) {
|
|
581
581
|
var se = "";
|
|
582
582
|
(y === void 0 || typeof y == "object" && y !== null && Object.keys(y).length === 0) && (se += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
583
|
-
var Ae =
|
|
583
|
+
var Ae = Fs();
|
|
584
584
|
Ae ? se += Ae : se += ns();
|
|
585
585
|
var Ne;
|
|
586
586
|
y === null ? Ne = "null" : it(y) ? Ne = "array" : y !== void 0 && y.$$typeof === t ? (Ne = "<" + ($(y.type) || "Unknown") + " />", se = " Did you accidentally export a JSX literal instead of a component?") : Ne = typeof y, T("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", Ne, se);
|
|
587
587
|
}
|
|
588
|
-
var Se =
|
|
588
|
+
var Se = Ps(y, N, P, le, ce);
|
|
589
589
|
if (Se == null)
|
|
590
590
|
return Se;
|
|
591
591
|
if (re) {
|
|
@@ -615,22 +615,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
615
615
|
<%s key={someKey} {...props} />`, Nn, Ct, Ja, Ct), ls[Ct + Nn] = !0;
|
|
616
616
|
}
|
|
617
617
|
}
|
|
618
|
-
return y === r ?
|
|
618
|
+
return y === r ? Us(Se) : Ys(Se), Se;
|
|
619
619
|
}
|
|
620
620
|
}
|
|
621
621
|
function X(y, N, P) {
|
|
622
622
|
return os(y, N, P, !0);
|
|
623
623
|
}
|
|
624
|
-
function
|
|
624
|
+
function _(y, N, P) {
|
|
625
625
|
return os(y, N, P, !1);
|
|
626
626
|
}
|
|
627
|
-
var Z =
|
|
627
|
+
var Z = _, ue = X;
|
|
628
628
|
ds.Fragment = r, ds.jsx = Z, ds.jsxs = ue;
|
|
629
629
|
}()), ds;
|
|
630
630
|
}
|
|
631
631
|
var yr;
|
|
632
632
|
function ai() {
|
|
633
|
-
return yr || (yr = 1, process.env.NODE_ENV === "production" ?
|
|
633
|
+
return yr || (yr = 1, process.env.NODE_ENV === "production" ? $s.exports = ni() : $s.exports = ri()), $s.exports;
|
|
634
634
|
}
|
|
635
635
|
var s = ai(), Dt = {}, gr;
|
|
636
636
|
function ii() {
|
|
@@ -758,7 +758,7 @@ function $n(e) {
|
|
|
758
758
|
return r;
|
|
759
759
|
return e._isValid;
|
|
760
760
|
}
|
|
761
|
-
function
|
|
761
|
+
function rn(e) {
|
|
762
762
|
var t = tt(NaN);
|
|
763
763
|
return e != null ? Nt(ee(t), e) : ee(t).userInvalidated = !0, t;
|
|
764
764
|
}
|
|
@@ -855,7 +855,7 @@ function Xe(e, t, n) {
|
|
|
855
855
|
var r = "" + Math.abs(e), i = t - r.length, a = e >= 0;
|
|
856
856
|
return (a ? n ? "+" : "" : "-") + Math.pow(10, Math.max(0, i)).toString().substr(1) + r;
|
|
857
857
|
}
|
|
858
|
-
var Wn = /(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,
|
|
858
|
+
var Wn = /(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g, Hs = /(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g, vn = {}, zt = {};
|
|
859
859
|
function B(e, t, n, r) {
|
|
860
860
|
var i = r;
|
|
861
861
|
typeof r == "string" && (i = function() {
|
|
@@ -883,7 +883,7 @@ function pi(e) {
|
|
|
883
883
|
return a;
|
|
884
884
|
};
|
|
885
885
|
}
|
|
886
|
-
function
|
|
886
|
+
function zs(e, t) {
|
|
887
887
|
return e.isValid() ? (t = Ur(t, e.localeData()), vn[t] = vn[t] || pi(t), vn[t](e)) : e.localeData().invalidDate();
|
|
888
888
|
}
|
|
889
889
|
function Ur(e, t) {
|
|
@@ -891,11 +891,11 @@ function Ur(e, t) {
|
|
|
891
891
|
function r(i) {
|
|
892
892
|
return t.longDateFormat(i) || i;
|
|
893
893
|
}
|
|
894
|
-
for (
|
|
894
|
+
for (Hs.lastIndex = 0; n >= 0 && Hs.test(e); )
|
|
895
895
|
e = e.replace(
|
|
896
|
-
|
|
896
|
+
Hs,
|
|
897
897
|
r
|
|
898
|
-
),
|
|
898
|
+
), Hs.lastIndex = 0, n -= 1;
|
|
899
899
|
return e;
|
|
900
900
|
}
|
|
901
901
|
var yi = {
|
|
@@ -1031,15 +1031,15 @@ function Ii(e) {
|
|
|
1031
1031
|
return r.priority - i.priority;
|
|
1032
1032
|
}), t;
|
|
1033
1033
|
}
|
|
1034
|
-
var $r = /\d/, De = /\d\d/, Hr = /\d{3}/, Gn = /\d{4}/,
|
|
1035
|
-
|
|
1034
|
+
var $r = /\d/, De = /\d\d/, Hr = /\d{3}/, Gn = /\d{4}/, an = /[+-]?\d{6}/, ye = /\d\d?/, Br = /\d\d\d\d?/, Wr = /\d\d\d\d\d\d?/, ln = /\d{1,3}/, Vn = /\d{1,4}/, on = /[+-]?\d{1,6}/, Kt = /\d+/, cn = /[+-]?\d+/, Ci = /Z|[+-]\d\d:?\d\d/gi, dn = /Z|[+-]\d\d(?::?\d\d)?/gi, Oi = /[+-]?\d+(\.\d{1,3})?/, ws = /[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i, Qt = /^[1-9]\d?/, qn = /^([1-9]\d|\d)/, Ks;
|
|
1035
|
+
Ks = {};
|
|
1036
1036
|
function Y(e, t, n) {
|
|
1037
|
-
|
|
1037
|
+
Ks[e] = st(t) ? t : function(r, i) {
|
|
1038
1038
|
return r && n ? n : t;
|
|
1039
1039
|
};
|
|
1040
1040
|
}
|
|
1041
1041
|
function Mi(e, t) {
|
|
1042
|
-
return de(
|
|
1042
|
+
return de(Ks, e) ? Ks[e](t._strict, t._locale) : new RegExp(Ai(e));
|
|
1043
1043
|
}
|
|
1044
1044
|
function Ai(e) {
|
|
1045
1045
|
return ut(
|
|
@@ -1077,7 +1077,7 @@ function Is(e, t) {
|
|
|
1077
1077
|
function Ei(e, t, n) {
|
|
1078
1078
|
t != null && de(Rn, e) && Rn[e](t, n._a, n, e);
|
|
1079
1079
|
}
|
|
1080
|
-
function
|
|
1080
|
+
function hn(e) {
|
|
1081
1081
|
return e % 4 === 0 && e % 100 !== 0 || e % 400 === 0;
|
|
1082
1082
|
}
|
|
1083
1083
|
var Me = 0, dt = 1, Je = 2, Ie = 3, ze = 4, ht = 5, Mt = 6, Ri = 7, ki = 8;
|
|
@@ -1091,11 +1091,11 @@ B(0, ["YY", 2], 0, function() {
|
|
|
1091
1091
|
B(0, ["YYYY", 4], 0, "year");
|
|
1092
1092
|
B(0, ["YYYYY", 5], 0, "year");
|
|
1093
1093
|
B(0, ["YYYYYY", 6, !0], 0, "year");
|
|
1094
|
-
Y("Y",
|
|
1094
|
+
Y("Y", cn);
|
|
1095
1095
|
Y("YY", ye, De);
|
|
1096
1096
|
Y("YYYY", Vn, Gn);
|
|
1097
|
-
Y("YYYYY",
|
|
1098
|
-
Y("YYYYYY",
|
|
1097
|
+
Y("YYYYY", on, an);
|
|
1098
|
+
Y("YYYYYY", on, an);
|
|
1099
1099
|
me(["YYYYY", "YYYYYY"], Me);
|
|
1100
1100
|
me("YYYY", function(e, t) {
|
|
1101
1101
|
t[Me] = e.length === 2 ? R.parseTwoDigitYear(e) : ne(e);
|
|
@@ -1107,14 +1107,14 @@ me("Y", function(e, t) {
|
|
|
1107
1107
|
t[Me] = parseInt(e, 10);
|
|
1108
1108
|
});
|
|
1109
1109
|
function ys(e) {
|
|
1110
|
-
return
|
|
1110
|
+
return hn(e) ? 366 : 365;
|
|
1111
1111
|
}
|
|
1112
1112
|
R.parseTwoDigitYear = function(e) {
|
|
1113
1113
|
return ne(e) + (ne(e) > 68 ? 1900 : 2e3);
|
|
1114
1114
|
};
|
|
1115
1115
|
var zr = Zt("FullYear", !0);
|
|
1116
1116
|
function Li() {
|
|
1117
|
-
return
|
|
1117
|
+
return hn(this.year());
|
|
1118
1118
|
}
|
|
1119
1119
|
function Zt(e, t) {
|
|
1120
1120
|
return function(n) {
|
|
@@ -1170,7 +1170,7 @@ function Gr(e, t, n) {
|
|
|
1170
1170
|
default:
|
|
1171
1171
|
return;
|
|
1172
1172
|
}
|
|
1173
|
-
a = n, d = e.month(), m = e.date(), m = m === 29 && d === 1 && !
|
|
1173
|
+
a = n, d = e.month(), m = e.date(), m = m === 29 && d === 1 && !hn(a) ? 28 : m, i ? r.setUTCFullYear(a, d, m) : r.setFullYear(a, d, m);
|
|
1174
1174
|
}
|
|
1175
1175
|
}
|
|
1176
1176
|
function Pi(e) {
|
|
@@ -1201,7 +1201,7 @@ function Kn(e, t) {
|
|
|
1201
1201
|
if (isNaN(e) || isNaN(t))
|
|
1202
1202
|
return NaN;
|
|
1203
1203
|
var n = Di(t, 12);
|
|
1204
|
-
return e += (t - n) / 12, n === 1 ?
|
|
1204
|
+
return e += (t - n) / 12, n === 1 ? hn(e) ? 29 : 28 : 31 - n % 7 % 2;
|
|
1205
1205
|
}
|
|
1206
1206
|
B("M", ["MM", 2], "Mo", function() {
|
|
1207
1207
|
return this.month() + 1;
|
|
@@ -1312,26 +1312,26 @@ function Ns(e) {
|
|
|
1312
1312
|
var t, n;
|
|
1313
1313
|
return e < 100 && e >= 0 ? (n = Array.prototype.slice.call(arguments), n[0] = e + 400, t = new Date(Date.UTC.apply(null, n)), isFinite(t.getUTCFullYear()) && t.setUTCFullYear(e)) : t = new Date(Date.UTC.apply(null, arguments)), t;
|
|
1314
1314
|
}
|
|
1315
|
-
function
|
|
1315
|
+
function Qs(e, t, n) {
|
|
1316
1316
|
var r = 7 + t - n, i = (7 + Ns(e, 0, r).getUTCDay() - t) % 7;
|
|
1317
1317
|
return -i + r - 1;
|
|
1318
1318
|
}
|
|
1319
1319
|
function Jr(e, t, n, r, i) {
|
|
1320
|
-
var a = (7 + n - r) % 7, d =
|
|
1320
|
+
var a = (7 + n - r) % 7, d = Qs(e, r, i), m = 1 + 7 * (t - 1) + a + d, o, l;
|
|
1321
1321
|
return m <= 0 ? (o = e - 1, l = ys(o) + m) : m > ys(e) ? (o = e + 1, l = m - ys(e)) : (o = e, l = m), {
|
|
1322
1322
|
year: o,
|
|
1323
1323
|
dayOfYear: l
|
|
1324
1324
|
};
|
|
1325
1325
|
}
|
|
1326
1326
|
function js(e, t, n) {
|
|
1327
|
-
var r =
|
|
1327
|
+
var r = Qs(e.year(), t, n), i = Math.floor((e.dayOfYear() - r - 1) / 7) + 1, a, d;
|
|
1328
1328
|
return i < 1 ? (d = e.year() - 1, a = i + mt(d, t, n)) : i > mt(e.year(), t, n) ? (a = i - mt(e.year(), t, n), d = e.year() + 1) : (d = e.year(), a = i), {
|
|
1329
1329
|
week: a,
|
|
1330
1330
|
year: d
|
|
1331
1331
|
};
|
|
1332
1332
|
}
|
|
1333
1333
|
function mt(e, t, n) {
|
|
1334
|
-
var r =
|
|
1334
|
+
var r = Qs(e, t, n), i = Qs(e + 1, t, n);
|
|
1335
1335
|
return (ys(e) - r + i) / 7;
|
|
1336
1336
|
}
|
|
1337
1337
|
B("w", ["ww", 2], "wo", "week");
|
|
@@ -1614,7 +1614,7 @@ function vr(e) {
|
|
|
1614
1614
|
function wl(e) {
|
|
1615
1615
|
for (var t = 0, n, r, i, a; t < e.length; ) {
|
|
1616
1616
|
for (a = vr(e[t]).split("-"), n = a.length, r = vr(e[t + 1]), r = r ? r.split("-") : null; n > 0; ) {
|
|
1617
|
-
if (i =
|
|
1617
|
+
if (i = un(a.slice(0, n).join("-")), i)
|
|
1618
1618
|
return i;
|
|
1619
1619
|
if (r && r.length >= n && Tl(a, r) >= n - 1)
|
|
1620
1620
|
break;
|
|
@@ -1627,7 +1627,7 @@ function wl(e) {
|
|
|
1627
1627
|
function Il(e) {
|
|
1628
1628
|
return !!(e && e.match("^[^/\\\\]*$"));
|
|
1629
1629
|
}
|
|
1630
|
-
function
|
|
1630
|
+
function un(e) {
|
|
1631
1631
|
var t = null, n;
|
|
1632
1632
|
if (ge[e] === void 0 && typeof module < "u" && module && module.exports && Il(e))
|
|
1633
1633
|
try {
|
|
@@ -1654,7 +1654,7 @@ function Xn(e, t) {
|
|
|
1654
1654
|
else if (t.parentLocale != null)
|
|
1655
1655
|
if (ge[t.parentLocale] != null)
|
|
1656
1656
|
r = ge[t.parentLocale]._config;
|
|
1657
|
-
else if (n =
|
|
1657
|
+
else if (n = un(t.parentLocale), n != null)
|
|
1658
1658
|
r = n._config;
|
|
1659
1659
|
else
|
|
1660
1660
|
return hs[t.parentLocale] || (hs[t.parentLocale] = []), hs[t.parentLocale].push({
|
|
@@ -1670,7 +1670,7 @@ function Xn(e, t) {
|
|
|
1670
1670
|
function Cl(e, t) {
|
|
1671
1671
|
if (t != null) {
|
|
1672
1672
|
var n, r, i = sa;
|
|
1673
|
-
ge[e] != null && ge[e].parentLocale != null ? ge[e].set(An(ge[e]._config, t)) : (r =
|
|
1673
|
+
ge[e] != null && ge[e].parentLocale != null ? ge[e].set(An(ge[e]._config, t)) : (r = un(e), r != null && (i = r._config), t = An(i, t), r == null && (t.abbr = e), n = new Bn(t), n.parentLocale = ge[e], ge[e] = n), vt(e);
|
|
1674
1674
|
} else
|
|
1675
1675
|
ge[e] != null && (ge[e].parentLocale != null ? (ge[e] = ge[e].parentLocale, e === vt() && vt(e)) : ge[e] != null && delete ge[e]);
|
|
1676
1676
|
return ge[e];
|
|
@@ -1680,7 +1680,7 @@ function pt(e) {
|
|
|
1680
1680
|
if (e && e._locale && e._locale._abbr && (e = e._locale._abbr), !e)
|
|
1681
1681
|
return vs;
|
|
1682
1682
|
if (!Ge(e)) {
|
|
1683
|
-
if (t =
|
|
1683
|
+
if (t = un(e), t)
|
|
1684
1684
|
return t;
|
|
1685
1685
|
e = [e];
|
|
1686
1686
|
}
|
|
@@ -1693,7 +1693,7 @@ function er(e) {
|
|
|
1693
1693
|
var t, n = e._a;
|
|
1694
1694
|
return n && ee(e).overflow === -2 && (t = n[dt] < 0 || n[dt] > 11 ? dt : n[Je] < 1 || n[Je] > Kn(n[Me], n[dt]) ? Je : n[Ie] < 0 || n[Ie] > 24 || n[Ie] === 24 && (n[ze] !== 0 || n[ht] !== 0 || n[Mt] !== 0) ? Ie : n[ze] < 0 || n[ze] > 59 ? ze : n[ht] < 0 || n[ht] > 59 ? ht : n[Mt] < 0 || n[Mt] > 999 ? Mt : -1, ee(e)._overflowDayOfYear && (t < Me || t > Je) && (t = Je), ee(e)._overflowWeeks && t === -1 && (t = Ri), ee(e)._overflowWeekday && t === -1 && (t = ki), ee(e).overflow = t), e;
|
|
1695
1695
|
}
|
|
1696
|
-
var Ml = /^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/, Al = /^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/, El = /Z|[+-]\d\d(?::?\d\d)?/,
|
|
1696
|
+
var Ml = /^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/, Al = /^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/, El = /Z|[+-]\d\d(?::?\d\d)?/, Bs = [
|
|
1697
1697
|
["YYYYYY-MM-DD", /[+-]\d{6}-\d\d-\d\d/],
|
|
1698
1698
|
["YYYY-MM-DD", /\d{4}-\d\d-\d\d/],
|
|
1699
1699
|
["GGGG-[W]WW-E", /\d{4}-W\d\d-\d/],
|
|
@@ -1730,11 +1730,11 @@ var Ml = /^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(
|
|
|
1730
1730
|
PST: -8 * 60
|
|
1731
1731
|
};
|
|
1732
1732
|
function na(e) {
|
|
1733
|
-
var t, n, r = e._i, i = Ml.exec(r) || Al.exec(r), a, d, m, o, l =
|
|
1733
|
+
var t, n, r = e._i, i = Ml.exec(r) || Al.exec(r), a, d, m, o, l = Bs.length, c = _n.length;
|
|
1734
1734
|
if (i) {
|
|
1735
1735
|
for (ee(e).iso = !0, t = 0, n = l; t < n; t++)
|
|
1736
|
-
if (
|
|
1737
|
-
d =
|
|
1736
|
+
if (Bs[t][1].exec(i[1])) {
|
|
1737
|
+
d = Bs[t][0], a = Bs[t][2] !== !1;
|
|
1738
1738
|
break;
|
|
1739
1739
|
}
|
|
1740
1740
|
if (d == null) {
|
|
@@ -1930,7 +1930,7 @@ function Vl(e) {
|
|
|
1930
1930
|
}
|
|
1931
1931
|
function aa(e) {
|
|
1932
1932
|
var t = e._i, n = e._f;
|
|
1933
|
-
return e._locale = e._locale || pt(e._l), t === null || n === void 0 && t === "" ?
|
|
1933
|
+
return e._locale = e._locale || pt(e._l), t === null || n === void 0 && t === "" ? rn({ nullInput: !0 }) : (typeof t == "string" && (e._i = t = e._locale.preparse(t)), Ve(t) ? new Ts(er(t)) : (Ss(t) ? e._d = t : Ge(n) ? zl(e) : n ? sr(e) : ql(e), $n(e) || (e._d = null), e));
|
|
1934
1934
|
}
|
|
1935
1935
|
function ql(e) {
|
|
1936
1936
|
var t = e._i;
|
|
@@ -1949,13 +1949,13 @@ var Kl = He(
|
|
|
1949
1949
|
"moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",
|
|
1950
1950
|
function() {
|
|
1951
1951
|
var e = pe.apply(null, arguments);
|
|
1952
|
-
return this.isValid() && e.isValid() ? e < this ? this : e :
|
|
1952
|
+
return this.isValid() && e.isValid() ? e < this ? this : e : rn();
|
|
1953
1953
|
}
|
|
1954
1954
|
), Ql = He(
|
|
1955
1955
|
"moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",
|
|
1956
1956
|
function() {
|
|
1957
1957
|
var e = pe.apply(null, arguments);
|
|
1958
|
-
return this.isValid() && e.isValid() ? e > this ? this : e :
|
|
1958
|
+
return this.isValid() && e.isValid() ? e > this ? this : e : rn();
|
|
1959
1959
|
}
|
|
1960
1960
|
);
|
|
1961
1961
|
function la(e, t) {
|
|
@@ -2006,14 +2006,14 @@ function to() {
|
|
|
2006
2006
|
function so() {
|
|
2007
2007
|
return qe(NaN);
|
|
2008
2008
|
}
|
|
2009
|
-
function
|
|
2009
|
+
function mn(e) {
|
|
2010
2010
|
var t = zn(e), n = t.year || 0, r = t.quarter || 0, i = t.month || 0, a = t.week || t.isoWeek || 0, d = t.day || 0, m = t.hour || 0, o = t.minute || 0, l = t.second || 0, c = t.millisecond || 0;
|
|
2011
2011
|
this._isValid = eo(t), this._milliseconds = +c + l * 1e3 + // 1000
|
|
2012
2012
|
o * 6e4 + // 1000 * 60
|
|
2013
2013
|
m * 1e3 * 60 * 60, this._days = +d + a * 7, this._months = +i + r * 3 + n * 12, this._data = {}, this._locale = pt(), this._bubble();
|
|
2014
2014
|
}
|
|
2015
|
-
function
|
|
2016
|
-
return e instanceof
|
|
2015
|
+
function Gs(e) {
|
|
2016
|
+
return e instanceof mn;
|
|
2017
2017
|
}
|
|
2018
2018
|
function kn(e) {
|
|
2019
2019
|
return e < 0 ? Math.round(-1 * e) * -1 : Math.round(e);
|
|
@@ -2032,10 +2032,10 @@ function oa(e, t) {
|
|
|
2032
2032
|
}
|
|
2033
2033
|
oa("Z", ":");
|
|
2034
2034
|
oa("ZZ", "");
|
|
2035
|
-
Y("Z",
|
|
2036
|
-
Y("ZZ",
|
|
2035
|
+
Y("Z", dn);
|
|
2036
|
+
Y("ZZ", dn);
|
|
2037
2037
|
me(["Z", "ZZ"], function(e, t, n) {
|
|
2038
|
-
n._useUTC = !0, n._tzm = nr(
|
|
2038
|
+
n._useUTC = !0, n._tzm = nr(dn, e);
|
|
2039
2039
|
});
|
|
2040
2040
|
var ro = /([\+\-]|\d\d)/gi;
|
|
2041
2041
|
function nr(e, t) {
|
|
@@ -2057,7 +2057,7 @@ function ao(e, t, n) {
|
|
|
2057
2057
|
return e != null ? this : NaN;
|
|
2058
2058
|
if (e != null) {
|
|
2059
2059
|
if (typeof e == "string") {
|
|
2060
|
-
if (e = nr(
|
|
2060
|
+
if (e = nr(dn, e), e === null)
|
|
2061
2061
|
return this;
|
|
2062
2062
|
} else Math.abs(e) < 16 && !n && (e = e * 60);
|
|
2063
2063
|
return !this._isUTC && t && (i = Ln(this)), this._offset = e, this._isUTC = !0, i != null && this.add(i, "m"), r !== e && (!t || this._changeInProgress ? ha(
|
|
@@ -2111,7 +2111,7 @@ function ca() {
|
|
|
2111
2111
|
var yo = /^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/, go = /^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;
|
|
2112
2112
|
function qe(e, t) {
|
|
2113
2113
|
var n = e, r = null, i, a, d;
|
|
2114
|
-
return
|
|
2114
|
+
return Gs(e) ? n = {
|
|
2115
2115
|
ms: e._milliseconds,
|
|
2116
2116
|
d: e._days,
|
|
2117
2117
|
M: e._months
|
|
@@ -2134,9 +2134,9 @@ function qe(e, t) {
|
|
|
2134
2134
|
}) : n == null ? n = {} : typeof n == "object" && ("from" in n || "to" in n) && (d = xo(
|
|
2135
2135
|
pe(n.from),
|
|
2136
2136
|
pe(n.to)
|
|
2137
|
-
), n = {}, n.ms = d.milliseconds, n.M = d.months), a = new
|
|
2137
|
+
), n = {}, n.ms = d.milliseconds, n.M = d.months), a = new mn(n), Gs(e) && de(e, "_locale") && (a._locale = e._locale), Gs(e) && de(e, "_isValid") && (a._isValid = e._isValid), a;
|
|
2138
2138
|
}
|
|
2139
|
-
qe.fn =
|
|
2139
|
+
qe.fn = mn.prototype;
|
|
2140
2140
|
qe.invalid = so;
|
|
2141
2141
|
function Ot(e, t) {
|
|
2142
2142
|
var n = e && parseFloat(e.replace(",", "."));
|
|
@@ -2264,13 +2264,13 @@ function ko(e, t, n) {
|
|
|
2264
2264
|
return NaN;
|
|
2265
2265
|
switch (i = (r.utcOffset() - this.utcOffset()) * 6e4, t = Be(t), t) {
|
|
2266
2266
|
case "year":
|
|
2267
|
-
a =
|
|
2267
|
+
a = Vs(this, r) / 12;
|
|
2268
2268
|
break;
|
|
2269
2269
|
case "month":
|
|
2270
|
-
a =
|
|
2270
|
+
a = Vs(this, r);
|
|
2271
2271
|
break;
|
|
2272
2272
|
case "quarter":
|
|
2273
|
-
a =
|
|
2273
|
+
a = Vs(this, r) / 3;
|
|
2274
2274
|
break;
|
|
2275
2275
|
case "second":
|
|
2276
2276
|
a = (this - r) / 1e3;
|
|
@@ -2297,9 +2297,9 @@ function ko(e, t, n) {
|
|
|
2297
2297
|
}
|
|
2298
2298
|
return n ? a : $e(a);
|
|
2299
2299
|
}
|
|
2300
|
-
function
|
|
2300
|
+
function Vs(e, t) {
|
|
2301
2301
|
if (e.date() < t.date())
|
|
2302
|
-
return -
|
|
2302
|
+
return -Vs(t, e);
|
|
2303
2303
|
var n = (t.year() - e.year()) * 12 + (t.month() - e.month()), r = e.clone().add(n, "months"), i, a;
|
|
2304
2304
|
return t - r < 0 ? (i = e.clone().add(n - 1, "months"), a = (t - r) / (r - i)) : (i = e.clone().add(n + 1, "months"), a = (t - r) / (i - r)), -(n + a) || 0;
|
|
2305
2305
|
}
|
|
@@ -2312,10 +2312,10 @@ function Po(e) {
|
|
|
2312
2312
|
if (!this.isValid())
|
|
2313
2313
|
return null;
|
|
2314
2314
|
var t = e !== !0, n = t ? this.clone().utc() : this;
|
|
2315
|
-
return n.year() < 0 || n.year() > 9999 ?
|
|
2315
|
+
return n.year() < 0 || n.year() > 9999 ? zs(
|
|
2316
2316
|
n,
|
|
2317
2317
|
t ? "YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]" : "YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"
|
|
2318
|
-
) : st(Date.prototype.toISOString) ? t ? this.toDate().toISOString() : new Date(this.valueOf() + this.utcOffset() * 60 * 1e3).toISOString().replace("Z",
|
|
2318
|
+
) : st(Date.prototype.toISOString) ? t ? this.toDate().toISOString() : new Date(this.valueOf() + this.utcOffset() * 60 * 1e3).toISOString().replace("Z", zs(n, "Z")) : zs(
|
|
2319
2319
|
n,
|
|
2320
2320
|
t ? "YYYY-MM-DD[T]HH:mm:ss.SSS[Z]" : "YYYY-MM-DD[T]HH:mm:ss.SSSZ"
|
|
2321
2321
|
);
|
|
@@ -2328,7 +2328,7 @@ function Fo() {
|
|
|
2328
2328
|
}
|
|
2329
2329
|
function Do(e) {
|
|
2330
2330
|
e || (e = this.isUtc() ? R.defaultFormatUtc : R.defaultFormat);
|
|
2331
|
-
var t =
|
|
2331
|
+
var t = zs(this, e);
|
|
2332
2332
|
return this.localeData().postformat(t);
|
|
2333
2333
|
}
|
|
2334
2334
|
function Yo(e, t) {
|
|
@@ -2356,7 +2356,7 @@ var fa = He(
|
|
|
2356
2356
|
function pa() {
|
|
2357
2357
|
return this._locale;
|
|
2358
2358
|
}
|
|
2359
|
-
var
|
|
2359
|
+
var Zs = 1e3, Gt = 60 * Zs, Js = 60 * Gt, ya = (365 * 400 + 97) * 24 * Js;
|
|
2360
2360
|
function Vt(e, t) {
|
|
2361
2361
|
return (e % t + t) % t;
|
|
2362
2362
|
}
|
|
@@ -2405,14 +2405,14 @@ function Bo(e) {
|
|
|
2405
2405
|
case "hour":
|
|
2406
2406
|
t = this._d.valueOf(), t -= Vt(
|
|
2407
2407
|
t + (this._isUTC ? 0 : this.utcOffset() * Gt),
|
|
2408
|
-
|
|
2408
|
+
Js
|
|
2409
2409
|
);
|
|
2410
2410
|
break;
|
|
2411
2411
|
case "minute":
|
|
2412
2412
|
t = this._d.valueOf(), t -= Vt(t, Gt);
|
|
2413
2413
|
break;
|
|
2414
2414
|
case "second":
|
|
2415
|
-
t = this._d.valueOf(), t -= Vt(t,
|
|
2415
|
+
t = this._d.valueOf(), t -= Vt(t, Zs);
|
|
2416
2416
|
break;
|
|
2417
2417
|
}
|
|
2418
2418
|
return this._d.setTime(t), R.updateOffset(this, !0), this;
|
|
@@ -2454,16 +2454,16 @@ function Wo(e) {
|
|
|
2454
2454
|
t = n(this.year(), this.month(), this.date() + 1) - 1;
|
|
2455
2455
|
break;
|
|
2456
2456
|
case "hour":
|
|
2457
|
-
t = this._d.valueOf(), t +=
|
|
2457
|
+
t = this._d.valueOf(), t += Js - Vt(
|
|
2458
2458
|
t + (this._isUTC ? 0 : this.utcOffset() * Gt),
|
|
2459
|
-
|
|
2459
|
+
Js
|
|
2460
2460
|
) - 1;
|
|
2461
2461
|
break;
|
|
2462
2462
|
case "minute":
|
|
2463
2463
|
t = this._d.valueOf(), t += Gt - Vt(t, Gt) - 1;
|
|
2464
2464
|
break;
|
|
2465
2465
|
case "second":
|
|
2466
|
-
t = this._d.valueOf(), t +=
|
|
2466
|
+
t = this._d.valueOf(), t += Zs - Vt(t, Zs) - 1;
|
|
2467
2467
|
break;
|
|
2468
2468
|
}
|
|
2469
2469
|
return this._d.setTime(t), R.updateOffset(this, !0), this;
|
|
@@ -2663,21 +2663,21 @@ B(0, ["gg", 2], 0, function() {
|
|
|
2663
2663
|
B(0, ["GG", 2], 0, function() {
|
|
2664
2664
|
return this.isoWeekYear() % 100;
|
|
2665
2665
|
});
|
|
2666
|
-
function
|
|
2666
|
+
function fn(e, t) {
|
|
2667
2667
|
B(0, [e, e.length], 0, t);
|
|
2668
2668
|
}
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
Y("G",
|
|
2674
|
-
Y("g",
|
|
2669
|
+
fn("gggg", "weekYear");
|
|
2670
|
+
fn("ggggg", "weekYear");
|
|
2671
|
+
fn("GGGG", "isoWeekYear");
|
|
2672
|
+
fn("GGGGG", "isoWeekYear");
|
|
2673
|
+
Y("G", cn);
|
|
2674
|
+
Y("g", cn);
|
|
2675
2675
|
Y("GG", ye, De);
|
|
2676
2676
|
Y("gg", ye, De);
|
|
2677
2677
|
Y("GGGG", Vn, Gn);
|
|
2678
2678
|
Y("gggg", Vn, Gn);
|
|
2679
|
-
Y("GGGGG",
|
|
2680
|
-
Y("ggggg",
|
|
2679
|
+
Y("GGGGG", on, an);
|
|
2680
|
+
Y("ggggg", on, an);
|
|
2681
2681
|
Is(
|
|
2682
2682
|
["gggg", "ggggg", "GGGG", "GGGGG"],
|
|
2683
2683
|
function(e, t, n, r) {
|
|
@@ -2749,7 +2749,7 @@ me("Do", function(e, t) {
|
|
|
2749
2749
|
});
|
|
2750
2750
|
var ja = Zt("Date", !0);
|
|
2751
2751
|
B("DDD", ["DDDD", 3], "DDDo", "dayOfYear");
|
|
2752
|
-
Y("DDD",
|
|
2752
|
+
Y("DDD", ln);
|
|
2753
2753
|
Y("DDDD", Hr);
|
|
2754
2754
|
me(["DDD", "DDDD"], function(e, t, n) {
|
|
2755
2755
|
n._dayOfYear = ne(e);
|
|
@@ -2795,9 +2795,9 @@ B(0, ["SSSSSSSS", 8], 0, function() {
|
|
|
2795
2795
|
B(0, ["SSSSSSSSS", 9], 0, function() {
|
|
2796
2796
|
return this.millisecond() * 1e6;
|
|
2797
2797
|
});
|
|
2798
|
-
Y("S",
|
|
2799
|
-
Y("SS",
|
|
2800
|
-
Y("SSS",
|
|
2798
|
+
Y("S", ln, $r);
|
|
2799
|
+
Y("SS", ln, De);
|
|
2800
|
+
Y("SSS", ln, Hr);
|
|
2801
2801
|
var jt, va;
|
|
2802
2802
|
for (jt = "SSSS"; jt.length <= 9; jt += "S")
|
|
2803
2803
|
Y(jt, Kt);
|
|
@@ -2957,25 +2957,25 @@ he.weekdaysShortRegex = xl;
|
|
|
2957
2957
|
he.weekdaysMinRegex = Nl;
|
|
2958
2958
|
he.isPM = vl;
|
|
2959
2959
|
he.meridiem = Sl;
|
|
2960
|
-
function
|
|
2960
|
+
function Xs(e, t, n, r) {
|
|
2961
2961
|
var i = pt(), a = tt().set(r, t);
|
|
2962
2962
|
return i[n](a, e);
|
|
2963
2963
|
}
|
|
2964
2964
|
function ba(e, t, n) {
|
|
2965
2965
|
if (ft(e) && (t = e, e = void 0), e = e || "", t != null)
|
|
2966
|
-
return
|
|
2966
|
+
return Xs(e, t, n, "month");
|
|
2967
2967
|
var r, i = [];
|
|
2968
2968
|
for (r = 0; r < 12; r++)
|
|
2969
|
-
i[r] =
|
|
2969
|
+
i[r] = Xs(e, r, n, "month");
|
|
2970
2970
|
return i;
|
|
2971
2971
|
}
|
|
2972
2972
|
function lr(e, t, n, r) {
|
|
2973
2973
|
typeof e == "boolean" ? (ft(t) && (n = t, t = void 0), t = t || "") : (t = e, n = t, e = !1, ft(t) && (n = t, t = void 0), t = t || "");
|
|
2974
2974
|
var i = pt(), a = e ? i._week.dow : 0, d, m = [];
|
|
2975
2975
|
if (n != null)
|
|
2976
|
-
return
|
|
2976
|
+
return Xs(t, (n + a) % 7, r, "day");
|
|
2977
2977
|
for (d = 0; d < 7; d++)
|
|
2978
|
-
m[d] =
|
|
2978
|
+
m[d] = Xs(t, (d + a) % 7, r, "day");
|
|
2979
2979
|
return m;
|
|
2980
2980
|
}
|
|
2981
2981
|
function Mc(e, t) {
|
|
@@ -3146,13 +3146,13 @@ var bn = Math.abs;
|
|
|
3146
3146
|
function Yt(e) {
|
|
3147
3147
|
return (e > 0) - (e < 0) || +e;
|
|
3148
3148
|
}
|
|
3149
|
-
function
|
|
3149
|
+
function pn() {
|
|
3150
3150
|
if (!this.isValid())
|
|
3151
3151
|
return this.localeData().invalidDate();
|
|
3152
3152
|
var e = bn(this._milliseconds) / 1e3, t = bn(this._days), n = bn(this._months), r, i, a, d, m = this.asSeconds(), o, l, c, u;
|
|
3153
3153
|
return m ? (r = $e(e / 60), i = $e(r / 60), e %= 60, r %= 60, a = $e(n / 12), n %= 12, d = e ? e.toFixed(3).replace(/\.?0+$/, "") : "", o = m < 0 ? "-" : "", l = Yt(this._months) !== Yt(m) ? "-" : "", c = Yt(this._days) !== Yt(m) ? "-" : "", u = Yt(this._milliseconds) !== Yt(m) ? "-" : "", o + "P" + (a ? l + a + "Y" : "") + (n ? l + n + "M" : "") + (t ? c + t + "D" : "") + (i || r || e ? "T" : "") + (i ? u + i + "H" : "") + (r ? u + r + "M" : "") + (e ? u + d + "S" : "")) : "P0D";
|
|
3154
3154
|
}
|
|
3155
|
-
var ae =
|
|
3155
|
+
var ae = mn.prototype;
|
|
3156
3156
|
ae.isValid = to;
|
|
3157
3157
|
ae.abs = Lc;
|
|
3158
3158
|
ae.add = Pc;
|
|
@@ -3180,19 +3180,19 @@ ae.weeks = rd;
|
|
|
3180
3180
|
ae.months = sd;
|
|
3181
3181
|
ae.years = nd;
|
|
3182
3182
|
ae.humanize = cd;
|
|
3183
|
-
ae.toISOString =
|
|
3184
|
-
ae.toString =
|
|
3185
|
-
ae.toJSON =
|
|
3183
|
+
ae.toISOString = pn;
|
|
3184
|
+
ae.toString = pn;
|
|
3185
|
+
ae.toJSON = pn;
|
|
3186
3186
|
ae.locale = ma;
|
|
3187
3187
|
ae.localeData = pa;
|
|
3188
3188
|
ae.toIsoString = He(
|
|
3189
3189
|
"toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",
|
|
3190
|
-
|
|
3190
|
+
pn
|
|
3191
3191
|
);
|
|
3192
3192
|
ae.lang = fa;
|
|
3193
3193
|
B("X", 0, 0, "unix");
|
|
3194
3194
|
B("x", 0, 0, "valueOf");
|
|
3195
|
-
Y("x",
|
|
3195
|
+
Y("x", cn);
|
|
3196
3196
|
Y("X", Oi);
|
|
3197
3197
|
me("X", function(e, t, n) {
|
|
3198
3198
|
n._d = new Date(parseFloat(e) * 1e3);
|
|
@@ -3212,13 +3212,13 @@ R.unix = Cc;
|
|
|
3212
3212
|
R.months = Mc;
|
|
3213
3213
|
R.isDate = Ss;
|
|
3214
3214
|
R.locale = vt;
|
|
3215
|
-
R.invalid =
|
|
3215
|
+
R.invalid = rn;
|
|
3216
3216
|
R.duration = qe;
|
|
3217
3217
|
R.isMoment = Ve;
|
|
3218
3218
|
R.weekdays = Ec;
|
|
3219
3219
|
R.parseZone = Oc;
|
|
3220
3220
|
R.localeData = pt;
|
|
3221
|
-
R.isDuration =
|
|
3221
|
+
R.isDuration = Gs;
|
|
3222
3222
|
R.monthsShort = Ac;
|
|
3223
3223
|
R.weekdaysMin = kc;
|
|
3224
3224
|
R.defineLocale = Xn;
|
|
@@ -3263,7 +3263,7 @@ const bt = (e, t, n) => {
|
|
|
3263
3263
|
for (let n = 0; n < t.length; n++)
|
|
3264
3264
|
t[n] = t[n].charAt(0).toUpperCase() + t[n].slice(1);
|
|
3265
3265
|
return t.join(" ");
|
|
3266
|
-
},
|
|
3266
|
+
}, Cs = (e, t) => {
|
|
3267
3267
|
let n, r = new Object();
|
|
3268
3268
|
if (e && e.length > 0)
|
|
3269
3269
|
for (let i = 0; i < e.length; i++)
|
|
@@ -3275,7 +3275,7 @@ const bt = (e, t, n) => {
|
|
|
3275
3275
|
t = e[r], n[t] = t;
|
|
3276
3276
|
return n;
|
|
3277
3277
|
}, hd = (e, t) => (e.sort((n, r) => r[t] - n[t]), e);
|
|
3278
|
-
var
|
|
3278
|
+
var qs = { exports: {} };
|
|
3279
3279
|
/*! @preserve
|
|
3280
3280
|
* numeral.js
|
|
3281
3281
|
* version : 2.0.6
|
|
@@ -3283,7 +3283,7 @@ var Vs = { exports: {} };
|
|
|
3283
3283
|
* license : MIT
|
|
3284
3284
|
* http://adamwdraper.github.com/Numeral-js/
|
|
3285
3285
|
*/
|
|
3286
|
-
var ud =
|
|
3286
|
+
var ud = qs.exports, Sr;
|
|
3287
3287
|
function md() {
|
|
3288
3288
|
return Sr || (Sr = 1, function(e) {
|
|
3289
3289
|
(function(t, n) {
|
|
@@ -3334,23 +3334,23 @@ function md() {
|
|
|
3334
3334
|
}, t._ = n = {
|
|
3335
3335
|
// formats numbers separators, decimals places, signs, abbreviations
|
|
3336
3336
|
numberToFormat: function(l, c, u) {
|
|
3337
|
-
var f = a[t.options.currentLocale], p = !1, g = !1, b = 0,
|
|
3338
|
-
if (l = l || 0, te = Math.abs(l), t._.includes(c, "(") ? (p = !0, c = c.replace(/[\(|\)]/g, "")) : (t._.includes(c, "+") || t._.includes(c, "-")) && (W = t._.includes(c, "+") ? c.indexOf("+") : l < 0 ? c.indexOf("-") : -1, c = c.replace(/[\+|\-]/g, "")), t._.includes(c, "a") && (K = c.match(/a(k|m|b|t)?/), K = K ? K[1] : !1, t._.includes(c, " a") && (
|
|
3339
|
-
switch (Q = String(Number(Q) / 1e3),
|
|
3337
|
+
var f = a[t.options.currentLocale], p = !1, g = !1, b = 0, v = "", w = 1e12, T = 1e9, M = 1e6, F = 1e3, O = "", G = !1, K, te, Q, ie, W, we, $;
|
|
3338
|
+
if (l = l || 0, te = Math.abs(l), t._.includes(c, "(") ? (p = !0, c = c.replace(/[\(|\)]/g, "")) : (t._.includes(c, "+") || t._.includes(c, "-")) && (W = t._.includes(c, "+") ? c.indexOf("+") : l < 0 ? c.indexOf("-") : -1, c = c.replace(/[\+|\-]/g, "")), t._.includes(c, "a") && (K = c.match(/a(k|m|b|t)?/), K = K ? K[1] : !1, t._.includes(c, " a") && (v = " "), c = c.replace(new RegExp(v + "a[kmbt]?"), ""), te >= w && !K || K === "t" ? (v += f.abbreviations.trillion, l = l / w) : te < w && te >= T && !K || K === "b" ? (v += f.abbreviations.billion, l = l / T) : te < T && te >= M && !K || K === "m" ? (v += f.abbreviations.million, l = l / M) : (te < M && te >= F && !K || K === "k") && (v += f.abbreviations.thousand, l = l / F)), t._.includes(c, "[.]") && (g = !0, c = c.replace("[.]", ".")), Q = l.toString().split(".")[0], ie = c.split(".")[1], we = c.indexOf(","), b = (c.split(".")[0].split(",")[0].match(/0/g) || []).length, ie ? (t._.includes(ie, "[") ? (ie = ie.replace("]", ""), ie = ie.split("["), O = t._.toFixed(l, ie[0].length + ie[1].length, u, ie[1].length)) : O = t._.toFixed(l, ie.length, u), Q = O.split(".")[0], t._.includes(O, ".") ? O = f.delimiters.decimal + O.split(".")[1] : O = "", g && Number(O.slice(1)) === 0 && (O = "")) : Q = t._.toFixed(l, 0, u), v && !K && Number(Q) >= 1e3 && v !== f.abbreviations.trillion)
|
|
3339
|
+
switch (Q = String(Number(Q) / 1e3), v) {
|
|
3340
3340
|
case f.abbreviations.thousand:
|
|
3341
|
-
|
|
3341
|
+
v = f.abbreviations.million;
|
|
3342
3342
|
break;
|
|
3343
3343
|
case f.abbreviations.million:
|
|
3344
|
-
|
|
3344
|
+
v = f.abbreviations.billion;
|
|
3345
3345
|
break;
|
|
3346
3346
|
case f.abbreviations.billion:
|
|
3347
|
-
|
|
3347
|
+
v = f.abbreviations.trillion;
|
|
3348
3348
|
break;
|
|
3349
3349
|
}
|
|
3350
3350
|
if (t._.includes(Q, "-") && (Q = Q.slice(1), G = !0), Q.length < b)
|
|
3351
|
-
for (var
|
|
3351
|
+
for (var q = b - Q.length; q > 0; q--)
|
|
3352
3352
|
Q = "0" + Q;
|
|
3353
|
-
return we > -1 && (Q = Q.toString().replace(/(\d)(?=(\d{3})+(?!\d))/g, "$1" + f.delimiters.thousands)), c.indexOf(".") === 0 && (Q = ""), $ = Q + O + (
|
|
3353
|
+
return we > -1 && (Q = Q.toString().replace(/(\d)(?=(\d{3})+(?!\d))/g, "$1" + f.delimiters.thousands)), c.indexOf(".") === 0 && (Q = ""), $ = Q + O + (v || ""), p ? $ = (p && G ? "(" : "") + $ + (p && G ? ")" : "") : W >= 0 ? $ = W === 0 ? (G ? "-" : "+") + $ : $ + (G ? "-" : "+") : G && ($ = "-" + $), $;
|
|
3354
3354
|
},
|
|
3355
3355
|
// unformats numbers separators, decimals places, signs, abbreviations
|
|
3356
3356
|
stringToNumber: function(l) {
|
|
@@ -3431,8 +3431,8 @@ function md() {
|
|
|
3431
3431
|
* problems for accounting- and finance-related software.
|
|
3432
3432
|
*/
|
|
3433
3433
|
toFixed: function(l, c, u, f) {
|
|
3434
|
-
var p = l.toString().split("."), g = c - (f || 0), b,
|
|
3435
|
-
return p.length === 2 ? b = Math.min(Math.max(p[1].length, g), c) : b = g, w = Math.pow(10, b), T = (u(l + "e+" + b) / w).toFixed(b), f > c - b && (
|
|
3434
|
+
var p = l.toString().split("."), g = c - (f || 0), b, v, w, T;
|
|
3435
|
+
return p.length === 2 ? b = Math.min(Math.max(p[1].length, g), c) : b = g, w = Math.pow(10, b), T = (u(l + "e+" + b) / w).toFixed(b), f > c - b && (v = new RegExp("\\.?0{1," + (f - (c - b)) + "}$"), T = T.replace(v, "")), T;
|
|
3436
3436
|
}
|
|
3437
3437
|
}, t.options = m, t.formats = i, t.locales = a, t.locale = function(l) {
|
|
3438
3438
|
return l && (m.currentLocale = l.toLowerCase()), m.currentLocale;
|
|
@@ -3456,7 +3456,7 @@ function md() {
|
|
|
3456
3456
|
throw new TypeError(c + " " + l + " already registered.");
|
|
3457
3457
|
return this[l + "s"][c] = u, u;
|
|
3458
3458
|
}, t.validate = function(l, c) {
|
|
3459
|
-
var u, f, p, g, b,
|
|
3459
|
+
var u, f, p, g, b, v, w, T;
|
|
3460
3460
|
if (typeof l != "string" && (l += "", console.warn && console.warn("Numeral.js: Value is not string. It has been co-erced to: ", l)), l = l.trim(), l.match(/^\d+$/))
|
|
3461
3461
|
return !0;
|
|
3462
3462
|
if (l === "")
|
|
@@ -3466,7 +3466,7 @@ function md() {
|
|
|
3466
3466
|
} catch {
|
|
3467
3467
|
w = t.localeData(t.locale());
|
|
3468
3468
|
}
|
|
3469
|
-
return p = w.currency.symbol, b = w.abbreviations, u = w.delimiters.decimal, w.delimiters.thousands === "." ? f = "\\." : f = w.delimiters.thousands, T = l.match(/^[^\d]+/), T !== null && (l = l.substr(1), T[0] !== p) || (T = l.match(/[^\d]+$/), T !== null && (l = l.slice(0, -1), T[0] !== b.thousand && T[0] !== b.million && T[0] !== b.billion && T[0] !== b.trillion)) ? !1 : (
|
|
3469
|
+
return p = w.currency.symbol, b = w.abbreviations, u = w.delimiters.decimal, w.delimiters.thousands === "." ? f = "\\." : f = w.delimiters.thousands, T = l.match(/^[^\d]+/), T !== null && (l = l.substr(1), T[0] !== p) || (T = l.match(/[^\d]+$/), T !== null && (l = l.slice(0, -1), T[0] !== b.thousand && T[0] !== b.million && T[0] !== b.billion && T[0] !== b.trillion)) ? !1 : (v = new RegExp(f + "{2}"), l.match(/[^\d.,]/g) ? !1 : (g = l.split(u), g.length > 2 ? !1 : g.length < 2 ? !!g[0].match(/^\d+.*\d$/) && !g[0].match(v) : g[0].length === 1 ? !!g[0].match(/^\d+$/) && !g[0].match(v) && !!g[1].match(/^\d+$/) : !!g[0].match(/^\d+.*\d$/) && !g[0].match(v) && !!g[1].match(/^\d+$/)));
|
|
3470
3470
|
}, t.fn = o.prototype = {
|
|
3471
3471
|
clone: function() {
|
|
3472
3472
|
return t(this);
|
|
@@ -3575,28 +3575,28 @@ function md() {
|
|
|
3575
3575
|
unformat: new RegExp(f)
|
|
3576
3576
|
},
|
|
3577
3577
|
format: function(p, g, b) {
|
|
3578
|
-
var
|
|
3578
|
+
var v, w = t._.includes(g, "ib") ? c : l, T = t._.includes(g, " b") || t._.includes(g, " ib") ? " " : "", M, F, O;
|
|
3579
3579
|
for (g = g.replace(/\s?i?b/, ""), M = 0; M <= w.suffixes.length; M++)
|
|
3580
3580
|
if (F = Math.pow(w.base, M), O = Math.pow(w.base, M + 1), p === null || p === 0 || p >= F && p < O) {
|
|
3581
3581
|
T += w.suffixes[M], F > 0 && (p = p / F);
|
|
3582
3582
|
break;
|
|
3583
3583
|
}
|
|
3584
|
-
return
|
|
3584
|
+
return v = t._.numberToFormat(p, g, b), v + T;
|
|
3585
3585
|
},
|
|
3586
3586
|
unformat: function(p) {
|
|
3587
|
-
var g = t._.stringToNumber(p), b,
|
|
3587
|
+
var g = t._.stringToNumber(p), b, v;
|
|
3588
3588
|
if (g) {
|
|
3589
3589
|
for (b = l.suffixes.length - 1; b >= 0; b--) {
|
|
3590
3590
|
if (t._.includes(p, l.suffixes[b])) {
|
|
3591
|
-
|
|
3591
|
+
v = Math.pow(l.base, b);
|
|
3592
3592
|
break;
|
|
3593
3593
|
}
|
|
3594
3594
|
if (t._.includes(p, c.suffixes[b])) {
|
|
3595
|
-
|
|
3595
|
+
v = Math.pow(c.base, b);
|
|
3596
3596
|
break;
|
|
3597
3597
|
}
|
|
3598
3598
|
}
|
|
3599
|
-
g *=
|
|
3599
|
+
g *= v || 1;
|
|
3600
3600
|
}
|
|
3601
3601
|
return g;
|
|
3602
3602
|
}
|
|
@@ -3610,23 +3610,23 @@ function md() {
|
|
|
3610
3610
|
var f = t.locales[t.options.currentLocale], p = {
|
|
3611
3611
|
before: c.match(/^([\+|\-|\(|\s|\$]*)/)[0],
|
|
3612
3612
|
after: c.match(/([\+|\-|\)|\s|\$]*)$/)[0]
|
|
3613
|
-
}, g, b,
|
|
3614
|
-
for (c = c.replace(/\s?\$\s?/, ""), g = t._.numberToFormat(l, c, u), l >= 0 ? (p.before = p.before.replace(/[\-\(]/, ""), p.after = p.after.replace(/[\-\)]/, "")) : l < 0 && !t._.includes(p.before, "-") && !t._.includes(p.before, "(") && (p.before = "-" + p.before),
|
|
3615
|
-
switch (b = p.before[
|
|
3613
|
+
}, g, b, v;
|
|
3614
|
+
for (c = c.replace(/\s?\$\s?/, ""), g = t._.numberToFormat(l, c, u), l >= 0 ? (p.before = p.before.replace(/[\-\(]/, ""), p.after = p.after.replace(/[\-\)]/, "")) : l < 0 && !t._.includes(p.before, "-") && !t._.includes(p.before, "(") && (p.before = "-" + p.before), v = 0; v < p.before.length; v++)
|
|
3615
|
+
switch (b = p.before[v], b) {
|
|
3616
3616
|
case "$":
|
|
3617
|
-
g = t._.insert(g, f.currency.symbol,
|
|
3617
|
+
g = t._.insert(g, f.currency.symbol, v);
|
|
3618
3618
|
break;
|
|
3619
3619
|
case " ":
|
|
3620
|
-
g = t._.insert(g, " ",
|
|
3620
|
+
g = t._.insert(g, " ", v + f.currency.symbol.length - 1);
|
|
3621
3621
|
break;
|
|
3622
3622
|
}
|
|
3623
|
-
for (
|
|
3624
|
-
switch (b = p.after[
|
|
3623
|
+
for (v = p.after.length - 1; v >= 0; v--)
|
|
3624
|
+
switch (b = p.after[v], b) {
|
|
3625
3625
|
case "$":
|
|
3626
|
-
g =
|
|
3626
|
+
g = v === p.after.length - 1 ? g + f.currency.symbol : t._.insert(g, f.currency.symbol, -(p.after.length - (1 + v)));
|
|
3627
3627
|
break;
|
|
3628
3628
|
case " ":
|
|
3629
|
-
g =
|
|
3629
|
+
g = v === p.after.length - 1 ? g + " " : t._.insert(g, " ", -(p.after.length - (1 + v) + f.currency.symbol.length - 1));
|
|
3630
3630
|
break;
|
|
3631
3631
|
}
|
|
3632
3632
|
return g;
|
|
@@ -3645,7 +3645,7 @@ function md() {
|
|
|
3645
3645
|
unformat: function(l) {
|
|
3646
3646
|
var c = t._.includes(l, "e+") ? l.split("e+") : l.split("e-"), u = Number(c[0]), f = Number(c[1]);
|
|
3647
3647
|
f = t._.includes(l, "e-") ? f *= -1 : f;
|
|
3648
|
-
function p(g, b,
|
|
3648
|
+
function p(g, b, v, w) {
|
|
3649
3649
|
var T = t._.correctionFactor(g, b), M = g * T * (b * T) / (T * T);
|
|
3650
3650
|
return M;
|
|
3651
3651
|
}
|
|
@@ -3694,10 +3694,10 @@ function md() {
|
|
|
3694
3694
|
});
|
|
3695
3695
|
}(), t;
|
|
3696
3696
|
});
|
|
3697
|
-
}(
|
|
3697
|
+
}(qs)), qs.exports;
|
|
3698
3698
|
}
|
|
3699
3699
|
var fd = md();
|
|
3700
|
-
const
|
|
3700
|
+
const en = /* @__PURE__ */ Lr(fd), ve = (e) => +(Math.round(parseFloat(e) + "e+3") + "e-3"), Ze = (e) => +(Math.round(parseFloat(e) + "e+2") + "e-2"), pd = /^\d+(\.\d{1,2})?$/, yd = /^\d+(\.\d{1,3})?$/, gd = {
|
|
3701
3701
|
_2: {
|
|
3702
3702
|
reg: pd,
|
|
3703
3703
|
message: "Only Positive value upto 2 decimals is allowed",
|
|
@@ -3766,9 +3766,9 @@ function xd(e, t) {
|
|
|
3766
3766
|
case "BHD":
|
|
3767
3767
|
case "KWD":
|
|
3768
3768
|
case "OMR":
|
|
3769
|
-
return
|
|
3769
|
+
return en(e).format("0,00.000");
|
|
3770
3770
|
default:
|
|
3771
|
-
return
|
|
3771
|
+
return en(e).format("0,00.00");
|
|
3772
3772
|
}
|
|
3773
3773
|
}
|
|
3774
3774
|
function Nd(e) {
|
|
@@ -3784,7 +3784,7 @@ function Nd(e) {
|
|
|
3784
3784
|
}
|
|
3785
3785
|
}
|
|
3786
3786
|
function a(f) {
|
|
3787
|
-
var p = f.toString(), g, b,
|
|
3787
|
+
var p = f.toString(), g, b, v, w, T, M, F, O, G, K, te, Q, ie = "and";
|
|
3788
3788
|
if (p = p.replace(/[, ]/g, ""), parseInt(p) === 0)
|
|
3789
3789
|
return "zero";
|
|
3790
3790
|
for (g = [
|
|
@@ -3808,7 +3808,7 @@ function Nd(e) {
|
|
|
3808
3808
|
"Seventeen",
|
|
3809
3809
|
"Eighteen",
|
|
3810
3810
|
"Nineteen"
|
|
3811
|
-
], b = ["", "", "Twenty", "Thirty", "Forty", "Fifty", "Sixty", "Seventy", "Eighty", "Ninety"],
|
|
3811
|
+
], b = ["", "", "Twenty", "Thirty", "Forty", "Fifty", "Sixty", "Seventy", "Eighty", "Ninety"], v = [
|
|
3812
3812
|
"",
|
|
3813
3813
|
"Thousand",
|
|
3814
3814
|
"Million",
|
|
@@ -3834,10 +3834,10 @@ function Nd(e) {
|
|
|
3834
3834
|
"centillion"
|
|
3835
3835
|
], w = p.length, M = []; w > 0; )
|
|
3836
3836
|
T = w, M.push(p.slice(w = Math.max(0, w - 3), T));
|
|
3837
|
-
if (F = M.length, F >
|
|
3837
|
+
if (F = M.length, F > v.length)
|
|
3838
3838
|
return "";
|
|
3839
3839
|
for (Q = [], K = 0; K < F; K++)
|
|
3840
|
-
O = parseInt(M[K]), O && (G = M[K].split("").reverse().map(parseFloat), G[1] === 1 && (G[0] += 10), (te =
|
|
3840
|
+
O = parseInt(M[K]), O && (G = M[K].split("").reverse().map(parseFloat), G[1] === 1 && (G[0] += 10), (te = v[K]) && Q.push(te), (te = g[G[0]]) && Q.push(te), (te = b[G[1]]) && Q.push(te), (G[0] || G[1]) && (G[2] || K + 1 > F) && Q.push(ie), (te = g[G[2]]) && Q.push(te + " Hundred"));
|
|
3841
3841
|
return Q.reverse().join(" ");
|
|
3842
3842
|
}
|
|
3843
3843
|
const [d, m] = e.toString().split("."), o = a(parseInt(d, 10)), l = i(parseInt(m, 10)), c = l ? `${l} Paise` : "";
|
|
@@ -3940,7 +3940,7 @@ const _d = (e) => ({
|
|
|
3940
3940
|
return r;
|
|
3941
3941
|
}, Td = (e, t) => {
|
|
3942
3942
|
let n = new Array(), r = { WRITE_OFF: "WRITE_OFF", CASH_CARD: "CASH_CARD" };
|
|
3943
|
-
const i = [...t, { internalName: "swiggy", displayName: "Swiggy" }, { internalName: "zomato", displayName: "Zomato" }], a =
|
|
3943
|
+
const i = [...t, { internalName: "swiggy", displayName: "Swiggy" }, { internalName: "zomato", displayName: "Zomato" }], a = Cs(i, "internalName");
|
|
3944
3944
|
let d;
|
|
3945
3945
|
for (let m in e.paymentModes)
|
|
3946
3946
|
!r[m] && e.paymentModes[m] && (d = a[m], n.push({
|
|
@@ -3968,7 +3968,7 @@ function qt(e) {
|
|
|
3968
3968
|
}
|
|
3969
3969
|
});
|
|
3970
3970
|
}
|
|
3971
|
-
const
|
|
3971
|
+
const Ws = (e, t, n) => {
|
|
3972
3972
|
if (e && e.length > 0)
|
|
3973
3973
|
if (t != null && t.name) {
|
|
3974
3974
|
let r = [];
|
|
@@ -4004,17 +4004,26 @@ const Bs = (e, t, n) => {
|
|
|
4004
4004
|
}
|
|
4005
4005
|
return t;
|
|
4006
4006
|
}, In = (e, t) => {
|
|
4007
|
-
var c;
|
|
4007
|
+
var c, u, f, p;
|
|
4008
4008
|
let n, r, i, a, d;
|
|
4009
4009
|
const m = {}, { itemInstructionOnBill: o, printZeroPriceAddons: l } = t;
|
|
4010
|
-
for (let
|
|
4011
|
-
if (n = e[
|
|
4010
|
+
for (let g = 0; g < e.length; g++)
|
|
4011
|
+
if (n = e[g], n.status !== "CANCELLED") {
|
|
4012
4012
|
if ((c = n.addons) != null && c.length && !l)
|
|
4013
4013
|
for (i = [], d = 0; d < n.addons.length; d++)
|
|
4014
4014
|
a = n.addons[d], a.serviceRate && i.push(a);
|
|
4015
4015
|
else
|
|
4016
4016
|
i = n.addons;
|
|
4017
|
-
o ? r = `${n.serviceId}::${n.serviceRate}::${n.instruction}::${n.taxType ?? "GST"}` : r = `${n.serviceId}::${n.serviceRate}::${n.taxType ?? "GST"}`, m[r]
|
|
4017
|
+
if (o ? r = `${n.serviceId}::${n.serviceRate}::${n.instruction}::${n.taxType ?? "GST"}` : r = `${n.serviceId}::${n.serviceRate}::${n.taxType ?? "GST"}`, m[r]) {
|
|
4018
|
+
if (m[r].qty += n.qty, m[r].sub_total += n.sub_total, (u = m[r].addons) != null && u.length && ((f = n.addons) != null && f.length)) {
|
|
4019
|
+
const b = Cs(n.addons, "serviceId"), v = [];
|
|
4020
|
+
let w;
|
|
4021
|
+
for (let T = 0; T < m[r].addons.length; T++)
|
|
4022
|
+
a = m[r].addons[T], (p = b[a.serviceId]) != null && p.serviceId && (w = b[a.serviceId], a.sub_total += w.sub_total ?? 0), v.push(a);
|
|
4023
|
+
m[r].addons = v;
|
|
4024
|
+
}
|
|
4025
|
+
} else
|
|
4026
|
+
m[r] = JSON.parse(JSON.stringify({ ...n, addons: i }));
|
|
4018
4027
|
}
|
|
4019
4028
|
return Object.values(m);
|
|
4020
4029
|
}, Cn = (e) => {
|
|
@@ -4034,9 +4043,9 @@ const Bs = (e, t, n) => {
|
|
|
4034
4043
|
console.error("Failed to parse serverData:", l), i = void 0;
|
|
4035
4044
|
}
|
|
4036
4045
|
if (t.type == "BILL" || t.type == "AGGREGATOR_BILL")
|
|
4037
|
-
return
|
|
4046
|
+
return Ws((a = t.siteSetting) == null ? void 0 : a.billPrinters, i, "label");
|
|
4038
4047
|
if (t.type == "PACKAGING_SLIP") {
|
|
4039
|
-
let l =
|
|
4048
|
+
let l = Ws((d = t.siteSetting) == null ? void 0 : d.packagingSlipPrinters, i, "value");
|
|
4040
4049
|
if (_s == "Android OS") {
|
|
4041
4050
|
let c = l && l.length > 0 ? l.findIndex((u) => u.value == e.value) : -1;
|
|
4042
4051
|
return c != -1 ? [l[c]] : null;
|
|
@@ -4046,9 +4055,9 @@ const Bs = (e, t, n) => {
|
|
|
4046
4055
|
}
|
|
4047
4056
|
} else {
|
|
4048
4057
|
if (t.type == "ITEMWISE_SALES_COUNTER" || t.type == "PRINT_DASHBOARD" || t.type == "COUNTER_OPERATION" || t.type == "CARD_RECHARGE_DETAILS" || t.type === "ORDER_AGGREGATED_PRINT")
|
|
4049
|
-
return
|
|
4058
|
+
return Ws((m = t.siteSetting) == null ? void 0 : m.billPrinters, i, "value");
|
|
4050
4059
|
{
|
|
4051
|
-
let l =
|
|
4060
|
+
let l = Ws((o = t.siteSetting) == null ? void 0 : o.printers, i, "value");
|
|
4052
4061
|
if (l === !0)
|
|
4053
4062
|
return l;
|
|
4054
4063
|
if (_s == "Android OS") {
|
|
@@ -4061,11 +4070,11 @@ const Bs = (e, t, n) => {
|
|
|
4061
4070
|
}
|
|
4062
4071
|
}
|
|
4063
4072
|
}, Id = (e, t, n = {}) => {
|
|
4064
|
-
var
|
|
4073
|
+
var v;
|
|
4065
4074
|
const { usersObj: r } = n;
|
|
4066
4075
|
let i = {}, a, d;
|
|
4067
4076
|
const { cancelledKOT: m, onlyCancelledItems: o, kotStatus: l = "KOT_GENERATED" } = n, c = bt(e.orderTags, "EXPRESS", "tag_type").content ? "INSTANT - URGENT ORDER" : null;
|
|
4068
|
-
if ((
|
|
4077
|
+
if ((v = e.customFeilds) != null && v.length) {
|
|
4069
4078
|
let w = bt(e.customFeilds, "INSTRUCTION", "customType");
|
|
4070
4079
|
w != null && w.customValue && (d = [
|
|
4071
4080
|
{
|
|
@@ -4144,7 +4153,7 @@ const Bs = (e, t, n) => {
|
|
|
4144
4153
|
}
|
|
4145
4154
|
for (let f = 0; f < t.packagingSlipPrinters.length; f++)
|
|
4146
4155
|
if (l = t.packagingSlipPrinters[f], l.label == e.subOrderFrom && (m = _s == "Android OS" ? l : l.value ?? void 0, d = l.paperSize ? l.paperSize : d, l.paperSize)) {
|
|
4147
|
-
let p, g, b,
|
|
4156
|
+
let p, g, b, v, w, T = {
|
|
4148
4157
|
orderFrom: e.orderFrom,
|
|
4149
4158
|
subOrderFrom: e.subOrderFrom,
|
|
4150
4159
|
companyInfo: {
|
|
@@ -4169,8 +4178,8 @@ const Bs = (e, t, n) => {
|
|
|
4169
4178
|
zomatoInstant: u
|
|
4170
4179
|
}, M = {}, F = !1, O, G = 0;
|
|
4171
4180
|
for (e.preparationTime && (T.prepareBy = R().add(e.preparationTime, "minutes").format("DD-MM-YYYY hh:mm A")), c && (T.customFields = c), b = 0; b < e.orderList.length; b++)
|
|
4172
|
-
for (p = e.orderList[b],
|
|
4173
|
-
g = p.services[
|
|
4181
|
+
for (p = e.orderList[b], v = 0; v < p.services.length; v++)
|
|
4182
|
+
g = p.services[v], g = {
|
|
4174
4183
|
...g,
|
|
4175
4184
|
instruction: g.isUrgent && g.instruction ? `(URGENT -${g.instruction})` : g.instruction ? `(${g.instruction})` : g.isUrgent ? "(URGENT)" : null
|
|
4176
4185
|
}, F = !1, g.status === r && ((a = l.stations) != null && a.length ? (O = dd(l.stations), O[g.station] && (F = !0)) : F = !0), F && g.kotId && g.station && (w = g.station.split("::")[1], G += g.qty, M[`${w}/${g.kotId}`] ? M[`${w}/${g.kotId}`].push(g) : M[`${w}/${g.kotId}`] = [g]);
|
|
@@ -4211,18 +4220,18 @@ const Bs = (e, t, n) => {
|
|
|
4211
4220
|
u = o.ids[c], f[u] = u;
|
|
4212
4221
|
for (let g = 0; g < n.orderData.length; g++)
|
|
4213
4222
|
o = n.orderData[g], f[o.id] && o.orderList.forEach((b) => {
|
|
4214
|
-
b.services.forEach((
|
|
4223
|
+
b.services.forEach((v) => {
|
|
4215
4224
|
var w;
|
|
4216
|
-
if ((
|
|
4217
|
-
let T = (w =
|
|
4218
|
-
T && Dn(T) && (r[T] ? r[T].activeKots[
|
|
4225
|
+
if ((v.status === "KOT_GENERATED" || v.status === "IN_PROCESS") && v.station) {
|
|
4226
|
+
let T = (w = v.station.split("::")) == null ? void 0 : w[1];
|
|
4227
|
+
T && Dn(T) && (r[T] ? r[T].activeKots[v.kotId] = v.kotId : r[T] = {
|
|
4219
4228
|
from: p,
|
|
4220
4229
|
to: [n.to],
|
|
4221
4230
|
station: T,
|
|
4222
|
-
activeKots: { [
|
|
4231
|
+
activeKots: { [v.kotId]: v.kotId },
|
|
4223
4232
|
type: "UPDATE_TABLE",
|
|
4224
4233
|
action: "MERGE_TABLE",
|
|
4225
|
-
orderId:
|
|
4234
|
+
orderId: v.id
|
|
4226
4235
|
});
|
|
4227
4236
|
}
|
|
4228
4237
|
});
|
|
@@ -4258,7 +4267,7 @@ const Bs = (e, t, n) => {
|
|
|
4258
4267
|
}
|
|
4259
4268
|
let u = c && (n == null ? void 0 : n.length) && n.some((O) => O.slugName === "online-menu") && e.isAggregatorEnabled == !0, f = u ? r.aggregator_collection : void 0, p = u ? r.zomato_collection : void 0, g = u ? r.swiggy_collection : void 0, b = c ? Sd(r.avgTableTime) : void 0;
|
|
4260
4269
|
l = {};
|
|
4261
|
-
let
|
|
4270
|
+
let v = 0;
|
|
4262
4271
|
if (r != null && r.menuWiseSales) {
|
|
4263
4272
|
const O = r.menuWiseSales;
|
|
4264
4273
|
for (const G in O)
|
|
@@ -4266,7 +4275,7 @@ const Bs = (e, t, n) => {
|
|
|
4266
4275
|
}
|
|
4267
4276
|
if (r.swiggy_aggregator && (l.Swiggy = r.swiggy_aggregator, l.Swiggy_collection = r.swiggy_collection), r.zomato_aggregator && (l.Zomato = r.zomato_aggregator, l.Zomato_collection = r.zomato_collection), r.itemTypeList && ((M = Object.keys(r.itemTypeList)) != null && M.length))
|
|
4268
4277
|
for (let O in r.itemTypeList)
|
|
4269
|
-
|
|
4278
|
+
v += r.itemTypeList[O];
|
|
4270
4279
|
let w = d;
|
|
4271
4280
|
return m.toDate !== m.fromDate && (w = `${Fn(m.fromDate)} - ${Fn(m.toDate)}`), {
|
|
4272
4281
|
salesCollection: c ? {
|
|
@@ -4308,7 +4317,7 @@ const Bs = (e, t, n) => {
|
|
|
4308
4317
|
otherChargesList: r.otherChargesList,
|
|
4309
4318
|
totalTax: r.totalTax,
|
|
4310
4319
|
taxList: r.taxList,
|
|
4311
|
-
totalItemType:
|
|
4320
|
+
totalItemType: v,
|
|
4312
4321
|
itemTypeList: r.itemTypeList
|
|
4313
4322
|
}
|
|
4314
4323
|
};
|
|
@@ -4333,7 +4342,7 @@ const Bs = (e, t, n) => {
|
|
|
4333
4342
|
]);
|
|
4334
4343
|
}
|
|
4335
4344
|
m = {};
|
|
4336
|
-
let b = (p = t == null ? void 0 : t.footerAddress) != null && p.addressLineOne ? t == null ? void 0 : t.footerAddress.addressLineOne : "",
|
|
4345
|
+
let b = (p = t == null ? void 0 : t.footerAddress) != null && p.addressLineOne ? t == null ? void 0 : t.footerAddress.addressLineOne : "", v = t.footerAddress.addressLineTwo ? t.footerAddress.addressLineTwo : "", w = t.footerAddress.city ? t.footerAddress.city : "", T = t.footerAddress.zip ? t.footerAddress.zip : "", M = (b != "" ? b + "," : "") + (v != "" ? v + "," : "") + (w != "" ? w + "," : "") + (T != "" ? T + "," : ""), F = t.gstNo, O = {
|
|
4337
4346
|
companyName: t.companyName,
|
|
4338
4347
|
companyAddress: M,
|
|
4339
4348
|
companyContact: t.contactNumber,
|
|
@@ -4349,23 +4358,23 @@ const Bs = (e, t, n) => {
|
|
|
4349
4358
|
custContact: e.mobile ?? null
|
|
4350
4359
|
}, Q = yn(t.curr), ie = { ...e, companyInfo: O, orderInfo: K, customerInfo: te, gst: F, curr: Q }, W = null, we = null;
|
|
4351
4360
|
a.companyLogo && (W = await qt(`https://${a.companyLogo.bucket}.s3.amazonaws.com/${a.companyLogo.key}`)), a.qrcode && (we = await qt(`https://${a.qrcode.bucket}.s3.amazonaws.com/${a.qrcode.key}`)), e.orderList.filter(($) => {
|
|
4352
|
-
$.services.forEach(async (
|
|
4361
|
+
$.services.forEach(async (q, _e) => {
|
|
4353
4362
|
var Ke, Qe;
|
|
4354
4363
|
let A = "kitchen", Ye = e.tableName ? e.tableName : e.orderFrom;
|
|
4355
4364
|
A && (m[A] || (m[A] = {}, m[A].station = A, m[A].services = [], m[A].tableName = Ye, m[A].customerName = e.name, m[A].time = R.unix(e.timestamp).format("DD-MM-YYYY hh:mm a"), m[A].type = e.orderFrom, m[A].orderId = e.orderId, m[A].instruction = e.instruction, m[A].totalQty = 0, m[A].tokenId = e.tokenId, m[A].orderSource = e.orderSource, m[A].aggregatorOrderId = e.externalOrderId, m[A].otp = e.otp, m[A].paymentState = e.paymentState, m[A].discountAmt = c, m[A].otherCharges = e.otherCharges, m[A].taxAmt = e.taxAmt, m[A].customFeilds = l, m[A].curr = t.curr ?? "INR", m[A].zomatoInstant = g), m[A] ? (o = {
|
|
4356
|
-
serviceName:
|
|
4357
|
-
qty:
|
|
4358
|
-
instruction:
|
|
4365
|
+
serviceName: q.serviceName,
|
|
4366
|
+
qty: q.qty,
|
|
4367
|
+
instruction: q.isUrgent && q.instruction ? `(URGENT -${q.instruction})` : q.instruction ? `(${q.instruction})` : q.isUrgent ? "(URGENT)" : "",
|
|
4359
4368
|
subOrderId: $.subOrderId,
|
|
4360
|
-
isUrgent:
|
|
4369
|
+
isUrgent: q.isUrgent,
|
|
4361
4370
|
index: _e
|
|
4362
|
-
}, (Ke =
|
|
4363
|
-
serviceName:
|
|
4364
|
-
qty:
|
|
4365
|
-
instruction:
|
|
4371
|
+
}, (Ke = q.addons) != null && Ke.length && (o.addons = q.addons), m[A].services.push(o), m[A].totalQty += q.qty) : (m[A] = [], m[A].services.push({
|
|
4372
|
+
serviceName: q.serviceName,
|
|
4373
|
+
qty: q.qty,
|
|
4374
|
+
instruction: q.instruction ? q.instruction : "",
|
|
4366
4375
|
subOrderId: $.subOrderId,
|
|
4367
4376
|
index: _e
|
|
4368
|
-
}), m[A].totalQty +=
|
|
4377
|
+
}), m[A].totalQty += q.qty), m[A] = {
|
|
4369
4378
|
...m[A],
|
|
4370
4379
|
companyInfo: O,
|
|
4371
4380
|
orderInfo: K,
|
|
@@ -4381,13 +4390,13 @@ const Bs = (e, t, n) => {
|
|
|
4381
4390
|
});
|
|
4382
4391
|
for (const $ in m)
|
|
4383
4392
|
if (Object.hasOwnProperty.call(m, $)) {
|
|
4384
|
-
const
|
|
4393
|
+
const q = m[$];
|
|
4385
4394
|
try {
|
|
4386
4395
|
let _e = t.printerSize ?? "2inch";
|
|
4387
4396
|
r(
|
|
4388
4397
|
new Object({
|
|
4389
4398
|
obj: new Object({
|
|
4390
|
-
...
|
|
4399
|
+
...q,
|
|
4391
4400
|
paperSize: _e
|
|
4392
4401
|
}),
|
|
4393
4402
|
orderList: e.orderList
|
|
@@ -4474,9 +4483,9 @@ const Bs = (e, t, n) => {
|
|
|
4474
4483
|
}, Oa = (e, t, n = {}) => new Promise(async (r, i) => {
|
|
4475
4484
|
var d, m, o, l, c, u;
|
|
4476
4485
|
try {
|
|
4477
|
-
const { invoiceFormat: f, custName: p, custMobile: g, custAddress: b, userData:
|
|
4478
|
-
let T =
|
|
4479
|
-
if (
|
|
4486
|
+
const { invoiceFormat: f, custName: p, custMobile: g, custAddress: b, userData: v = {} } = n, { itemList: w } = e;
|
|
4487
|
+
let T = v == null ? void 0 : v.userRole;
|
|
4488
|
+
if (v.userRole == "admin" ? T = "ADMIN" : T = v == null ? void 0 : v.name, !(w != null && w.length)) return;
|
|
4480
4489
|
let M = t.printerSize, F = cr(null, { type: "BILL", siteSetting: t }, { occupiedServer: n.occupiedServer });
|
|
4481
4490
|
M = F ? (d = F[0]) != null && d.paperSize ? (m = F[0]) == null ? void 0 : m.paperSize : M || "2INCH" : M;
|
|
4482
4491
|
let O = t.footerAddress.addressLineOne ? t.footerAddress.addressLineOne : "", G = t.footerAddress.addressLineTwo ? t.footerAddress.addressLineTwo : "", K = t.footerAddress.city ? t.footerAddress.city : "", te = t.footerAddress.zip ? t.footerAddress.zip : "", Q = (O != "" ? O + "," : "") + (G != "" ? G + "," : "") + (K != "" ? K + "," : "") + (te != "" ? te + "," : ""), ie = t.gstNo, W = {
|
|
@@ -4489,13 +4498,13 @@ const Bs = (e, t, n) => {
|
|
|
4489
4498
|
orderDate: e && e.timestamp ? R.unix(e.timestamp).format("DD-MM-YYYY hh:mm A") : null,
|
|
4490
4499
|
orderNumber: e && e.orderId ? e.orderId : null,
|
|
4491
4500
|
timestamp: e.timestamp
|
|
4492
|
-
},
|
|
4501
|
+
}, q = {
|
|
4493
4502
|
custName: f && f.custName ? p == t.companyName ? null : p : null,
|
|
4494
4503
|
// "custName": null,
|
|
4495
4504
|
custAddress: f && f.custAddress && b || null,
|
|
4496
4505
|
custContact: f && f.custMobile ? g : null,
|
|
4497
4506
|
custEmail: "ajaybaglane7@gmail.com"
|
|
4498
|
-
}, _e = yn(t.curr), A = { ...e, companyInfo: W, orderInfo: $, customerInfo:
|
|
4507
|
+
}, _e = yn(t.curr), A = { ...e, companyInfo: W, orderInfo: $, customerInfo: q, gst: ie, curr: _e };
|
|
4499
4508
|
if (f) {
|
|
4500
4509
|
if (A.domain = f.siteURL, A.paymentMethods = f.paymentMode ? A.paymentMethods : null, A.companyInfo.companyName = f.companyName, A.companyInfo.companyEmail = f.email, A.companyInfo.companyAddress = f.address, A.companyInfo.companyContact = f.mobile, A.customerInfo.custName = f.custName ? p : null, A.tokenId = f.token ? A.tokenId : null, f.isPayQR && f.upiId && f.upiId !== "" && (A.upiId = f.upiId), A.gstNo = f.gst ? A.gst : null, A.footerMessage = f.footerMessage, A.orderFrom = (o = e.subOrderFrom) == null ? void 0 : o.toUpperCase(), A.fssai = t.fssai, A.vatNo = t.vatNo, A.taxLabel = Ca(t), A.printOperatorInfo = f.printOperatorInfo === null || f.printOperatorInfo === !0, A.disabledPoweredBy = t.disabledPoweredBy === !0, A.printTime = R().format("DD-MM-YYYY hh:mm A"), e.deliveryTimestamp && (A.deliveryTimestamp = R.unix(e.deliveryTimestamp).format("DD-MM-YYYY hh:mm A")), A.itemInstructionOnBill = f.itemInstructionOnBill, A.noOfInvoice = f.noOfInvoice, A.printby = T, A.newFormat = !0, !f.itemInstructionOnBill && A.itemList) {
|
|
4501
4510
|
let J;
|
|
@@ -4593,7 +4602,7 @@ const Bs = (e, t, n) => {
|
|
|
4593
4602
|
var d, m, o, l;
|
|
4594
4603
|
try {
|
|
4595
4604
|
const { invoiceFormat: c, custName: u, custMobile: f, custAddress: p, orderData: g } = n;
|
|
4596
|
-
let b = t.footerAddress.addressLineOne ? t.footerAddress.addressLineOne : "",
|
|
4605
|
+
let b = t.footerAddress.addressLineOne ? t.footerAddress.addressLineOne : "", v = t.footerAddress.addressLineTwo ? t.footerAddress.addressLineTwo : "", w = t.footerAddress.city ? t.footerAddress.city : "", T = t.footerAddress.zip ? t.footerAddress.zip : "", M = (b != "" ? b + "," : "") + (v != "" ? v + "," : "") + (w != "" ? w + "," : "") + (T != "" ? T + "," : ""), F = t.gstNo, O = {
|
|
4597
4606
|
companyName: t.companyName,
|
|
4598
4607
|
companyAddress: M,
|
|
4599
4608
|
companyContact: t.contactNumber,
|
|
@@ -4613,8 +4622,8 @@ const Bs = (e, t, n) => {
|
|
|
4613
4622
|
if (c) {
|
|
4614
4623
|
if (W.domain = c.siteURL, W.paymentMethods = c.paymentMode ? W.paymentMethods : null, W.companyInfo.companyName = c.companyName, W.companyInfo.companyEmail = c.email, W.companyInfo.companyAddress = c.address, W.companyInfo.companyContact = c.mobile, W.customerInfo.custName = c.custName ? u : null, W.tokenId = c.token ? W.tokenId : null, c.isPayQR && c.upiId && c.upiId !== "" && (W.upiId = c.upiId), W.gstNo = c.gst ? W.gst : null, W.footerMessage = c.footerMessage, W.orderFrom = (d = g.subOrderFrom) == null ? void 0 : d.toUpperCase(), W.fssai = t.fssai, W.vatNo = t.vatNo, W.taxLabel = Ca(t), W.printOperatorInfo = c.printOperatorInfo === null || c.printOperatorInfo === !0, W.disabledPoweredBy = t.disabledPoweredBy === !0, W.printTime = R().format("DD-MM-YYYY hh:mm A"), g.deliveryTimestamp && (W.deliveryTimestamp = R.unix(g.deliveryTimestamp).format("DD-MM-YYYY hh:mm A")), W.itemInstructionOnBill = c.itemInstructionOnBill, W.noOfInvoice = c.noOfInvoice, W.area = g.area, W.captainName = g.captainName, !c.itemInstructionOnBill && W.itemList) {
|
|
4615
4624
|
let $;
|
|
4616
|
-
for (let
|
|
4617
|
-
$ = W.itemList[
|
|
4625
|
+
for (let q = 0; q < W.itemList.length; q++)
|
|
4626
|
+
$ = W.itemList[q], $.instruction && delete $.instruction;
|
|
4618
4627
|
}
|
|
4619
4628
|
t.enabledOutstandingOnPay && ((m = e.custoutStandingData) != null && m.balanceAmt) && (W.custoutStandingData = {
|
|
4620
4629
|
balanceAmt: e.custoutStandingData.balanceAmt
|
|
@@ -4622,19 +4631,19 @@ const Bs = (e, t, n) => {
|
|
|
4622
4631
|
let we = [];
|
|
4623
4632
|
if ((o = g.customFeilds) != null && o.length) {
|
|
4624
4633
|
let $;
|
|
4625
|
-
for (let
|
|
4626
|
-
$ = g.customFeilds[
|
|
4634
|
+
for (let q = 0; q < g.customFeilds.length; q++)
|
|
4635
|
+
$ = g.customFeilds[q], $ != null && $.customValue && ((l = $.availability) != null && l.includes("BILL")) && we.push({
|
|
4627
4636
|
customName: $.customName,
|
|
4628
4637
|
customValue: $.customValue
|
|
4629
4638
|
});
|
|
4630
4639
|
W.customFields = we;
|
|
4631
4640
|
}
|
|
4632
4641
|
if (t && t.isOld && t.isOld == !0) {
|
|
4633
|
-
let $ = null,
|
|
4634
|
-
c.companyLogo && ($ = await qt(`https://${c.companyLogo.bucket}.s3.amazonaws.com/${c.companyLogo.key}`)), c.qrcode && (
|
|
4642
|
+
let $ = null, q = null;
|
|
4643
|
+
c.companyLogo && ($ = await qt(`https://${c.companyLogo.bucket}.s3.amazonaws.com/${c.companyLogo.key}`)), c.qrcode && (q = await qt(`https://${c.qrcode.bucket}.s3.amazonaws.com/${c.qrcode.key}`));
|
|
4635
4644
|
var a = "Unknown OS";
|
|
4636
4645
|
navigator.userAgent.indexOf("Win") != -1 && (a = "Windows OS"), navigator.userAgent.indexOf("Mac") != -1 && (a = "Macintosh"), navigator.userAgent.indexOf("Linux") != -1 && (a = "Linux OS"), navigator.userAgent.indexOf("Android") != -1 && (a = "Android OS"), navigator.userAgent.indexOf("like Mac") != -1 && (a = "iOS");
|
|
4637
|
-
let _e = { obj: W, companyLogo: $, companyQrCode:
|
|
4646
|
+
let _e = { obj: W, companyLogo: $, companyQrCode: q, paperSize: t.printerSize, Name: a };
|
|
4638
4647
|
r(_e);
|
|
4639
4648
|
}
|
|
4640
4649
|
}
|
|
@@ -4645,16 +4654,16 @@ const Bs = (e, t, n) => {
|
|
|
4645
4654
|
var M;
|
|
4646
4655
|
let i;
|
|
4647
4656
|
(M = t.siteLogo) != null && M.key;
|
|
4648
|
-
let a = t.footerAddress.addressLineOne ? t.footerAddress.addressLineOne : "", d = t.footerAddress.addressLineTwo ? t.footerAddress.addressLineTwo : "", m = t.footerAddress.city ? t.footerAddress.city : "", o = t.footerAddress.zip ? t.footerAddress.zip : "", l = (a != "" ? a + "," : "") + (d != "" ? d + "," : "") + (m != "" ? m + "," : "") + (o != "" ? o + "," : ""), c = [], u, f = 0, p = 0, g = 0, b = [],
|
|
4649
|
-
const T =
|
|
4657
|
+
let a = t.footerAddress.addressLineOne ? t.footerAddress.addressLineOne : "", d = t.footerAddress.addressLineTwo ? t.footerAddress.addressLineTwo : "", m = t.footerAddress.city ? t.footerAddress.city : "", o = t.footerAddress.zip ? t.footerAddress.zip : "", l = (a != "" ? a + "," : "") + (d != "" ? d + "," : "") + (m != "" ? m + "," : "") + (o != "" ? o + "," : ""), c = [], u, f = 0, p = 0, g = 0, b = [], v, w;
|
|
4658
|
+
const T = Cs(t.paymentModes ?? defaultPaymentModes, "internalName");
|
|
4650
4659
|
for (let F = 0; F < e.length; F++)
|
|
4651
4660
|
for (u = e[F], c.push({
|
|
4652
4661
|
date: u.date,
|
|
4653
4662
|
orderId: u.orderId,
|
|
4654
4663
|
finalAmount: u.finalAmount
|
|
4655
4664
|
// orderTransactions: iterator.orderTransactions,
|
|
4656
|
-
}), f += u.finalAmount, p += u.paidAmt, g += u.balanceAmt,
|
|
4657
|
-
w = u.orderTransactions[
|
|
4665
|
+
}), f += u.finalAmount, p += u.paidAmt, g += u.balanceAmt, v = 0; v < u.orderTransactions.length; v++)
|
|
4666
|
+
w = u.orderTransactions[v], w.paidAmt && b.push({
|
|
4658
4667
|
date: R.unix(w.createdAt).format("DD-MM-YYYY"),
|
|
4659
4668
|
paymentMode: T[w.paymentMode].displayName,
|
|
4660
4669
|
amount: ve(w.paidAmt)
|
|
@@ -4734,16 +4743,16 @@ let Ut = null;
|
|
|
4734
4743
|
function Aa(e = {}) {
|
|
4735
4744
|
return Ut || (e.includeStyleProperties ? (Ut = e.includeStyleProperties, Ut) : (Ut = _t(window.getComputedStyle(document.documentElement)), Ut));
|
|
4736
4745
|
}
|
|
4737
|
-
function
|
|
4746
|
+
function tn(e, t) {
|
|
4738
4747
|
const r = (e.ownerDocument.defaultView || window).getComputedStyle(e).getPropertyValue(t);
|
|
4739
4748
|
return r ? parseFloat(r.replace("px", "")) : 0;
|
|
4740
4749
|
}
|
|
4741
4750
|
function Dd(e) {
|
|
4742
|
-
const t =
|
|
4751
|
+
const t = tn(e, "border-left-width"), n = tn(e, "border-right-width");
|
|
4743
4752
|
return e.clientWidth + t + n;
|
|
4744
4753
|
}
|
|
4745
4754
|
function Yd(e) {
|
|
4746
|
-
const t =
|
|
4755
|
+
const t = tn(e, "border-top-width"), n = tn(e, "border-bottom-width");
|
|
4747
4756
|
return e.clientHeight + t + n;
|
|
4748
4757
|
}
|
|
4749
4758
|
function Ea(e, t = {}) {
|
|
@@ -4763,7 +4772,7 @@ const Fe = 16384;
|
|
|
4763
4772
|
function $d(e) {
|
|
4764
4773
|
(e.width > Fe || e.height > Fe) && (e.width > Fe && e.height > Fe ? e.width > e.height ? (e.height *= Fe / e.width, e.width = Fe) : (e.width *= Fe / e.height, e.height = Fe) : e.width > Fe ? (e.height *= Fe / e.width, e.width = Fe) : (e.width *= Fe / e.height, e.height = Fe));
|
|
4765
4774
|
}
|
|
4766
|
-
function
|
|
4775
|
+
function sn(e) {
|
|
4767
4776
|
return new Promise((t, n) => {
|
|
4768
4777
|
const r = new Image();
|
|
4769
4778
|
r.onload = () => {
|
|
@@ -4885,17 +4894,17 @@ async function hr(e, t, n) {
|
|
|
4885
4894
|
}
|
|
4886
4895
|
async function Xd(e) {
|
|
4887
4896
|
const t = e.toDataURL();
|
|
4888
|
-
return t === "data:," ? e.cloneNode(!1) :
|
|
4897
|
+
return t === "data:," ? e.cloneNode(!1) : sn(t);
|
|
4889
4898
|
}
|
|
4890
4899
|
async function eh(e, t) {
|
|
4891
4900
|
if (e.currentSrc) {
|
|
4892
4901
|
const a = document.createElement("canvas"), d = a.getContext("2d");
|
|
4893
4902
|
a.width = e.clientWidth, a.height = e.clientHeight, d == null || d.drawImage(e, 0, 0, a.width, a.height);
|
|
4894
4903
|
const m = a.toDataURL();
|
|
4895
|
-
return
|
|
4904
|
+
return sn(m);
|
|
4896
4905
|
}
|
|
4897
4906
|
const n = e.poster, r = dr(n), i = await hr(n, r, t);
|
|
4898
|
-
return
|
|
4907
|
+
return sn(i);
|
|
4899
4908
|
}
|
|
4900
4909
|
async function th(e, t) {
|
|
4901
4910
|
var n;
|
|
@@ -5177,25 +5186,25 @@ async function Ua(e, t = {}) {
|
|
|
5177
5186
|
return await Th(i, t), await Da(i, t), Nh(i, t), await Bd(i, n, r);
|
|
5178
5187
|
}
|
|
5179
5188
|
async function wh(e, t = {}) {
|
|
5180
|
-
const { width: n, height: r } = Ea(e, t), i = await Ua(e, t), a = await
|
|
5189
|
+
const { width: n, height: r } = Ea(e, t), i = await Ua(e, t), a = await sn(i), d = document.createElement("canvas"), m = d.getContext("2d"), o = t.pixelRatio || Ud(), l = t.canvasWidth || n, c = t.canvasHeight || r;
|
|
5181
5190
|
return d.width = l * o, d.height = c * o, t.skipAutoScale || $d(d), d.style.width = `${l}`, d.style.height = `${c}`, t.backgroundColor && (m.fillStyle = t.backgroundColor, m.fillRect(0, 0, d.width, d.height)), m.drawImage(a, 0, 0, d.width, d.height), d;
|
|
5182
5191
|
}
|
|
5183
5192
|
async function Ih(e, t = {}) {
|
|
5184
5193
|
return (await wh(e, t)).toDataURL("image/jpeg", t.quality || 1);
|
|
5185
5194
|
}
|
|
5186
|
-
var Ch = Object.defineProperty,
|
|
5195
|
+
var Ch = Object.defineProperty, nn = Object.getOwnPropertySymbols, $a = Object.prototype.hasOwnProperty, Ha = Object.prototype.propertyIsEnumerable, Rr = (e, t, n) => t in e ? Ch(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, bs = (e, t) => {
|
|
5187
5196
|
for (var n in t || (t = {}))
|
|
5188
5197
|
$a.call(t, n) && Rr(e, n, t[n]);
|
|
5189
|
-
if (
|
|
5190
|
-
for (var n of
|
|
5198
|
+
if (nn)
|
|
5199
|
+
for (var n of nn(t))
|
|
5191
5200
|
Ha.call(t, n) && Rr(e, n, t[n]);
|
|
5192
5201
|
return e;
|
|
5193
5202
|
}, ur = (e, t) => {
|
|
5194
5203
|
var n = {};
|
|
5195
5204
|
for (var r in e)
|
|
5196
5205
|
$a.call(e, r) && t.indexOf(r) < 0 && (n[r] = e[r]);
|
|
5197
|
-
if (e != null &&
|
|
5198
|
-
for (var r of
|
|
5206
|
+
if (e != null && nn)
|
|
5207
|
+
for (var r of nn(e))
|
|
5199
5208
|
t.indexOf(r) < 0 && Ha.call(e, r) && (n[r] = e[r]);
|
|
5200
5209
|
return n;
|
|
5201
5210
|
};
|
|
@@ -5224,8 +5233,8 @@ var Et;
|
|
|
5224
5233
|
let g = 1e9;
|
|
5225
5234
|
for (let b = 0; b < 8; b++) {
|
|
5226
5235
|
this.applyMask(b), this.drawFormatBits(b);
|
|
5227
|
-
const
|
|
5228
|
-
|
|
5236
|
+
const v = this.getPenaltyScore();
|
|
5237
|
+
v < g && (u = b, g = v), this.applyMask(b);
|
|
5229
5238
|
}
|
|
5230
5239
|
}
|
|
5231
5240
|
a(0 <= u && u <= 7), this.mask = u, this.applyMask(u), this.drawFormatBits(u), this.isFunction = [];
|
|
@@ -5253,21 +5262,21 @@ var Et;
|
|
|
5253
5262
|
}
|
|
5254
5263
|
for (const M of [t.Ecc.MEDIUM, t.Ecc.QUARTILE, t.Ecc.HIGH])
|
|
5255
5264
|
p && b <= t.getNumDataCodewords(g, M) * 8 && (l = M);
|
|
5256
|
-
let
|
|
5265
|
+
let v = [];
|
|
5257
5266
|
for (const M of o) {
|
|
5258
|
-
r(M.mode.modeBits, 4,
|
|
5267
|
+
r(M.mode.modeBits, 4, v), r(M.numChars, M.mode.numCharCountBits(g), v);
|
|
5259
5268
|
for (const F of M.getData())
|
|
5260
|
-
|
|
5269
|
+
v.push(F);
|
|
5261
5270
|
}
|
|
5262
|
-
a(
|
|
5271
|
+
a(v.length == b);
|
|
5263
5272
|
const w = t.getNumDataCodewords(g, l) * 8;
|
|
5264
|
-
a(
|
|
5265
|
-
for (let M = 236;
|
|
5266
|
-
r(M, 8,
|
|
5273
|
+
a(v.length <= w), r(0, Math.min(4, w - v.length), v), r(0, (8 - v.length % 8) % 8, v), a(v.length % 8 == 0);
|
|
5274
|
+
for (let M = 236; v.length < w; M ^= 253)
|
|
5275
|
+
r(M, 8, v);
|
|
5267
5276
|
let T = [];
|
|
5268
|
-
for (; T.length * 8 <
|
|
5277
|
+
for (; T.length * 8 < v.length; )
|
|
5269
5278
|
T.push(0);
|
|
5270
|
-
return
|
|
5279
|
+
return v.forEach((M, F) => T[F >>> 3] |= M << 7 - (F & 7)), new t(g, l, T, f);
|
|
5271
5280
|
}
|
|
5272
5281
|
getModule(o, l) {
|
|
5273
5282
|
return 0 <= o && o < this.size && 0 <= l && l < this.size && this.modules[l][o];
|
|
@@ -5336,17 +5345,17 @@ var Et;
|
|
|
5336
5345
|
if (o.length != t.getNumDataCodewords(l, c))
|
|
5337
5346
|
throw new RangeError("Invalid argument");
|
|
5338
5347
|
const u = t.NUM_ERROR_CORRECTION_BLOCKS[c.ordinal][l], f = t.ECC_CODEWORDS_PER_BLOCK[c.ordinal][l], p = Math.floor(t.getNumRawDataModules(l) / 8), g = u - p % u, b = Math.floor(p / u);
|
|
5339
|
-
let
|
|
5348
|
+
let v = [];
|
|
5340
5349
|
const w = t.reedSolomonComputeDivisor(f);
|
|
5341
5350
|
for (let M = 0, F = 0; M < u; M++) {
|
|
5342
5351
|
let O = o.slice(F, F + b - f + (M < g ? 0 : 1));
|
|
5343
5352
|
F += O.length;
|
|
5344
5353
|
const G = t.reedSolomonComputeRemainder(O, w);
|
|
5345
|
-
M < g && O.push(0),
|
|
5354
|
+
M < g && O.push(0), v.push(O.concat(G));
|
|
5346
5355
|
}
|
|
5347
5356
|
let T = [];
|
|
5348
|
-
for (let M = 0; M <
|
|
5349
|
-
|
|
5357
|
+
for (let M = 0; M < v[0].length; M++)
|
|
5358
|
+
v.forEach((F, O) => {
|
|
5350
5359
|
(M != b - f || O >= g) && T.push(F[M]);
|
|
5351
5360
|
});
|
|
5352
5361
|
return a(T.length == p), T;
|
|
@@ -5406,14 +5415,14 @@ var Et;
|
|
|
5406
5415
|
let o = 0;
|
|
5407
5416
|
for (let f = 0; f < this.size; f++) {
|
|
5408
5417
|
let p = !1, g = 0, b = [0, 0, 0, 0, 0, 0, 0];
|
|
5409
|
-
for (let
|
|
5410
|
-
this.modules[f][
|
|
5418
|
+
for (let v = 0; v < this.size; v++)
|
|
5419
|
+
this.modules[f][v] == p ? (g++, g == 5 ? o += t.PENALTY_N1 : g > 5 && o++) : (this.finderPenaltyAddHistory(g, b), p || (o += this.finderPenaltyCountPatterns(b) * t.PENALTY_N3), p = this.modules[f][v], g = 1);
|
|
5411
5420
|
o += this.finderPenaltyTerminateAndCount(p, g, b) * t.PENALTY_N3;
|
|
5412
5421
|
}
|
|
5413
5422
|
for (let f = 0; f < this.size; f++) {
|
|
5414
5423
|
let p = !1, g = 0, b = [0, 0, 0, 0, 0, 0, 0];
|
|
5415
|
-
for (let
|
|
5416
|
-
this.modules[
|
|
5424
|
+
for (let v = 0; v < this.size; v++)
|
|
5425
|
+
this.modules[v][f] == p ? (g++, g == 5 ? o += t.PENALTY_N1 : g > 5 && o++) : (this.finderPenaltyAddHistory(g, b), p || (o += this.finderPenaltyCountPatterns(b) * t.PENALTY_N3), p = this.modules[v][f], g = 1);
|
|
5417
5426
|
o += this.finderPenaltyTerminateAndCount(p, g, b) * t.PENALTY_N3;
|
|
5418
5427
|
}
|
|
5419
5428
|
for (let f = 0; f < this.size - 1; f++)
|
|
@@ -5664,8 +5673,8 @@ function Za(e, t, n, r) {
|
|
|
5664
5673
|
const i = n ? mr : 0, a = e.length + i * 2, d = Math.floor(t * Oh), m = a / t, o = (r.width || d) * m, l = (r.height || d) * m, c = r.x == null ? e.length / 2 - o / 2 : r.x * m, u = r.y == null ? e.length / 2 - l / 2 : r.y * m;
|
|
5665
5674
|
let f = null;
|
|
5666
5675
|
if (r.excavate) {
|
|
5667
|
-
let p = Math.floor(c), g = Math.floor(u), b = Math.ceil(o + c - p),
|
|
5668
|
-
f = { x: p, y: g, w: b, h:
|
|
5676
|
+
let p = Math.floor(c), g = Math.floor(u), b = Math.ceil(o + c - p), v = Math.ceil(l + u - g);
|
|
5677
|
+
f = { x: p, y: g, w: b, h: v };
|
|
5669
5678
|
}
|
|
5670
5679
|
return { x: c, y: u, h: l, w: o, excavation: f };
|
|
5671
5680
|
}
|
|
@@ -5709,15 +5718,15 @@ function Ah(e) {
|
|
|
5709
5718
|
T.height = T.width = r * ie;
|
|
5710
5719
|
const W = r / G * ie;
|
|
5711
5720
|
M.scale(W, W), M.fillStyle = a, M.fillRect(0, 0, G, G), M.fillStyle = d, Mh ? M.fill(new Path2D(Ka(F, O))) : F.forEach(function(we, $) {
|
|
5712
|
-
we.forEach(function(
|
|
5713
|
-
|
|
5721
|
+
we.forEach(function(q, _e) {
|
|
5722
|
+
q && M.fillRect(_e + O, $ + O, 1, 1);
|
|
5714
5723
|
});
|
|
5715
5724
|
}), Q && M.drawImage(te, K.x + O, K.y + O, K.w, K.h);
|
|
5716
5725
|
}
|
|
5717
5726
|
}), Ce.useEffect(() => {
|
|
5718
5727
|
b(!1);
|
|
5719
5728
|
}, [u]);
|
|
5720
|
-
const
|
|
5729
|
+
const v = bs({ height: r, width: r }, o);
|
|
5721
5730
|
let w = null;
|
|
5722
5731
|
return u != null && (w = /* @__PURE__ */ Ce.createElement("img", {
|
|
5723
5732
|
src: u,
|
|
@@ -5728,7 +5737,7 @@ function Ah(e) {
|
|
|
5728
5737
|
},
|
|
5729
5738
|
ref: p
|
|
5730
5739
|
})), /* @__PURE__ */ Ce.createElement(Ce.Fragment, null, /* @__PURE__ */ Ce.createElement("canvas", bs({
|
|
5731
|
-
style:
|
|
5740
|
+
style: v,
|
|
5732
5741
|
height: r,
|
|
5733
5742
|
width: r,
|
|
5734
5743
|
ref: f
|
|
@@ -5856,9 +5865,9 @@ const et = (e) => {
|
|
|
5856
5865
|
case "KWD":
|
|
5857
5866
|
case "MUR":
|
|
5858
5867
|
case "OMR":
|
|
5859
|
-
return
|
|
5868
|
+
return en(x).format("0,00.000");
|
|
5860
5869
|
default:
|
|
5861
|
-
return
|
|
5870
|
+
return en(x).format("0,00.00");
|
|
5862
5871
|
}
|
|
5863
5872
|
}
|
|
5864
5873
|
ti(() => {
|
|
@@ -5868,7 +5877,7 @@ const et = (e) => {
|
|
|
5868
5877
|
if (gs == "Android OS" || gs === "iOS") {
|
|
5869
5878
|
let C = await Ih(n.current);
|
|
5870
5879
|
if (C) {
|
|
5871
|
-
const j = await
|
|
5880
|
+
const j = await v(C);
|
|
5872
5881
|
x(j);
|
|
5873
5882
|
}
|
|
5874
5883
|
} else {
|
|
@@ -5878,7 +5887,7 @@ const et = (e) => {
|
|
|
5878
5887
|
}), b = () => new Promise(async (x, h) => {
|
|
5879
5888
|
const C = await g();
|
|
5880
5889
|
x(C);
|
|
5881
|
-
}),
|
|
5890
|
+
}), v = (x) => new Promise((h, C) => {
|
|
5882
5891
|
let j = new Image();
|
|
5883
5892
|
j.src = x, j.onload = () => {
|
|
5884
5893
|
let I = document.createElement("canvas");
|
|
@@ -6549,31 +6558,31 @@ const et = (e) => {
|
|
|
6549
6558
|
/* @__PURE__ */ s.jsx("hr", {})
|
|
6550
6559
|
] }),
|
|
6551
6560
|
/* @__PURE__ */ s.jsxs("section", { className: "products-section", style: { paddingTop: "12px" }, children: [
|
|
6552
|
-
x.itemList.map((
|
|
6561
|
+
x.itemList.map((V) => {
|
|
6553
6562
|
var It;
|
|
6554
|
-
return /* @__PURE__ */ s.jsxs("div", { style:
|
|
6563
|
+
return /* @__PURE__ */ s.jsxs("div", { style: V.serviceName.startsWith("+ ") ? {} : { paddingTop: "12px" }, children: [
|
|
6555
6564
|
/* @__PURE__ */ s.jsxs("div", { className: "products-heading-div", children: [
|
|
6556
6565
|
/* @__PURE__ */ s.jsxs("h6", { className: `items products-heading-name ${L[l].dynamicClassname}`, style: { lineHeight: 1.2 }, children: [
|
|
6557
|
-
|
|
6558
|
-
|
|
6566
|
+
V.status === "RETURNED" ? "(R) " : "",
|
|
6567
|
+
V.serviceName.toUpperCase()
|
|
6559
6568
|
] }),
|
|
6560
6569
|
/* @__PURE__ */ s.jsxs("h6", { className: `items products-heading-qty ${L[l].dynamicClassname}`, children: [
|
|
6561
|
-
|
|
6562
|
-
|
|
6570
|
+
V.status === "RETURNED" ? "-" : "",
|
|
6571
|
+
V.qty
|
|
6563
6572
|
] }),
|
|
6564
|
-
/* @__PURE__ */ s.jsx("h6", { className: `items products-heading-rate ${L[l].dynamicClassname}`, children:
|
|
6565
|
-
/* @__PURE__ */ s.jsx("h6", { className: `items products-heading-amt ${L[l].dynamicClassname}`, children:
|
|
6573
|
+
/* @__PURE__ */ s.jsx("h6", { className: `items products-heading-rate ${L[l].dynamicClassname}`, children: V.serviceRate ? f(V.serviceRate) : "" }),
|
|
6574
|
+
/* @__PURE__ */ s.jsx("h6", { className: `items products-heading-amt ${L[l].dynamicClassname}`, children: V.sub_total ? p(V.sub_total) : "" })
|
|
6566
6575
|
] }),
|
|
6567
|
-
(It =
|
|
6576
|
+
(It = V.addons) != null && It.length ? V.addons.map((xt) => /* @__PURE__ */ s.jsxs("div", { className: "products-heading-div", children: [
|
|
6568
6577
|
/* @__PURE__ */ s.jsx("h6", { className: `items products-heading-name ${L[l].dynamicClassname}`, style: { lineHeight: 1.2 }, children: "+ " + We(xt.serviceName) }),
|
|
6569
6578
|
/* @__PURE__ */ s.jsxs("h6", { className: `items products-heading-qty ${L[l].dynamicClassname}`, children: [
|
|
6570
|
-
|
|
6571
|
-
xt.qty
|
|
6579
|
+
V.status === "RETURNED" ? "-" : "",
|
|
6580
|
+
xt.qty * V.qty
|
|
6572
6581
|
] }),
|
|
6573
6582
|
/* @__PURE__ */ s.jsx("h6", { className: `items products-heading-rate ${L[l].dynamicClassname}` }),
|
|
6574
6583
|
/* @__PURE__ */ s.jsx("h6", { className: `items products-heading-amt ${L[l].dynamicClassname}` })
|
|
6575
6584
|
] })) : "",
|
|
6576
|
-
|
|
6585
|
+
V.instruction ? /* @__PURE__ */ s.jsx("h6", { className: "left-align-entity level2-bold", children: /* @__PURE__ */ s.jsx("h6", { className: "items products-heading-addon-kot", children: " (" + V.instruction + ")" }) }) : ""
|
|
6577
6586
|
] });
|
|
6578
6587
|
}),
|
|
6579
6588
|
/* @__PURE__ */ s.jsx("hr", {})
|
|
@@ -6588,50 +6597,50 @@ const et = (e) => {
|
|
|
6588
6597
|
/* @__PURE__ */ s.jsx("h5", { className: "actual-qty" })
|
|
6589
6598
|
] }) : ""
|
|
6590
6599
|
] }),
|
|
6591
|
-
(S = D.DISCOUNT_ITEMS) != null && S.length ? D.DISCOUNT_ITEMS.map((
|
|
6600
|
+
(S = D.DISCOUNT_ITEMS) != null && S.length ? D.DISCOUNT_ITEMS.map((V) => /* @__PURE__ */ s.jsxs("div", { className: `bottom-section-div inline-display ${Te}`, children: [
|
|
6592
6601
|
/* @__PURE__ */ s.jsx("h5", { className: "total-qty", children: /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
6593
6602
|
/* @__PURE__ */ s.jsx(
|
|
6594
6603
|
"span",
|
|
6595
6604
|
{
|
|
6596
6605
|
className: "spaced-text",
|
|
6597
6606
|
dangerouslySetInnerHTML: {
|
|
6598
|
-
__html: C[`disc_${
|
|
6607
|
+
__html: C[`disc_${V.discountName.toLowerCase()}`] ?? "DISC-" + V.discountName.toUpperCase()
|
|
6599
6608
|
}
|
|
6600
6609
|
}
|
|
6601
6610
|
),
|
|
6602
|
-
/* @__PURE__ */ s.jsx("span", { children: ie(
|
|
6611
|
+
/* @__PURE__ */ s.jsx("span", { children: ie(V) })
|
|
6603
6612
|
] }) }),
|
|
6604
|
-
/* @__PURE__ */ s.jsx("h5", { className: "actual-qty", children: h.curr + " " + p(
|
|
6613
|
+
/* @__PURE__ */ s.jsx("h5", { className: "actual-qty", children: h.curr + " " + p(V.discountAmt) })
|
|
6605
6614
|
] })) : "",
|
|
6606
|
-
(k = D.CATEGORY_DISCOUNT) != null && k.length ? D.CATEGORY_DISCOUNT.map((
|
|
6615
|
+
(k = D.CATEGORY_DISCOUNT) != null && k.length ? D.CATEGORY_DISCOUNT.map((V) => /* @__PURE__ */ s.jsxs("div", { className: `bottom-section-div inline-display ${Te}`, children: [
|
|
6607
6616
|
/* @__PURE__ */ s.jsx("h5", { className: "total-qty", children: /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
6608
6617
|
/* @__PURE__ */ s.jsx(
|
|
6609
6618
|
"span",
|
|
6610
6619
|
{
|
|
6611
6620
|
className: "spaced-text",
|
|
6612
6621
|
dangerouslySetInnerHTML: {
|
|
6613
|
-
__html: C[`disc_${
|
|
6622
|
+
__html: C[`disc_${V.discountName.toLowerCase()}`] ?? "DISC-" + V.discountName.toUpperCase()
|
|
6614
6623
|
}
|
|
6615
6624
|
}
|
|
6616
6625
|
),
|
|
6617
|
-
/* @__PURE__ */ s.jsx("span", { children: " @" +
|
|
6626
|
+
/* @__PURE__ */ s.jsx("span", { children: " @" + V.discountValue + "%" })
|
|
6618
6627
|
] }) }),
|
|
6619
|
-
/* @__PURE__ */ s.jsx("h5", { className: "actual-qty", children: h.curr + " " + p(
|
|
6628
|
+
/* @__PURE__ */ s.jsx("h5", { className: "actual-qty", children: h.curr + " " + p(V.discountAmt) })
|
|
6620
6629
|
] })) : "",
|
|
6621
|
-
(H = D.ITEM_DISCOUNT) != null && H.length ? D.ITEM_DISCOUNT.map((
|
|
6630
|
+
(H = D.ITEM_DISCOUNT) != null && H.length ? D.ITEM_DISCOUNT.map((V) => /* @__PURE__ */ s.jsxs("div", { className: `bottom-section-div inline-display ${Te}`, children: [
|
|
6622
6631
|
/* @__PURE__ */ s.jsx("h5", { className: "total-qty", children: /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
6623
6632
|
/* @__PURE__ */ s.jsx(
|
|
6624
6633
|
"span",
|
|
6625
6634
|
{
|
|
6626
6635
|
className: "spaced-text",
|
|
6627
6636
|
dangerouslySetInnerHTML: {
|
|
6628
|
-
__html: C[`disc_${
|
|
6637
|
+
__html: C[`disc_${V.discountName.toLowerCase()}`] ?? "DISC-" + ps(V.discountName).toUpperCase()
|
|
6629
6638
|
}
|
|
6630
6639
|
}
|
|
6631
6640
|
),
|
|
6632
|
-
/* @__PURE__ */ s.jsx("span", { children: " @" +
|
|
6641
|
+
/* @__PURE__ */ s.jsx("span", { children: " @" + V.discountValue + "%" })
|
|
6633
6642
|
] }) }),
|
|
6634
|
-
/* @__PURE__ */ s.jsx("h5", { className: "actual-qty", children: h.curr + " " + p(
|
|
6643
|
+
/* @__PURE__ */ s.jsx("h5", { className: "actual-qty", children: h.curr + " " + p(V.discountAmt) })
|
|
6635
6644
|
] })) : "",
|
|
6636
6645
|
(be = (fe = D.SEGMENT_DISCOUNT) == null ? void 0 : fe[0]) != null && be.discountAmt ? /* @__PURE__ */ s.jsxs("div", { className: `bottom-section-div inline-display ${Te}`, children: [
|
|
6637
6646
|
/* @__PURE__ */ s.jsx("h5", { className: "total-qty", children: /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
@@ -6689,9 +6698,9 @@ const et = (e) => {
|
|
|
6689
6698
|
] }),
|
|
6690
6699
|
/* @__PURE__ */ s.jsx("h5", { className: "actual-qty" })
|
|
6691
6700
|
] }) : "",
|
|
6692
|
-
(wt = x.charges) != null && wt.length ? x.charges.map((
|
|
6693
|
-
/* @__PURE__ */ s.jsx("h5", { className: "total-qty", children: /* @__PURE__ */ s.jsx("span", { dangerouslySetInnerHTML: { __html: C[`charges_${
|
|
6694
|
-
/* @__PURE__ */ s.jsx("h5", { className: "actual-qty", children: h.curr + " " + p(
|
|
6701
|
+
(wt = x.charges) != null && wt.length ? x.charges.map((V) => /* @__PURE__ */ s.jsx(s.Fragment, { children: /* @__PURE__ */ s.jsxs("div", { className: `bottom-section-div inline-display ${Te}`, children: [
|
|
6702
|
+
/* @__PURE__ */ s.jsx("h5", { className: "total-qty", children: /* @__PURE__ */ s.jsx("span", { dangerouslySetInnerHTML: { __html: C[`charges_${V.name.toLowerCase()}`] ?? V.name } }) }),
|
|
6703
|
+
/* @__PURE__ */ s.jsx("h5", { className: "actual-qty", children: h.curr + " " + p(V.amt) })
|
|
6695
6704
|
] }) })) : "",
|
|
6696
6705
|
x.subTotal !== x.afterCharges && x.afterCharges !== x.total ? /* @__PURE__ */ s.jsxs("div", { className: `bottom-section-div inline-display ${Te}`, children: [
|
|
6697
6706
|
/* @__PURE__ */ s.jsx("h5", { className: "total-qty", dangerouslySetInnerHTML: { __html: C.amt_before_tax } }),
|
|
@@ -6701,29 +6710,29 @@ const et = (e) => {
|
|
|
6701
6710
|
/* @__PURE__ */ s.jsx("h5", { className: "total-qty", children: "المبلغ قبل الضريبة" }),
|
|
6702
6711
|
/* @__PURE__ */ s.jsx("h5", { className: "actual-qty" })
|
|
6703
6712
|
] }) : "",
|
|
6704
|
-
(it = x.taxation) != null && it.length ? x.taxation.map((
|
|
6705
|
-
if (
|
|
6706
|
-
return
|
|
6713
|
+
(it = x.taxation) != null && it.length ? x.taxation.map((V) => {
|
|
6714
|
+
if (V.taxAmt)
|
|
6715
|
+
return V.taxType === "GST" ? /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
6707
6716
|
/* @__PURE__ */ s.jsxs("div", { className: `bottom-section-div ${Te}`, children: [
|
|
6708
6717
|
/* @__PURE__ */ s.jsx("h5", { className: "total-qty", children: /* @__PURE__ */ s.jsxs("div", { className: "inline-display", children: [
|
|
6709
6718
|
/* @__PURE__ */ s.jsx("span", { dangerouslySetInnerHTML: { __html: C.cgst } }),
|
|
6710
|
-
/* @__PURE__ */ s.jsx("span", { children: "@" +
|
|
6719
|
+
/* @__PURE__ */ s.jsx("span", { children: "@" + V.tax / 2 + "%" })
|
|
6711
6720
|
] }) }),
|
|
6712
|
-
/* @__PURE__ */ s.jsx("h5", { className: "actual-qty", children: h.curr + " " + p(
|
|
6721
|
+
/* @__PURE__ */ s.jsx("h5", { className: "actual-qty", children: h.curr + " " + p(V.taxAmt / 2) })
|
|
6713
6722
|
] }),
|
|
6714
6723
|
/* @__PURE__ */ s.jsxs("div", { className: `bottom-section-div ${Te}`, children: [
|
|
6715
6724
|
/* @__PURE__ */ s.jsx("h5", { className: "total-qty", children: /* @__PURE__ */ s.jsxs("div", { className: "inline-display", children: [
|
|
6716
6725
|
/* @__PURE__ */ s.jsx("span", { dangerouslySetInnerHTML: { __html: C[h.taxLabel.toLowerCase()] } }),
|
|
6717
|
-
/* @__PURE__ */ s.jsx("span", { children: "@" +
|
|
6726
|
+
/* @__PURE__ */ s.jsx("span", { children: "@" + V.tax / 2 + "%" })
|
|
6718
6727
|
] }) }),
|
|
6719
|
-
/* @__PURE__ */ s.jsx("h5", { className: "actual-qty", children: h.curr + " " + p(
|
|
6728
|
+
/* @__PURE__ */ s.jsx("h5", { className: "actual-qty", children: h.curr + " " + p(V.taxAmt / 2) })
|
|
6720
6729
|
] })
|
|
6721
6730
|
] }) : /* @__PURE__ */ s.jsxs("div", { className: `bottom-section-div ${Te}`, children: [
|
|
6722
6731
|
/* @__PURE__ */ s.jsx("h5", { className: "total-qty", children: /* @__PURE__ */ s.jsxs("div", { className: "inline-display", children: [
|
|
6723
6732
|
/* @__PURE__ */ s.jsx("span", { dangerouslySetInnerHTML: { __html: C.vat } }),
|
|
6724
|
-
/* @__PURE__ */ s.jsx("span", { children: "@" +
|
|
6733
|
+
/* @__PURE__ */ s.jsx("span", { children: "@" + V.tax + "%" })
|
|
6725
6734
|
] }) }),
|
|
6726
|
-
/* @__PURE__ */ s.jsx("h5", { className: "actual-qty", children: h.curr + " " + p(
|
|
6735
|
+
/* @__PURE__ */ s.jsx("h5", { className: "actual-qty", children: h.curr + " " + p(V.taxAmt) })
|
|
6727
6736
|
] });
|
|
6728
6737
|
}) : "",
|
|
6729
6738
|
/* @__PURE__ */ s.jsxs("div", { className: `bottom-section-div inline-display ${Te}`, children: [
|
|
@@ -6735,7 +6744,7 @@ const et = (e) => {
|
|
|
6735
6744
|
/* @__PURE__ */ s.jsx("div", { className: "space-2rem" })
|
|
6736
6745
|
] }) : "" }) : ""
|
|
6737
6746
|
] });
|
|
6738
|
-
},
|
|
6747
|
+
}, q = (x, h) => {
|
|
6739
6748
|
var D, S;
|
|
6740
6749
|
let C = !1;
|
|
6741
6750
|
const j = x.distributedData;
|
|
@@ -6923,32 +6932,32 @@ const et = (e) => {
|
|
|
6923
6932
|
}
|
|
6924
6933
|
return h;
|
|
6925
6934
|
}, nt = (x, h, C, j) => {
|
|
6926
|
-
var H, fe, be, Ee, Re, Oe, Tt, wt, it,
|
|
6927
|
-
const I = Qe(r.customLabelsMap), D =
|
|
6928
|
-
var
|
|
6929
|
-
return (
|
|
6935
|
+
var H, fe, be, Ee, Re, Oe, Tt, wt, it, V, It, xt, Jt, Xt, Os, es, ts, Ms, As, Es, Rs, ks, Ls, Ps, kt, ss, lt, Lt, Pt, ns, Fs, rs, Ds, as, is, Ys, Us, ls, os;
|
|
6936
|
+
const I = Qe(r.customLabelsMap), D = Cs(bd(r.paymentModes), "internalName"), S = (X) => {
|
|
6937
|
+
var _;
|
|
6938
|
+
return (_ = D[X]) != null && _.displayName ? D[X].displayName.toUpperCase() : X;
|
|
6930
6939
|
};
|
|
6931
6940
|
if (x === "BILL") {
|
|
6932
6941
|
let X;
|
|
6933
6942
|
if (l === "A4" || l === "A5") {
|
|
6934
|
-
let
|
|
6943
|
+
let _ = { ...h }, Z = 0, ue = _.distributedData;
|
|
6935
6944
|
const y = ue.discounts;
|
|
6936
6945
|
X = /* @__PURE__ */ s.jsx("div", { className: `invoiceContainer main-div ${L[l].dynamicClassname}`, children: /* @__PURE__ */ s.jsxs("div", { id: "page-wrap", children: [
|
|
6937
6946
|
/* @__PURE__ */ s.jsx("table", { width: "100%", className: "custom-table custom-table-bordered", children: /* @__PURE__ */ s.jsxs("tbody", { children: [
|
|
6938
6947
|
/* @__PURE__ */ s.jsxs("tr", { children: [
|
|
6939
6948
|
/* @__PURE__ */ s.jsxs("td", { colSpan: 9, children: [
|
|
6940
6949
|
/* @__PURE__ */ s.jsx("tr", { className: "subtotalTr", children: /* @__PURE__ */ s.jsx("td", { colSpan: 12, style: { borderBottom: "1px solid black", width: "100%" }, children: /* @__PURE__ */ s.jsx("h5", { children: /* @__PURE__ */ s.jsxs("strong", { children: [
|
|
6941
|
-
|
|
6950
|
+
_.companyInfo.companyName,
|
|
6942
6951
|
":"
|
|
6943
6952
|
] }) }) }) }),
|
|
6944
6953
|
/* @__PURE__ */ s.jsxs("tr", { className: "subtotalTr", children: [
|
|
6945
6954
|
/* @__PURE__ */ s.jsxs("td", { width: "50%", children: [
|
|
6946
6955
|
/* @__PURE__ */ s.jsx("span", { dangerouslySetInnerHTML: { __html: `${I.order_no}:` }, className: "font-weight-bold" }),
|
|
6947
|
-
/* @__PURE__ */ s.jsx("span", { children:
|
|
6956
|
+
/* @__PURE__ */ s.jsx("span", { children: _.orderId })
|
|
6948
6957
|
] }),
|
|
6949
6958
|
/* @__PURE__ */ s.jsxs("td", { width: "50%", children: [
|
|
6950
6959
|
/* @__PURE__ */ s.jsx("span", { dangerouslySetInnerHTML: { __html: `${I.date}:` }, className: "font-weight-bold" }),
|
|
6951
|
-
/* @__PURE__ */ s.jsx("span", { children:
|
|
6960
|
+
/* @__PURE__ */ s.jsx("span", { children: _.orderInfo.orderDate })
|
|
6952
6961
|
] })
|
|
6953
6962
|
] })
|
|
6954
6963
|
] }),
|
|
@@ -6957,12 +6966,12 @@ const et = (e) => {
|
|
|
6957
6966
|
/* @__PURE__ */ s.jsx("tr", { children: /* @__PURE__ */ s.jsx("td", { colSpan: 12, className: "text-center border-right", style: { padding: "0px 1.4rem" }, children: /* @__PURE__ */ s.jsx("h6", { children: /* @__PURE__ */ s.jsx("strong", { children: "Tax Invoice" }) }) }) }),
|
|
6958
6967
|
/* @__PURE__ */ s.jsxs("tr", { children: [
|
|
6959
6968
|
/* @__PURE__ */ s.jsx("td", { colSpan: 6, className: "v-align-baseline col-6", children: /* @__PURE__ */ s.jsxs("div", { className: "divPadding", children: [
|
|
6960
|
-
(
|
|
6961
|
-
|
|
6962
|
-
|
|
6963
|
-
|
|
6964
|
-
|
|
6965
|
-
(fe =
|
|
6969
|
+
(_.customerInfo.custName || ((H = _.customFields) == null ? void 0 : H.length)) && /* @__PURE__ */ s.jsx("tr", { children: /* @__PURE__ */ s.jsx("td", { colSpan: "2", className: "text-center border-right", children: /* @__PURE__ */ s.jsx("strong", { children: "Bill To" }) }) }),
|
|
6970
|
+
_.customerInfo.custName && _.customerInfo.custName !== "" && /* @__PURE__ */ s.jsx("tr", { children: /* @__PURE__ */ s.jsx("td", { width: "10%", children: _.customerInfo.custName }) }),
|
|
6971
|
+
_.customerInfo.custContact && _.customerInfo.custContact !== "" && /* @__PURE__ */ s.jsx("tr", { children: /* @__PURE__ */ s.jsx("td", { width: "10%", children: _.customerInfo.custContact }) }),
|
|
6972
|
+
_.customerInfo.custAddress && _.customerInfo.custAddress !== "" && /* @__PURE__ */ s.jsx("tr", { children: /* @__PURE__ */ s.jsx("td", { width: "10%", children: _.customerInfo.custAddress }) }),
|
|
6973
|
+
_.deliveryTimestamp && /* @__PURE__ */ s.jsx("tr", { children: /* @__PURE__ */ s.jsx("td", { width: "10%", children: _.deliveryTimestamp }) }),
|
|
6974
|
+
(fe = _.customFields) != null && fe.length ? _.customFields.map((N) => /* @__PURE__ */ s.jsx("tr", { children: /* @__PURE__ */ s.jsxs("td", { width: "10%", children: [
|
|
6966
6975
|
N.customName,
|
|
6967
6976
|
": ",
|
|
6968
6977
|
N.customValue
|
|
@@ -6970,21 +6979,21 @@ const et = (e) => {
|
|
|
6970
6979
|
] }) }),
|
|
6971
6980
|
/* @__PURE__ */ s.jsx("td", { colSpan: 6, className: "v-align-baseline", children: /* @__PURE__ */ s.jsxs("div", { className: "divPadding", children: [
|
|
6972
6981
|
/* @__PURE__ */ s.jsx("tr", { children: /* @__PURE__ */ s.jsx("td", { colSpan: "2", className: "text-center border-right", children: /* @__PURE__ */ s.jsx("strong", { children: "Bill From" }) }) }),
|
|
6973
|
-
/* @__PURE__ */ s.jsx("tr", { children: /* @__PURE__ */ s.jsx("td", { width: "10%", children:
|
|
6974
|
-
|
|
6975
|
-
|
|
6976
|
-
|
|
6977
|
-
|
|
6982
|
+
/* @__PURE__ */ s.jsx("tr", { children: /* @__PURE__ */ s.jsx("td", { width: "10%", children: _.companyInfo.companyName }) }),
|
|
6983
|
+
_.companyInfo.companyAddress && _.companyInfo.companyAddress !== "" && /* @__PURE__ */ s.jsx("tr", { children: /* @__PURE__ */ s.jsx("td", { width: "10%", children: _.companyInfo.companyAddress }) }),
|
|
6984
|
+
_.companyInfo.companyEmail && _.companyInfo.companyEmail !== "" && /* @__PURE__ */ s.jsx("tr", { children: /* @__PURE__ */ s.jsx("td", { width: "10%", children: _.companyInfo.companyEmail }) }),
|
|
6985
|
+
_.companyInfo.companyContact && _.companyInfo.companyContact !== "" && /* @__PURE__ */ s.jsx("tr", { children: /* @__PURE__ */ s.jsx("td", { width: "10%", children: _.companyInfo.companyContact }) }),
|
|
6986
|
+
_.fssai && _.fssai !== "" && /* @__PURE__ */ s.jsx("tr", { children: /* @__PURE__ */ s.jsxs("td", { width: "10%", children: [
|
|
6978
6987
|
/* @__PURE__ */ s.jsx("span", { dangerouslySetInnerHTML: { __html: `${I.company_FSSAI}:` } }),
|
|
6979
|
-
/* @__PURE__ */ s.jsx("span", { children:
|
|
6988
|
+
/* @__PURE__ */ s.jsx("span", { children: _.fssai })
|
|
6980
6989
|
] }) }),
|
|
6981
|
-
|
|
6990
|
+
_.gst && _.gst !== "" && /* @__PURE__ */ s.jsx("tr", { children: /* @__PURE__ */ s.jsxs("td", { width: "10%", children: [
|
|
6982
6991
|
/* @__PURE__ */ s.jsx("span", { dangerouslySetInnerHTML: { __html: `${I.company_GST}:` } }),
|
|
6983
|
-
/* @__PURE__ */ s.jsx("span", { children:
|
|
6992
|
+
/* @__PURE__ */ s.jsx("span", { children: _.gst })
|
|
6984
6993
|
] }) }),
|
|
6985
|
-
|
|
6994
|
+
_.vatNo && _.vatNo !== "" && /* @__PURE__ */ s.jsx("tr", { children: /* @__PURE__ */ s.jsxs("td", { width: "10%", children: [
|
|
6986
6995
|
/* @__PURE__ */ s.jsx("span", { dangerouslySetInnerHTML: { __html: `${I.company_VAT}:` } }),
|
|
6987
|
-
/* @__PURE__ */ s.jsx("span", { children:
|
|
6996
|
+
/* @__PURE__ */ s.jsx("span", { children: _.vatNo })
|
|
6988
6997
|
] }) })
|
|
6989
6998
|
] }) })
|
|
6990
6999
|
] }),
|
|
@@ -6997,7 +7006,7 @@ const et = (e) => {
|
|
|
6997
7006
|
/* @__PURE__ */ s.jsx("th", { className: "text-align-right", children: "Amount" })
|
|
6998
7007
|
] }) }),
|
|
6999
7008
|
/* @__PURE__ */ s.jsxs("tbody", { children: [
|
|
7000
|
-
|
|
7009
|
+
_.itemList.map((N) => {
|
|
7001
7010
|
var le;
|
|
7002
7011
|
let P = "", z = [];
|
|
7003
7012
|
return Z++, z.push(
|
|
@@ -7023,7 +7032,7 @@ const et = (e) => {
|
|
|
7023
7032
|
"+ ",
|
|
7024
7033
|
ce.serviceName.toUpperCase()
|
|
7025
7034
|
] }),
|
|
7026
|
-
/* @__PURE__ */ s.jsx("td", { children: ce.qty })
|
|
7035
|
+
/* @__PURE__ */ s.jsx("td", { children: ce.qty * N.qty })
|
|
7027
7036
|
] }),
|
|
7028
7037
|
ce.instruction && /* @__PURE__ */ s.jsxs("tr", { children: [
|
|
7029
7038
|
/* @__PURE__ */ s.jsx("td", {}),
|
|
@@ -7042,17 +7051,17 @@ const et = (e) => {
|
|
|
7042
7051
|
/* @__PURE__ */ s.jsx("strong", { className: "font-weight-bold", children: "Amount in words" }),
|
|
7043
7052
|
/* @__PURE__ */ s.jsx("br", {}),
|
|
7044
7053
|
Nd(
|
|
7045
|
-
Ia(
|
|
7054
|
+
Ia(_.finalAmount, o).toFixed(gn[o].minimumFractionDigits ?? 2)
|
|
7046
7055
|
)
|
|
7047
7056
|
] }) }),
|
|
7048
7057
|
/* @__PURE__ */ s.jsx("hr", {}),
|
|
7049
|
-
|
|
7058
|
+
_.upiId && h.companyInfo.companyName && /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
7050
7059
|
/* @__PURE__ */ s.jsx("tr", { children: /* @__PURE__ */ s.jsx("td", { width: "50%", className: "font-weight-bold", children: "Scan To Pay" }) }),
|
|
7051
7060
|
/* @__PURE__ */ s.jsx("tr", { children: /* @__PURE__ */ s.jsx("td", { width: "50%", children: /* @__PURE__ */ s.jsx("div", { className: "image-bill", children: F(h.upiId, h.orderId, h.companyInfo.companyName, h.paidAmt, {
|
|
7052
7061
|
size: 100
|
|
7053
7062
|
}) }) }) })
|
|
7054
7063
|
] }),
|
|
7055
|
-
|
|
7064
|
+
_.footerMessage ? /* @__PURE__ */ s.jsx("tr", { children: /* @__PURE__ */ s.jsx("td", { colSpan: "2", children: /* @__PURE__ */ s.jsx("div", { className: "single-entity-and-center", dangerouslySetInnerHTML: { __html: _.footerMessage } }) }) }) : ""
|
|
7056
7065
|
] }) }) }),
|
|
7057
7066
|
/* @__PURE__ */ s.jsx("td", { colSpan: 6, style: { verticalAlign: "top" }, children: /* @__PURE__ */ s.jsx(s.Fragment, { children: /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
7058
7067
|
/* @__PURE__ */ s.jsxs("tr", { className: "subtotalTr", children: [
|
|
@@ -7134,7 +7143,7 @@ const et = (e) => {
|
|
|
7134
7143
|
] }),
|
|
7135
7144
|
/* @__PURE__ */ s.jsx("td", { className: "text-align-right", width: "50%", children: U(y.COUPON_DISCOUNT[0].discountAmt, o) })
|
|
7136
7145
|
] }) : "",
|
|
7137
|
-
(It = (
|
|
7146
|
+
(It = (V = y == null ? void 0 : y.ORDER_DISCOUNT) == null ? void 0 : V[0]) != null && It.discountAmt ? /* @__PURE__ */ s.jsxs("tr", { className: "subtotalTr", children: [
|
|
7138
7147
|
/* @__PURE__ */ s.jsxs("td", { width: "50%", children: [
|
|
7139
7148
|
/* @__PURE__ */ s.jsx(
|
|
7140
7149
|
"span",
|
|
@@ -7181,21 +7190,21 @@ const et = (e) => {
|
|
|
7181
7190
|
] })) : "",
|
|
7182
7191
|
/* @__PURE__ */ s.jsxs("tr", { className: "font-weight-bold subtotalTr", children: [
|
|
7183
7192
|
/* @__PURE__ */ s.jsx("td", { width: "50%", children: /* @__PURE__ */ s.jsx("strong", { dangerouslySetInnerHTML: { __html: I.grand_total } }) }),
|
|
7184
|
-
/* @__PURE__ */ s.jsx("td", { className: "text-align-right", width: "50%", children: U(
|
|
7193
|
+
/* @__PURE__ */ s.jsx("td", { className: "text-align-right", width: "50%", children: U(_.finalAmount, o) })
|
|
7185
7194
|
] }),
|
|
7186
7195
|
(Xt = h == null ? void 0 : h.custoutStandingData) != null && Xt.balanceAmt ? /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
7187
7196
|
/* @__PURE__ */ s.jsxs("tr", { className: "font-weight-bold subtotalTr", children: [
|
|
7188
7197
|
/* @__PURE__ */ s.jsx("td", { width: "50%", children: /* @__PURE__ */ s.jsx("span", { dangerouslySetInnerHTML: { __html: I.previous_outstanding } }) }),
|
|
7189
|
-
/* @__PURE__ */ s.jsx("td", { className: "text-align-right", width: "50%", children: U((
|
|
7198
|
+
/* @__PURE__ */ s.jsx("td", { className: "text-align-right", width: "50%", children: U((Os = _ == null ? void 0 : _.custoutStandingData) == null ? void 0 : Os.balanceAmt, o) })
|
|
7190
7199
|
] }),
|
|
7191
7200
|
/* @__PURE__ */ s.jsxs("tr", { className: "font-weight-bold subtotalTr", children: [
|
|
7192
7201
|
/* @__PURE__ */ s.jsx("td", { width: "50%", children: /* @__PURE__ */ s.jsx("strong", { dangerouslySetInnerHTML: { __html: I.total_payable } }) }),
|
|
7193
|
-
/* @__PURE__ */ s.jsx("td", { className: "text-align-right", width: "50%", children: U(
|
|
7202
|
+
/* @__PURE__ */ s.jsx("td", { className: "text-align-right", width: "50%", children: U(_.grandTotal + ((es = _ == null ? void 0 : _.custoutStandingData) == null ? void 0 : es.balanceAmt), o) })
|
|
7194
7203
|
] })
|
|
7195
7204
|
] }) : "",
|
|
7196
|
-
|
|
7205
|
+
_.rewardAmt ? /* @__PURE__ */ s.jsxs("tr", { className: "subtotalTr", children: [
|
|
7197
7206
|
/* @__PURE__ */ s.jsx("td", { width: "50%", children: /* @__PURE__ */ s.jsx("span", { dangerouslySetInnerHTML: { __html: I.rewards_redeemed } }) }),
|
|
7198
|
-
/* @__PURE__ */ s.jsx("td", { className: "text-align-right", width: "50%", children: U(
|
|
7207
|
+
/* @__PURE__ */ s.jsx("td", { className: "text-align-right", width: "50%", children: U(_.rewardAmt, o) })
|
|
7199
7208
|
] }) : "",
|
|
7200
7209
|
(ts = h.paymentMethods) != null && ts.length ? h.paymentMethods.map((N) => {
|
|
7201
7210
|
var P;
|
|
@@ -7217,7 +7226,7 @@ const et = (e) => {
|
|
|
7217
7226
|
N.isRefund ? /* @__PURE__ */ s.jsx("td", { className: "text-align-right", width: "50%", children: "(" + U(N.paidAmt, o) + ")" }) : /* @__PURE__ */ s.jsx("td", { className: "text-align-right", width: "50%", children: U(N.paidAmt, o) })
|
|
7218
7227
|
] });
|
|
7219
7228
|
}) : "",
|
|
7220
|
-
|
|
7229
|
+
_.balanceAmt && h.balanceAmt != 0 ? /* @__PURE__ */ s.jsxs("tr", { className: "subtotalTr", children: [
|
|
7221
7230
|
/* @__PURE__ */ s.jsx("td", { width: "50%", children: /* @__PURE__ */ s.jsx("span", { dangerouslySetInnerHTML: { __html: I.balance_amt } }) }),
|
|
7222
7231
|
/* @__PURE__ */ s.jsx("td", { className: "text-align-right", width: "50%", children: U(h.balanceAmt, o) })
|
|
7223
7232
|
] }) : "",
|
|
@@ -7238,10 +7247,10 @@ const et = (e) => {
|
|
|
7238
7247
|
{
|
|
7239
7248
|
className: "single-entity-and-center f-12 mt-2 avoid-page-break",
|
|
7240
7249
|
style: { marginTop: "10px" },
|
|
7241
|
-
children: `Printed By :${
|
|
7250
|
+
children: `Printed By :${_.printby} Printed On: ${_.printTime}`
|
|
7242
7251
|
}
|
|
7243
7252
|
),
|
|
7244
|
-
|
|
7253
|
+
_.disabledPoweredBy ? "" : /* @__PURE__ */ s.jsx("p", { className: "single-entity-and-center f-12 mt-2 avoid-page-break", children: "Powered By: www.recaho.com" })
|
|
7245
7254
|
] }) });
|
|
7246
7255
|
} else
|
|
7247
7256
|
X = /* @__PURE__ */ s.jsx("div", { className: "main-div bill", style: { width: L[l].paperSize }, children: /* @__PURE__ */ s.jsxs("div", { style: { width: "100%", textAlign: "left", marginLeft: "auto" }, children: [
|
|
@@ -7329,18 +7338,18 @@ const et = (e) => {
|
|
|
7329
7338
|
/* @__PURE__ */ s.jsx("span", { children: h.captainName })
|
|
7330
7339
|
] }) })
|
|
7331
7340
|
] }),
|
|
7332
|
-
(
|
|
7341
|
+
(Ms = h.customFields) != null && Ms.length ? /* @__PURE__ */ s.jsxs("div", { className: `details-section ${L[l].dynamicClassname}`, children: [
|
|
7333
7342
|
/* @__PURE__ */ s.jsx("hr", {}),
|
|
7334
|
-
h.customFields.map((
|
|
7343
|
+
h.customFields.map((_) => /* @__PURE__ */ s.jsx("h4", { className: "left-align-entity", children: _.customName + ": " + _.customValue }))
|
|
7335
7344
|
] }) : "",
|
|
7336
|
-
h.newFormat ?
|
|
7345
|
+
h.newFormat ? q(h, I) : we(h, I),
|
|
7337
7346
|
/* @__PURE__ */ s.jsx("br", {}),
|
|
7338
7347
|
/* @__PURE__ */ s.jsxs("div", { className: `bottom-section ${L[l].dynamicClassname}`, children: [
|
|
7339
7348
|
/* @__PURE__ */ s.jsxs("div", { className: "bottom-section-div inline-display", children: [
|
|
7340
7349
|
/* @__PURE__ */ s.jsx(
|
|
7341
7350
|
"h6",
|
|
7342
7351
|
{
|
|
7343
|
-
className: `total-qty ${(
|
|
7352
|
+
className: `total-qty ${(As = h.custoutStandingData) != null && As.balanceAmt || h.rewardAmt && h.paymentMethods && h.paymentMethods.length > 0 ? "level3-bold" : "level2-bold"}`,
|
|
7344
7353
|
style: { fontSize: l === "2INCH" || l === "1.8INCH" ? "1.50rem" : "1.75rem" },
|
|
7345
7354
|
dangerouslySetInnerHTML: { __html: I.grand_total }
|
|
7346
7355
|
}
|
|
@@ -7348,13 +7357,13 @@ const et = (e) => {
|
|
|
7348
7357
|
/* @__PURE__ */ s.jsx(
|
|
7349
7358
|
"h6",
|
|
7350
7359
|
{
|
|
7351
|
-
className: `actual-qty ${(
|
|
7360
|
+
className: `actual-qty ${(Es = h.custoutStandingData) != null && Es.balanceAmt || h.rewardAmt && h.paymentMethods && h.paymentMethods.length > 0 ? "level3-bold" : "level2-bold"}`,
|
|
7352
7361
|
style: { fontSize: l === "2INCH" || l === "1.8INCH" ? "1.40rem" : "1.75rem" },
|
|
7353
7362
|
children: h.curr + " " + p(h.finalAmount)
|
|
7354
7363
|
}
|
|
7355
7364
|
)
|
|
7356
7365
|
] }),
|
|
7357
|
-
(
|
|
7366
|
+
(Rs = h.custoutStandingData) != null && Rs.balanceAmt ? /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
7358
7367
|
/* @__PURE__ */ s.jsxs("div", { className: "bottom-section-div inline-display", children: [
|
|
7359
7368
|
/* @__PURE__ */ s.jsx("h5", { children: /* @__PURE__ */ s.jsx("span", { dangerouslySetInnerHTML: { __html: I.previous_outstanding } }) }),
|
|
7360
7369
|
/* @__PURE__ */ s.jsx("h5", { children: h.curr + " " + p(h.custoutStandingData.balanceAmt) })
|
|
@@ -7403,9 +7412,9 @@ const et = (e) => {
|
|
|
7403
7412
|
] }),
|
|
7404
7413
|
/* @__PURE__ */ s.jsx("h5", { children: h.curr + " " + h.rewardAmt })
|
|
7405
7414
|
] }) : "",
|
|
7406
|
-
h.paymentMethods && h.paymentMethods.length ? h.paymentMethods.map((
|
|
7415
|
+
h.paymentMethods && h.paymentMethods.length ? h.paymentMethods.map((_) => {
|
|
7407
7416
|
var Z;
|
|
7408
|
-
if (
|
|
7417
|
+
if (_.paidAmt)
|
|
7409
7418
|
return /* @__PURE__ */ s.jsxs("div", { className: `bottom-section-div inline-display ${Te}`, children: [
|
|
7410
7419
|
/* @__PURE__ */ s.jsxs("h5", { children: [
|
|
7411
7420
|
"-",
|
|
@@ -7413,13 +7422,13 @@ const et = (e) => {
|
|
|
7413
7422
|
"span",
|
|
7414
7423
|
{
|
|
7415
7424
|
dangerouslySetInnerHTML: {
|
|
7416
|
-
__html: I[`${(Z =
|
|
7425
|
+
__html: I[`${(Z = _.paymentMode) == null ? void 0 : Z.toLowerCase()}`] ?? S(_.paymentMode) ?? "CASH"
|
|
7417
7426
|
}
|
|
7418
7427
|
}
|
|
7419
7428
|
),
|
|
7420
|
-
/* @__PURE__ */ s.jsx("span", { children:
|
|
7429
|
+
/* @__PURE__ */ s.jsx("span", { children: _.isRefund ? "(Refund)" : "" })
|
|
7421
7430
|
] }),
|
|
7422
|
-
/* @__PURE__ */ s.jsx("h5", { children:
|
|
7431
|
+
/* @__PURE__ */ s.jsx("h5", { children: _.isRefund ? /* @__PURE__ */ s.jsx(s.Fragment, { children: h.curr + " (" + p(_.paidAmt) + ")" }) : /* @__PURE__ */ s.jsx(s.Fragment, { children: h.curr + " " + p(_.paidAmt) }) })
|
|
7423
7432
|
] });
|
|
7424
7433
|
}) : "",
|
|
7425
7434
|
h.rewardAmt && !h.paymentMethods ? /* @__PURE__ */ s.jsx(s.Fragment, { children: /* @__PURE__ */ s.jsxs("div", { className: "bottom-section-div inline-display", children: [
|
|
@@ -7436,7 +7445,7 @@ const et = (e) => {
|
|
|
7436
7445
|
{
|
|
7437
7446
|
className: "actual-qty level2-bold",
|
|
7438
7447
|
style: { fontSize: l === "2INCH" || l === "1.8INCH" ? "1.40rem" : "1.75rem" },
|
|
7439
|
-
children: h.curr + " " + p(h.finalAmount + (((
|
|
7448
|
+
children: h.curr + " " + p(h.finalAmount + (((ks = h == null ? void 0 : h.custoutStandingData) == null ? void 0 : ks.balanceAmt) || 0) - h.rewardAmt)
|
|
7440
7449
|
}
|
|
7441
7450
|
)
|
|
7442
7451
|
] }) }) : "",
|
|
@@ -7470,9 +7479,9 @@ const et = (e) => {
|
|
|
7470
7479
|
] }) });
|
|
7471
7480
|
return X;
|
|
7472
7481
|
} else if (x === "PRINT_DASHBOARD" && h.salesCollection) {
|
|
7473
|
-
const X = h.salesCollection.totalDiscountAmt ? fs(h.salesCollection.grandTotal, h.salesCollection.totalDiscountAmt) : null,
|
|
7482
|
+
const X = h.salesCollection.totalDiscountAmt ? fs(h.salesCollection.grandTotal, h.salesCollection.totalDiscountAmt) : null, _ = h.salesCollection.totalCollection - h.salesCollection.totalTax;
|
|
7474
7483
|
var k = R().format("DD/MM/YYYY LT");
|
|
7475
|
-
const Z = (
|
|
7484
|
+
const Z = (Ls = h.monthTillDateSalesColl) != null && Ls.totalDiscountAmt ? fs(h.monthTillDateSalesColl.grandTotal, h.monthTillDateSalesColl.totalDiscountAmt) : null;
|
|
7476
7485
|
return /* @__PURE__ */ s.jsxs("div", { className: `main-div ${L[l].dynamicClassname}`, style: { width: L[l].paperSize }, children: [
|
|
7477
7486
|
/* @__PURE__ */ s.jsxs("div", { style: { width: "100%", textAlign: "left", marginLeft: "auto" }, children: [
|
|
7478
7487
|
/* @__PURE__ */ s.jsxs("div", { children: [
|
|
@@ -7528,7 +7537,7 @@ const et = (e) => {
|
|
|
7528
7537
|
] }),
|
|
7529
7538
|
/* @__PURE__ */ s.jsxs("h5", { className: "level3-bold flex-two-items", children: [
|
|
7530
7539
|
/* @__PURE__ */ s.jsx("span", { children: "NET SALES BEFORE TAX:" }),
|
|
7531
|
-
/* @__PURE__ */ s.jsx("span", { children: oe(
|
|
7540
|
+
/* @__PURE__ */ s.jsx("span", { children: oe(_, o) })
|
|
7532
7541
|
] }),
|
|
7533
7542
|
/* @__PURE__ */ s.jsxs("h5", { className: "level3-bold flex-two-items", children: [
|
|
7534
7543
|
/* @__PURE__ */ s.jsx("span", { children: "TAX:" }),
|
|
@@ -7710,7 +7719,7 @@ const et = (e) => {
|
|
|
7710
7719
|
/* @__PURE__ */ s.jsx("hr", {})
|
|
7711
7720
|
] }),
|
|
7712
7721
|
/* @__PURE__ */ s.jsxs("section", { className: "products-section", style: { paddingTop: "12px" }, children: [
|
|
7713
|
-
((
|
|
7722
|
+
((Ps = a.services) == null ? void 0 : Ps.length) && a.services.map((Z) => {
|
|
7714
7723
|
var ue;
|
|
7715
7724
|
return /* @__PURE__ */ s.jsxs("div", { style: Z.serviceName.startsWith("+ ") ? {} : { paddingTop: "12px" }, children: [
|
|
7716
7725
|
/* @__PURE__ */ s.jsxs("div", { className: "products-heading-div", children: [
|
|
@@ -7790,9 +7799,9 @@ const et = (e) => {
|
|
|
7790
7799
|
] }),
|
|
7791
7800
|
/* @__PURE__ */ s.jsx("h5", { className: "left-align-entity level3-bold", children: "From" }),
|
|
7792
7801
|
/* @__PURE__ */ s.jsx("h5", { className: "left-align-entity level3-bold", children: (lt = a.from) == null ? void 0 : lt.map(
|
|
7793
|
-
(
|
|
7802
|
+
(_, Z) => {
|
|
7794
7803
|
var ue, y, N;
|
|
7795
|
-
return `${(y = (ue = e.tableData[
|
|
7804
|
+
return `${(y = (ue = e.tableData[_]) == null ? void 0 : ue.attachedArea) == null ? void 0 : y.toUpperCase()} - ${(N = e.tableData[_]) == null ? void 0 : N.tableName}${Z + 1 === a.from.length ? "" : ", "} `;
|
|
7796
7805
|
}
|
|
7797
7806
|
) }),
|
|
7798
7807
|
/* @__PURE__ */ s.jsx("br", {}),
|
|
@@ -7807,19 +7816,19 @@ const et = (e) => {
|
|
|
7807
7816
|
] }) }) : X = /* @__PURE__ */ s.jsx("div", { className: "main-div", style: { width: "100%", height: "auto" }, children: /* @__PURE__ */ s.jsxs("div", { style: { width: "100%", textAlign: "left", marginLeft: "auto" }, children: [
|
|
7808
7817
|
/* @__PURE__ */ s.jsxs("h2", { className: "single-entity-and-center level2-bold", children: [
|
|
7809
7818
|
"**MERGE ",
|
|
7810
|
-
(
|
|
7819
|
+
(Fs = u.Table) == null ? void 0 : Fs.toUpperCase(),
|
|
7811
7820
|
"**"
|
|
7812
7821
|
] }),
|
|
7813
7822
|
/* @__PURE__ */ s.jsx("h5", { className: "left-align-entity level3-bold", children: "From" }),
|
|
7814
7823
|
/* @__PURE__ */ s.jsx("h5", { className: "left-align-entity level3-bold", children: (rs = a.from) == null ? void 0 : rs.map(
|
|
7815
|
-
(
|
|
7824
|
+
(_, Z) => {
|
|
7816
7825
|
var ue, y, N;
|
|
7817
|
-
return `${(y = (ue = e.tableData[
|
|
7826
|
+
return `${(y = (ue = e.tableData[_]) == null ? void 0 : ue.attachedArea) == null ? void 0 : y.toUpperCase()} - ${(N = e.tableData[_]) == null ? void 0 : N.tableName}${Z + 1 === a.from.length ? "" : ", "} `;
|
|
7818
7827
|
}
|
|
7819
7828
|
) }),
|
|
7820
7829
|
/* @__PURE__ */ s.jsx("br", {}),
|
|
7821
7830
|
/* @__PURE__ */ s.jsx("h5", { className: "left-align-entity level3-bold", children: "To" }),
|
|
7822
|
-
/* @__PURE__ */ s.jsx("h2", { className: "left-align-entity level2-bold", children: `${(as = (
|
|
7831
|
+
/* @__PURE__ */ s.jsx("h2", { className: "left-align-entity level2-bold", children: `${(as = (Ds = e.tableData[a.to[0]]) == null ? void 0 : Ds.attachedArea) == null ? void 0 : as.toUpperCase()} - ${(is = e.tableData[a.to[0]]) == null ? void 0 : is.tableName}` }),
|
|
7823
7832
|
/* @__PURE__ */ s.jsxs("h5", { className: "left-align-entity level3-bold", children: [
|
|
7824
7833
|
"Running ",
|
|
7825
7834
|
`${u.KOT}`,
|
|
@@ -7856,13 +7865,13 @@ const et = (e) => {
|
|
|
7856
7865
|
U(a.cashSale, o),
|
|
7857
7866
|
" "
|
|
7858
7867
|
] }),
|
|
7859
|
-
a.payModes && a.payModes.length > 0 && a.payModes.map((
|
|
7860
|
-
if (
|
|
7868
|
+
a.payModes && a.payModes.length > 0 && a.payModes.map((_) => {
|
|
7869
|
+
if (_.value > 0 || _.value < 0)
|
|
7861
7870
|
return /* @__PURE__ */ s.jsxs("h5", { className: "left-align-entity level3-bold", children: [
|
|
7862
7871
|
"-- ",
|
|
7863
|
-
|
|
7872
|
+
_.displayName,
|
|
7864
7873
|
" : ",
|
|
7865
|
-
U(
|
|
7874
|
+
U(_.value, o)
|
|
7866
7875
|
] });
|
|
7867
7876
|
})
|
|
7868
7877
|
] }),
|
|
@@ -7905,21 +7914,21 @@ const et = (e) => {
|
|
|
7905
7914
|
a.openingShortReason
|
|
7906
7915
|
] }),
|
|
7907
7916
|
a.openingTotalDenomations > 0 && /* @__PURE__ */ s.jsx(s.Fragment, { children: /* @__PURE__ */ s.jsx("h5", { className: "left-align-entity level3-bold", children: "-- Currency Denominations" }) }),
|
|
7908
|
-
a.openingDenominations && a.openingDenominations.length > 0 && a.openingDenominations.map((
|
|
7917
|
+
a.openingDenominations && a.openingDenominations.length > 0 && a.openingDenominations.map((_) => /* @__PURE__ */ s.jsxs("div", { class: o == "INR" ? "denomination-container" : "denomination-container-other-country", children: [
|
|
7909
7918
|
/* @__PURE__ */ s.jsxs("h5", { className: "left-align-entity level3-bold", children: [
|
|
7910
7919
|
" ",
|
|
7911
|
-
o == "INR" ? U(
|
|
7920
|
+
o == "INR" ? U(_.denomination, o) : _.denomination
|
|
7912
7921
|
] }),
|
|
7913
7922
|
/* @__PURE__ */ s.jsx("h5", { className: "left-align-entity level3-bold", children: " X " }),
|
|
7914
7923
|
/* @__PURE__ */ s.jsxs("h5", { className: "left-align-entity level3-bold", children: [
|
|
7915
7924
|
" ",
|
|
7916
|
-
|
|
7925
|
+
_.count,
|
|
7917
7926
|
" "
|
|
7918
7927
|
] }),
|
|
7919
7928
|
/* @__PURE__ */ s.jsx("h5", { className: "left-align-entity level3-bold", children: " = " }),
|
|
7920
7929
|
/* @__PURE__ */ s.jsxs("h5", { className: "left-align-entity level3-bold", children: [
|
|
7921
7930
|
" ",
|
|
7922
|
-
U(
|
|
7931
|
+
U(_.total, o),
|
|
7923
7932
|
" "
|
|
7924
7933
|
] })
|
|
7925
7934
|
] })),
|
|
@@ -8002,21 +8011,21 @@ const et = (e) => {
|
|
|
8002
8011
|
] })
|
|
8003
8012
|
] }),
|
|
8004
8013
|
a.TotalDenomationsAmount > 0 && /* @__PURE__ */ s.jsx(s.Fragment, { children: /* @__PURE__ */ s.jsx("h5", { className: "left-align-entity level3-bold", children: "-- Currency Denominations" }) }),
|
|
8005
|
-
a.denomations && a.denomations.length > 0 && a.denomations.map((
|
|
8014
|
+
a.denomations && a.denomations.length > 0 && a.denomations.map((_) => /* @__PURE__ */ s.jsxs("div", { class: o == "INR" ? "denomination-container" : "denomination-container-other-country", children: [
|
|
8006
8015
|
/* @__PURE__ */ s.jsxs("h5", { className: "left-align-entity level3-bold", children: [
|
|
8007
8016
|
" ",
|
|
8008
|
-
o == "INR" ? U(
|
|
8017
|
+
o == "INR" ? U(_.denomination, o) : _.curr + " " + _.denomination
|
|
8009
8018
|
] }),
|
|
8010
8019
|
/* @__PURE__ */ s.jsx("h5", { className: "left-align-entity level3-bold", children: " X " }),
|
|
8011
8020
|
/* @__PURE__ */ s.jsxs("h5", { className: "left-align-entity level3-bold", children: [
|
|
8012
8021
|
" ",
|
|
8013
|
-
|
|
8022
|
+
_.count,
|
|
8014
8023
|
" "
|
|
8015
8024
|
] }),
|
|
8016
8025
|
/* @__PURE__ */ s.jsx("h5", { className: "left-align-entity level3-bold", children: " = " }),
|
|
8017
8026
|
/* @__PURE__ */ s.jsxs("h5", { className: "left-align-entity level3-bold", children: [
|
|
8018
8027
|
" ",
|
|
8019
|
-
U(
|
|
8028
|
+
U(_.total, o),
|
|
8020
8029
|
" "
|
|
8021
8030
|
] })
|
|
8022
8031
|
] })),
|
|
@@ -8053,13 +8062,13 @@ const et = (e) => {
|
|
|
8053
8062
|
U(a.cashSale, o),
|
|
8054
8063
|
" "
|
|
8055
8064
|
] }),
|
|
8056
|
-
a.payModes && a.payModes.length > 0 && a.payModes.map((
|
|
8057
|
-
if (
|
|
8065
|
+
a.payModes && a.payModes.length > 0 && a.payModes.map((_) => {
|
|
8066
|
+
if (_.value > 0)
|
|
8058
8067
|
return /* @__PURE__ */ s.jsxs("h5", { className: "left-align-entity level3-bold", children: [
|
|
8059
8068
|
"-- ",
|
|
8060
|
-
|
|
8069
|
+
_.displayName,
|
|
8061
8070
|
" : ",
|
|
8062
|
-
U(
|
|
8071
|
+
U(_.value, o)
|
|
8063
8072
|
] });
|
|
8064
8073
|
})
|
|
8065
8074
|
] }),
|
|
@@ -8094,21 +8103,21 @@ const et = (e) => {
|
|
|
8094
8103
|
a.openingShortReason
|
|
8095
8104
|
] }),
|
|
8096
8105
|
a.openingTotalDenomations > 0 && /* @__PURE__ */ s.jsx(s.Fragment, { children: /* @__PURE__ */ s.jsx("h5", { className: "left-align-entity level3-bold", children: "-- Currency Denominations" }) }),
|
|
8097
|
-
a.openingDenominations && a.openingDenominations.length > 0 && a.openingDenominations.map((
|
|
8106
|
+
a.openingDenominations && a.openingDenominations.length > 0 && a.openingDenominations.map((_) => /* @__PURE__ */ s.jsxs("div", { class: o == "INR" ? "denomination-container" : "denomination-container-other-country", children: [
|
|
8098
8107
|
/* @__PURE__ */ s.jsxs("h5", { className: "left-align-entity level3-bold", children: [
|
|
8099
8108
|
" ",
|
|
8100
|
-
o == "INR" ? U(
|
|
8109
|
+
o == "INR" ? U(_.denomination, o) : _.denomination
|
|
8101
8110
|
] }),
|
|
8102
8111
|
/* @__PURE__ */ s.jsx("h5", { className: "left-align-entity level3-bold", children: " X " }),
|
|
8103
8112
|
/* @__PURE__ */ s.jsxs("h5", { className: "left-align-entity level3-bold", children: [
|
|
8104
8113
|
" ",
|
|
8105
|
-
|
|
8114
|
+
_.count,
|
|
8106
8115
|
" "
|
|
8107
8116
|
] }),
|
|
8108
8117
|
/* @__PURE__ */ s.jsx("h5", { className: "left-align-entity level3-bold", children: " = " }),
|
|
8109
8118
|
/* @__PURE__ */ s.jsxs("h5", { className: "left-align-entity level3-bold", children: [
|
|
8110
8119
|
" ",
|
|
8111
|
-
U(
|
|
8120
|
+
U(_.total, o),
|
|
8112
8121
|
" "
|
|
8113
8122
|
] })
|
|
8114
8123
|
] })),
|
|
@@ -8168,21 +8177,21 @@ const et = (e) => {
|
|
|
8168
8177
|
U(a.internalTransferCredit, o)
|
|
8169
8178
|
] }),
|
|
8170
8179
|
a.TotalDenomationsAmount > 0 && /* @__PURE__ */ s.jsx(s.Fragment, { children: /* @__PURE__ */ s.jsx("h5", { className: "left-align-entity level3-bold", children: "--Currency Denominations" }) }),
|
|
8171
|
-
a.denomations && a.denomations.length > 0 && a.denomations.map((
|
|
8180
|
+
a.denomations && a.denomations.length > 0 && a.denomations.map((_) => /* @__PURE__ */ s.jsxs("div", { class: o == "INR" ? "denomination-container" : "denomination-container-other-country", children: [
|
|
8172
8181
|
/* @__PURE__ */ s.jsxs("h5", { className: "left-align-entity level3-bold", children: [
|
|
8173
8182
|
" ",
|
|
8174
|
-
o == "INR" ? U(
|
|
8183
|
+
o == "INR" ? U(_.denomination, o) : _.curr + " " + _.denomination
|
|
8175
8184
|
] }),
|
|
8176
8185
|
/* @__PURE__ */ s.jsx("h5", { className: "left-align-entity level3-bold", children: " X " }),
|
|
8177
8186
|
/* @__PURE__ */ s.jsxs("h5", { className: "left-align-entity level3-bold", children: [
|
|
8178
8187
|
" ",
|
|
8179
|
-
|
|
8188
|
+
_.count,
|
|
8180
8189
|
" "
|
|
8181
8190
|
] }),
|
|
8182
8191
|
/* @__PURE__ */ s.jsx("h5", { className: "left-align-entity level3-bold", children: " = " }),
|
|
8183
8192
|
/* @__PURE__ */ s.jsxs("h5", { className: "left-align-entity level3-bold", children: [
|
|
8184
8193
|
" ",
|
|
8185
|
-
U(
|
|
8194
|
+
U(_.total, o),
|
|
8186
8195
|
" "
|
|
8187
8196
|
] })
|
|
8188
8197
|
] })),
|
|
@@ -8194,42 +8203,42 @@ const et = (e) => {
|
|
|
8194
8203
|
] })
|
|
8195
8204
|
] }) }), X;
|
|
8196
8205
|
} else if (x === "ITEMWISE_SALES_COUNTER") {
|
|
8197
|
-
let X, { counterDetails:
|
|
8206
|
+
let X, { counterDetails: _ } = e.printerDataObject;
|
|
8198
8207
|
return X = /* @__PURE__ */ s.jsx("div", { className: "main-div", style: { width: L[l].paperSize }, children: /* @__PURE__ */ s.jsxs("div", { style: { width: "100%", textAlign: "left", marginLeft: "auto" }, children: [
|
|
8199
8208
|
/* @__PURE__ */ s.jsx("h2", { className: "single-entity-and-center level2-bold", children: "Item Wise Sales Report" }),
|
|
8200
|
-
/* @__PURE__ */ s.jsx("h5", { className: "single-entity-and-center level3-bold", children:
|
|
8209
|
+
/* @__PURE__ */ s.jsx("h5", { className: "single-entity-and-center level3-bold", children: _.currentDate }),
|
|
8201
8210
|
/* @__PURE__ */ s.jsx("hr", {}),
|
|
8202
|
-
|
|
8211
|
+
_.CounterName && /* @__PURE__ */ s.jsxs("h5", { className: "left-align-entity level3-bold", children: [
|
|
8203
8212
|
"Counter Name: ",
|
|
8204
|
-
|
|
8213
|
+
_.CounterName
|
|
8205
8214
|
] }),
|
|
8206
|
-
|
|
8215
|
+
_.CounterName && /* @__PURE__ */ s.jsxs("h5", { className: "left-align-entity level3-bold", children: [
|
|
8207
8216
|
"UserName: ",
|
|
8208
|
-
|
|
8217
|
+
_.openedBy
|
|
8209
8218
|
] }),
|
|
8210
|
-
|
|
8219
|
+
_.CounterName && /* @__PURE__ */ s.jsxs("h5", { className: "left-align-entity level3-bold", children: [
|
|
8211
8220
|
"Login Time: ",
|
|
8212
|
-
|
|
8221
|
+
_.loginTime
|
|
8213
8222
|
] }),
|
|
8214
|
-
|
|
8223
|
+
_.logoutTime && /* @__PURE__ */ s.jsxs("h5", { className: "left-align-entity level3-bold", children: [
|
|
8215
8224
|
"Logout Time: ",
|
|
8216
|
-
|
|
8225
|
+
_.logoutTime
|
|
8217
8226
|
] }),
|
|
8218
|
-
|
|
8227
|
+
_.CounterName && /* @__PURE__ */ s.jsx("hr", {}),
|
|
8219
8228
|
Ke(a),
|
|
8220
8229
|
/* @__PURE__ */ s.jsx("hr", {}),
|
|
8221
|
-
/* @__PURE__ */ s.jsx("h6", { className: "left-align-entity", children: `Printed By: ${
|
|
8222
|
-
/* @__PURE__ */ s.jsx("h6", { className: "left-align-entity", children: `Printed On: ${
|
|
8230
|
+
/* @__PURE__ */ s.jsx("h6", { className: "left-align-entity", children: `Printed By: ${_.openedBy}` }),
|
|
8231
|
+
/* @__PURE__ */ s.jsx("h6", { className: "left-align-entity", children: `Printed On: ${_.printedOn}` })
|
|
8223
8232
|
] }) }), X;
|
|
8224
8233
|
} else if (x === "CARD_RECHARGE_DETAILS") {
|
|
8225
8234
|
let { staticDataKOT: X } = e.printerDataObject;
|
|
8226
8235
|
return getRechargeDetails(X);
|
|
8227
8236
|
} else if (x === "PACKAGING_SLIP") {
|
|
8228
|
-
let X,
|
|
8237
|
+
let X, _ = 0;
|
|
8229
8238
|
h.aggregatorOrderId && h.aggregatorOrderId !== "" && (X = A(h.aggregatorOrderId));
|
|
8230
8239
|
const Z = h.services;
|
|
8231
8240
|
for (let y in Z)
|
|
8232
|
-
|
|
8241
|
+
_ += Z[y].length;
|
|
8233
8242
|
return /* @__PURE__ */ s.jsx("div", { className: "main-div", style: { width: L[l].paperSize }, children: /* @__PURE__ */ s.jsxs("div", { style: { width: "100%", textAlign: "left", marginLeft: "auto" }, children: [
|
|
8234
8243
|
/* @__PURE__ */ s.jsx("br", {}),
|
|
8235
8244
|
/* @__PURE__ */ s.jsxs("div", { className: `details-section ${L[l].dynamicClassname}`, children: [
|
|
@@ -8259,14 +8268,14 @@ const et = (e) => {
|
|
|
8259
8268
|
/* @__PURE__ */ s.jsxs("div", { className: "bottom-section-div flex-two-items space-3rem", children: [
|
|
8260
8269
|
/* @__PURE__ */ s.jsxs("h5", { children: [
|
|
8261
8270
|
"TOTAL ITEMS: ",
|
|
8262
|
-
|
|
8271
|
+
_
|
|
8263
8272
|
] }),
|
|
8264
8273
|
/* @__PURE__ */ s.jsxs("h5", { children: [
|
|
8265
8274
|
"TOTAL QTY: ",
|
|
8266
8275
|
ve(h.totalQty)
|
|
8267
8276
|
] })
|
|
8268
8277
|
] }),
|
|
8269
|
-
(
|
|
8278
|
+
(Ys = h.customFields) == null ? void 0 : Ys.map((y) => /* @__PURE__ */ s.jsx("h4", { className: "left-align-entity", children: y.customName + ": " + y.customValue })),
|
|
8270
8279
|
/* @__PURE__ */ s.jsx("br", {}),
|
|
8271
8280
|
h.orderFrom !== "dine-in" && /* @__PURE__ */ s.jsxs("h4", { className: "left-align-entity level3-bold", children: [
|
|
8272
8281
|
"Payment Status: ",
|
|
@@ -8323,11 +8332,11 @@ const et = (e) => {
|
|
|
8323
8332
|
/* @__PURE__ */ s.jsx("h5", { className: `items products-heading-amount ${L[l].dynamicClassname}`, children: "Amount" })
|
|
8324
8333
|
] }) }),
|
|
8325
8334
|
/* @__PURE__ */ s.jsx("hr", {}),
|
|
8326
|
-
/* @__PURE__ */ s.jsx("section", { className: "products-section", children: a.orders.map((
|
|
8327
|
-
/* @__PURE__ */ s.jsx("h6", { className: `items products-heading-name ${L[l].dynamicClassname}`, children: Fn(
|
|
8328
|
-
/* @__PURE__ */ s.jsx("h6", { className: `items products-heading-orderId ${L[l].dynamicClassname}`, children:
|
|
8329
|
-
/* @__PURE__ */ s.jsx("h6", { className: `items products-heading-amount ${L[l].dynamicClassname}`, children: a.curr + " " + p(
|
|
8330
|
-
] }) },
|
|
8335
|
+
/* @__PURE__ */ s.jsx("section", { className: "products-section", children: a.orders.map((_) => /* @__PURE__ */ s.jsx("div", { style: { paddingTop: "12px" }, children: /* @__PURE__ */ s.jsxs("div", { className: "products-heading-div", children: [
|
|
8336
|
+
/* @__PURE__ */ s.jsx("h6", { className: `items products-heading-name ${L[l].dynamicClassname}`, children: Fn(_.date) }),
|
|
8337
|
+
/* @__PURE__ */ s.jsx("h6", { className: `items products-heading-orderId ${L[l].dynamicClassname}`, children: _.orderId }),
|
|
8338
|
+
/* @__PURE__ */ s.jsx("h6", { className: `items products-heading-amount ${L[l].dynamicClassname}`, children: a.curr + " " + p(_.finalAmount) })
|
|
8339
|
+
] }) }, _.orderId)) })
|
|
8331
8340
|
] }),
|
|
8332
8341
|
/* @__PURE__ */ s.jsxs("div", { children: [
|
|
8333
8342
|
/* @__PURE__ */ s.jsx("hr", {}),
|
|
@@ -8341,7 +8350,7 @@ const et = (e) => {
|
|
|
8341
8350
|
/* @__PURE__ */ s.jsx("h5", { className: "actual-qty", children: a.curr + " " + p(a.totalPaid) })
|
|
8342
8351
|
] })
|
|
8343
8352
|
] }),
|
|
8344
|
-
(
|
|
8353
|
+
(Us = a.transactions) != null && Us.length ? /* @__PURE__ */ s.jsxs("div", { children: [
|
|
8345
8354
|
/* @__PURE__ */ s.jsx("hr", {}),
|
|
8346
8355
|
/* @__PURE__ */ s.jsx("section", { className: "products-section", children: /* @__PURE__ */ s.jsxs("div", { className: "products-heading-div", children: [
|
|
8347
8356
|
/* @__PURE__ */ s.jsx("h5", { className: `items products-heading-name ${L[l].dynamicClassname}`, children: "Date" }),
|
|
@@ -8349,11 +8358,11 @@ const et = (e) => {
|
|
|
8349
8358
|
/* @__PURE__ */ s.jsx("h5", { className: `items products-heading-amount ${L[l].dynamicClassname}`, children: "Amount" })
|
|
8350
8359
|
] }) }),
|
|
8351
8360
|
/* @__PURE__ */ s.jsx("hr", {}),
|
|
8352
|
-
/* @__PURE__ */ s.jsx("section", { className: "products-section", children: a.transactions.map((
|
|
8353
|
-
/* @__PURE__ */ s.jsx("h6", { className: `items products-heading-name ${L[l].dynamicClassname}`, children:
|
|
8354
|
-
/* @__PURE__ */ s.jsx("h6", { className: `items products-heading-orderId ${L[l].dynamicClassname}`, children:
|
|
8355
|
-
/* @__PURE__ */ s.jsx("h6", { className: `items products-heading-amount ${L[l].dynamicClassname}`, children: a.curr + " " + p(
|
|
8356
|
-
] }) },
|
|
8361
|
+
/* @__PURE__ */ s.jsx("section", { className: "products-section", children: a.transactions.map((_) => /* @__PURE__ */ s.jsx("div", { style: { paddingTop: "12px" }, children: /* @__PURE__ */ s.jsxs("div", { className: "products-heading-div", children: [
|
|
8362
|
+
/* @__PURE__ */ s.jsx("h6", { className: `items products-heading-name ${L[l].dynamicClassname}`, children: _.date }),
|
|
8363
|
+
/* @__PURE__ */ s.jsx("h6", { className: `items products-heading-orderId ${L[l].dynamicClassname}`, children: _.paymentMode }),
|
|
8364
|
+
/* @__PURE__ */ s.jsx("h6", { className: `items products-heading-amount ${L[l].dynamicClassname}`, children: a.curr + " " + p(_.amount) })
|
|
8365
|
+
] }) }, _.id)) })
|
|
8357
8366
|
] }) : "",
|
|
8358
8367
|
/* @__PURE__ */ s.jsxs("div", { className: "mt-2 pb-2rem", children: [
|
|
8359
8368
|
/* @__PURE__ */ s.jsx("hr", {}),
|
|
@@ -8364,14 +8373,14 @@ const et = (e) => {
|
|
|
8364
8373
|
] })
|
|
8365
8374
|
] }) });
|
|
8366
8375
|
{
|
|
8367
|
-
let X,
|
|
8376
|
+
let X, _ = 0, Z, ue;
|
|
8368
8377
|
for (let N = 0; N < (((ls = a.services) == null ? void 0 : ls.length) || 0); N++)
|
|
8369
|
-
ue = a.services[N], ue.status === "CANCELLED" && !a.onlyCancelledItems && (
|
|
8378
|
+
ue = a.services[N], ue.status === "CANCELLED" && !a.onlyCancelledItems && (_ += ue.qty);
|
|
8370
8379
|
return a.aggregatorOrderId && a.aggregatorOrderId !== "" && (X = A(a.aggregatorOrderId)), /* @__PURE__ */ s.jsx("div", { className: "main-div", style: { width: L[l].paperSize }, children: /* @__PURE__ */ s.jsxs("div", { style: { maxWidth: "100%", textAlign: "left", marginLeft: "auto" }, children: [
|
|
8371
8380
|
/* @__PURE__ */ s.jsx("br", {}),
|
|
8372
8381
|
/* @__PURE__ */ s.jsxs("div", { className: "main-div", children: [
|
|
8373
8382
|
a.duplicate && !a.onlyCancelledItems ? /* @__PURE__ */ s.jsx("h4", { className: "single-entity-and-center", children: "DUPLICATE KOT" }) : "",
|
|
8374
|
-
|
|
8383
|
+
_ || a.onlyCancelledItems ? /* @__PURE__ */ s.jsx("h4", { className: "single-entity-and-center", children: "EDITED KOT - ITEM CANCELLED" }) : "",
|
|
8375
8384
|
a.station && /* @__PURE__ */ s.jsx("h4", { className: "single-entity-and-center level2-bold", children: a.station.toUpperCase() }),
|
|
8376
8385
|
a.subOrderFrom && /* @__PURE__ */ s.jsx("h4", { className: "single-entity-and-center", children: a.subOrderFrom.toUpperCase() }),
|
|
8377
8386
|
a.type != "dine-in" && a.tokenId && /* @__PURE__ */ s.jsxs("h2", { className: "single-entity-and-center level2-bold", children: [
|
|
@@ -8432,7 +8441,7 @@ const et = (e) => {
|
|
|
8432
8441
|
] }),
|
|
8433
8442
|
/* @__PURE__ */ s.jsxs("h5", { className: "level3-bold", children: [
|
|
8434
8443
|
"TOTAL QTY: ",
|
|
8435
|
-
ve(a.totalQty -
|
|
8444
|
+
ve(a.totalQty - _)
|
|
8436
8445
|
] })
|
|
8437
8446
|
] }),
|
|
8438
8447
|
(os = a.customFields) == null ? void 0 : os.map((N) => /* @__PURE__ */ s.jsx("h4", { className: "left-align-entity", children: N.customName + ": " + N.customValue })),
|
|
@@ -8460,8 +8469,8 @@ const et = (e) => {
|
|
|
8460
8469
|
let f = [], p = [];
|
|
8461
8470
|
const g = Ma(c).flatMap(
|
|
8462
8471
|
(b) => {
|
|
8463
|
-
var
|
|
8464
|
-
return (
|
|
8472
|
+
var v;
|
|
8473
|
+
return (v = u[b.station]) == null ? void 0 : v.map((w) => new Promise((T) => /* @__PURE__ */ s.jsx(
|
|
8465
8474
|
et,
|
|
8466
8475
|
{
|
|
8467
8476
|
printerDataObject: {
|
|
@@ -8487,7 +8496,7 @@ const et = (e) => {
|
|
|
8487
8496
|
);
|
|
8488
8497
|
if (l && ((m = t.packagingSlipPrinters) != null && m.length)) {
|
|
8489
8498
|
const b = Cd(e, t, r);
|
|
8490
|
-
(o = b.printers) != null && o.length && b.printers.forEach((
|
|
8499
|
+
(o = b.printers) != null && o.length && b.printers.forEach((v) => {
|
|
8491
8500
|
p.push(
|
|
8492
8501
|
new Promise((w) => {
|
|
8493
8502
|
g.push(
|
|
@@ -8495,24 +8504,24 @@ const et = (e) => {
|
|
|
8495
8504
|
et,
|
|
8496
8505
|
{
|
|
8497
8506
|
printerDataObject: {
|
|
8498
|
-
staticDataKOT: { obj:
|
|
8499
|
-
paperSize:
|
|
8500
|
-
printer:
|
|
8507
|
+
staticDataKOT: { obj: v.obj },
|
|
8508
|
+
paperSize: v.paperSize,
|
|
8509
|
+
printer: v.printer,
|
|
8501
8510
|
type: "PACKAGING_SLIP"
|
|
8502
8511
|
},
|
|
8503
|
-
newId:
|
|
8512
|
+
newId: v.obj.newId,
|
|
8504
8513
|
value: { settingData: t },
|
|
8505
8514
|
onImageGenerated: (T) => {
|
|
8506
8515
|
f.push({
|
|
8507
|
-
paperSize:
|
|
8508
|
-
printer:
|
|
8516
|
+
paperSize: v.paperSize,
|
|
8517
|
+
printer: v.printer,
|
|
8509
8518
|
image: T,
|
|
8510
8519
|
type: "PACKAGING_SLIP"
|
|
8511
8520
|
}), w();
|
|
8512
8521
|
},
|
|
8513
8522
|
additionalActions: r
|
|
8514
8523
|
},
|
|
8515
|
-
|
|
8524
|
+
v.obj.newId
|
|
8516
8525
|
)
|
|
8517
8526
|
);
|
|
8518
8527
|
})
|
|
@@ -8532,7 +8541,7 @@ const et = (e) => {
|
|
|
8532
8541
|
(f) => {
|
|
8533
8542
|
var p;
|
|
8534
8543
|
return (p = c[f.station]) == null ? void 0 : p.map((g) => new Promise((b) => {
|
|
8535
|
-
const
|
|
8544
|
+
const v = /* @__PURE__ */ s.jsx(
|
|
8536
8545
|
et,
|
|
8537
8546
|
{
|
|
8538
8547
|
printerDataObject: {
|
|
@@ -8543,7 +8552,7 @@ const et = (e) => {
|
|
|
8543
8552
|
},
|
|
8544
8553
|
newId: f.newId,
|
|
8545
8554
|
settingData: t,
|
|
8546
|
-
tableData:
|
|
8555
|
+
tableData: Cs(a, "typeValue"),
|
|
8547
8556
|
onImageGenerated: (w) => {
|
|
8548
8557
|
d.push({
|
|
8549
8558
|
paperSize: g.paperSize,
|
|
@@ -8555,7 +8564,7 @@ const et = (e) => {
|
|
|
8555
8564
|
additionalActions: n
|
|
8556
8565
|
}
|
|
8557
8566
|
);
|
|
8558
|
-
return m.push(b),
|
|
8567
|
+
return m.push(b), v;
|
|
8559
8568
|
}));
|
|
8560
8569
|
}
|
|
8561
8570
|
);
|