@feedmepos/mf-report 5.5.10-beta.0 → 5.5.11-beta.0
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/{App-CqTD3tlo.js → App-BCCZItsv.js} +1 -1
- package/dist/DynamicWidget.vue_vue_type_script_setup_true_lang-Blu98Lu7.js +1082 -0
- package/dist/{OverviewView-BzWZLPJs.js → OverviewView-D7wq9voi.js} +1 -1
- package/dist/{Report-DpH4_M5Q.js → Report-St-N-XGu.js} +90 -89
- package/dist/{ReportEditor-CH4T6kS6.js → ReportEditor-BhaqAf-H.js} +176 -175
- package/dist/ReportView-BqHk2OOl.js +190 -0
- package/dist/TileEditor-Dh1OSYsO.js +2538 -0
- package/dist/{TransitionFade-DWYWoDXe.js → TransitionFade-z9aoIr9s.js} +2 -2
- package/dist/app.js +1611 -66
- package/dist/i18n-Cif1I9J2.js +11 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/DynamicWidget.vue_vue_type_script_setup_true_lang-ByYEvziC.js +0 -1074
- package/dist/ReportView-DavVXS9v.js +0 -180
- package/dist/TileEditor-i1mNoczr.js +0 -2514
package/dist/app.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineAsyncComponent as e } from "vue";
|
|
2
|
-
import { createRouter as
|
|
3
|
-
const
|
|
2
|
+
import { createRouter as o, createWebHistory as r } from "vue-router";
|
|
3
|
+
const m = {
|
|
4
4
|
common: {
|
|
5
5
|
report: "Report | Reports",
|
|
6
6
|
filter: "Filter",
|
|
@@ -327,7 +327,7 @@ const r = {
|
|
|
327
327
|
},
|
|
328
328
|
datasource: {
|
|
329
329
|
main: "Main datasource",
|
|
330
|
-
join: "Join datasource",
|
|
330
|
+
join: "Join datasource {index}",
|
|
331
331
|
joinButton: "Join datasource",
|
|
332
332
|
remove: "Remove Datasource",
|
|
333
333
|
confirmRemove: "Confirm remove Join datasource {index} ?"
|
|
@@ -466,9 +466,524 @@ const r = {
|
|
|
466
466
|
defaultDateRange: "Default date range",
|
|
467
467
|
comparisonDateRange: "Comparison date range"
|
|
468
468
|
}
|
|
469
|
+
},
|
|
470
|
+
dynamic: {
|
|
471
|
+
schema: {
|
|
472
|
+
Bill: "Bill",
|
|
473
|
+
Counter: "Counter",
|
|
474
|
+
Drawer: "Drawer",
|
|
475
|
+
Product: "Product",
|
|
476
|
+
Addon: "Addon",
|
|
477
|
+
"Parent Product": "Parent Product",
|
|
478
|
+
Payment: "Payment",
|
|
479
|
+
Charge: "Charge",
|
|
480
|
+
"Payment(Payment time)": "Payment(Payment time)",
|
|
481
|
+
"Counter record": "Counter record",
|
|
482
|
+
Table: "Table",
|
|
483
|
+
Staff: "Staff",
|
|
484
|
+
Timesheet: "Timesheet",
|
|
485
|
+
Discount: "Discount",
|
|
486
|
+
Inventory: "Inventory",
|
|
487
|
+
"Inventory sku": "Inventory sku",
|
|
488
|
+
"Purchase order": "Purchase order",
|
|
489
|
+
"Purchase order item": "Purchase order item",
|
|
490
|
+
"Purchase order delivery order": "Purchase order delivery order",
|
|
491
|
+
"Purchase order delivery order sku": "Purchase order delivery order sku",
|
|
492
|
+
"Purchase order delivery fulfillment": "Purchase order delivery fulfillment",
|
|
493
|
+
"Purchase order delivery fulfillment sku": "Purchase order delivery fulfillment sku",
|
|
494
|
+
Restaurant: "Restaurant",
|
|
495
|
+
"Restaurant feature": "Restaurant feature",
|
|
496
|
+
Business: "Business",
|
|
497
|
+
User: "User",
|
|
498
|
+
"Voucher Claim": "Voucher Claim",
|
|
499
|
+
"Voucher Claim Redemption": "Voucher Claim Redemption",
|
|
500
|
+
Location: "Location",
|
|
501
|
+
Member: "Member",
|
|
502
|
+
"Member store purchase": "Member store purchase",
|
|
503
|
+
"Member store purchase payment": "Member store purchase payment",
|
|
504
|
+
Membership: "Membership",
|
|
505
|
+
"Membership title": "Membership title",
|
|
506
|
+
"Member title": "Member title",
|
|
507
|
+
"Menu Group": "Menu Group",
|
|
508
|
+
"Menu SKU": "Menu SKU",
|
|
509
|
+
"Menu Product": "Menu Product",
|
|
510
|
+
"Credit transaction": "Credit transaction",
|
|
511
|
+
Stock: "Stock",
|
|
512
|
+
Review: "Review",
|
|
513
|
+
Campaign: "Campaign",
|
|
514
|
+
"Collectible config": "Collectible config",
|
|
515
|
+
"Collectible transaction": "Collectible transaction",
|
|
516
|
+
"Campaign tier": "Campaign tier",
|
|
517
|
+
"Store transaction": "Store transaction",
|
|
518
|
+
"Store bundle": "Store bundle",
|
|
519
|
+
"Collectible collection": "Collectible collection",
|
|
520
|
+
"Kitchen station": "Kitchen station",
|
|
521
|
+
"Refund Bill": "Refund Bill",
|
|
522
|
+
"Timesheet record": "Timesheet record",
|
|
523
|
+
"Inventory physical sku": "Inventory physical sku",
|
|
524
|
+
"Item Movement": "Item Movement"
|
|
525
|
+
},
|
|
526
|
+
common: {
|
|
527
|
+
time: "time",
|
|
528
|
+
id: "ID",
|
|
529
|
+
name: "name",
|
|
530
|
+
price: "price",
|
|
531
|
+
amount: "amount",
|
|
532
|
+
count: "count",
|
|
533
|
+
balance: "balance",
|
|
534
|
+
user: "user",
|
|
535
|
+
ref: "ref",
|
|
536
|
+
type: "type",
|
|
537
|
+
qty: "qty",
|
|
538
|
+
unit: "unit",
|
|
539
|
+
discount: "discount",
|
|
540
|
+
cost: "cost",
|
|
541
|
+
total: "total",
|
|
542
|
+
status: "status",
|
|
543
|
+
at: "at",
|
|
544
|
+
is: "is",
|
|
545
|
+
from: "From",
|
|
546
|
+
to: "To",
|
|
547
|
+
address: "address",
|
|
548
|
+
max: "Max",
|
|
549
|
+
cash: "cash",
|
|
550
|
+
order: "order",
|
|
551
|
+
before: "before",
|
|
552
|
+
delivery: "delivery",
|
|
553
|
+
store: "store",
|
|
554
|
+
sku: "SKU",
|
|
555
|
+
refund: "refund",
|
|
556
|
+
close: "close",
|
|
557
|
+
open: "open",
|
|
558
|
+
tax: "tax",
|
|
559
|
+
code: "code",
|
|
560
|
+
with: "with",
|
|
561
|
+
without: "without",
|
|
562
|
+
abbrev: "abbrev",
|
|
563
|
+
inclusive: "Inclusive",
|
|
564
|
+
supplier: "Supplier",
|
|
565
|
+
expired: "expired",
|
|
566
|
+
purchase: "purchase",
|
|
567
|
+
reason: "reason",
|
|
568
|
+
variant: "variant",
|
|
569
|
+
summary: "summary",
|
|
570
|
+
average: "average",
|
|
571
|
+
revenue: "revenue",
|
|
572
|
+
overview: "overview",
|
|
573
|
+
performance: "performance",
|
|
574
|
+
product: "product",
|
|
575
|
+
voucher: "Voucher",
|
|
576
|
+
active: "Active",
|
|
577
|
+
credit: "Credit",
|
|
578
|
+
nett: "Nett",
|
|
579
|
+
sales: "Sales",
|
|
580
|
+
takeaway: "Takeaway"
|
|
581
|
+
},
|
|
582
|
+
other: {
|
|
583
|
+
"Inclusive SC": "@:{'report.dynamic.common.inclusive'} SC",
|
|
584
|
+
"Restaurant ID": "@:{'report.dynamic.schema.Restaurant'} @:{'report.dynamic.common.id'}",
|
|
585
|
+
Status: "@.upper:{'report.dynamic.common.status'}",
|
|
586
|
+
"No.": "No.",
|
|
587
|
+
Table: "@:{'report.dynamic.schema.Table'}",
|
|
588
|
+
Delivery: "@.upper:{'report.dynamic.common.delivery'}",
|
|
589
|
+
"Refund ID": "@.upper:{'report.dynamic.common.refund'} @:{'report.dynamic.common.id'}",
|
|
590
|
+
Type: "@.upper:{'report.dynamic.common.type'}",
|
|
591
|
+
"Refund approver": "@.upper:{'report.dynamic.common.refund'} approver",
|
|
592
|
+
"Refund user": "@.upper:{'report.dynamic.common.refund'} @.upper:{'report.dynamic.common.user'}",
|
|
593
|
+
"Refund reason": "@.upper:{'report.dynamic.common.refund'} @:{'report.dynamic.common.reason'}",
|
|
594
|
+
"Member ID": "@:{'report.dynamic.schema.Member'} @:{'report.dynamic.common.id'}",
|
|
595
|
+
"Member user ID": "@:{'report.dynamic.schema.Member'} @.upper:{'report.dynamic.common.user'} @:{'report.dynamic.common.id'}",
|
|
596
|
+
"Member name": "@:{'report.dynamic.schema.Member'} @.upper:{'report.dynamic.common.name'}",
|
|
597
|
+
Remark: "Remark",
|
|
598
|
+
Source: "Source",
|
|
599
|
+
ID: "@:{'report.dynamic.common.id'}",
|
|
600
|
+
"Inclusive SST": "@:{'report.dynamic.common.inclusive'} SST",
|
|
601
|
+
"SST before discount": "SST @:{'report.dynamic.common.before'} @:{'report.dynamic.schema.Discount'}",
|
|
602
|
+
"SST %": "SST %",
|
|
603
|
+
"SC before discount": "SC @:{'report.dynamic.common.before'} @:{'report.dynamic.schema.Discount'}",
|
|
604
|
+
"SC %": "SC %",
|
|
605
|
+
"Integrated order ID": "Integrated @:{'report.dynamic.common.order'} @:{'report.dynamic.common.id'}",
|
|
606
|
+
Restaurant: "@:{'report.dynamic.schema.Restaurant'}",
|
|
607
|
+
Time: "@.upper:{'report.dynamic.common.time'}",
|
|
608
|
+
"Member birthday": "@:{'report.dynamic.schema.Member'} birthday",
|
|
609
|
+
"Closed at": "@.upper:{'report.dynamic.common.close'} @:{'report.dynamic.common.at'}",
|
|
610
|
+
Pickup: "Pickup",
|
|
611
|
+
"Is in house delivery": "@:{'report.dynamic.common.is'} in house @:{'report.dynamic.common.delivery'}",
|
|
612
|
+
"Is other delivery": "@:{'report.dynamic.common.is'} other @:{'report.dynamic.common.delivery'}",
|
|
613
|
+
"Is takeaway": "@:{'report.dynamic.common.is'} takeaway",
|
|
614
|
+
Rounding: "Rounding",
|
|
615
|
+
SST: "SST",
|
|
616
|
+
Discount: "@:{'report.dynamic.schema.Discount'}",
|
|
617
|
+
SC: "SC",
|
|
618
|
+
Pax: "Pax",
|
|
619
|
+
"Other charge": "Other @:{'report.dynamic.schema.Charge'}",
|
|
620
|
+
"Gross w/ TAKEAWAY": "Gross w/ @.upper:{'report.dynamic.common.takeaway'}",
|
|
621
|
+
Takeaway: "@.upper:{'report.dynamic.common.takeaway'}",
|
|
622
|
+
"Extra charge": "Extra @:{'report.dynamic.schema.Charge'}",
|
|
623
|
+
"Delivery fee": "@:{'report.dynamic.common.delivery'} fee",
|
|
624
|
+
Nett: "Nett",
|
|
625
|
+
"Gross before charges": "Gross @:{'report.dynamic.common.before'} charges",
|
|
626
|
+
"Member Recency": "@:{'report.dynamic.schema.Member'} Recency",
|
|
627
|
+
"Member frequency": "@:{'report.dynamic.schema.Member'} frequency",
|
|
628
|
+
"Member monetary": "@:{'report.dynamic.schema.Member'} monetary",
|
|
629
|
+
"Delivery fee with tax": "@:{'report.dynamic.common.delivery'} fee @:{'report.dynamic.common.with'} @:{'report.dynamic.common.tax'}",
|
|
630
|
+
"Delivery fee without tax": "@:{'report.dynamic.common.delivery'} fee @:{'report.dynamic.common.without'} @:{'report.dynamic.common.tax'}",
|
|
631
|
+
"Other charge with tax": "Other @:{'report.dynamic.schema.Charge'} @:{'report.dynamic.common.with'} @:{'report.dynamic.common.tax'}",
|
|
632
|
+
"Other charge without tax": "Other @:{'report.dynamic.schema.Charge'} @:{'report.dynamic.common.without'} @:{'report.dynamic.common.tax'}",
|
|
633
|
+
Duration: "Duration",
|
|
634
|
+
Gross: "Gross",
|
|
635
|
+
Name: "@.upper:{'report.dynamic.common.name'}",
|
|
636
|
+
User: "@:{'report.dynamic.schema.User'}",
|
|
637
|
+
Reason: "@.upper:{'report.dynamic.common.reason'}",
|
|
638
|
+
"Counter ID": "@:{'report.dynamic.schema.Counter'} @:{'report.dynamic.common.id'}",
|
|
639
|
+
Total: "@.upper:{'report.dynamic.common.total'}",
|
|
640
|
+
In: "In",
|
|
641
|
+
Out: "Out",
|
|
642
|
+
"Parent name": "Parent @:{'report.dynamic.common.name'}",
|
|
643
|
+
"Bill ID": "@:{'report.dynamic.schema.Bill'} @:{'report.dynamic.common.id'}",
|
|
644
|
+
Unit: "@.upper:{'report.dynamic.common.unit'}",
|
|
645
|
+
Category: "Category",
|
|
646
|
+
"Takeaway ID": "@.upper:{'report.dynamic.common.takeaway'} @:{'report.dynamic.common.id'}",
|
|
647
|
+
"Takeaway name": "@.upper:{'report.dynamic.common.takeaway'} @:{'report.dynamic.common.name'}",
|
|
648
|
+
Code: "@.upper:{'report.dynamic.common.code'}",
|
|
649
|
+
"Product ID": "@:{'report.dynamic.schema.Product'} @:{'report.dynamic.common.id'}",
|
|
650
|
+
"Variant ID": "@.upper:{'report.dynamic.common.variant'} @:{'report.dynamic.common.id'}",
|
|
651
|
+
Variant: "@.upper:{'report.dynamic.common.variant'}",
|
|
652
|
+
"User id": "@:{'report.dynamic.schema.User'} @.lower:{'report.dynamic.common.id'}",
|
|
653
|
+
"Void reason": "Void @:{'report.dynamic.common.reason'}",
|
|
654
|
+
"Void user": "Void @:{'report.dynamic.common.user'}",
|
|
655
|
+
"Void approver": "Void approver",
|
|
656
|
+
"Layer 0 parent ID": "Layer 0 parent @:{'report.dynamic.common.id'}",
|
|
657
|
+
"Custom attributes": "Custom attributes",
|
|
658
|
+
Summary: "Summary",
|
|
659
|
+
"Group ID": "Group @:{'report.dynamic.common.id'}",
|
|
660
|
+
"Addon ID": "@:{'report.dynamic.schema.Addon'} @:{'report.dynamic.common.id'}",
|
|
661
|
+
"Addon type": "@:{'report.dynamic.schema.Addon'} @.lower:{'report.dynamic.common.type'}",
|
|
662
|
+
"Charge variant": "@:{'report.dynamic.schema.Charge'} @:{'report.dynamic.common.variant'}",
|
|
663
|
+
"Parent ID": "Parent @:{'report.dynamic.common.id'}",
|
|
664
|
+
"Bill close time": "@:{'report.dynamic.schema.Bill'} @:{'report.dynamic.common.close'} @:{'report.dynamic.common.time'}",
|
|
665
|
+
"Served time": "Served @:{'report.dynamic.common.time'}",
|
|
666
|
+
"Printed time": "Printed @:{'report.dynamic.common.time'}",
|
|
667
|
+
"Void time": "Void @:{'report.dynamic.common.time'}",
|
|
668
|
+
"Item time": "Item @:{'report.dynamic.common.time'}",
|
|
669
|
+
"Sent time": "Sent @:{'report.dynamic.common.time'}",
|
|
670
|
+
"Takeaway price": "@.upper:{'report.dynamic.common.takeaway'} @:{'report.dynamic.common.price'}",
|
|
671
|
+
"Item discount": "Item @:{'report.dynamic.common.discount'}",
|
|
672
|
+
"Bill discount": "@:{'report.dynamic.schema.Bill'} @:{'report.dynamic.common.discount'}",
|
|
673
|
+
Layer: "Layer",
|
|
674
|
+
"Addon price": "@:{'report.dynamic.schema.Addon'} @:{'report.dynamic.common.price'}",
|
|
675
|
+
Tax: "@.upper:{'report.dynamic.common.tax'}",
|
|
676
|
+
"Preparation seconds": "Preparation seconds",
|
|
677
|
+
"Layer nett": "Layer @:{'report.dynamic.common.nett'}",
|
|
678
|
+
"Layer bill discount": "Layer @.lower:{'report.dynamic.schema.Bill'} @:{'report.dynamic.common.discount'}",
|
|
679
|
+
"Layer item discount": "Layer item @:{'report.dynamic.common.discount'}",
|
|
680
|
+
"Layer gross total": "Layer gross @:{'report.dynamic.common.total'}",
|
|
681
|
+
"Layer takeaway price": "Layer @.upper:{'report.dynamic.common.takeaway'} @:{'report.dynamic.common.price'}",
|
|
682
|
+
"Layer tax total": "Layer @:{'report.dynamic.common.tax'} @:{'report.dynamic.common.total'}",
|
|
683
|
+
"Layer sc": "Layer sc",
|
|
684
|
+
"Layer other charge": "Layer other @:{'report.dynamic.schema.Charge'}",
|
|
685
|
+
"Layer gross before charges": "Layer gross @:{'report.dynamic.common.before'} charges",
|
|
686
|
+
Qty: "@.upper:{'report.dynamic.common.qty'}",
|
|
687
|
+
"Per unit": "Per @:{'report.dynamic.common.unit'}",
|
|
688
|
+
"Unit qty": "@.upper:{'report.dynamic.common.unit'} @:{'report.dynamic.common.qty'}",
|
|
689
|
+
"Item ID": "Item @:{'report.dynamic.common.id'}",
|
|
690
|
+
type: "@.lower:{'report.dynamic.common.type'}",
|
|
691
|
+
"Selection ID": "Selection @:{'report.dynamic.common.id'}",
|
|
692
|
+
"Bill time": "@:{'report.dynamic.schema.Bill'} @:{'report.dynamic.common.time'}",
|
|
693
|
+
"User ID": "@:{'report.dynamic.schema.User'} @:{'report.dynamic.common.id'}",
|
|
694
|
+
Reference: "Reference",
|
|
695
|
+
Issuer: "Issuer",
|
|
696
|
+
"Gateway key": "Gateway key",
|
|
697
|
+
Gateway: "Gateway",
|
|
698
|
+
"Card type": "Card @:{'report.dynamic.common.type'}",
|
|
699
|
+
"Payment time": "@:{'report.dynamic.schema.Payment'} @:{'report.dynamic.common.time'}",
|
|
700
|
+
Paid: "Paid",
|
|
701
|
+
Change: "Change",
|
|
702
|
+
VAT: "VAT",
|
|
703
|
+
"Before Discount": "@.upper:{'report.dynamic.common.before'} @:{'report.dynamic.schema.Discount'}",
|
|
704
|
+
Inclusive: "@:{'report.dynamic.common.inclusive'}",
|
|
705
|
+
Percentage: "Percentage",
|
|
706
|
+
"Open user": "@:{'report.dynamic.common.open'} @:{'report.dynamic.common.user'}",
|
|
707
|
+
"Close user": "@:{'report.dynamic.common.close'} @:{'report.dynamic.common.user'}",
|
|
708
|
+
"Open time": "@:{'report.dynamic.common.open'} @:{'report.dynamic.common.time'}",
|
|
709
|
+
"Close time": "@:{'report.dynamic.common.close'} @:{'report.dynamic.common.time'}",
|
|
710
|
+
"Open amount": "@:{'report.dynamic.common.open'} @:{'report.dynamic.common.amount'}",
|
|
711
|
+
"Close amount": "@:{'report.dynamic.common.close'} @:{'report.dynamic.common.amount'}",
|
|
712
|
+
"Cash sale": "@:{'report.dynamic.common.cash'} sale",
|
|
713
|
+
"Cash refund": "@:{'report.dynamic.common.cash'} @:{'report.dynamic.common.refund'}",
|
|
714
|
+
"Member store cash sale": "@:{'report.dynamic.schema.Member'} @:{'report.dynamic.common.store'} @:{'report.dynamic.common.cash'} sale",
|
|
715
|
+
"Member store cash refund": "@:{'report.dynamic.schema.Member'} @:{'report.dynamic.common.store'} @:{'report.dynamic.common.cash'} @:{'report.dynamic.common.refund'}",
|
|
716
|
+
"Cash in": "@:{'report.dynamic.common.cash'} in",
|
|
717
|
+
"Cash out": "@:{'report.dynamic.common.cash'} out",
|
|
718
|
+
"Created at": "Created @:{'report.dynamic.common.at'}",
|
|
719
|
+
"Clock in": "Clock in",
|
|
720
|
+
"Clock out": "Clock out",
|
|
721
|
+
Seconds: "Seconds",
|
|
722
|
+
Minutes: "Minutes",
|
|
723
|
+
Hours: "Hours",
|
|
724
|
+
Cause: "Cause",
|
|
725
|
+
"Discount user": "@:{'report.dynamic.schema.Discount'} @:{'report.dynamic.common.user'}",
|
|
726
|
+
"Discount approver": "@:{'report.dynamic.schema.Discount'} approver",
|
|
727
|
+
"Return ID": "Return @:{'report.dynamic.common.id'}",
|
|
728
|
+
"Ref ID": "@:{'report.dynamic.common.ref'} @:{'report.dynamic.common.id'}",
|
|
729
|
+
"Warehouse ID": "Warehouse @:{'report.dynamic.common.id'}",
|
|
730
|
+
"Location ID": "@:{'report.dynamic.schema.Location'} @:{'report.dynamic.common.id'}",
|
|
731
|
+
Ref: "@.upper:{'report.dynamic.common.ref'}",
|
|
732
|
+
"Generated time": "Generated @:{'report.dynamic.common.time'}",
|
|
733
|
+
"Inventory Adjustment ID": "@:{'report.dynamic.schema.Inventory'} Adjustment @:{'report.dynamic.common.id'}",
|
|
734
|
+
"Unit ID": "@:{'report.dynamic.common.unit'} @:{'report.dynamic.common.id'}",
|
|
735
|
+
"Unit Precision": "@:{'report.dynamic.common.unit'} Precision",
|
|
736
|
+
"SKU ID": "@:{'report.dynamic.common.sku'} @:{'report.dynamic.common.id'}",
|
|
737
|
+
"Unit abbrev.": "@:{'report.dynamic.common.unit'} @:{'report.dynamic.common.abbrev'}.",
|
|
738
|
+
"Name (unit)": "@:{'report.dynamic.common.name'} (@:{'report.dynamic.common.unit'})",
|
|
739
|
+
"Tracking unit": "Tracking @:{'report.dynamic.common.unit'}",
|
|
740
|
+
"Tracking unit abbrev.": "Tracking @:{'report.dynamic.common.unit'} @:{'report.dynamic.common.abbrev'}.",
|
|
741
|
+
Amount: "@.upper:{'report.dynamic.common.amount'}",
|
|
742
|
+
"From balance": "@:{'report.dynamic.common.from'} @:{'report.dynamic.common.balance'}",
|
|
743
|
+
"To balance": "@:{'report.dynamic.common.to'} @:{'report.dynamic.common.balance'}",
|
|
744
|
+
"Amount cost": "@:{'report.dynamic.common.amount'} @:{'report.dynamic.common.cost'}",
|
|
745
|
+
"From balance cost": "@:{'report.dynamic.common.from'} @:{'report.dynamic.common.balance'} @:{'report.dynamic.common.cost'}",
|
|
746
|
+
"To balance cost": "@:{'report.dynamic.common.to'} @:{'report.dynamic.common.balance'} @:{'report.dynamic.common.cost'}",
|
|
747
|
+
"Daily consumption": "Daily consumption",
|
|
748
|
+
"Days outstanding": "Days outstanding",
|
|
749
|
+
"Tracking amount": "Tracking @:{'report.dynamic.common.amount'}",
|
|
750
|
+
Conversion: "Conversion",
|
|
751
|
+
"Supplier ID": "@:{'report.dynamic.common.supplier'} @:{'report.dynamic.common.id'}",
|
|
752
|
+
Supplier: "@:{'report.dynamic.common.supplier'}",
|
|
753
|
+
"Supplier contact name": "@:{'report.dynamic.common.supplier'} contact @:{'report.dynamic.common.name'}",
|
|
754
|
+
"Supplier phone number": "@:{'report.dynamic.common.supplier'} phone number",
|
|
755
|
+
"Supplier reg no.": "@:{'report.dynamic.common.supplier'} reg no.",
|
|
756
|
+
"Supplier email": "@:{'report.dynamic.common.supplier'} email",
|
|
757
|
+
"Supplier address line 1": "@:{'report.dynamic.common.supplier'} @:{'report.dynamic.common.address'} line 1",
|
|
758
|
+
"Supplier address line 2": "@:{'report.dynamic.common.supplier'} @:{'report.dynamic.common.address'} line 2",
|
|
759
|
+
"Supplier address state": "@:{'report.dynamic.common.supplier'} @:{'report.dynamic.common.address'} state",
|
|
760
|
+
"Supplier address city": "@:{'report.dynamic.common.supplier'} @:{'report.dynamic.common.address'} city",
|
|
761
|
+
"Supplier address postcode": "@:{'report.dynamic.common.supplier'} @:{'report.dynamic.common.address'} postcode",
|
|
762
|
+
"Supplier address country": "@:{'report.dynamic.common.supplier'} @:{'report.dynamic.common.address'} country",
|
|
763
|
+
"NetSuite ID": "NetSuite @:{'report.dynamic.common.id'}",
|
|
764
|
+
"NetSuite Ref No": "NetSuite @:{'report.dynamic.common.ref'} No",
|
|
765
|
+
"Effective time": "Effective @:{'report.dynamic.common.time'}",
|
|
766
|
+
"Purchase order ID": "@:{'report.dynamic.schema.Purchase order'} @:{'report.dynamic.common.id'}",
|
|
767
|
+
"SKU code": "@:{'report.dynamic.common.sku'} @:{'report.dynamic.common.code'}",
|
|
768
|
+
"SKU name": "@:{'report.dynamic.common.sku'} @:{'report.dynamic.common.name'}",
|
|
769
|
+
"SKU unit ID": "@:{'report.dynamic.common.sku'} @:{'report.dynamic.common.unit'} @:{'report.dynamic.common.id'}",
|
|
770
|
+
"SKU unit name": "@:{'report.dynamic.common.sku'} @:{'report.dynamic.common.unit'} @:{'report.dynamic.common.name'}",
|
|
771
|
+
"SKU unit abbrev": "@:{'report.dynamic.common.sku'} @:{'report.dynamic.common.unit'} @:{'report.dynamic.common.abbrev'}",
|
|
772
|
+
"Received qty": "Received @:{'report.dynamic.common.qty'}",
|
|
773
|
+
"Requested qty": "Requested @:{'report.dynamic.common.qty'}",
|
|
774
|
+
Cost: "@.upper:{'report.dynamic.common.cost'}",
|
|
775
|
+
Adjustment: "Adjustment",
|
|
776
|
+
"Purchase delivery order ID": "@:{'report.dynamic.common.purchase'} @:{'report.dynamic.common.delivery'} @:{'report.dynamic.common.order'} @:{'report.dynamic.common.id'}",
|
|
777
|
+
"Unit name": "@:{'report.dynamic.common.unit'} @:{'report.dynamic.common.name'}",
|
|
778
|
+
"Unit abbrev": "@:{'report.dynamic.common.unit'} @:{'report.dynamic.common.abbrev'}",
|
|
779
|
+
"Purchase delivery fulfillment ID": "@:{'report.dynamic.common.purchase'} @:{'report.dynamic.common.delivery'} fulfillment @:{'report.dynamic.common.id'}",
|
|
780
|
+
State: "State",
|
|
781
|
+
City: "City",
|
|
782
|
+
Postcode: "Postcode",
|
|
783
|
+
Country: "Country",
|
|
784
|
+
"Business ID": "@:{'report.dynamic.schema.Business'} @:{'report.dynamic.common.id'}",
|
|
785
|
+
"License Expire": "License Expire",
|
|
786
|
+
Longitude: "Longitude",
|
|
787
|
+
Latitude: "Latitude",
|
|
788
|
+
"Table count": "@:{'report.dynamic.schema.Table'} @:{'report.dynamic.common.count'}",
|
|
789
|
+
Feature: "Feature",
|
|
790
|
+
"Agent ID": "Agent @:{'report.dynamic.common.id'}",
|
|
791
|
+
"Owner ID": "Owner @:{'report.dynamic.common.id'}",
|
|
792
|
+
"Expired at": "@:{'report.dynamic.common.expired'} @:{'report.dynamic.common.at'}",
|
|
793
|
+
Birthday: "Birthday",
|
|
794
|
+
Age: "Age",
|
|
795
|
+
Description: "Description",
|
|
796
|
+
"Expired time": "@:{'report.dynamic.common.expired'} @:{'report.dynamic.common.time'}",
|
|
797
|
+
"Redeemed time": "Redeemed @:{'report.dynamic.common.time'}",
|
|
798
|
+
"Applied time": "Applied @:{'report.dynamic.common.time'}",
|
|
799
|
+
"Is expired": "@:{'report.dynamic.common.is'} @:{'report.dynamic.common.expired'}",
|
|
800
|
+
"Is applied": "@:{'report.dynamic.common.is'} applied",
|
|
801
|
+
"Is redeemed": "@:{'report.dynamic.common.is'} redeemed",
|
|
802
|
+
"Expired count": "@:{'report.dynamic.common.expired'} @:{'report.dynamic.common.count'}",
|
|
803
|
+
"Applied count": "Applied @:{'report.dynamic.common.count'}",
|
|
804
|
+
"redeemed count": "redeemed @:{'report.dynamic.common.count'}",
|
|
805
|
+
"Voucher claim ID": "@:{'report.dynamic.schema.Voucher Claim'} @:{'report.dynamic.common.id'}",
|
|
806
|
+
Level: "Level",
|
|
807
|
+
Experience: "Experience",
|
|
808
|
+
Tier: "Tier",
|
|
809
|
+
"Card No.": "Card No.",
|
|
810
|
+
"Last visit": "Last visit",
|
|
811
|
+
Balance: "@.upper:{'report.dynamic.common.balance'}",
|
|
812
|
+
"Normal Balance": "Normal @:{'report.dynamic.common.balance'}",
|
|
813
|
+
"Free balance": "Free @:{'report.dynamic.common.balance'}",
|
|
814
|
+
Version: "Version",
|
|
815
|
+
Points: "Points",
|
|
816
|
+
Sales: "Sales",
|
|
817
|
+
"Tier number": "Tier number",
|
|
818
|
+
"Bundle name": "Bundle @:{'report.dynamic.common.name'}",
|
|
819
|
+
"Bundle ID": "Bundle @:{'report.dynamic.common.id'}",
|
|
820
|
+
"Create user ID": "Create @:{'report.dynamic.common.user'} @:{'report.dynamic.common.id'}",
|
|
821
|
+
"Create user name": "Create @:{'report.dynamic.common.user'} @:{'report.dynamic.common.name'}",
|
|
822
|
+
"Refund user ID": "@:{'report.dynamic.common.refund'} @:{'report.dynamic.common.user'} @:{'report.dynamic.common.id'}",
|
|
823
|
+
"Refund user name": "@:{'report.dynamic.common.refund'} @:{'report.dynamic.common.user'} @:{'report.dynamic.common.name'}",
|
|
824
|
+
status: "@.lower:{'report.dynamic.common.status'}",
|
|
825
|
+
"Transaction ID": "Transaction @:{'report.dynamic.common.id'}",
|
|
826
|
+
"Tax code": "@:{'report.dynamic.common.tax'} @:{'report.dynamic.common.code'}",
|
|
827
|
+
"Refund time": "@:{'report.dynamic.common.refund'} @:{'report.dynamic.common.time'}",
|
|
828
|
+
"Normal credit": "Normal credit",
|
|
829
|
+
"Free credit": "Free credit",
|
|
830
|
+
"Purchase ID": "@:{'report.dynamic.common.purchase'} @:{'report.dynamic.common.id'}",
|
|
831
|
+
"Is internal": "@:{'report.dynamic.common.is'} internal",
|
|
832
|
+
"Acquired time": "Acquired @:{'report.dynamic.common.time'}",
|
|
833
|
+
Thumbnail: "Thumbnail",
|
|
834
|
+
Costing: "Costing",
|
|
835
|
+
"Is refund": "@:{'report.dynamic.common.is'} @:{'report.dynamic.common.refund'}",
|
|
836
|
+
Free: "Free",
|
|
837
|
+
Normal: "Normal",
|
|
838
|
+
Message: "Message",
|
|
839
|
+
rating: "rating",
|
|
840
|
+
"Collectible ID": "Collectible @:{'report.dynamic.common.id'}",
|
|
841
|
+
"Template ID": "Template @:{'report.dynamic.common.id'}",
|
|
842
|
+
"Started at": "Started @:{'report.dynamic.common.at'}",
|
|
843
|
+
"Ended at": "Ended @:{'report.dynamic.common.at'}",
|
|
844
|
+
Active: "Active",
|
|
845
|
+
"Max distribution": "@:{'report.dynamic.common.max'} distribution",
|
|
846
|
+
"Max distribution per user": "@:{'report.dynamic.common.max'} distribution per @:{'report.dynamic.common.user'}",
|
|
847
|
+
"Max use per collectible": "@:{'report.dynamic.common.max'} use per collectible",
|
|
848
|
+
"Collection ID": "Collection @:{'report.dynamic.common.id'}",
|
|
849
|
+
"Refund ref ID": "@:{'report.dynamic.common.refund'} @:{'report.dynamic.common.ref'} @:{'report.dynamic.common.id'}",
|
|
850
|
+
"Campaign ID": "@:{'report.dynamic.schema.Campaign'} @:{'report.dynamic.common.id'}",
|
|
851
|
+
"Transformed source": "Transformed source",
|
|
852
|
+
"Quantity distributed": "Quantity distributed",
|
|
853
|
+
"Quantity usage": "Quantity usage",
|
|
854
|
+
"Quantity expired": "Quantity @:{'report.dynamic.common.expired'}",
|
|
855
|
+
Range: "Range",
|
|
856
|
+
From: "@:{'report.dynamic.common.from'}",
|
|
857
|
+
To: "@:{'report.dynamic.common.to'}",
|
|
858
|
+
"Member count": "@:{'report.dynamic.schema.Member'} @:{'report.dynamic.common.count'}",
|
|
859
|
+
Rank: "Rank",
|
|
860
|
+
"Payment ref ID": "@:{'report.dynamic.schema.Payment'} @:{'report.dynamic.common.ref'} @:{'report.dynamic.common.id'}",
|
|
861
|
+
"Payment type": "@:{'report.dynamic.schema.Payment'} @:{'report.dynamic.common.type'}",
|
|
862
|
+
"Payment Extra": "@:{'report.dynamic.schema.Payment'} Extra",
|
|
863
|
+
"Payment amount": "@:{'report.dynamic.schema.Payment'} @:{'report.dynamic.common.amount'}",
|
|
864
|
+
"Voucher count": "Voucher @:{'report.dynamic.common.count'}",
|
|
865
|
+
"Title count": "Title @:{'report.dynamic.common.count'}",
|
|
866
|
+
"Cash amount": "@:{'report.dynamic.common.cash'} @:{'report.dynamic.common.amount'}",
|
|
867
|
+
"Coin amount": "Coin @:{'report.dynamic.common.amount'}",
|
|
868
|
+
Price: "@.upper:{'report.dynamic.common.price'}",
|
|
869
|
+
"Coin price": "Coin @:{'report.dynamic.common.price'}",
|
|
870
|
+
"Max use": "@:{'report.dynamic.common.max'} use",
|
|
871
|
+
"Start time": "Start @:{'report.dynamic.common.time'}",
|
|
872
|
+
"Finish time": "Finish @:{'report.dynamic.common.time'}",
|
|
873
|
+
Timestamp: "Timestamp",
|
|
874
|
+
"Inventory Adjustment SKU ID": "@:{'report.dynamic.schema.Inventory'} Adjustment @:{'report.dynamic.common.sku'} @:{'report.dynamic.common.id'}",
|
|
875
|
+
"Qty x Unit": "@.upper:{'report.dynamic.common.qty'} x @.upper:{'report.dynamic.common.unit'}",
|
|
876
|
+
"User Name": "@:{'report.dynamic.schema.User'} @:{'report.dynamic.common.name'}",
|
|
877
|
+
"Move From Table": "Move @:{'report.dynamic.common.from'} @:{'report.dynamic.schema.Table'}",
|
|
878
|
+
"Move From Bill ID": "Move @:{'report.dynamic.common.from'} @:{'report.dynamic.schema.Bill'} @:{'report.dynamic.common.id'}",
|
|
879
|
+
"Move From Bill No.": "Move @:{'report.dynamic.common.from'} @:{'report.dynamic.schema.Bill'} No.",
|
|
880
|
+
"Move Time": "Move @:{'report.dynamic.common.time'}",
|
|
881
|
+
"Bill count": "@:{'report.dynamic.schema.Bill'} @:{'report.dynamic.common.count'}",
|
|
882
|
+
"Bill nett": "@:{'report.dynamic.schema.Bill'} Nett",
|
|
883
|
+
"Item count": "Item @:{'report.dynamic.common.count'}",
|
|
884
|
+
"Srvc charge": "Srvc charge",
|
|
885
|
+
Spacer: "Spacer",
|
|
886
|
+
"Void bill count": "Void @:{'report.dynamic.schema.Bill'} @:{'report.dynamic.common.count'}",
|
|
887
|
+
"Draft bill count": "Draft @:{'report.dynamic.schema.Bill'} @:{'report.dynamic.common.count'}",
|
|
888
|
+
"Draft bill nett": "Draft @:{'report.dynamic.schema.Bill'} Nett",
|
|
889
|
+
Overview: "@:{'report.dynamic.common.overview'}",
|
|
890
|
+
"Top products": "Top @:{'report.dynamic.common.product'}s",
|
|
891
|
+
Branches: "Branches",
|
|
892
|
+
"Close up": "Close Up",
|
|
893
|
+
"Total sales": "@:{'report.dynamic.common.total'} @:{'report.dynamic.common.sales'}",
|
|
894
|
+
"Total pax": "@:{'report.dynamic.common.total'} Pax",
|
|
895
|
+
"Total discount": "@:{'report.dynamic.common.total'} @:{'report.dynamic.schema.Discount'}",
|
|
896
|
+
"Total void": "@:{'report.dynamic.common.total'} Void",
|
|
897
|
+
"Total refund": "@:{'report.dynamic.common.total'} @:{'report.dynamic.schema.Refund'}",
|
|
898
|
+
"Avg sales": "@:{'report.dynamic.common.average'} @:{'report.dynamic.common.sales'}",
|
|
899
|
+
"Avg pax": "@:{'report.dynamic.common.average'} Pax",
|
|
900
|
+
"Avg sales/pax": "@:{'report.dynamic.common.average'} @:{'report.dynamic.common.sales'}/Pax",
|
|
901
|
+
"Payment summary": "@:{'report.dynamic.schema.Payment'} @:{'report.dynamic.common.summary'}",
|
|
902
|
+
"Charge summary": "@:{'report.dynamic.schema.Charge'} @:{'report.dynamic.common.summary'}",
|
|
903
|
+
"Delivery summary": "@:{'report.dynamic.common.delivery'} @:{'report.dynamic.common.summary'}",
|
|
904
|
+
"Pickup summary": "Pickup @:{'report.dynamic.common.summary'}",
|
|
905
|
+
"Source summary": "Source @:{'report.dynamic.common.summary'}",
|
|
906
|
+
"Member store": "@:{'report.dynamic.schema.Member'} @:{'report.dynamic.common.store'}",
|
|
907
|
+
"Sales summary": "@:{'report.dynamic.common.sales'} @:{'report.dynamic.common.summary'}",
|
|
908
|
+
"Daily sales": "Daily @:{'report.dynamic.common.sales'}",
|
|
909
|
+
"Hourly sales": "Hourly @:{'report.dynamic.common.sales'}",
|
|
910
|
+
Drawer: "@:{'report.dynamic.schema.Drawer'}",
|
|
911
|
+
"User product sales": "@:{'report.dynamic.common.user'} @:{'report.dynamic.common.product'} @:{'report.dynamic.common.sales'}",
|
|
912
|
+
Receipt: "Receipt",
|
|
913
|
+
"Inventory adjustment": "@:{'report.dynamic.schema.Inventory'} Adjustment",
|
|
914
|
+
"Product unit": "@:{'report.dynamic.common.product'} @:{'report.dynamic.common.unit'}",
|
|
915
|
+
"Product by invoice": "@:{'report.dynamic.common.product'} by Invoice",
|
|
916
|
+
Counter: "@:{'report.dynamic.schema.Counter'}",
|
|
917
|
+
"Counter records": "@:{'report.dynamic.schema.Counter'} Records",
|
|
918
|
+
"Counter records - CASH": "@:{'report.dynamic.schema.Counter'} Records - @:{'report.dynamic.common.cash'}",
|
|
919
|
+
Timesheet: "@:{'report.dynamic.schema.Timesheet'}",
|
|
920
|
+
"Product sales": "@:{'report.dynamic.common.product'} @:{'report.dynamic.common.sales'}",
|
|
921
|
+
"Product sales by time": "@:{'report.dynamic.common.product'} @:{'report.dynamic.common.sales'} by @:{'report.dynamic.common.time'}",
|
|
922
|
+
"Morning (12AM-12PM)": "Morning (12AM-12PM)",
|
|
923
|
+
"Afternoon (12PM-6PM)": "Afternoon (12PM-6PM)",
|
|
924
|
+
"Night (6PM-12AM)": "Night (6PM-12AM)",
|
|
925
|
+
Addon: "@:{'report.dynamic.schema.Addon'}",
|
|
926
|
+
Voucher: "@:{'report.dynamic.common.voucher'}",
|
|
927
|
+
"User voucher": "@:{'report.dynamic.common.user'} @:{'report.dynamic.common.voucher'}",
|
|
928
|
+
Void: "Void",
|
|
929
|
+
"Member store purchase": "@:{'report.dynamic.schema.Member store purchase'}",
|
|
930
|
+
"User credit transaction": "@:{'report.dynamic.common.user'} @:{'report.dynamic.schema.Credit transaction'}",
|
|
931
|
+
"Credit transaction": "@:{'report.dynamic.schema.Credit transaction'}",
|
|
932
|
+
Refund: "@:{'report.dynamic.schema.Refund'}",
|
|
933
|
+
"Member Dashboard": "@:{'report.dynamic.schema.Member'} Dashboard",
|
|
934
|
+
"Active members": "@:{'report.dynamic.common.active'} @:{'report.dynamic.schema.Member'}s",
|
|
935
|
+
"Average rating": "@:{'report.dynamic.common.average'} Rating",
|
|
936
|
+
"Total revenue": "@:{'report.dynamic.common.total'} @:{'report.dynamic.common.revenue'}",
|
|
937
|
+
"Items ordered": "Items Ordered",
|
|
938
|
+
"Top 10 members by revenue": "Top 10 @:{'report.dynamic.schema.Member'}s by @:{'report.dynamic.common.revenue'}",
|
|
939
|
+
"Top 10 members by rating": "Top 10 @:{'report.dynamic.schema.Member'}s by Rating",
|
|
940
|
+
"Top 10 Members by No. Items Ordered": "Top 10 @:{'report.dynamic.schema.Member'}s by No. Items Ordered",
|
|
941
|
+
"Age range": "Age Range",
|
|
942
|
+
Gender: "Gender",
|
|
943
|
+
"Birthday month": "Birthday Month",
|
|
944
|
+
"Member Dashboard - Recency": "@:{'report.dynamic.schema.Member'} Dashboard - Recency",
|
|
945
|
+
"Member Dashboard - Frequency": "@:{'report.dynamic.schema.Member'} Dashboard - Frequency",
|
|
946
|
+
"Member Dashboard - Monetary": "@:{'report.dynamic.schema.Member'} Dashboard - Monetary",
|
|
947
|
+
"Member Dashboard - Member Info Table": "@:{'report.dynamic.schema.Member'} Dashboard - @:{'report.dynamic.schema.Member'} Info Table",
|
|
948
|
+
"KDS Performance": "KDS @:{'report.dynamic.common.performance'}",
|
|
949
|
+
"Campaign Voucher Dashboard": "@:{'report.dynamic.schema.Campaign'} @:{'report.dynamic.common.voucher'} Dashboard",
|
|
950
|
+
"Voucher Dashboard - Total Revenue": "@:{'report.dynamic.common.voucher'} Dashboard - @:{'report.dynamic.common.total'} @:{'report.dynamic.common.revenue'}",
|
|
951
|
+
"Voucher Dashboard - Total Users": "@:{'report.dynamic.common.voucher'} Dashboard - @:{'report.dynamic.common.total'} @:{'report.dynamic.common.user'}s",
|
|
952
|
+
"Voucher Dashboard - Usage Rate": "@:{'report.dynamic.common.voucher'} Dashboard - Usage Rate",
|
|
953
|
+
"Voucher Dashboard - Table Overview": "@:{'report.dynamic.common.voucher'} Dashboard - Table @:{'report.dynamic.common.overview'}",
|
|
954
|
+
"Voucher Dashboard - Usage": "@:{'report.dynamic.common.voucher'} Dashboard - Usage",
|
|
955
|
+
"Voucher Dashboard - Revenue": "@:{'report.dynamic.common.voucher'} Dashboard - @:{'report.dynamic.common.revenue'}",
|
|
956
|
+
"Tier and Experience Dashboard": "Tier and Experience Dashboard",
|
|
957
|
+
"Total Experience Users": "@:{'report.dynamic.common.total'} Experience @:{'report.dynamic.common.user'}s",
|
|
958
|
+
"Total Experiences Distributed": "@:{'report.dynamic.common.total'} Experiences Distributed",
|
|
959
|
+
"Average Experiences per User": "@:{'report.dynamic.common.average'} Experiences per @:{'report.dynamic.common.user'}",
|
|
960
|
+
"Total Active Experience Campaigns": "@:{'report.dynamic.common.total'} @:{'report.dynamic.common.active'} Experience @:{'report.dynamic.schema.Campaign'}s",
|
|
961
|
+
Tiers: "Tiers",
|
|
962
|
+
"Tier Distribution": "Tier Distribution",
|
|
963
|
+
"Experiences Distributed vs. Day": "Experiences Distributed vs. Day",
|
|
964
|
+
"Experience Campaigns": "Experience @:{'report.dynamic.schema.Campaign'}s",
|
|
965
|
+
"Point and Store Dashboard": "Point and @:{'report.dynamic.common.store'} Dashboard",
|
|
966
|
+
"Total Point Users": "@:{'report.dynamic.common.total'} Point @:{'report.dynamic.common.user'}s",
|
|
967
|
+
"Total Points Distributed": "@:{'report.dynamic.common.total'} Points Distributed",
|
|
968
|
+
"Total Points Used": "@:{'report.dynamic.common.total'} Points Used",
|
|
969
|
+
"Total Active Point Campaigns": "@:{'report.dynamic.common.total'} @:{'report.dynamic.common.active'} Point @:{'report.dynamic.schema.Campaign'}s",
|
|
970
|
+
"Point Campaigns": "Point @:{'report.dynamic.schema.Campaign'}s",
|
|
971
|
+
"Store Analysis": "@:{'report.dynamic.common.store'} Analysis",
|
|
972
|
+
"Credit Dashboard": "@:{'report.dynamic.common.credit'} Dashboard",
|
|
973
|
+
"Total Credit Users": "@:{'report.dynamic.common.total'} @:{'report.dynamic.common.credit'} @:{'report.dynamic.common.user'}s",
|
|
974
|
+
"Total Credits Distributed": "@:{'report.dynamic.common.total'} @:{'report.dynamic.common.credit'}s Distributed",
|
|
975
|
+
"Total Credits Used": "@:{'report.dynamic.common.total'} @:{'report.dynamic.common.credit'}s Used",
|
|
976
|
+
"Total Active Credit Campaigns": "@:{'report.dynamic.common.total'} @:{'report.dynamic.common.active'} @:{'report.dynamic.common.credit'} @:{'report.dynamic.schema.Campaign'}s",
|
|
977
|
+
"Credit Campaigns Performance": "@:{'report.dynamic.common.credit'} @:{'report.dynamic.schema.Campaign'}s @:{'report.dynamic.common.performance'}",
|
|
978
|
+
"Credits Distributed": "@:{'report.dynamic.common.credit'}s Distributed",
|
|
979
|
+
"Credits Used": "@:{'report.dynamic.common.credit'}s Used",
|
|
980
|
+
"Credits Expired": "@:{'report.dynamic.common.credit'}s @:{'report.dynamic.common.expired'}",
|
|
981
|
+
None: "None",
|
|
982
|
+
"Grand Total": "Grand Total"
|
|
983
|
+
}
|
|
469
984
|
}
|
|
470
|
-
},
|
|
471
|
-
report:
|
|
985
|
+
}, t = {
|
|
986
|
+
report: m
|
|
472
987
|
}, n = {
|
|
473
988
|
common: {
|
|
474
989
|
report: "报表 | 报表",
|
|
@@ -581,7 +1096,7 @@ const r = {
|
|
|
581
1096
|
pin: "@:report.common.pin{name}@:report.common.sucessful",
|
|
582
1097
|
addSchedule: "@:report.common.add@report.common.schedule",
|
|
583
1098
|
updateSchedule: "@:report.common.update@report.common.schedule",
|
|
584
|
-
noWidget: "
|
|
1099
|
+
noWidget: "没有组件",
|
|
585
1100
|
doYouWantToSave: "你想要@:report.common.save{name}吗?",
|
|
586
1101
|
notSaved: "@:report.common.report{name}未保存,你确定要退出吗?",
|
|
587
1102
|
saveSuccess: "@:report.common.save@:report.common.sucessful",
|
|
@@ -756,15 +1271,15 @@ const r = {
|
|
|
756
1271
|
reportInfo: "@:{'report.common.report'}信息",
|
|
757
1272
|
reportTitle: "@:{'report.common.report'}标题",
|
|
758
1273
|
placeholder: "占位符",
|
|
759
|
-
addWidget: "
|
|
760
|
-
widget: "
|
|
761
|
-
deleteWidget: "@:{'report.common.delete'}
|
|
1274
|
+
addWidget: "添加组件",
|
|
1275
|
+
widget: "组件{index}",
|
|
1276
|
+
deleteWidget: "@:{'report.common.delete'}组件",
|
|
762
1277
|
deleteWidgetConfirm: "你确定要@.lower:report.common.delete{title}吗?",
|
|
763
1278
|
customizeReport: "自定义@:report.common.report",
|
|
764
1279
|
notSaved: "@:report.common.report{name}未保存,你确定要退出吗?"
|
|
765
1280
|
},
|
|
766
1281
|
widget: {
|
|
767
|
-
type: "
|
|
1282
|
+
type: "组件类型",
|
|
768
1283
|
types: {
|
|
769
1284
|
scorecard: "评分卡",
|
|
770
1285
|
spacer: "分隔符",
|
|
@@ -775,8 +1290,8 @@ const r = {
|
|
|
775
1290
|
stacklinechart: "堆叠折线图",
|
|
776
1291
|
circular: "圆形"
|
|
777
1292
|
},
|
|
778
|
-
details: "
|
|
779
|
-
title: "
|
|
1293
|
+
details: "组件详情",
|
|
1294
|
+
title: "组件标题",
|
|
780
1295
|
titlePlaceholder: "标题",
|
|
781
1296
|
description: "描述(可选)",
|
|
782
1297
|
descriptionPlaceholder: "描述你的数据是如何收集的",
|
|
@@ -787,28 +1302,28 @@ const r = {
|
|
|
787
1302
|
tile: {
|
|
788
1303
|
setting: "设置",
|
|
789
1304
|
widget: {
|
|
790
|
-
details: "
|
|
791
|
-
title: "
|
|
1305
|
+
details: "组件详情",
|
|
1306
|
+
title: "组件标题",
|
|
792
1307
|
titlePlaceholder: "标题",
|
|
793
1308
|
description: "描述(可选)",
|
|
794
1309
|
descriptionPlaceholder: "描述你的数据是如何收集的",
|
|
795
1310
|
descriptionHelper: "你只能在标题启用时添加描述",
|
|
796
1311
|
width: "宽度",
|
|
797
1312
|
height: "高度",
|
|
798
|
-
type: "
|
|
1313
|
+
type: "组件类型"
|
|
799
1314
|
},
|
|
800
1315
|
datasource: {
|
|
801
1316
|
main: "主数据源",
|
|
802
|
-
join: "连接数据源",
|
|
1317
|
+
join: "连接数据源 {index}",
|
|
803
1318
|
remove: "移除数据源",
|
|
804
1319
|
confirmRemove: "确认移除连接数据源{index} ?"
|
|
805
1320
|
},
|
|
806
1321
|
save: {
|
|
807
|
-
title: "
|
|
1322
|
+
title: "保存组件",
|
|
808
1323
|
confirm: "确认保存{title}"
|
|
809
1324
|
},
|
|
810
1325
|
cancel: {
|
|
811
|
-
title: "
|
|
1326
|
+
title: "取消组件",
|
|
812
1327
|
confirm: "当前{title}未保存,你确定要退出吗?"
|
|
813
1328
|
}
|
|
814
1329
|
},
|
|
@@ -937,10 +1452,525 @@ const r = {
|
|
|
937
1452
|
defaultDateRange: "默认日期范围",
|
|
938
1453
|
comparisonDateRange: "比较日期范围"
|
|
939
1454
|
}
|
|
1455
|
+
},
|
|
1456
|
+
dynamic: {
|
|
1457
|
+
schema: {
|
|
1458
|
+
Bill: "账单",
|
|
1459
|
+
Counter: "柜台",
|
|
1460
|
+
Drawer: "收银抽屉",
|
|
1461
|
+
Product: "产品",
|
|
1462
|
+
Addon: "附加项",
|
|
1463
|
+
"Parent Product": "父产品",
|
|
1464
|
+
Payment: "支付",
|
|
1465
|
+
Charge: "费用",
|
|
1466
|
+
"Payment(Payment time)": "支付(支付时间)",
|
|
1467
|
+
"Counter record": "柜台记录",
|
|
1468
|
+
Table: "桌子",
|
|
1469
|
+
Staff: "员工",
|
|
1470
|
+
Timesheet: "工时表",
|
|
1471
|
+
Discount: "折扣",
|
|
1472
|
+
Inventory: "库存",
|
|
1473
|
+
"Inventory sku": "库存单位",
|
|
1474
|
+
"Purchase order": "采购订单",
|
|
1475
|
+
"Purchase order item": "采购订单项",
|
|
1476
|
+
"Purchase order delivery order": "采购订单配送单",
|
|
1477
|
+
"Purchase order delivery order sku": "采购订单配送单单位",
|
|
1478
|
+
"Purchase order delivery fulfillment": "采购订单配送履行",
|
|
1479
|
+
"Purchase order delivery fulfillment sku": "采购订单配送履行单位",
|
|
1480
|
+
Restaurant: "餐厅",
|
|
1481
|
+
"Restaurant feature": "餐厅功能",
|
|
1482
|
+
Business: "业务",
|
|
1483
|
+
User: "用户",
|
|
1484
|
+
"Voucher Claim": "优惠券领取",
|
|
1485
|
+
"Voucher Claim Redemption": "优惠券兑换",
|
|
1486
|
+
Location: "地点",
|
|
1487
|
+
Member: "会员",
|
|
1488
|
+
"Member store purchase": "会员店铺购买",
|
|
1489
|
+
"Member store purchase payment": "会员店铺购买支付",
|
|
1490
|
+
Membership: "会员资格",
|
|
1491
|
+
"Membership title": "会员头衔",
|
|
1492
|
+
"Member title": "会员头衔",
|
|
1493
|
+
"Menu Group": "菜单组",
|
|
1494
|
+
"Menu SKU": "菜单单位",
|
|
1495
|
+
"Menu Product": "菜单产品",
|
|
1496
|
+
"Credit transaction": "信用交易",
|
|
1497
|
+
Stock: "存货",
|
|
1498
|
+
Review: "评价",
|
|
1499
|
+
Campaign: "活动",
|
|
1500
|
+
"Collectible config": "收藏品配置",
|
|
1501
|
+
"Collectible transaction": "收藏品交易",
|
|
1502
|
+
"Campaign tier": "活动层级",
|
|
1503
|
+
"Store transaction": "店铺交易",
|
|
1504
|
+
"Store bundle": "店铺套餐",
|
|
1505
|
+
"Collectible collection": "收藏品集合",
|
|
1506
|
+
"Kitchen station": "厨房站点",
|
|
1507
|
+
"Refund Bill": "退款账单",
|
|
1508
|
+
"Timesheet record": "工时记录",
|
|
1509
|
+
"Inventory physical sku": "库存物理单位",
|
|
1510
|
+
"Item Movement": "项目移动"
|
|
1511
|
+
},
|
|
1512
|
+
common: {
|
|
1513
|
+
time: "时间",
|
|
1514
|
+
id: "ID",
|
|
1515
|
+
name: "名称",
|
|
1516
|
+
price: "价格",
|
|
1517
|
+
amount: "金额",
|
|
1518
|
+
count: "数量",
|
|
1519
|
+
balance: "余额",
|
|
1520
|
+
user: "用户",
|
|
1521
|
+
ref: "参考",
|
|
1522
|
+
type: "类型",
|
|
1523
|
+
qty: "数量",
|
|
1524
|
+
unit: "单位",
|
|
1525
|
+
discount: "折扣",
|
|
1526
|
+
cost: "成本",
|
|
1527
|
+
total: "总计",
|
|
1528
|
+
status: "状态",
|
|
1529
|
+
at: "在",
|
|
1530
|
+
is: "是",
|
|
1531
|
+
from: "从",
|
|
1532
|
+
to: "到",
|
|
1533
|
+
address: "地址",
|
|
1534
|
+
max: "最大",
|
|
1535
|
+
cash: "现金",
|
|
1536
|
+
order: "订单",
|
|
1537
|
+
before: "之前",
|
|
1538
|
+
delivery: "配送",
|
|
1539
|
+
store: "店铺",
|
|
1540
|
+
sku: "库存单位",
|
|
1541
|
+
refund: "退款",
|
|
1542
|
+
close: "关闭",
|
|
1543
|
+
open: "开启",
|
|
1544
|
+
tax: "税",
|
|
1545
|
+
code: "代码",
|
|
1546
|
+
with: "包含",
|
|
1547
|
+
without: "不含",
|
|
1548
|
+
abbrev: "缩写",
|
|
1549
|
+
inclusive: "包含",
|
|
1550
|
+
supplier: "供应商",
|
|
1551
|
+
expired: "已过期",
|
|
1552
|
+
purchase: "采购",
|
|
1553
|
+
reason: "原因",
|
|
1554
|
+
variant: "变体",
|
|
1555
|
+
summary: "总结",
|
|
1556
|
+
average: "平均",
|
|
1557
|
+
revenue: "收入",
|
|
1558
|
+
overview: "概览",
|
|
1559
|
+
performance: "表现",
|
|
1560
|
+
product: "产品",
|
|
1561
|
+
voucher: "优惠券",
|
|
1562
|
+
active: "活跃",
|
|
1563
|
+
credit: "信用",
|
|
1564
|
+
nett: "净额",
|
|
1565
|
+
sales: "销售",
|
|
1566
|
+
takeaway: "外卖"
|
|
1567
|
+
},
|
|
1568
|
+
other: {
|
|
1569
|
+
"Inclusive SC": "@:{'report.dynamic.common.inclusive'}SC",
|
|
1570
|
+
"Restaurant ID": "@:{'report.dynamic.schema.Restaurant'}@:{'report.dynamic.common.id'}",
|
|
1571
|
+
Status: "@.upper:{'report.dynamic.common.status'}",
|
|
1572
|
+
"No.": "编号",
|
|
1573
|
+
Table: "@:{'report.dynamic.schema.Table'}",
|
|
1574
|
+
Delivery: "@.upper:{'report.dynamic.common.delivery'}",
|
|
1575
|
+
"Refund ID": "@.upper:{'report.dynamic.common.refund'}@:{'report.dynamic.common.id'}",
|
|
1576
|
+
Type: "@.upper:{'report.dynamic.common.type'}",
|
|
1577
|
+
"Refund approver": "@.upper:{'report.dynamic.common.refund'}批准者",
|
|
1578
|
+
"Refund user": "@.upper:{'report.dynamic.common.refund'}@.upper:{'report.dynamic.common.user'}",
|
|
1579
|
+
"Refund reason": "@.upper:{'report.dynamic.common.refund'}@:{'report.dynamic.common.reason'}",
|
|
1580
|
+
"Member ID": "@:{'report.dynamic.schema.Member'}@:{'report.dynamic.common.id'}",
|
|
1581
|
+
"Member user ID": "@:{'report.dynamic.schema.Member'}@.upper:{'report.dynamic.common.user'}@:{'report.dynamic.common.id'}",
|
|
1582
|
+
"Member name": "@:{'report.dynamic.schema.Member'}@.upper:{'report.dynamic.common.name'}",
|
|
1583
|
+
Remark: "备注",
|
|
1584
|
+
Source: "来源",
|
|
1585
|
+
ID: "@:{'report.dynamic.common.id'}",
|
|
1586
|
+
"Inclusive SST": "@:{'report.dynamic.common.inclusive'}SST",
|
|
1587
|
+
"SST before discount": "SST@:{'report.dynamic.common.before'}@:{'report.dynamic.schema.Discount'}",
|
|
1588
|
+
"SST %": "SST %",
|
|
1589
|
+
"SC before discount": "SC@:{'report.dynamic.common.before'}@:{'report.dynamic.schema.Discount'}",
|
|
1590
|
+
"SC %": "SC %",
|
|
1591
|
+
"Integrated order ID": "集成@:{'report.dynamic.common.order'}@:{'report.dynamic.common.id'}",
|
|
1592
|
+
Restaurant: "@:{'report.dynamic.schema.Restaurant'}",
|
|
1593
|
+
Time: "@.upper:{'report.dynamic.common.time'}",
|
|
1594
|
+
"Member birthday": "@:{'report.dynamic.schema.Member'}生日",
|
|
1595
|
+
"Closed at": "@.upper:{'report.dynamic.common.close'}@:{'report.dynamic.common.at'}",
|
|
1596
|
+
Pickup: "自取",
|
|
1597
|
+
"Is in house delivery": "@:{'report.dynamic.common.is'}内部@:{'report.dynamic.common.delivery'}",
|
|
1598
|
+
"Is other delivery": "@:{'report.dynamic.common.is'}其他@:{'report.dynamic.common.delivery'}",
|
|
1599
|
+
"Is takeaway": "@:{'report.dynamic.common.is'}外带",
|
|
1600
|
+
Refund: "@.upper:{'report.dynamic.common.refund'}",
|
|
1601
|
+
Rounding: "四舍五入",
|
|
1602
|
+
SST: "SST",
|
|
1603
|
+
Discount: "@:{'report.dynamic.schema.Discount'}",
|
|
1604
|
+
SC: "SC",
|
|
1605
|
+
Pax: "人数",
|
|
1606
|
+
"Other charge": "其他@:{'report.dynamic.schema.Charge'}",
|
|
1607
|
+
"Gross w/ takeaway": "总计含外带",
|
|
1608
|
+
Takeaway: "外带",
|
|
1609
|
+
"Extra charge": "额外@:{'report.dynamic.schema.Charge'}",
|
|
1610
|
+
"Delivery fee": "@:{'report.dynamic.common.delivery'}费用",
|
|
1611
|
+
Nett: "净额",
|
|
1612
|
+
"Gross before charges": "费用前总计",
|
|
1613
|
+
"Member Recency": "@:{'report.dynamic.schema.Member'}最近活动",
|
|
1614
|
+
"Member frequency": "@:{'report.dynamic.schema.Member'}频率",
|
|
1615
|
+
"Member monetary": "@:{'report.dynamic.schema.Member'}金额",
|
|
1616
|
+
"Delivery fee with tax": "@:{'report.dynamic.common.delivery'}费用@:{'report.dynamic.common.with'}@:{'report.dynamic.common.tax'}",
|
|
1617
|
+
"Delivery fee without tax": "@:{'report.dynamic.common.delivery'}费用@:{'report.dynamic.common.without'}@:{'report.dynamic.common.tax'}",
|
|
1618
|
+
"Other charge with tax": "其他@:{'report.dynamic.schema.Charge'}@:{'report.dynamic.common.with'}@:{'report.dynamic.common.tax'}",
|
|
1619
|
+
"Other charge without tax": "其他@:{'report.dynamic.schema.Charge'}@:{'report.dynamic.common.without'}@:{'report.dynamic.common.tax'}",
|
|
1620
|
+
Duration: "持续时间",
|
|
1621
|
+
Gross: "总计",
|
|
1622
|
+
Name: "@.upper:{'report.dynamic.common.name'}",
|
|
1623
|
+
User: "@:{'report.dynamic.schema.User'}",
|
|
1624
|
+
Reason: "@.upper:{'report.dynamic.common.reason'}",
|
|
1625
|
+
"Counter ID": "@:{'report.dynamic.schema.Counter'}@:{'report.dynamic.common.id'}",
|
|
1626
|
+
Counter: "@:{'report.dynamic.schema.Counter'}",
|
|
1627
|
+
Total: "@.upper:{'report.dynamic.common.total'}",
|
|
1628
|
+
In: "进",
|
|
1629
|
+
Out: "出",
|
|
1630
|
+
"Parent name": "父@:{'report.dynamic.common.name'}",
|
|
1631
|
+
"Bill ID": "@:{'report.dynamic.schema.Bill'}@:{'report.dynamic.common.id'}",
|
|
1632
|
+
Unit: "@.upper:{'report.dynamic.common.unit'}",
|
|
1633
|
+
Category: "类别",
|
|
1634
|
+
"Takeaway ID": "外带@:{'report.dynamic.common.id'}",
|
|
1635
|
+
"Takeaway name": "外带@:{'report.dynamic.common.name'}",
|
|
1636
|
+
Code: "@.upper:{'report.dynamic.common.code'}",
|
|
1637
|
+
"Product ID": "@:{'report.dynamic.schema.Product'}@:{'report.dynamic.common.id'}",
|
|
1638
|
+
"Variant ID": "@.upper:{'report.dynamic.common.variant'}@:{'report.dynamic.common.id'}",
|
|
1639
|
+
Variant: "@.upper:{'report.dynamic.common.variant'}",
|
|
1640
|
+
"User id": "@:{'report.dynamic.schema.User'}@.lower:{'report.dynamic.common.id'}",
|
|
1641
|
+
"Void reason": "作废@:{'report.dynamic.common.reason'}",
|
|
1642
|
+
"Void user": "作废@:{'report.dynamic.common.user'}",
|
|
1643
|
+
"Void approver": "作废批准者",
|
|
1644
|
+
"Layer 0 parent ID": "层0父@:{'report.dynamic.common.id'}",
|
|
1645
|
+
"Custom attributes": "自定义属性",
|
|
1646
|
+
Summary: "摘要",
|
|
1647
|
+
"Group ID": "组@:{'report.dynamic.common.id'}",
|
|
1648
|
+
"Addon ID": "@:{'report.dynamic.schema.Addon'}@:{'report.dynamic.common.id'}",
|
|
1649
|
+
"Addon type": "@:{'report.dynamic.schema.Addon'}@.lower:{'report.dynamic.common.type'}",
|
|
1650
|
+
"Charge variant": "@:{'report.dynamic.schema.Charge'}@:{'report.dynamic.common.variant'}",
|
|
1651
|
+
"Parent ID": "父@:{'report.dynamic.common.id'}",
|
|
1652
|
+
"Bill close time": "@:{'report.dynamic.schema.Bill'}@:{'report.dynamic.common.close'}@:{'report.dynamic.common.time'}",
|
|
1653
|
+
"Served time": "服务@:{'report.dynamic.common.time'}",
|
|
1654
|
+
"Printed time": "打印@:{'report.dynamic.common.time'}",
|
|
1655
|
+
"Void time": "作废@:{'report.dynamic.common.time'}",
|
|
1656
|
+
"Item time": "项目@:{'report.dynamic.common.time'}",
|
|
1657
|
+
"Sent time": "发送@:{'report.dynamic.common.time'}",
|
|
1658
|
+
"Takeaway price": "外带@:{'report.dynamic.common.price'}",
|
|
1659
|
+
"Item discount": "项目@:{'report.dynamic.common.discount'}",
|
|
1660
|
+
"Bill discount": "@:{'report.dynamic.schema.Bill'}@:{'report.dynamic.common.discount'}",
|
|
1661
|
+
Layer: "层级",
|
|
1662
|
+
"Addon price": "@:{'report.dynamic.schema.Addon'}@:{'report.dynamic.common.price'}",
|
|
1663
|
+
Tax: "@.upper:{'report.dynamic.common.tax'}",
|
|
1664
|
+
"Preparation seconds": "准备秒数",
|
|
1665
|
+
"Layer nett": "层级@:{'report.dynamic.common.nett'}",
|
|
1666
|
+
"Layer bill discount": "层级@.lower:{'report.dynamic.schema.Bill'}@:{'report.dynamic.common.discount'}",
|
|
1667
|
+
"Layer item discount": "层级项目@:{'report.dynamic.common.discount'}",
|
|
1668
|
+
"Layer gross total": "层级总计@:{'report.dynamic.common.total'}",
|
|
1669
|
+
"Layer takeaway price": "层级外带@:{'report.dynamic.common.price'}",
|
|
1670
|
+
"Layer tax total": "层级@:{'report.dynamic.common.tax'}@:{'report.dynamic.common.total'}",
|
|
1671
|
+
"Layer sc": "层级sc",
|
|
1672
|
+
"Layer other charge": "层级其他@:{'report.dynamic.schema.Charge'}",
|
|
1673
|
+
"Layer gross before charges": "层级费用前总计",
|
|
1674
|
+
Qty: "@.upper:{'report.dynamic.common.qty'}",
|
|
1675
|
+
"Per unit": "每@:{'report.dynamic.common.unit'}",
|
|
1676
|
+
"Unit qty": "@.upper:{'report.dynamic.common.unit'}@:{'report.dynamic.common.qty'}",
|
|
1677
|
+
"Item ID": "项目@:{'report.dynamic.common.id'}",
|
|
1678
|
+
type: "@.lower:{'report.dynamic.common.type'}",
|
|
1679
|
+
"Selection ID": "选择@:{'report.dynamic.common.id'}",
|
|
1680
|
+
"Bill time": "@:{'report.dynamic.schema.Bill'}@:{'report.dynamic.common.time'}",
|
|
1681
|
+
"User ID": "@:{'report.dynamic.schema.User'}@:{'report.dynamic.common.id'}",
|
|
1682
|
+
Reference: "参考",
|
|
1683
|
+
Issuer: "发行者",
|
|
1684
|
+
"Gateway key": "网关密钥",
|
|
1685
|
+
Gateway: "网关",
|
|
1686
|
+
"Card type": "卡@:{'report.dynamic.common.type'}",
|
|
1687
|
+
"Payment time": "@:{'report.dynamic.schema.Payment'}@:{'report.dynamic.common.time'}",
|
|
1688
|
+
Paid: "已支付",
|
|
1689
|
+
Change: "找零",
|
|
1690
|
+
VAT: "VAT",
|
|
1691
|
+
"Before Discount": "@.upper:{'report.dynamic.common.before'}@:{'report.dynamic.schema.Discount'}",
|
|
1692
|
+
Inclusive: "@:{'report.dynamic.common.inclusive'}",
|
|
1693
|
+
Percentage: "百分比",
|
|
1694
|
+
"Open user": "@:{'report.dynamic.common.open'}@:{'report.dynamic.common.user'}",
|
|
1695
|
+
"Close user": "@:{'report.dynamic.common.close'}@:{'report.dynamic.common.user'}",
|
|
1696
|
+
"Open time": "@:{'report.dynamic.common.open'}@:{'report.dynamic.common.time'}",
|
|
1697
|
+
"Close time": "@:{'report.dynamic.common.close'}@:{'report.dynamic.common.time'}",
|
|
1698
|
+
"Open amount": "@:{'report.dynamic.common.open'}@:{'report.dynamic.common.amount'}",
|
|
1699
|
+
"Close amount": "@:{'report.dynamic.common.close'}@:{'report.dynamic.common.amount'}",
|
|
1700
|
+
"Cash sale": "@:{'report.dynamic.common.cash'}销售",
|
|
1701
|
+
"Cash refund": "@:{'report.dynamic.common.cash'}@:{'report.dynamic.common.refund'}",
|
|
1702
|
+
"Member store cash sale": "@:{'report.dynamic.schema.Member'}@:{'report.dynamic.common.store'}@:{'report.dynamic.common.cash'}销售",
|
|
1703
|
+
"Member store cash refund": "@:{'report.dynamic.schema.Member'}@:{'report.dynamic.common.store'}@:{'report.dynamic.common.cash'}@:{'report.dynamic.common.refund'}",
|
|
1704
|
+
"Cash in": "@:{'report.dynamic.common.cash'}收入",
|
|
1705
|
+
"Cash out": "@:{'report.dynamic.common.cash'}支出",
|
|
1706
|
+
"Created at": "创建@:{'report.dynamic.common.at'}",
|
|
1707
|
+
"Clock in": "打卡进入",
|
|
1708
|
+
"Clock out": "打卡离开",
|
|
1709
|
+
Seconds: "秒",
|
|
1710
|
+
Minutes: "分钟",
|
|
1711
|
+
Hours: "小时",
|
|
1712
|
+
Cause: "原因",
|
|
1713
|
+
"Discount user": "@:{'report.dynamic.schema.Discount'}@:{'report.dynamic.common.user'}",
|
|
1714
|
+
"Discount approver": "@:{'report.dynamic.schema.Discount'}批准者",
|
|
1715
|
+
"Return ID": "退货@:{'report.dynamic.common.id'}",
|
|
1716
|
+
"Ref ID": "@:{'report.dynamic.common.ref'}@:{'report.dynamic.common.id'}",
|
|
1717
|
+
"Warehouse ID": "仓库@:{'report.dynamic.common.id'}",
|
|
1718
|
+
"Location ID": "@:{'report.dynamic.schema.Location'}@:{'report.dynamic.common.id'}",
|
|
1719
|
+
Ref: "@.upper:{'report.dynamic.common.ref'}",
|
|
1720
|
+
"Generated time": "生成@:{'report.dynamic.common.time'}",
|
|
1721
|
+
"Inventory Adjustment ID": "@:{'report.dynamic.schema.Inventory'}调整@:{'report.dynamic.common.id'}",
|
|
1722
|
+
"Unit ID": "@:{'report.dynamic.common.unit'}@:{'report.dynamic.common.id'}",
|
|
1723
|
+
"Unit Precision": "@:{'report.dynamic.common.unit'}精度",
|
|
1724
|
+
"SKU ID": "@:{'report.dynamic.common.sku'}@:{'report.dynamic.common.id'}",
|
|
1725
|
+
"Unit abbrev.": "@:{'report.dynamic.common.unit'}@:{'report.dynamic.common.abbrev'}.",
|
|
1726
|
+
"Name (unit)": "@:{'report.dynamic.common.name'}(@:{'report.dynamic.common.unit'})",
|
|
1727
|
+
"Tracking unit": "跟踪@:{'report.dynamic.common.unit'}",
|
|
1728
|
+
"Tracking unit abbrev.": "跟踪@:{'report.dynamic.common.unit'}@:{'report.dynamic.common.abbrev'}.",
|
|
1729
|
+
Amount: "@.upper:{'report.dynamic.common.amount'}",
|
|
1730
|
+
"From balance": "@:{'report.dynamic.common.from'}@:{'report.dynamic.common.balance'}",
|
|
1731
|
+
"To balance": "@:{'report.dynamic.common.to'}@:{'report.dynamic.common.balance'}",
|
|
1732
|
+
"Amount cost": "@:{'report.dynamic.common.amount'}@:{'report.dynamic.common.cost'}",
|
|
1733
|
+
"From balance cost": "@:{'report.dynamic.common.from'}@:{'report.dynamic.common.balance'}@:{'report.dynamic.common.cost'}",
|
|
1734
|
+
"To balance cost": "@:{'report.dynamic.common.to'}@:{'report.dynamic.common.balance'}@:{'report.dynamic.common.cost'}",
|
|
1735
|
+
"Daily consumption": "每日消耗",
|
|
1736
|
+
"Days outstanding": "未结天数",
|
|
1737
|
+
"Tracking amount": "跟踪@:{'report.dynamic.common.amount'}",
|
|
1738
|
+
Conversion: "转换",
|
|
1739
|
+
"Supplier ID": "@:{'report.dynamic.common.supplier'}@:{'report.dynamic.common.id'}",
|
|
1740
|
+
Supplier: "@:{'report.dynamic.common.supplier'}",
|
|
1741
|
+
"Supplier contact name": "@:{'report.dynamic.common.supplier'}联系@:{'report.dynamic.common.name'}",
|
|
1742
|
+
"Supplier phone number": "@:{'report.dynamic.common.supplier'}电话号码",
|
|
1743
|
+
"Supplier reg no.": "@:{'report.dynamic.common.supplier'}注册号",
|
|
1744
|
+
"Supplier email": "@:{'report.dynamic.common.supplier'}电子邮件",
|
|
1745
|
+
"Supplier address line 1": "@:{'report.dynamic.common.supplier'}@:{'report.dynamic.common.address'}行1",
|
|
1746
|
+
"Supplier address line 2": "@:{'report.dynamic.common.supplier'}@:{'report.dynamic.common.address'}行2",
|
|
1747
|
+
"Supplier address state": "@:{'report.dynamic.common.supplier'}@:{'report.dynamic.common.address'}州",
|
|
1748
|
+
"Supplier address city": "@:{'report.dynamic.common.supplier'}@:{'report.dynamic.common.address'}城市",
|
|
1749
|
+
"Supplier address postcode": "@:{'report.dynamic.common.supplier'}@:{'report.dynamic.common.address'}邮编",
|
|
1750
|
+
"Supplier address country": "@:{'report.dynamic.common.supplier'}@:{'report.dynamic.common.address'}国家",
|
|
1751
|
+
"NetSuite ID": "NetSuite@:{'report.dynamic.common.id'}",
|
|
1752
|
+
"NetSuite Ref No": "NetSuite@:{'report.dynamic.common.ref'}编号",
|
|
1753
|
+
"Effective time": "生效@:{'report.dynamic.common.time'}",
|
|
1754
|
+
"Purchase order ID": "@:{'report.dynamic.schema.Purchase order'}@:{'report.dynamic.common.id'}",
|
|
1755
|
+
"SKU code": "@:{'report.dynamic.common.sku'}@:{'report.dynamic.common.code'}",
|
|
1756
|
+
"SKU name": "@:{'report.dynamic.common.sku'}@:{'report.dynamic.common.name'}",
|
|
1757
|
+
"SKU unit ID": "@:{'report.dynamic.common.sku'}@:{'report.dynamic.common.unit'}@:{'report.dynamic.common.id'}",
|
|
1758
|
+
"SKU unit name": "@:{'report.dynamic.common.sku'}@:{'report.dynamic.common.unit'}@:{'report.dynamic.common.name'}",
|
|
1759
|
+
"SKU unit abbrev": "@:{'report.dynamic.common.sku'}@:{'report.dynamic.common.unit'}@:{'report.dynamic.common.abbrev'}",
|
|
1760
|
+
"Received qty": "收到@:{'report.dynamic.common.qty'}",
|
|
1761
|
+
"Requested qty": "请求@:{'report.dynamic.common.qty'}",
|
|
1762
|
+
Cost: "@.upper:{'report.dynamic.common.cost'}",
|
|
1763
|
+
Adjustment: "调整",
|
|
1764
|
+
"Purchase delivery order ID": "@:{'report.dynamic.common.purchase'}@:{'report.dynamic.common.delivery'}@:{'report.dynamic.common.order'}@:{'report.dynamic.common.id'}",
|
|
1765
|
+
"Unit name": "@:{'report.dynamic.common.unit'}@:{'report.dynamic.common.name'}",
|
|
1766
|
+
"Unit abbrev": "@:{'report.dynamic.common.unit'}@:{'report.dynamic.common.abbrev'}",
|
|
1767
|
+
"Purchase delivery fulfillment ID": "@:{'report.dynamic.common.purchase'}@:{'report.dynamic.common.delivery'}履行@:{'report.dynamic.common.id'}",
|
|
1768
|
+
State: "州",
|
|
1769
|
+
City: "城市",
|
|
1770
|
+
Postcode: "邮编",
|
|
1771
|
+
Country: "国家",
|
|
1772
|
+
"Business ID": "@:{'report.dynamic.schema.Business'}@:{'report.dynamic.common.id'}",
|
|
1773
|
+
"License Expire": "许可证过期",
|
|
1774
|
+
Longitude: "经度",
|
|
1775
|
+
Latitude: "纬度",
|
|
1776
|
+
"Table count": "@:{'report.dynamic.schema.Table'}@:{'report.dynamic.common.count'}",
|
|
1777
|
+
Feature: "功能",
|
|
1778
|
+
"Agent ID": "代理@:{'report.dynamic.common.id'}",
|
|
1779
|
+
"Owner ID": "所有者@:{'report.dynamic.common.id'}",
|
|
1780
|
+
"Expired at": "@:{'report.dynamic.common.expired'}@:{'report.dynamic.common.at'}",
|
|
1781
|
+
Birthday: "生日",
|
|
1782
|
+
Age: "年龄",
|
|
1783
|
+
Description: "描述",
|
|
1784
|
+
"Expired time": "@:{'report.dynamic.common.expired'}@:{'report.dynamic.common.time'}",
|
|
1785
|
+
"Redeemed time": "兑换@:{'report.dynamic.common.time'}",
|
|
1786
|
+
"Applied time": "应用@:{'report.dynamic.common.time'}",
|
|
1787
|
+
"Is expired": "@:{'report.dynamic.common.is'}@:{'report.dynamic.common.expired'}",
|
|
1788
|
+
"Is applied": "@:{'report.dynamic.common.is'}已应用",
|
|
1789
|
+
"Is redeemed": "@:{'report.dynamic.common.is'}已兑换",
|
|
1790
|
+
"Expired count": "@:{'report.dynamic.common.expired'}@:{'report.dynamic.common.count'}",
|
|
1791
|
+
"Applied count": "已应用@:{'report.dynamic.common.count'}",
|
|
1792
|
+
"redeemed count": "已兑换@:{'report.dynamic.common.count'}",
|
|
1793
|
+
"Voucher claim ID": "@:{'report.dynamic.schema.Voucher Claim'}@:{'report.dynamic.common.id'}",
|
|
1794
|
+
Level: "等级",
|
|
1795
|
+
Experience: "经验",
|
|
1796
|
+
Tier: "层级",
|
|
1797
|
+
"Card No.": "卡号",
|
|
1798
|
+
"Last visit": "最后访问",
|
|
1799
|
+
Balance: "@.upper:{'report.dynamic.common.balance'}",
|
|
1800
|
+
"Normal Balance": "正常@:{'report.dynamic.common.balance'}",
|
|
1801
|
+
"Free balance": "免费@:{'report.dynamic.common.balance'}",
|
|
1802
|
+
Version: "版本",
|
|
1803
|
+
Points: "积分",
|
|
1804
|
+
Sales: "销售",
|
|
1805
|
+
"Tier number": "层级编号",
|
|
1806
|
+
"Bundle name": "套餐@:{'report.dynamic.common.name'}",
|
|
1807
|
+
"Bundle ID": "套餐@:{'report.dynamic.common.id'}",
|
|
1808
|
+
"Create user ID": "创建@:{'report.dynamic.common.user'}@:{'report.dynamic.common.id'}",
|
|
1809
|
+
"Create user name": "创建@:{'report.dynamic.common.user'}@:{'report.dynamic.common.name'}",
|
|
1810
|
+
"Refund user ID": "@:{'report.dynamic.common.refund'}@:{'report.dynamic.common.user'}@:{'report.dynamic.common.id'}",
|
|
1811
|
+
"Refund user name": "@:{'report.dynamic.common.refund'}@:{'report.dynamic.common.user'}@:{'report.dynamic.common.name'}",
|
|
1812
|
+
status: "@.lower:{'report.dynamic.common.status'}",
|
|
1813
|
+
"Transaction ID": "交易@:{'report.dynamic.common.id'}",
|
|
1814
|
+
"Tax code": "@:{'report.dynamic.common.tax'}@:{'report.dynamic.common.code'}",
|
|
1815
|
+
"Refund time": "@:{'report.dynamic.common.refund'}@:{'report.dynamic.common.time'}",
|
|
1816
|
+
"Normal credit": "正常信用",
|
|
1817
|
+
"Free credit": "免费信用",
|
|
1818
|
+
"Purchase ID": "@:{'report.dynamic.common.purchase'}@:{'report.dynamic.common.id'}",
|
|
1819
|
+
"Is internal": "@:{'report.dynamic.common.is'}内部",
|
|
1820
|
+
"Acquired time": "获取@:{'report.dynamic.common.time'}",
|
|
1821
|
+
Thumbnail: "缩略图",
|
|
1822
|
+
Costing: "成本计算",
|
|
1823
|
+
"Is refund": "@:{'report.dynamic.common.is'}@:{'report.dynamic.common.refund'}",
|
|
1824
|
+
Free: "免费",
|
|
1825
|
+
Normal: "正常",
|
|
1826
|
+
Message: "消息",
|
|
1827
|
+
rating: "评分",
|
|
1828
|
+
"Collectible ID": "收藏品@:{'report.dynamic.common.id'}",
|
|
1829
|
+
"Template ID": "模板@:{'report.dynamic.common.id'}",
|
|
1830
|
+
"Started at": "开始@:{'report.dynamic.common.at'}",
|
|
1831
|
+
"Ended at": "结束@:{'report.dynamic.common.at'}",
|
|
1832
|
+
Active: "活跃",
|
|
1833
|
+
"Max distribution": "@:{'report.dynamic.common.max'}分配",
|
|
1834
|
+
"Max distribution per user": "@:{'report.dynamic.common.max'}每@:{'report.dynamic.common.user'}分配",
|
|
1835
|
+
"Max use per collectible": "@:{'report.dynamic.common.max'}每收藏品使用",
|
|
1836
|
+
"Collection ID": "集合@:{'report.dynamic.common.id'}",
|
|
1837
|
+
"Refund ref ID": "@:{'report.dynamic.common.refund'}@:{'report.dynamic.common.ref'}@:{'report.dynamic.common.id'}",
|
|
1838
|
+
"Campaign ID": "@:{'report.dynamic.schema.Campaign'}@:{'report.dynamic.common.id'}",
|
|
1839
|
+
"Transformed source": "转换来源",
|
|
1840
|
+
"Quantity distributed": "分配数量",
|
|
1841
|
+
"Quantity usage": "使用数量",
|
|
1842
|
+
"Quantity expired": "过期数量",
|
|
1843
|
+
Range: "范围",
|
|
1844
|
+
From: "@:{'report.dynamic.common.from'}",
|
|
1845
|
+
To: "@:{'report.dynamic.common.to'}",
|
|
1846
|
+
"Member count": "@:{'report.dynamic.schema.Member'}@:{'report.dynamic.common.count'}",
|
|
1847
|
+
Rank: "排名",
|
|
1848
|
+
"Payment ref ID": "@:{'report.dynamic.schema.Payment'}@:{'report.dynamic.common.ref'}@:{'report.dynamic.common.id'}",
|
|
1849
|
+
"Payment type": "@:{'report.dynamic.schema.Payment'}@:{'report.dynamic.common.type'}",
|
|
1850
|
+
"Payment Extra": "@:{'report.dynamic.schema.Payment'}额外",
|
|
1851
|
+
"Payment amount": "@:{'report.dynamic.schema.Payment'}@:{'report.dynamic.common.amount'}",
|
|
1852
|
+
"Voucher count": "优惠券@:{'report.dynamic.common.count'}",
|
|
1853
|
+
"Title count": "头衔@:{'report.dynamic.common.count'}",
|
|
1854
|
+
"Cash amount": "@:{'report.dynamic.common.cash'}@:{'report.dynamic.common.amount'}",
|
|
1855
|
+
"Coin amount": "代币@:{'report.dynamic.common.amount'}",
|
|
1856
|
+
Price: "@.upper:{'report.dynamic.common.price'}",
|
|
1857
|
+
"Coin price": "代币@:{'report.dynamic.common.price'}",
|
|
1858
|
+
"Max use": "@:{'report.dynamic.common.max'}使用",
|
|
1859
|
+
"Start time": "开始@:{'report.dynamic.common.time'}",
|
|
1860
|
+
"Finish time": "结束@:{'report.dynamic.common.time'}",
|
|
1861
|
+
Timestamp: "时间戳",
|
|
1862
|
+
"Inventory Adjustment SKU ID": "@:{'report.dynamic.schema.Inventory'}调整@:{'report.dynamic.common.sku'}@:{'report.dynamic.common.id'}",
|
|
1863
|
+
"Qty x Unit": "@.upper:{'report.dynamic.common.qty'}x@.upper:{'report.dynamic.common.unit'}",
|
|
1864
|
+
"User Name": "@:{'report.dynamic.schema.User'}@:{'report.dynamic.common.name'}",
|
|
1865
|
+
"Move From Table": "从@:{'report.dynamic.schema.Table'}移动",
|
|
1866
|
+
"Move From Bill ID": "从@:{'report.dynamic.schema.Bill'}@:{'report.dynamic.common.id'}移动",
|
|
1867
|
+
"Move From Bill No.": "从@:{'report.dynamic.schema.Bill'}编号移动",
|
|
1868
|
+
"Move Time": "移动@:{'report.dynamic.common.time'}",
|
|
1869
|
+
"Bill count": "@:{'report.dynamic.schema.Bill'}@:{'report.dynamic.common.count'}",
|
|
1870
|
+
"Bill nett": "@:{'report.dynamic.schema.Bill'}净额",
|
|
1871
|
+
"Item count": "项目@:{'report.dynamic.common.count'}",
|
|
1872
|
+
"Srvc charge": "Srvc charge",
|
|
1873
|
+
Spacer: "Spacer",
|
|
1874
|
+
"Void bill count": "作废@:{'report.dynamic.schema.Bill'}@:{'report.dynamic.common.count'}",
|
|
1875
|
+
"Draft bill count": "草稿@:{'report.dynamic.schema.Bill'}@:{'report.dynamic.common.count'}",
|
|
1876
|
+
"Draft bill nett": "草稿@:{'report.dynamic.schema.Bill'}净额",
|
|
1877
|
+
Overview: "@:{'report.dynamic.common.overview'}",
|
|
1878
|
+
"Top products": "顶级@:{'report.dynamic.common.product'}",
|
|
1879
|
+
Branches: "分店",
|
|
1880
|
+
"Close up": "结算",
|
|
1881
|
+
"Total sales": "@:{'report.dynamic.common.total'}@:{'report.dynamic.common.sales'}",
|
|
1882
|
+
"Total pax": "@:{'report.dynamic.common.total'}客流量",
|
|
1883
|
+
"Total discount": "@:{'report.dynamic.common.total'}@:{'report.dynamic.schema.Discount'}",
|
|
1884
|
+
"Total void": "@:{'report.dynamic.common.total'}作废",
|
|
1885
|
+
"Total refund": "@:{'report.dynamic.common.total'}@:{'report.dynamic.schema.Refund'}",
|
|
1886
|
+
"Avg sales": "@:{'report.dynamic.common.average'}@:{'report.dynamic.common.sales'}",
|
|
1887
|
+
"Avg pax": "@:{'report.dynamic.common.average'}客流量",
|
|
1888
|
+
"Avg sales/pax": "@:{'report.dynamic.common.average'}@:{'report.dynamic.common.sales'}/客流量",
|
|
1889
|
+
"Payment summary": "@:{'report.dynamic.schema.Payment'}@:{'report.dynamic.common.summary'}",
|
|
1890
|
+
"Charge summary": "@:{'report.dynamic.schema.Charge'}@:{'report.dynamic.common.summary'}",
|
|
1891
|
+
"Delivery summary": "@:{'report.dynamic.common.delivery'}@:{'report.dynamic.common.summary'}",
|
|
1892
|
+
"Pickup summary": "自取@:{'report.dynamic.common.summary'}",
|
|
1893
|
+
"Source summary": "来源@:{'report.dynamic.common.summary'}",
|
|
1894
|
+
"Member store": "@:{'report.dynamic.schema.Member'}@:{'report.dynamic.common.store'}",
|
|
1895
|
+
"Sales summary": "@:{'report.dynamic.common.sales'}@:{'report.dynamic.common.summary'}",
|
|
1896
|
+
"Daily sales": "每日@:{'report.dynamic.common.sales'}",
|
|
1897
|
+
"Hourly sales": "每小时@:{'report.dynamic.common.sales'}",
|
|
1898
|
+
Drawer: "@:{'report.dynamic.schema.Drawer'}",
|
|
1899
|
+
"User product sales": "@:{'report.dynamic.common.user'}@:{'report.dynamic.common.product'}@:{'report.dynamic.common.sales'}",
|
|
1900
|
+
Receipt: "收据",
|
|
1901
|
+
"Inventory adjustment": "@:{'report.dynamic.schema.Inventory'}调整",
|
|
1902
|
+
"Product unit": "@:{'report.dynamic.common.product'}@:{'report.dynamic.common.unit'}",
|
|
1903
|
+
"Product by invoice": "@:{'report.dynamic.common.product'}按发票",
|
|
1904
|
+
"Counter records": "@:{'report.dynamic.schema.Counter'}记录",
|
|
1905
|
+
"Counter records - CASH": "@:{'report.dynamic.schema.Counter'}记录-@:{'report.dynamic.common.cash'}",
|
|
1906
|
+
Timesheet: "@:{'report.dynamic.schema.Timesheet'}",
|
|
1907
|
+
"Product sales": "@:{'report.dynamic.common.product'}@:{'report.dynamic.common.sales'}",
|
|
1908
|
+
"Product sales by time": "@:{'report.dynamic.common.product'}@:{'report.dynamic.common.sales'}按@:{'report.dynamic.common.time'}",
|
|
1909
|
+
"Morning (12AM-12PM)": "上午(12AM-12PM)",
|
|
1910
|
+
"Afternoon (12PM-6PM)": "下午(12PM-6PM)",
|
|
1911
|
+
"Night (6PM-12AM)": "晚上(6PM-12AM)",
|
|
1912
|
+
Addon: "@:{'report.dynamic.schema.Addon'}",
|
|
1913
|
+
Voucher: "@:{'report.dynamic.common.voucher'}",
|
|
1914
|
+
"User voucher": "@:{'report.dynamic.common.user'}@:{'report.dynamic.common.voucher'}",
|
|
1915
|
+
Void: "作废",
|
|
1916
|
+
"Member store purchase": "@:{'report.dynamic.schema.Member store purchase'}",
|
|
1917
|
+
"User credit transaction": "@:{'report.dynamic.common.user'}@:{'report.dynamic.schema.Credit transaction'}",
|
|
1918
|
+
"Credit transaction": "@:{'report.dynamic.schema.Credit transaction'}",
|
|
1919
|
+
"Member Dashboard": "@:{'report.dynamic.schema.Member'}仪表板",
|
|
1920
|
+
"Active members": "@:{'report.dynamic.common.active'}@:{'report.dynamic.schema.Member'}",
|
|
1921
|
+
"Average rating": "@:{'report.dynamic.common.average'}评分",
|
|
1922
|
+
"Total revenue": "@:{'report.dynamic.common.total'}@:{'report.dynamic.common.revenue'}",
|
|
1923
|
+
"Items ordered": "订购项目",
|
|
1924
|
+
"Top 10 members by revenue": "按@:{'report.dynamic.common.revenue'}排名前10@:{'report.dynamic.schema.Member'}",
|
|
1925
|
+
"Top 10 members by rating": "按评分排名前10@:{'report.dynamic.schema.Member'}",
|
|
1926
|
+
"Top 10 Members by No. Items Ordered": "按订购项目数量排名前10@:{'report.dynamic.schema.Member'}",
|
|
1927
|
+
"Age range": "年龄范围",
|
|
1928
|
+
Gender: "性别",
|
|
1929
|
+
"Birthday month": "生日月份",
|
|
1930
|
+
"Member Dashboard - Recency": "@:{'report.dynamic.schema.Member'}仪表板-最近",
|
|
1931
|
+
"Member Dashboard - Frequency": "@:{'report.dynamic.schema.Member'}仪表板-频率",
|
|
1932
|
+
"Member Dashboard - Monetary": "@:{'report.dynamic.schema.Member'}仪表板-金额",
|
|
1933
|
+
"Member Dashboard - Member Info Table": "@:{'report.dynamic.schema.Member'}仪表板-@:{'report.dynamic.schema.Member'}信息表",
|
|
1934
|
+
"KDS Performance": "KDS@:{'report.dynamic.common.performance'}",
|
|
1935
|
+
"Campaign Voucher Dashboard": "@:{'report.dynamic.schema.Campaign'}@:{'report.dynamic.common.voucher'}仪表板",
|
|
1936
|
+
"Voucher Dashboard - Total Revenue": "@:{'report.dynamic.common.voucher'}仪表板-@:{'report.dynamic.common.total'}@:{'report.dynamic.common.revenue'}",
|
|
1937
|
+
"Voucher Dashboard - Total Users": "@:{'report.dynamic.common.voucher'}仪表板-@:{'report.dynamic.common.total'}@:{'report.dynamic.common.user'}",
|
|
1938
|
+
"Voucher Dashboard - Usage Rate": "@:{'report.dynamic.common.voucher'}仪表板-使用率",
|
|
1939
|
+
"Voucher Dashboard - Table Overview": "@:{'report.dynamic.common.voucher'}仪表板-表格@:{'report.dynamic.common.overview'}",
|
|
1940
|
+
"Voucher Dashboard - Usage": "@:{'report.dynamic.common.voucher'}仪表板-使用",
|
|
1941
|
+
"Voucher Dashboard - Revenue": "@:{'report.dynamic.common.voucher'}仪表板-@:{'report.dynamic.common.revenue'}",
|
|
1942
|
+
"Tier and Experience Dashboard": "层级与经验值仪表板",
|
|
1943
|
+
"Total Experience Users": "@:{'report.dynamic.common.total'}经验值@:{'report.dynamic.common.user'}",
|
|
1944
|
+
"Total Experiences Distributed": "@:{'report.dynamic.common.total'}经验值分发",
|
|
1945
|
+
"Average Experiences per User": "@:{'report.dynamic.common.average'}每@:{'report.dynamic.common.user'}经验值",
|
|
1946
|
+
"Total Active Experience Campaigns": "@:{'report.dynamic.common.total'}@:{'report.dynamic.common.active'}经验值@:{'report.dynamic.schema.Campaign'}",
|
|
1947
|
+
Tiers: "层级",
|
|
1948
|
+
"Tier Distribution": "层级分布",
|
|
1949
|
+
"Experiences Distributed vs. Day": "经验值分发与日期对比",
|
|
1950
|
+
"Experience Campaigns": "经验值@:{'report.dynamic.schema.Campaign'}",
|
|
1951
|
+
"Point and Store Dashboard": "积分与@:{'report.dynamic.common.store'}仪表板",
|
|
1952
|
+
"Total Point Users": "@:{'report.dynamic.common.total'}积分@:{'report.dynamic.common.user'}",
|
|
1953
|
+
"Total Points Distributed": "@:{'report.dynamic.common.total'}积分分发",
|
|
1954
|
+
"Total Points Used": "@:{'report.dynamic.common.total'}积分使用",
|
|
1955
|
+
"Total Active Point Campaigns": "@:{'report.dynamic.common.total'}@:{'report.dynamic.common.active'}积分@:{'report.dynamic.schema.Campaign'}",
|
|
1956
|
+
"Point Campaigns": "积分@:{'report.dynamic.schema.Campaign'}",
|
|
1957
|
+
"Store Analysis": "@:{'report.dynamic.common.store'}分析",
|
|
1958
|
+
"Credit Dashboard": "@:{'report.dynamic.common.credit'}仪表板",
|
|
1959
|
+
"Total Credit Users": "@:{'report.dynamic.common.total'}@:{'report.dynamic.common.credit'}@:{'report.dynamic.common.user'}",
|
|
1960
|
+
"Total Credits Distributed": "@:{'report.dynamic.common.total'}@:{'report.dynamic.common.credit'}分发",
|
|
1961
|
+
"Total Credits Used": "@:{'report.dynamic.common.total'}@:{'report.dynamic.common.credit'}使用",
|
|
1962
|
+
"Total Active Credit Campaigns": "@:{'report.dynamic.common.total'}@:{'report.dynamic.common.active'}@:{'report.dynamic.common.credit'}@:{'report.dynamic.schema.Campaign'}",
|
|
1963
|
+
"Credit Campaigns Performance": "@:{'report.dynamic.common.credit'}@:{'report.dynamic.schema.Campaign'}@:{'report.dynamic.common.performance'}",
|
|
1964
|
+
"Credits Distributed": "@:{'report.dynamic.common.credit'}分发",
|
|
1965
|
+
"Credits Used": "@:{'report.dynamic.common.credit'}使用",
|
|
1966
|
+
"Credits Expired": "@:{'report.dynamic.common.credit'}@:{'report.dynamic.common.expired'}",
|
|
1967
|
+
None: "无",
|
|
1968
|
+
"Grand Total": "总计"
|
|
1969
|
+
}
|
|
940
1970
|
}
|
|
941
|
-
},
|
|
1971
|
+
}, a = {
|
|
942
1972
|
report: n
|
|
943
|
-
},
|
|
1973
|
+
}, c = {
|
|
944
1974
|
common: {
|
|
945
1975
|
report: "รายงาน",
|
|
946
1976
|
filter: "ตัวกรอง",
|
|
@@ -970,7 +2000,7 @@ const r = {
|
|
|
970
2000
|
compare: "เปรียบเทียบ",
|
|
971
2001
|
download: "ดาวน์โหลด",
|
|
972
2002
|
custom: "กำหนดเอง",
|
|
973
|
-
emailSchedule: "@:report.common.email schedule",
|
|
2003
|
+
emailSchedule: "@:report.report.dynamic.common.email schedule",
|
|
974
2004
|
export: "ส่งออก",
|
|
975
2005
|
copyID: "คัดลอก ID",
|
|
976
2006
|
accountingExport: "ส่งออกบัญชี",
|
|
@@ -1011,9 +2041,9 @@ const r = {
|
|
|
1011
2041
|
title: "ภาพรวม"
|
|
1012
2042
|
},
|
|
1013
2043
|
report: {
|
|
1014
|
-
title: "@:report.common.report",
|
|
2044
|
+
title: "@:report.report.dynamic.common.report",
|
|
1015
2045
|
add: "เพิ่ม @.lower:report.view.report.title",
|
|
1016
|
-
name: "@:report.view.report.title @.lower:report.common.name",
|
|
2046
|
+
name: "@:report.view.report.title @.lower:report.report.dynamic.common.name",
|
|
1017
2047
|
enter: "ป้อน @:report.view.report.name"
|
|
1018
2048
|
},
|
|
1019
2049
|
insight: {
|
|
@@ -1042,26 +2072,26 @@ const r = {
|
|
|
1042
2072
|
adjustFiltersOrSelectADifferentTimeRange: "ปรับตัวกรองหรือเลือกช่วงเวลาอื่น",
|
|
1043
2073
|
loadingData: "กำลังโหลดข้อมูล...",
|
|
1044
2074
|
errorLoading: "เกิดข้อผิดพลาดในการโหลดข้อมูล",
|
|
1045
|
-
saveReport: "@:report.common.save @:report.common.report",
|
|
2075
|
+
saveReport: "@:report.report.dynamic.common.save @:report.report.dynamic.common.report",
|
|
1046
2076
|
confirmAction: "คุณแน่ใจหรือไม่ว่าต้องการ {action} {name} ?",
|
|
1047
|
-
duplicateSuccess: "@:report.common.duplicate {name} @.lower:report.common.successful",
|
|
1048
|
-
confirmDelete: "@:report.common.confirm @:report.common.delete {name} ?",
|
|
1049
|
-
deleteReport: "@:report.common.delete @:report.common.report",
|
|
1050
|
-
deleteSuccess: "@:report.common.delete {name} @.lower:report.common.successful",
|
|
1051
|
-
unpin: "@:report.common.unpin {name} @.lower:report.common.successful",
|
|
1052
|
-
pin: "@:report.common.pin {name} @.lower:report.common.successful",
|
|
1053
|
-
addSchedule: "@:report.common.add schedule",
|
|
1054
|
-
updateSchedule: "@:report.common.update schedule",
|
|
2077
|
+
duplicateSuccess: "@:report.report.dynamic.common.duplicate {name} @.lower:report.report.dynamic.common.successful",
|
|
2078
|
+
confirmDelete: "@:report.report.dynamic.common.confirm @:report.report.dynamic.common.delete {name} ?",
|
|
2079
|
+
deleteReport: "@:report.report.dynamic.common.delete @:report.report.dynamic.common.report",
|
|
2080
|
+
deleteSuccess: "@:report.report.dynamic.common.delete {name} @.lower:report.report.dynamic.common.successful",
|
|
2081
|
+
unpin: "@:report.report.dynamic.common.unpin {name} @.lower:report.report.dynamic.common.successful",
|
|
2082
|
+
pin: "@:report.report.dynamic.common.pin {name} @.lower:report.report.dynamic.common.successful",
|
|
2083
|
+
addSchedule: "@:report.report.dynamic.common.add schedule",
|
|
2084
|
+
updateSchedule: "@:report.report.dynamic.common.update schedule",
|
|
1055
2085
|
noWidget: "ไม่มีวิดเจ็ต",
|
|
1056
|
-
doYouWantToSave: "คุณต้องการ @.lower:report.common.save {name} หรือไม่?",
|
|
1057
|
-
notSaved: "@:report.common.report {name} ยังไม่ได้บันทึก คุณแน่ใจหรือไม่ว่าต้องการออก?",
|
|
1058
|
-
saveSuccess: "@:report.common.save @.lower:report.common.successful",
|
|
1059
|
-
saveError: "ไม่สามารถ @.lower:report.common.save @.lower:report.common.report ได้",
|
|
1060
|
-
copiedReportIdToClipboard: "คัดลอก ID ของ @.lower:report.common.report ไปยังคลิปบอร์ดแล้ว",
|
|
1061
|
-
failedToAction: "ไม่สามารถ {action} @.lower:report.common.report ได้"
|
|
2086
|
+
doYouWantToSave: "คุณต้องการ @.lower:report.report.dynamic.common.save {name} หรือไม่?",
|
|
2087
|
+
notSaved: "@:report.report.dynamic.common.report {name} ยังไม่ได้บันทึก คุณแน่ใจหรือไม่ว่าต้องการออก?",
|
|
2088
|
+
saveSuccess: "@:report.report.dynamic.common.save @.lower:report.report.dynamic.common.successful",
|
|
2089
|
+
saveError: "ไม่สามารถ @.lower:report.report.dynamic.common.save @.lower:report.report.dynamic.common.report ได้",
|
|
2090
|
+
copiedReportIdToClipboard: "คัดลอก ID ของ @.lower:report.report.dynamic.common.report ไปยังคลิปบอร์ดแล้ว",
|
|
2091
|
+
failedToAction: "ไม่สามารถ {action} @.lower:report.report.dynamic.common.report ได้"
|
|
1062
2092
|
},
|
|
1063
2093
|
schedule: {
|
|
1064
|
-
title: "กำหนดเวลาสำหรับอีเมลของ @:report.common.report",
|
|
2094
|
+
title: "กำหนดเวลาสำหรับอีเมลของ @:report.report.dynamic.common.report",
|
|
1065
2095
|
everyDay: "ทุกวัน",
|
|
1066
2096
|
everyWeek: "รายสัปดาห์, ทุก",
|
|
1067
2097
|
everyMonth: "รายเดือน, ทุก",
|
|
@@ -1069,8 +2099,8 @@ const r = {
|
|
|
1069
2099
|
customDate: "วันที่กำหนดเอง",
|
|
1070
2100
|
addSchedule: "เพิ่มตารางเวลา",
|
|
1071
2101
|
editSchedule: "แก้ไขตารางเวลา",
|
|
1072
|
-
scheduleEmailReport: "กำหนดเวลาอีเมลสำหรับ @:report.common.report",
|
|
1073
|
-
sendEmail: "@:report.common.send @:report.common.email",
|
|
2102
|
+
scheduleEmailReport: "กำหนดเวลาอีเมลสำหรับ @:report.report.dynamic.common.report",
|
|
2103
|
+
sendEmail: "@:report.report.dynamic.common.send @:report.report.dynamic.common.email",
|
|
1074
2104
|
deleteSchedule: "ลบตารางเวลา"
|
|
1075
2105
|
},
|
|
1076
2106
|
cycle: {
|
|
@@ -1134,19 +2164,19 @@ const r = {
|
|
|
1134
2164
|
accounting: {
|
|
1135
2165
|
title: "บัญชี",
|
|
1136
2166
|
type: "ประเภทบัญชี",
|
|
1137
|
-
downloadTemplate: "@:report.common.download setting template",
|
|
2167
|
+
downloadTemplate: "@:report.report.dynamic.common.download setting template",
|
|
1138
2168
|
apiIntegration: "การรวม API",
|
|
1139
|
-
updateSetting: "@:report.common.update setting",
|
|
2169
|
+
updateSetting: "@:report.report.dynamic.common.update setting",
|
|
1140
2170
|
configuration: "การกำหนดค่า",
|
|
1141
2171
|
autoRounding: "ปัดอัตโนมัติ",
|
|
1142
2172
|
settingTemplate: "แม่แบบการตั้งค่า",
|
|
1143
|
-
upload: "@:report.common.upload",
|
|
1144
|
-
uploadSuccess: "@:report.common.upload ไปที่ {type} สำเร็จ",
|
|
1145
|
-
updateSuccess: "@:report.common.update การตั้งค่าบัญชีสำเร็จ"
|
|
2173
|
+
upload: "@:report.report.dynamic.common.upload",
|
|
2174
|
+
uploadSuccess: "@:report.report.dynamic.common.upload ไปที่ {type} สำเร็จ",
|
|
2175
|
+
updateSuccess: "@:report.report.dynamic.common.update การตั้งค่าบัญชีสำเร็จ"
|
|
1146
2176
|
},
|
|
1147
2177
|
integration: {
|
|
1148
2178
|
delayDay: "เลื่อนวัน",
|
|
1149
|
-
enter: "ป้อน @:report.common.name",
|
|
2179
|
+
enter: "ป้อน @:report.report.dynamic.common.name",
|
|
1150
2180
|
preview: "ดูตัวอย่าง",
|
|
1151
2181
|
items: "รายการ",
|
|
1152
2182
|
taxes: "ภาษี",
|
|
@@ -1176,13 +2206,13 @@ const r = {
|
|
|
1176
2206
|
token: "โทเค็น",
|
|
1177
2207
|
connect: "เชื่อมต่อ",
|
|
1178
2208
|
title: "การเชื่อมต่อ",
|
|
1179
|
-
add: "@:report.common.add @:report.integration.title",
|
|
2209
|
+
add: "@:report.report.dynamic.common.add @:report.integration.title",
|
|
1180
2210
|
lastUploadDate: "วันที่อัปโหลดอัตโนมัติครั้งล่าสุด",
|
|
1181
2211
|
noData: {
|
|
1182
2212
|
title: "ไม่มีการเชื่อมต่อ",
|
|
1183
2213
|
description: "ไม่พบการเชื่อมต่อ"
|
|
1184
2214
|
},
|
|
1185
|
-
delete: "@:report.common.confirm @:report.common.delete {name}",
|
|
2215
|
+
delete: "@:report.report.dynamic.common.confirm @:report.report.dynamic.common.delete {name}",
|
|
1186
2216
|
error: {
|
|
1187
2217
|
planNotSupported: "แผนปัจจุบันของคุณไม่รองรับการเชื่อมต่อ",
|
|
1188
2218
|
invalid: "@:report.integration.title ไม่ถูกต้อง"
|
|
@@ -1214,7 +2244,7 @@ const r = {
|
|
|
1214
2244
|
xero: {
|
|
1215
2245
|
title: "Xero",
|
|
1216
2246
|
disconnect: "ตัดการเชื่อมต่อ",
|
|
1217
|
-
confirmDisconnect: "@:report.common.confirm @.lower:report.integration.xero.disconnect @:report.integration.xero.title {name}",
|
|
2247
|
+
confirmDisconnect: "@:report.report.dynamic.common.confirm @.lower:report.integration.xero.disconnect @:report.integration.xero.title {name}",
|
|
1218
2248
|
disconnectTitle: "@:report.integration.xero.disconnect @.lower:report.integration.xero.title"
|
|
1219
2249
|
}
|
|
1220
2250
|
},
|
|
@@ -1267,7 +2297,7 @@ const r = {
|
|
|
1267
2297
|
},
|
|
1268
2298
|
datasource: {
|
|
1269
2299
|
main: "แหล่งข้อมูลหลัก",
|
|
1270
|
-
join: "เข้าร่วมแหล่งข้อมูล",
|
|
2300
|
+
join: "เข้าร่วมแหล่งข้อมูล {index}",
|
|
1271
2301
|
joinButton: "เข้าร่วมแหล่งข้อมูล",
|
|
1272
2302
|
remove: "ลบแหล่งข้อมูล",
|
|
1273
2303
|
confirmRemove: "ยืนยันการลบแหล่งข้อมูลที่เข้าร่วม {index} ?"
|
|
@@ -1406,20 +2436,535 @@ const r = {
|
|
|
1406
2436
|
defaultDateRange: "ช่วงวันที่เริ่มต้น",
|
|
1407
2437
|
comparisonDateRange: "ช่วงวันที่เปรียบเทียบ"
|
|
1408
2438
|
}
|
|
2439
|
+
},
|
|
2440
|
+
dynamic: {
|
|
2441
|
+
schema: {
|
|
2442
|
+
Bill: "ใบเสร็จ",
|
|
2443
|
+
Counter: "เคาน์เตอร์",
|
|
2444
|
+
Drawer: "ลิ้นชักเก็บเงิน",
|
|
2445
|
+
Product: "สินค้า",
|
|
2446
|
+
Addon: "รายการเสริม",
|
|
2447
|
+
"Parent Product": "สินค้าหลัก",
|
|
2448
|
+
Payment: "การชำระเงิน",
|
|
2449
|
+
Charge: "ค่าธรรมเนียม",
|
|
2450
|
+
"Payment(Payment time)": "การชำระเงิน(เวลาชำระเงิน)",
|
|
2451
|
+
"Counter record": "บันทึกเคาน์เตอร์",
|
|
2452
|
+
Table: "โต๊ะ",
|
|
2453
|
+
Staff: "พนักงาน",
|
|
2454
|
+
Timesheet: "ตารางเวลา",
|
|
2455
|
+
Discount: "ส่วนลด",
|
|
2456
|
+
Inventory: "คลังสินค้า",
|
|
2457
|
+
"Inventory sku": "หน่วยสินค้าคลัง",
|
|
2458
|
+
"Purchase order": "ใบสั่งซื้อ",
|
|
2459
|
+
"Purchase order item": "รายการใบสั่งซื้อ",
|
|
2460
|
+
"Purchase order delivery order": "ใบสั่งซื้อใบส่งของ",
|
|
2461
|
+
"Purchase order delivery order sku": "หน่วยใบสั่งซื้อใบส่งของ",
|
|
2462
|
+
"Purchase order delivery fulfillment": "การปฏิบัติตามใบสั่งซื้อใบส่งของ",
|
|
2463
|
+
"Purchase order delivery fulfillment sku": "หน่วยการปฏิบัติตามใบสั่งซื้อใบส่งของ",
|
|
2464
|
+
Restaurant: "ร้านอาหาร",
|
|
2465
|
+
"Restaurant feature": "คุณสมบัติร้านอาหาร",
|
|
2466
|
+
Business: "ธุรกิจ",
|
|
2467
|
+
User: "ผู้ใช้",
|
|
2468
|
+
"Voucher Claim": "การรับคูปอง",
|
|
2469
|
+
"Voucher Claim Redemption": "การแลกคูปอง",
|
|
2470
|
+
Location: "สถานที่",
|
|
2471
|
+
Member: "สมาชิก",
|
|
2472
|
+
"Member store purchase": "การซื้อของสมาชิกในร้าน",
|
|
2473
|
+
"Member store purchase payment": "การชำระเงินการซื้อของสมาชิกในร้าน",
|
|
2474
|
+
Membership: "การเป็นสมาชิก",
|
|
2475
|
+
"Membership title": "ตำแหน่งสมาชิก",
|
|
2476
|
+
"Member title": "ตำแหน่งสมาชิก",
|
|
2477
|
+
"Menu Group": "กลุ่มเมนู",
|
|
2478
|
+
"Menu SKU": "หน่วยเมนู",
|
|
2479
|
+
"Menu Product": "สินค้าเมนู",
|
|
2480
|
+
"Credit transaction": "ธุรกรรมเครดิต",
|
|
2481
|
+
Stock: "สต็อก",
|
|
2482
|
+
Review: "รีวิว",
|
|
2483
|
+
Campaign: "แคมเปญ",
|
|
2484
|
+
"Collectible config": "การกำหนดค่าของสะสม",
|
|
2485
|
+
"Collectible transaction": "ธุรกรรมของสะสม",
|
|
2486
|
+
"Campaign tier": "ระดับแคมเปญ",
|
|
2487
|
+
"Store transaction": "ธุรกรรมร้านค้า",
|
|
2488
|
+
"Store bundle": "ชุดร้านค้า",
|
|
2489
|
+
"Collectible collection": "คอลเลกชันของสะสม",
|
|
2490
|
+
"Kitchen station": "สถานีครัว",
|
|
2491
|
+
"Refund Bill": "ใบเสร็จคืนเงิน",
|
|
2492
|
+
"Timesheet record": "บันทึกตารางเวลา",
|
|
2493
|
+
"Inventory physical sku": "หน่วยสินค้าคลังกายภาพ",
|
|
2494
|
+
"Item Movement": "การเคลื่อนย้ายรายการ"
|
|
2495
|
+
},
|
|
2496
|
+
common: {
|
|
2497
|
+
time: "เวลา",
|
|
2498
|
+
id: "รหัส",
|
|
2499
|
+
name: "ชื่อ",
|
|
2500
|
+
price: "ราคา",
|
|
2501
|
+
amount: "จำนวนเงิน",
|
|
2502
|
+
count: "จำนวน",
|
|
2503
|
+
balance: "ยอดคงเหลือ",
|
|
2504
|
+
user: "ผู้ใช้",
|
|
2505
|
+
ref: "อ้างอิง",
|
|
2506
|
+
type: "ประเภท",
|
|
2507
|
+
qty: "จำนวน",
|
|
2508
|
+
unit: "หน่วย",
|
|
2509
|
+
discount: "ส่วนลด",
|
|
2510
|
+
cost: "ต้นทุน",
|
|
2511
|
+
total: "รวม",
|
|
2512
|
+
status: "สถานะ",
|
|
2513
|
+
at: "ที่",
|
|
2514
|
+
is: "คือ",
|
|
2515
|
+
from: "จาก",
|
|
2516
|
+
to: "ถึง",
|
|
2517
|
+
address: "ที่อยู่",
|
|
2518
|
+
max: "สูงสุด",
|
|
2519
|
+
cash: "เงินสด",
|
|
2520
|
+
order: "คำสั่งซื้อ",
|
|
2521
|
+
before: "ก่อน",
|
|
2522
|
+
delivery: "การจัดส่ง",
|
|
2523
|
+
store: "ร้านค้า",
|
|
2524
|
+
sku: "หน่วยสินค้า",
|
|
2525
|
+
refund: "คืนเงิน",
|
|
2526
|
+
close: "ปิด",
|
|
2527
|
+
open: "เปิด",
|
|
2528
|
+
tax: "ภาษี",
|
|
2529
|
+
code: "รหัส",
|
|
2530
|
+
with: "รวม",
|
|
2531
|
+
without: "ไม่รวม",
|
|
2532
|
+
abbrev: "ตัวย่อ",
|
|
2533
|
+
inclusive: "รวม",
|
|
2534
|
+
supplier: "ผู้จัดหา",
|
|
2535
|
+
expired: "หมดอายุ",
|
|
2536
|
+
purchase: "การซื้อ",
|
|
2537
|
+
reason: "เหตุผล",
|
|
2538
|
+
variant: "ตัวแปร",
|
|
2539
|
+
summary: "สรุป",
|
|
2540
|
+
average: "เฉลี่ย",
|
|
2541
|
+
revenue: "รายได้",
|
|
2542
|
+
overview: "ภาพรวม",
|
|
2543
|
+
performance: "ประสิทธิภาพ",
|
|
2544
|
+
product: "สินค้า",
|
|
2545
|
+
voucher: "คูปอง",
|
|
2546
|
+
active: "ใช้งานอยู่",
|
|
2547
|
+
credit: "เครดิต",
|
|
2548
|
+
nett: "สุทธิ",
|
|
2549
|
+
sales: "ยอดขาย",
|
|
2550
|
+
takeaway: "ซื้อกลับบ้าน"
|
|
2551
|
+
},
|
|
2552
|
+
other: {
|
|
2553
|
+
"Inclusive SC": "@:{'report.dynamic.common.inclusive'}SC",
|
|
2554
|
+
"Restaurant ID": "@:{'report.dynamic.schema.Restaurant'}@:{'report.dynamic.common.id'}",
|
|
2555
|
+
Status: "@.upper:{'report.dynamic.common.status'}",
|
|
2556
|
+
"No.": "หมายเลข",
|
|
2557
|
+
Table: "@:{'report.dynamic.schema.Table'}",
|
|
2558
|
+
Delivery: "@.upper:{'report.dynamic.common.delivery'}",
|
|
2559
|
+
"Refund ID": "@.upper:{'report.dynamic.common.refund'}@:{'report.dynamic.common.id'}",
|
|
2560
|
+
Type: "@.upper:{'report.dynamic.common.type'}",
|
|
2561
|
+
"Refund approver": "@.upper:{'report.dynamic.common.refund'}ผู้อนุมัติ",
|
|
2562
|
+
"Refund user": "@.upper:{'report.dynamic.common.refund'}@.upper:{'report.dynamic.common.user'}",
|
|
2563
|
+
"Refund reason": "@.upper:{'report.dynamic.common.refund'}@:{'report.dynamic.common.reason'}",
|
|
2564
|
+
"Member ID": "@:{'report.dynamic.schema.Member'}@:{'report.dynamic.common.id'}",
|
|
2565
|
+
"Member user ID": "@:{'report.dynamic.schema.Member'}@.upper:{'report.dynamic.common.user'}@:{'report.dynamic.common.id'}",
|
|
2566
|
+
"Member name": "@:{'report.dynamic.schema.Member'}@.upper:{'report.dynamic.common.name'}",
|
|
2567
|
+
Remark: "หมายเหตุ",
|
|
2568
|
+
Source: "แหล่งที่มา",
|
|
2569
|
+
ID: "@:{'report.dynamic.common.id'}",
|
|
2570
|
+
"Inclusive SST": "@:{'report.dynamic.common.inclusive'}SST",
|
|
2571
|
+
"SST before discount": "SST@:{'report.dynamic.common.before'}@:{'report.dynamic.schema.Discount'}",
|
|
2572
|
+
"SST %": "SST %",
|
|
2573
|
+
"SC before discount": "SC@:{'report.dynamic.common.before'}@:{'report.dynamic.schema.Discount'}",
|
|
2574
|
+
"SC %": "SC %",
|
|
2575
|
+
"Integrated order ID": "รหัสคำสั่งซื้อรวม",
|
|
2576
|
+
Restaurant: "@:{'report.dynamic.schema.Restaurant'}",
|
|
2577
|
+
Time: "@.upper:{'report.dynamic.common.time'}",
|
|
2578
|
+
"Member birthday": "@:{'report.dynamic.schema.Member'}วันเกิด",
|
|
2579
|
+
"Closed at": "@.upper:{'report.dynamic.common.close'}@:{'report.dynamic.common.at'}",
|
|
2580
|
+
Pickup: "รับด้วยตัวเอง",
|
|
2581
|
+
"Is in house delivery": "@:{'report.dynamic.common.is'}การจัดส่งภายใน",
|
|
2582
|
+
"Is other delivery": "@:{'report.dynamic.common.is'}การจัดส่งอื่น",
|
|
2583
|
+
"Is takeaway": "@:{'report.dynamic.common.is'}ซื้อกลับบ้าน",
|
|
2584
|
+
Rounding: "การปัดเศษ",
|
|
2585
|
+
SST: "SST",
|
|
2586
|
+
Discount: "@:{'report.dynamic.schema.Discount'}",
|
|
2587
|
+
SC: "SC",
|
|
2588
|
+
Pax: "จำนวนคน",
|
|
2589
|
+
"Other charge": "ค่าธรรมเนียมอื่น@:{'report.dynamic.schema.Charge'}",
|
|
2590
|
+
"Gross w/ takeaway": "ยอดรวมพร้อมซื้อกลับบ้าน",
|
|
2591
|
+
Takeaway: "ซื้อกลับบ้าน",
|
|
2592
|
+
"Extra charge": "ค่าธรรมเนียมพิเศษ@:{'report.dynamic.schema.Charge'}",
|
|
2593
|
+
"Delivery fee": "@:{'report.dynamic.common.delivery'}ค่าธรรมเนียม",
|
|
2594
|
+
Nett: "สุทธิ",
|
|
2595
|
+
"Gross before charges": "ยอดรวมก่อนค่าธรรมเนียม",
|
|
2596
|
+
"Member Recency": "@:{'report.dynamic.schema.Member'}ความถี่ล่าสุด",
|
|
2597
|
+
"Member frequency": "@:{'report.dynamic.schema.Member'}ความถี่",
|
|
2598
|
+
"Member monetary": "@:{'report.dynamic.schema.Member'}มูลค่า",
|
|
2599
|
+
"Delivery fee with tax": "@:{'report.dynamic.common.delivery'}ค่าธรรมเนียม@:{'report.dynamic.common.with'}@:{'report.dynamic.common.tax'}",
|
|
2600
|
+
"Delivery fee without tax": "@:{'report.dynamic.common.delivery'}ค่าธรรมเนียม@:{'report.dynamic.common.without'}@:{'report.dynamic.common.tax'}",
|
|
2601
|
+
"Other charge with tax": "ค่าธรรมเนียมอื่น@:{'report.dynamic.schema.Charge'}@:{'report.dynamic.common.with'}@:{'report.dynamic.common.tax'}",
|
|
2602
|
+
"Other charge without tax": "ค่าธรรมเนียมอื่น@:{'report.dynamic.schema.Charge'}@:{'report.dynamic.common.without'}@:{'report.dynamic.common.tax'}",
|
|
2603
|
+
Duration: "ระยะเวลา",
|
|
2604
|
+
Gross: "ยอดรวม",
|
|
2605
|
+
Name: "@.upper:{'report.dynamic.common.name'}",
|
|
2606
|
+
User: "@:{'report.dynamic.schema.User'}",
|
|
2607
|
+
Reason: "@.upper:{'report.dynamic.common.reason'}",
|
|
2608
|
+
"Counter ID": "@:{'report.dynamic.schema.Counter'}@:{'report.dynamic.common.id'}",
|
|
2609
|
+
Total: "@.upper:{'report.dynamic.common.total'}",
|
|
2610
|
+
In: "เข้า",
|
|
2611
|
+
Out: "ออก",
|
|
2612
|
+
"Parent name": "ชื่อหลัก@:{'report.dynamic.common.name'}",
|
|
2613
|
+
"Bill ID": "@:{'report.dynamic.schema.Bill'}@:{'report.dynamic.common.id'}",
|
|
2614
|
+
Unit: "@.upper:{'report.dynamic.common.unit'}",
|
|
2615
|
+
Category: "หมวดหมู่",
|
|
2616
|
+
"Takeaway ID": "ซื้อกลับบ้าน@:{'report.dynamic.common.id'}",
|
|
2617
|
+
"Takeaway name": "ซื้อกลับบ้าน@:{'report.dynamic.common.name'}",
|
|
2618
|
+
Code: "@.upper:{'report.dynamic.common.code'}",
|
|
2619
|
+
"Product ID": "@:{'report.dynamic.schema.Product'}@:{'report.dynamic.common.id'}",
|
|
2620
|
+
"Variant ID": "@.upper:{'report.dynamic.common.variant'}@:{'report.dynamic.common.id'}",
|
|
2621
|
+
Variant: "@.upper:{'report.dynamic.common.variant'}",
|
|
2622
|
+
"User id": "@:{'report.dynamic.schema.User'}@.lower:{'report.dynamic.common.id'}",
|
|
2623
|
+
"Void reason": "เหตุผลการยกเลิก@:{'report.dynamic.common.reason'}",
|
|
2624
|
+
"Void user": "ผู้ใช้ยกเลิก@:{'report.dynamic.common.user'}",
|
|
2625
|
+
"Void approver": "ผู้อนุมัติการยกเลิก",
|
|
2626
|
+
"Layer 0 parent ID": "รหัสหลักชั้นระดับ0@:{'report.dynamic.common.id'}",
|
|
2627
|
+
"Custom attributes": "คุณสมบัติที่กำหนดเอง",
|
|
2628
|
+
Summary: "สรุป",
|
|
2629
|
+
"Group ID": "รหัสกลุ่ม@:{'report.dynamic.common.id'}",
|
|
2630
|
+
"Addon ID": "@:{'report.dynamic.schema.Addon'}@:{'report.dynamic.common.id'}",
|
|
2631
|
+
"Addon type": "@:{'report.dynamic.schema.Addon'}@.lower:{'report.dynamic.common.type'}",
|
|
2632
|
+
"Charge variant": "@:{'report.dynamic.schema.Charge'}@:{'report.dynamic.common.variant'}",
|
|
2633
|
+
"Parent ID": "รหัสหลัก@:{'report.dynamic.common.id'}",
|
|
2634
|
+
"Bill close time": "@:{'report.dynamic.schema.Bill'}@:{'report.dynamic.common.close'}@:{'report.dynamic.common.time'}",
|
|
2635
|
+
"Served time": "เวลาการให้บริการ@:{'report.dynamic.common.time'}",
|
|
2636
|
+
"Printed time": "เวลาการพิมพ์@:{'report.dynamic.common.time'}",
|
|
2637
|
+
"Void time": "เวลาการยกเลิก@:{'report.dynamic.common.time'}",
|
|
2638
|
+
"Item time": "เวลาโครงการ@:{'report.dynamic.common.time'}",
|
|
2639
|
+
"Sent time": "เวลาการส่ง@:{'report.dynamic.common.time'}",
|
|
2640
|
+
"Takeaway price": "ราคาซื้อกลับบ้าน@:{'report.dynamic.common.price'}",
|
|
2641
|
+
"Item discount": "ส่วนลดรายการ@:{'report.dynamic.common.discount'}",
|
|
2642
|
+
"Bill discount": "@:{'report.dynamic.schema.Bill'}@:{'report.dynamic.common.discount'}",
|
|
2643
|
+
Layer: "ชั้นระดับ",
|
|
2644
|
+
"Addon price": "@:{'report.dynamic.schema.Addon'}@:{'report.dynamic.common.price'}",
|
|
2645
|
+
Tax: "@.upper:{'report.dynamic.common.tax'}",
|
|
2646
|
+
"Preparation seconds": "วินาทีการเตรียม",
|
|
2647
|
+
"Layer nett": "ชั้นระดับสุทธิ@:{'report.dynamic.common.nett'}",
|
|
2648
|
+
"Layer bill discount": "ชั้นระดับ@.lower:{'report.dynamic.schema.Bill'}@:{'report.dynamic.common.discount'}",
|
|
2649
|
+
"Layer item discount": "ชั้นระดับส่วนลดรายการ@:{'report.dynamic.common.discount'}",
|
|
2650
|
+
"Layer gross total": "ชั้นระดับยอดรวม@:{'report.dynamic.common.total'}",
|
|
2651
|
+
"Layer takeaway price": "ชั้นระดับราคาซื้อกลับบ้าน@:{'report.dynamic.common.price'}",
|
|
2652
|
+
"Layer tax total": "ชั้นระดับ@:{'report.dynamic.common.tax'}@:{'report.dynamic.common.total'}",
|
|
2653
|
+
"Layer sc": "ชั้นระดับsc",
|
|
2654
|
+
"Layer other charge": "ชั้นระดับค่าธรรมเนียมอื่น@:{'report.dynamic.schema.Charge'}",
|
|
2655
|
+
"Layer gross before charges": "ชั้นระดับยอดรวมก่อนค่าธรรมเนียม",
|
|
2656
|
+
Qty: "@.upper:{'report.dynamic.common.qty'}",
|
|
2657
|
+
"Per unit": "ต่อ@:{'report.dynamic.common.unit'}",
|
|
2658
|
+
"Unit qty": "@.upper:{'report.dynamic.common.unit'}@:{'report.dynamic.common.qty'}",
|
|
2659
|
+
"Item ID": "รหัสรายการ@:{'report.dynamic.common.id'}",
|
|
2660
|
+
type: "@.lower:{'report.dynamic.common.type'}",
|
|
2661
|
+
"Selection ID": "รหัสการเลือก@:{'report.dynamic.common.id'}",
|
|
2662
|
+
"Bill time": "@:{'report.dynamic.schema.Bill'}@:{'report.dynamic.common.time'}",
|
|
2663
|
+
"User ID": "@:{'report.dynamic.schema.User'}@:{'report.dynamic.common.id'}",
|
|
2664
|
+
Reference: "อ้างอิง",
|
|
2665
|
+
Issuer: "ผู้ออก",
|
|
2666
|
+
"Gateway key": "คีย์เกตเวย์",
|
|
2667
|
+
Gateway: "เกตเวย์",
|
|
2668
|
+
"Card type": "ประเภทบัตร@:{'report.dynamic.common.type'}",
|
|
2669
|
+
"Payment time": "@:{'report.dynamic.schema.Payment'}@:{'report.dynamic.common.time'}",
|
|
2670
|
+
Paid: "ชำระแล้ว",
|
|
2671
|
+
Change: "เงินทอน",
|
|
2672
|
+
VAT: "VAT",
|
|
2673
|
+
"Before Discount": "@.upper:{'report.dynamic.common.before'}@:{'report.dynamic.schema.Discount'}",
|
|
2674
|
+
Inclusive: "@:{'report.dynamic.common.inclusive'}",
|
|
2675
|
+
Percentage: "เปอร์เซ็นต์",
|
|
2676
|
+
"Open user": "@:{'report.dynamic.common.open'}@:{'report.dynamic.common.user'}",
|
|
2677
|
+
"Close user": "@:{'report.dynamic.common.close'}@:{'report.dynamic.common.user'}",
|
|
2678
|
+
"Open time": "@:{'report.dynamic.common.open'}@:{'report.dynamic.common.time'}",
|
|
2679
|
+
"Close time": "@:{'report.dynamic.common.close'}@:{'report.dynamic.common.time'}",
|
|
2680
|
+
"Open amount": "@:{'report.dynamic.common.open'}@:{'report.dynamic.common.amount'}",
|
|
2681
|
+
"Close amount": "@:{'report.dynamic.common.close'}@:{'report.dynamic.common.amount'}",
|
|
2682
|
+
"Cash sale": "@:{'report.dynamic.common.cash'}การขาย",
|
|
2683
|
+
"Cash refund": "@:{'report.dynamic.common.cash'}@:{'report.dynamic.common.refund'}",
|
|
2684
|
+
"Member store cash sale": "@:{'report.dynamic.schema.Member'}@:{'report.dynamic.common.store'}@:{'report.dynamic.common.cash'}การขาย",
|
|
2685
|
+
"Member store cash refund": "@:{'report.dynamic.schema.Member'}@:{'report.dynamic.common.store'}@:{'report.dynamic.common.cash'}@:{'report.dynamic.common.refund'}",
|
|
2686
|
+
"Cash in": "@:{'report.dynamic.common.cash'}รับเข้า",
|
|
2687
|
+
"Cash out": "@:{'report.dynamic.common.cash'}จ่ายออก",
|
|
2688
|
+
"Created at": "สร้าง@:{'report.dynamic.common.at'}",
|
|
2689
|
+
"Clock in": "ลงเวลาเข้า",
|
|
2690
|
+
"Clock out": "ลงเวลาออก",
|
|
2691
|
+
Seconds: "วินาที",
|
|
2692
|
+
Minutes: "นาที",
|
|
2693
|
+
Hours: "ชั่วโมง",
|
|
2694
|
+
Cause: "สาเหตุ",
|
|
2695
|
+
"Discount user": "@:{'report.dynamic.schema.Discount'}@:{'report.dynamic.common.user'}",
|
|
2696
|
+
"Discount approver": "@:{'report.dynamic.schema.Discount'}ผู้อนุมัติ",
|
|
2697
|
+
"Return ID": "รหัสคืนสินค้า@:{'report.dynamic.common.id'}",
|
|
2698
|
+
"Ref ID": "@:{'report.dynamic.common.ref'}@:{'report.dynamic.common.id'}",
|
|
2699
|
+
"Warehouse ID": "รหัสคลังสินค้า@:{'report.dynamic.common.id'}",
|
|
2700
|
+
"Location ID": "@:{'report.dynamic.schema.Location'}@:{'report.dynamic.common.id'}",
|
|
2701
|
+
Ref: "@.upper:{'report.dynamic.common.ref'}",
|
|
2702
|
+
"Generated time": "เวลาการสร้าง@:{'report.dynamic.common.time'}",
|
|
2703
|
+
"Inventory Adjustment ID": "@:{'report.dynamic.schema.Inventory'}การปรับปรุง@:{'report.dynamic.common.id'}",
|
|
2704
|
+
"Unit ID": "@:{'report.dynamic.common.unit'}@:{'report.dynamic.common.id'}",
|
|
2705
|
+
"Unit Precision": "@:{'report.dynamic.common.unit'}ความแม่นยำ",
|
|
2706
|
+
"SKU ID": "@:{'report.dynamic.common.sku'}@:{'report.dynamic.common.id'}",
|
|
2707
|
+
"Unit abbrev.": "@:{'report.dynamic.common.unit'}@:{'report.dynamic.common.abbrev'}.",
|
|
2708
|
+
"Name (unit)": "@:{'report.dynamic.common.name'}(@:{'report.dynamic.common.unit'})",
|
|
2709
|
+
"Tracking unit": "หน่วยติดตาม@:{'report.dynamic.common.unit'}",
|
|
2710
|
+
"Tracking unit abbrev.": "หน่วยติดตาม@:{'report.dynamic.common.unit'}@:{'report.dynamic.common.abbrev'}.",
|
|
2711
|
+
Amount: "@.upper:{'report.dynamic.common.amount'}",
|
|
2712
|
+
"From balance": "@:{'report.dynamic.common.from'}@:{'report.dynamic.common.balance'}",
|
|
2713
|
+
"To balance": "@:{'report.dynamic.common.to'}@:{'report.dynamic.common.balance'}",
|
|
2714
|
+
"Amount cost": "@:{'report.dynamic.common.amount'}@:{'report.dynamic.common.cost'}",
|
|
2715
|
+
"From balance cost": "@:{'report.dynamic.common.from'}@:{'report.dynamic.common.balance'}@:{'report.dynamic.common.cost'}",
|
|
2716
|
+
"To balance cost": "@:{'report.dynamic.common.to'}@:{'report.dynamic.common.balance'}@:{'report.dynamic.common.cost'}",
|
|
2717
|
+
"Daily consumption": "การบริโภคประจำวัน",
|
|
2718
|
+
"Days outstanding": "วันที่ค้างชำระ",
|
|
2719
|
+
"Tracking amount": "จำนวนการติดตาม@:{'report.dynamic.common.amount'}",
|
|
2720
|
+
Conversion: "การแปลง",
|
|
2721
|
+
"Supplier ID": "@:{'report.dynamic.common.supplier'}@:{'report.dynamic.common.id'}",
|
|
2722
|
+
Supplier: "@:{'report.dynamic.common.supplier'}",
|
|
2723
|
+
"Supplier contact name": "@:{'report.dynamic.common.supplier'}ชื่อผู้ติดต่อ@:{'report.dynamic.common.name'}",
|
|
2724
|
+
"Supplier phone number": "@:{'report.dynamic.common.supplier'}หมายเลขโทรศัพท์",
|
|
2725
|
+
"Supplier reg no.": "@:{'report.dynamic.common.supplier'}หมายเลขจดทะเบียน",
|
|
2726
|
+
"Supplier email": "@:{'report.dynamic.common.supplier'}อีเมล",
|
|
2727
|
+
"Supplier address line 1": "@:{'report.dynamic.common.supplier'}@:{'report.dynamic.common.address'}บรรทัด1",
|
|
2728
|
+
"Supplier address line 2": "@:{'report.dynamic.common.supplier'}@:{'report.dynamic.common.address'}บรรทัด2",
|
|
2729
|
+
"Supplier address state": "@:{'report.dynamic.common.supplier'}@:{'report.dynamic.common.address'}รัฐ",
|
|
2730
|
+
"Supplier address city": "@:{'report.dynamic.common.supplier'}@:{'report.dynamic.common.address'}เมือง",
|
|
2731
|
+
"Supplier address postcode": "@:{'report.dynamic.common.supplier'}@:{'report.dynamic.common.address'}รหัสไปรษณีย์",
|
|
2732
|
+
"Supplier address country": "@:{'report.dynamic.common.supplier'}@:{'report.dynamic.common.address'}ประเทศ",
|
|
2733
|
+
"NetSuite ID": "NetSuite@:{'report.dynamic.common.id'}",
|
|
2734
|
+
"NetSuite Ref No": "NetSuite@:{'report.dynamic.common.ref'}หมายเลข",
|
|
2735
|
+
"Effective time": "เวลามีผล@:{'report.dynamic.common.time'}",
|
|
2736
|
+
"Purchase order ID": "@:{'report.dynamic.schema.Purchase order'}@:{'report.dynamic.common.id'}",
|
|
2737
|
+
"SKU code": "@:{'report.dynamic.common.sku'}@:{'report.dynamic.common.code'}",
|
|
2738
|
+
"SKU name": "@:{'report.dynamic.common.sku'}@:{'report.dynamic.common.name'}",
|
|
2739
|
+
"SKU unit ID": "@:{'report.dynamic.common.sku'}@:{'report.dynamic.common.unit'}@:{'report.dynamic.common.id'}",
|
|
2740
|
+
"SKU unit name": "@:{'report.dynamic.common.sku'}@:{'report.dynamic.common.unit'}@:{'report.dynamic.common.name'}",
|
|
2741
|
+
"SKU unit abbrev": "@:{'report.dynamic.common.sku'}@:{'report.dynamic.common.unit'}@:{'report.dynamic.common.abbrev'}",
|
|
2742
|
+
"Received qty": "จำนวนที่ได้รับ@:{'report.dynamic.common.qty'}",
|
|
2743
|
+
"Requested qty": "จำนวนที่ร้องขอ@:{'report.dynamic.common.qty'}",
|
|
2744
|
+
Cost: "@.upper:{'report.dynamic.common.cost'}",
|
|
2745
|
+
Adjustment: "การปรับปรุง",
|
|
2746
|
+
"Purchase delivery order ID": "@:{'report.dynamic.common.purchase'}@:{'report.dynamic.common.delivery'}@:{'report.dynamic.common.order'}@:{'report.dynamic.common.id'}",
|
|
2747
|
+
"Unit name": "@:{'report.dynamic.common.unit'}@:{'report.dynamic.common.name'}",
|
|
2748
|
+
"Unit abbrev": "@:{'report.dynamic.common.unit'}@:{'report.dynamic.common.abbrev'}",
|
|
2749
|
+
"Purchase delivery fulfillment ID": "@:{'report.dynamic.common.purchase'}@:{'report.dynamic.common.delivery'}การปฏิบัติตาม@:{'report.dynamic.common.id'}",
|
|
2750
|
+
State: "รัฐ",
|
|
2751
|
+
City: "เมือง",
|
|
2752
|
+
Postcode: "รหัสไปรษณีย์",
|
|
2753
|
+
Country: "ประเทศ",
|
|
2754
|
+
"Business ID": "@:{'report.dynamic.schema.Business'}@:{'report.dynamic.common.id'}",
|
|
2755
|
+
"License Expire": "ใบอนุญาตหมดอายุ",
|
|
2756
|
+
Longitude: "ลองจิจูด",
|
|
2757
|
+
Latitude: "ละติจูด",
|
|
2758
|
+
"Table count": "@:{'report.dynamic.schema.Table'}@:{'report.dynamic.common.count'}",
|
|
2759
|
+
Feature: "คุณสมบัติ",
|
|
2760
|
+
"Agent ID": "รหัสตัวแทน@:{'report.dynamic.common.id'}",
|
|
2761
|
+
"Owner ID": "รหัสเจ้าของ@:{'report.dynamic.common.id'}",
|
|
2762
|
+
"Expired at": "@:{'report.dynamic.common.expired'}@:{'report.dynamic.common.at'}",
|
|
2763
|
+
Birthday: "วันเกิด",
|
|
2764
|
+
Age: "อายุ",
|
|
2765
|
+
Description: "คำอธิบาย",
|
|
2766
|
+
"Expired time": "@:{'report.dynamic.common.expired'}@:{'report.dynamic.common.time'}",
|
|
2767
|
+
"Redeemed time": "เวลาการแลก@:{'report.dynamic.common.time'}",
|
|
2768
|
+
"Applied time": "เวลาการนำไปใช้@:{'report.dynamic.common.time'}",
|
|
2769
|
+
"Is expired": "@:{'report.dynamic.common.is'}@:{'report.dynamic.common.expired'}",
|
|
2770
|
+
"Is applied": "@:{'report.dynamic.common.is'}นำไปใช้แล้ว",
|
|
2771
|
+
"Is redeemed": "@:{'report.dynamic.common.is'}แลกแล้ว",
|
|
2772
|
+
"Expired count": "@:{'report.dynamic.common.expired'}@:{'report.dynamic.common.count'}",
|
|
2773
|
+
"Applied count": "จำนวนที่นำไปใช้@:{'report.dynamic.common.count'}",
|
|
2774
|
+
"redeemed count": "จำนวนที่แลก@:{'report.dynamic.common.count'}",
|
|
2775
|
+
"Voucher claim ID": "@:{'report.dynamic.schema.Voucher Claim'}@:{'report.dynamic.common.id'}",
|
|
2776
|
+
Level: "ระดับ",
|
|
2777
|
+
Experience: "ประสบการณ์",
|
|
2778
|
+
Tier: "ชั้น",
|
|
2779
|
+
"Card No.": "หมายเลขบัตร",
|
|
2780
|
+
"Last visit": "การเยี่ยมชมครั้งล่าสุด",
|
|
2781
|
+
Balance: "@.upper:{'report.dynamic.common.balance'}",
|
|
2782
|
+
"Normal Balance": "ยอดคงเหลือปกติ@:{'report.dynamic.common.balance'}",
|
|
2783
|
+
"Free balance": "ยอดคงเหลือฟรี@:{'report.dynamic.common.balance'}",
|
|
2784
|
+
Version: "รุ่น",
|
|
2785
|
+
Points: "คะแนน",
|
|
2786
|
+
Sales: "การขาย",
|
|
2787
|
+
"Tier number": "หมายเลขชั้น",
|
|
2788
|
+
"Bundle name": "ชื่อชุด@:{'report.dynamic.common.name'}",
|
|
2789
|
+
"Bundle ID": "รหัสชุด@:{'report.dynamic.common.id'}",
|
|
2790
|
+
"Create user ID": "สร้าง@:{'report.dynamic.common.user'}@:{'report.dynamic.common.id'}",
|
|
2791
|
+
"Create user name": "สร้าง@:{'report.dynamic.common.user'}@:{'report.dynamic.common.name'}",
|
|
2792
|
+
"Refund user ID": "@:{'report.dynamic.common.refund'}@:{'report.dynamic.common.user'}@:{'report.dynamic.common.id'}",
|
|
2793
|
+
"Refund user name": "@:{'report.dynamic.common.refund'}@:{'report.dynamic.common.user'}@:{'report.dynamic.common.name'}",
|
|
2794
|
+
status: "@.lower:{'report.dynamic.common.status'}",
|
|
2795
|
+
"Transaction ID": "รหัสธุรกรรม@:{'report.dynamic.common.id'}",
|
|
2796
|
+
"Tax code": "@:{'report.dynamic.common.tax'}@:{'report.dynamic.common.code'}",
|
|
2797
|
+
"Refund time": "@:{'report.dynamic.common.refund'}@:{'report.dynamic.common.time'}",
|
|
2798
|
+
"Normal credit": "เครดิตปกติ",
|
|
2799
|
+
"Free credit": "เครดิตฟรี",
|
|
2800
|
+
"Purchase ID": "@:{'report.dynamic.common.purchase'}@:{'report.dynamic.common.id'}",
|
|
2801
|
+
"Is internal": "@:{'report.dynamic.common.is'}ภายใน",
|
|
2802
|
+
"Acquired time": "เวลาการได้มา@:{'report.dynamic.common.time'}",
|
|
2803
|
+
Thumbnail: "ภาพย่อ",
|
|
2804
|
+
Costing: "การคำนวณต้นทุน",
|
|
2805
|
+
"Is refund": "@:{'report.dynamic.common.is'}@:{'report.dynamic.common.refund'}",
|
|
2806
|
+
Free: "ฟรี",
|
|
2807
|
+
Normal: "ปกติ",
|
|
2808
|
+
Message: "ข้อความ",
|
|
2809
|
+
rating: "การให้คะแนน",
|
|
2810
|
+
"Collectible ID": "รหัสของสะสม@:{'report.dynamic.common.id'}",
|
|
2811
|
+
"Template ID": "รหัสเทมเพลต@:{'report.dynamic.common.id'}",
|
|
2812
|
+
"Started at": "เริ่ม@:{'report.dynamic.common.at'}",
|
|
2813
|
+
"Ended at": "สิ้นสุด@:{'report.dynamic.common.at'}",
|
|
2814
|
+
Active: "ใช้งาน",
|
|
2815
|
+
"Max distribution": "@:{'report.dynamic.common.max'}การกระจาย",
|
|
2816
|
+
"Max distribution per user": "@:{'report.dynamic.common.max'}การกระจายต่อ@:{'report.dynamic.common.user'}",
|
|
2817
|
+
"Max use per collectible": "@:{'report.dynamic.common.max'}การใช้ต่อของสะสม",
|
|
2818
|
+
"Collection ID": "รหัสคอลเลกชัน@:{'report.dynamic.common.id'}",
|
|
2819
|
+
"Refund ref ID": "@:{'report.dynamic.common.refund'}@:{'report.dynamic.common.ref'}@:{'report.dynamic.common.id'}",
|
|
2820
|
+
"Campaign ID": "@:{'report.dynamic.schema.Campaign'}@:{'report.dynamic.common.id'}",
|
|
2821
|
+
"Transformed source": "แหล่งที่แปลง",
|
|
2822
|
+
"Quantity distributed": "จำนวนที่กระจาย",
|
|
2823
|
+
"Quantity usage": "จำนวนที่ใช้",
|
|
2824
|
+
"Quantity expired": "จำนวนที่หมดอายุ",
|
|
2825
|
+
Range: "ช่วง",
|
|
2826
|
+
From: "@:{'report.dynamic.common.from'}",
|
|
2827
|
+
To: "@:{'report.dynamic.common.to'}",
|
|
2828
|
+
"Member count": "@:{'report.dynamic.schema.Member'}@:{'report.dynamic.common.count'}",
|
|
2829
|
+
Rank: "อันดับ",
|
|
2830
|
+
"Payment ref ID": "@:{'report.dynamic.schema.Payment'}@:{'report.dynamic.common.ref'}@:{'report.dynamic.common.id'}",
|
|
2831
|
+
"Payment type": "@:{'report.dynamic.schema.Payment'}@:{'report.dynamic.common.type'}",
|
|
2832
|
+
"Payment Extra": "@:{'report.dynamic.schema.Payment'}พิเศษ",
|
|
2833
|
+
"Payment amount": "@:{'report.dynamic.schema.Payment'}@:{'report.dynamic.common.amount'}",
|
|
2834
|
+
"Voucher count": "จำนวนคูปอง@:{'report.dynamic.common.count'}",
|
|
2835
|
+
"Title count": "จำนวนตำแหน่ง@:{'report.dynamic.common.count'}",
|
|
2836
|
+
"Cash amount": "@:{'report.dynamic.common.cash'}@:{'report.dynamic.common.amount'}",
|
|
2837
|
+
"Coin amount": "จำนวนเหรียญ@:{'report.dynamic.common.amount'}",
|
|
2838
|
+
Price: "@.upper:{'report.dynamic.common.price'}",
|
|
2839
|
+
"Coin price": "ราคาเหรียญ@:{'report.dynamic.common.price'}",
|
|
2840
|
+
"Max use": "@:{'report.dynamic.common.max'}การใช้",
|
|
2841
|
+
"Start time": "เวลาเริ่ม@:{'report.dynamic.common.time'}",
|
|
2842
|
+
"Finish time": "เวลาสิ้นสุด@:{'report.dynamic.common.time'}",
|
|
2843
|
+
Timestamp: "ประทับเวลา",
|
|
2844
|
+
"Inventory Adjustment SKU ID": "@:{'report.dynamic.schema.Inventory'}การปรับปรุง@:{'report.dynamic.common.sku'}@:{'report.dynamic.common.id'}",
|
|
2845
|
+
"Qty x Unit": "@.upper:{'report.dynamic.common.qty'}x@.upper:{'report.dynamic.common.unit'}",
|
|
2846
|
+
"User Name": "@:{'report.dynamic.schema.User'}@:{'report.dynamic.common.name'}",
|
|
2847
|
+
"Move From Table": "ย้ายจาก@:{'report.dynamic.schema.Table'}",
|
|
2848
|
+
"Move From Bill ID": "ย้ายจาก@:{'report.dynamic.schema.Bill'}@:{'report.dynamic.common.id'}",
|
|
2849
|
+
"Move From Bill No.": "ย้ายจาก@:{'report.dynamic.schema.Bill'}หมายเลข",
|
|
2850
|
+
"Move Time": "เวลาการย้าย@:{'report.dynamic.common.time'}",
|
|
2851
|
+
"Bill count": "@:{'report.dynamic.schema.Bill'}@:{'report.dynamic.common.count'}",
|
|
2852
|
+
"Bill nett": "@:{'report.dynamic.schema.Bill'}สุทธิ",
|
|
2853
|
+
"Item count": "รายการ@:{'report.dynamic.common.count'}",
|
|
2854
|
+
"Srvc charge": "Srvc charge",
|
|
2855
|
+
Spacer: "Spacer",
|
|
2856
|
+
"Void bill count": "ยกเลิก@:{'report.dynamic.schema.Bill'}@:{'report.dynamic.common.count'}",
|
|
2857
|
+
"Draft bill count": "ร่าง@:{'report.dynamic.schema.Bill'}@:{'report.dynamic.common.count'}",
|
|
2858
|
+
"Draft bill nett": "ร่าง@:{'report.dynamic.schema.Bill'}สุทธิ",
|
|
2859
|
+
Overview: "@:{'report.dynamic.common.overview'}",
|
|
2860
|
+
"Top products": "ยอดนิยม@:{'report.dynamic.common.product'}",
|
|
2861
|
+
Branches: "สาขา",
|
|
2862
|
+
"Close up": "ปิดบัญชี",
|
|
2863
|
+
"Total sales": "@:{'report.dynamic.common.total'}@:{'report.dynamic.common.sales'}",
|
|
2864
|
+
"Total pax": "@:{'report.dynamic.common.total'}จำนวนคน",
|
|
2865
|
+
"Total discount": "@:{'report.dynamic.common.total'}@:{'report.dynamic.schema.Discount'}",
|
|
2866
|
+
"Total void": "@:{'report.dynamic.common.total'}ยกเลิก",
|
|
2867
|
+
"Total refund": "@:{'report.dynamic.common.total'}@:{'report.dynamic.schema.Refund'}",
|
|
2868
|
+
"Avg sales": "@:{'report.dynamic.common.average'}@:{'report.dynamic.common.sales'}",
|
|
2869
|
+
"Avg pax": "@:{'report.dynamic.common.average'}จำนวนคน",
|
|
2870
|
+
"Avg sales/pax": "@:{'report.dynamic.common.average'}@:{'report.dynamic.common.sales'}/จำนวนคน",
|
|
2871
|
+
"Payment summary": "@:{'report.dynamic.schema.Payment'}@:{'report.dynamic.common.summary'}",
|
|
2872
|
+
"Charge summary": "@:{'report.dynamic.schema.Charge'}@:{'report.dynamic.common.summary'}",
|
|
2873
|
+
"Delivery summary": "@:{'report.dynamic.common.delivery'}@:{'report.dynamic.common.summary'}",
|
|
2874
|
+
"Pickup summary": "รับด้วยตัวเอง@:{'report.dynamic.common.summary'}",
|
|
2875
|
+
"Source summary": "แหล่งที่มา@:{'report.dynamic.common.summary'}",
|
|
2876
|
+
"Member store": "@:{'report.dynamic.schema.Member'}@:{'report.dynamic.common.store'}",
|
|
2877
|
+
"Sales summary": "@:{'report.dynamic.common.sales'}@:{'report.dynamic.common.summary'}",
|
|
2878
|
+
"Daily sales": "รายวัน@:{'report.dynamic.common.sales'}",
|
|
2879
|
+
"Hourly sales": "รายชั่วโมง@:{'report.dynamic.common.sales'}",
|
|
2880
|
+
Drawer: "@:{'report.dynamic.schema.Drawer'}",
|
|
2881
|
+
"User product sales": "@:{'report.dynamic.common.user'}@:{'report.dynamic.common.product'}@:{'report.dynamic.common.sales'}",
|
|
2882
|
+
Receipt: "ใบเสร็จ",
|
|
2883
|
+
"Inventory adjustment": "@:{'report.dynamic.schema.Inventory'}การปรับปรุง",
|
|
2884
|
+
"Product unit": "@:{'report.dynamic.common.product'}@:{'report.dynamic.common.unit'}",
|
|
2885
|
+
"Product by invoice": "@:{'report.dynamic.common.product'}ตามใบแจ้งหนี้",
|
|
2886
|
+
Counter: "@:{'report.dynamic.schema.Counter'}",
|
|
2887
|
+
"Counter records": "@:{'report.dynamic.schema.Counter'}บันทึก",
|
|
2888
|
+
"Counter records - CASH": "@:{'report.dynamic.schema.Counter'}บันทึก-@:{'report.dynamic.common.cash'}",
|
|
2889
|
+
Timesheet: "@:{'report.dynamic.schema.Timesheet'}",
|
|
2890
|
+
"Product sales": "@:{'report.dynamic.common.product'}@:{'report.dynamic.common.sales'}",
|
|
2891
|
+
"Product sales by time": "@:{'report.dynamic.common.product'}@:{'report.dynamic.common.sales'}ตาม@:{'report.dynamic.common.time'}",
|
|
2892
|
+
"Morning (12AM-12PM)": "เช้า(12AM-12PM)",
|
|
2893
|
+
"Afternoon (12PM-6PM)": "บ่าย(12PM-6PM)",
|
|
2894
|
+
"Night (6PM-12AM)": "กลางคืน(6PM-12AM)",
|
|
2895
|
+
Addon: "@:{'report.dynamic.schema.Addon'}",
|
|
2896
|
+
Voucher: "@:{'report.dynamic.common.voucher'}",
|
|
2897
|
+
"User voucher": "@:{'report.dynamic.common.user'}@:{'report.dynamic.common.voucher'}",
|
|
2898
|
+
Void: "ยกเลิก",
|
|
2899
|
+
"Member store purchase": "@:{'report.dynamic.schema.Member store purchase'}",
|
|
2900
|
+
"User credit transaction": "@:{'report.dynamic.common.user'}@:{'report.dynamic.schema.Credit transaction'}",
|
|
2901
|
+
"Credit transaction": "@:{'report.dynamic.schema.Credit transaction'}",
|
|
2902
|
+
Refund: "@:{'report.dynamic.schema.Refund'}",
|
|
2903
|
+
"Member Dashboard": "@:{'report.dynamic.schema.Member'}แดชบอร์ด",
|
|
2904
|
+
"Active members": "@:{'report.dynamic.common.active'}@:{'report.dynamic.schema.Member'}",
|
|
2905
|
+
"Average rating": "@:{'report.dynamic.common.average'}การให้คะแนน",
|
|
2906
|
+
"Total revenue": "@:{'report.dynamic.common.total'}@:{'report.dynamic.common.revenue'}",
|
|
2907
|
+
"Items ordered": "รายการที่สั่ง",
|
|
2908
|
+
"Top 10 members by revenue": "ยอดนิยม10@:{'report.dynamic.schema.Member'}ตาม@:{'report.dynamic.common.revenue'}",
|
|
2909
|
+
"Top 10 members by rating": "ยอดนิยม10@:{'report.dynamic.schema.Member'}ตามการให้คะแนน",
|
|
2910
|
+
"Top 10 Members by No. Items Ordered": "ยอดนิยม10@:{'report.dynamic.schema.Member'}ตามจำนวนรายการที่สั่ง",
|
|
2911
|
+
"Age range": "ช่วงอายุ",
|
|
2912
|
+
Gender: "เพศ",
|
|
2913
|
+
"Birthday month": "เดือนเกิด",
|
|
2914
|
+
"Member Dashboard - Recency": "@:{'report.dynamic.schema.Member'}แดชบอร์ด-ความถี่ล่าสุด",
|
|
2915
|
+
"Member Dashboard - Frequency": "@:{'report.dynamic.schema.Member'}แดชบอร์ด-ความถี่",
|
|
2916
|
+
"Member Dashboard - Monetary": "@:{'report.dynamic.schema.Member'}แดชบอร์ด-มูลค่า",
|
|
2917
|
+
"Member Dashboard - Member Info Table": "@:{'report.dynamic.schema.Member'}แดชบอร์ด-ตารางข้อมูล@:{'report.dynamic.schema.Member'}",
|
|
2918
|
+
"KDS Performance": "KDS@:{'report.dynamic.common.performance'}",
|
|
2919
|
+
"Campaign Voucher Dashboard": "@:{'report.dynamic.schema.Campaign'}@:{'report.dynamic.common.voucher'}แดชบอร์ด",
|
|
2920
|
+
"Voucher Dashboard - Total Revenue": "@:{'report.dynamic.common.voucher'}แดชบอร์ด-@:{'report.dynamic.common.total'}@:{'report.dynamic.common.revenue'}",
|
|
2921
|
+
"Voucher Dashboard - Total Users": "@:{'report.dynamic.common.voucher'}แดชบอร์ด-@:{'report.dynamic.common.total'}@:{'report.dynamic.common.user'}",
|
|
2922
|
+
"Voucher Dashboard - Usage Rate": "@:{'report.dynamic.common.voucher'}แดชบอร์ด-อัตราการใช้",
|
|
2923
|
+
"Voucher Dashboard - Table Overview": "@:{'report.dynamic.common.voucher'}แดชบอร์ด-ตาราง@:{'report.dynamic.common.overview'}",
|
|
2924
|
+
"Voucher Dashboard - Usage": "@:{'report.dynamic.common.voucher'}แดชบอร์ด-การใช้",
|
|
2925
|
+
"Voucher Dashboard - Revenue": "@:{'report.dynamic.common.voucher'}แดชบอร์ด-@:{'report.dynamic.common.revenue'}",
|
|
2926
|
+
"Tier and Experience Dashboard": "ระดับและประสบการณ์แดชบอร์ด",
|
|
2927
|
+
"Total Experience Users": "@:{'report.dynamic.common.total'}ประสบการณ์@:{'report.dynamic.common.user'}",
|
|
2928
|
+
"Total Experiences Distributed": "@:{'report.dynamic.common.total'}ประสบการณ์ที่แจกจ่าย",
|
|
2929
|
+
"Average Experiences per User": "@:{'report.dynamic.common.average'}ประสบการณ์ต่อ@:{'report.dynamic.common.user'}",
|
|
2930
|
+
"Total Active Experience Campaigns": "@:{'report.dynamic.common.total'}@:{'report.dynamic.common.active'}ประสบการณ์@:{'report.dynamic.schema.Campaign'}",
|
|
2931
|
+
Tiers: "ระดับ",
|
|
2932
|
+
"Tier Distribution": "การกระจายระดับ",
|
|
2933
|
+
"Experiences Distributed vs. Day": "ประสบการณ์ที่แจกจ่ายเทียบกับวัน",
|
|
2934
|
+
"Experience Campaigns": "ประสบการณ์@:{'report.dynamic.schema.Campaign'}",
|
|
2935
|
+
"Point and Store Dashboard": "คะแนนและ@:{'report.dynamic.common.store'}แดชบอร์ด",
|
|
2936
|
+
"Total Point Users": "@:{'report.dynamic.common.total'}คะแนน@:{'report.dynamic.common.user'}",
|
|
2937
|
+
"Total Points Distributed": "@:{'report.dynamic.common.total'}คะแนนที่แจกจ่าย",
|
|
2938
|
+
"Total Points Used": "@:{'report.dynamic.common.total'}คะแนนที่ใช้",
|
|
2939
|
+
"Total Active Point Campaigns": "@:{'report.dynamic.common.total'}@:{'report.dynamic.common.active'}คะแนน@:{'report.dynamic.schema.Campaign'}",
|
|
2940
|
+
"Point Campaigns": "คะแนน@:{'report.dynamic.schema.Campaign'}",
|
|
2941
|
+
"Store Analysis": "@:{'report.dynamic.common.store'}การวิเคราะห์",
|
|
2942
|
+
"Credit Dashboard": "@:{'report.dynamic.common.credit'}แดชบอร์ด",
|
|
2943
|
+
"Total Credit Users": "@:{'report.dynamic.common.total'}@:{'report.dynamic.common.credit'}@:{'report.dynamic.common.user'}",
|
|
2944
|
+
"Total Credits Distributed": "@:{'report.dynamic.common.total'}@:{'report.dynamic.common.credit'}ที่แจกจ่าย",
|
|
2945
|
+
"Total Credits Used": "@:{'report.dynamic.common.total'}@:{'report.dynamic.common.credit'}ที่ใช้",
|
|
2946
|
+
"Total Active Credit Campaigns": "@:{'report.dynamic.common.total'}@:{'report.dynamic.common.active'}@:{'report.dynamic.common.credit'}@:{'report.dynamic.schema.Campaign'}",
|
|
2947
|
+
"Credit Campaigns Performance": "@:{'report.dynamic.common.credit'}@:{'report.dynamic.schema.Campaign'}@:{'report.dynamic.common.performance'}",
|
|
2948
|
+
"Credits Distributed": "@:{'report.dynamic.common.credit'}ที่แจกจ่าย",
|
|
2949
|
+
"Credits Used": "@:{'report.dynamic.common.credit'}ที่ใช้",
|
|
2950
|
+
"Credits Expired": "@:{'report.dynamic.common.credit'}@:{'report.dynamic.common.expired'}",
|
|
2951
|
+
None: "ไม่มี",
|
|
2952
|
+
"Grand Total": "ยอดรวม"
|
|
2953
|
+
}
|
|
1409
2954
|
}
|
|
1410
|
-
},
|
|
1411
|
-
report:
|
|
2955
|
+
}, i = {
|
|
2956
|
+
report: c
|
|
1412
2957
|
}, d = [
|
|
1413
2958
|
{
|
|
1414
2959
|
path: "/overview",
|
|
1415
2960
|
alias: ["/"],
|
|
1416
2961
|
name: "overview",
|
|
1417
|
-
component: () => import("./OverviewView-
|
|
2962
|
+
component: () => import("./OverviewView-D7wq9voi.js")
|
|
1418
2963
|
},
|
|
1419
2964
|
{
|
|
1420
2965
|
path: "/report",
|
|
1421
2966
|
name: "reports",
|
|
1422
|
-
component: () => import("./Report-
|
|
2967
|
+
component: () => import("./Report-St-N-XGu.js")
|
|
1423
2968
|
},
|
|
1424
2969
|
{
|
|
1425
2970
|
path: "/insights",
|
|
@@ -1429,17 +2974,17 @@ const r = {
|
|
|
1429
2974
|
{
|
|
1430
2975
|
path: "/report-view",
|
|
1431
2976
|
name: "reportView",
|
|
1432
|
-
component: () => import("./ReportView-
|
|
2977
|
+
component: () => import("./ReportView-BqHk2OOl.js")
|
|
1433
2978
|
},
|
|
1434
2979
|
{
|
|
1435
2980
|
path: "/report-editor",
|
|
1436
2981
|
name: "reportEditor",
|
|
1437
|
-
component: () => import("./ReportEditor-
|
|
2982
|
+
component: () => import("./ReportEditor-BhaqAf-H.js")
|
|
1438
2983
|
},
|
|
1439
2984
|
{
|
|
1440
2985
|
path: "/report-editor/tile-editor",
|
|
1441
2986
|
name: "tileEditor",
|
|
1442
|
-
component: () => import("./TileEditor-
|
|
2987
|
+
component: () => import("./TileEditor-Dh1OSYsO.js")
|
|
1443
2988
|
},
|
|
1444
2989
|
{
|
|
1445
2990
|
path: "/setting",
|
|
@@ -1473,17 +3018,17 @@ const r = {
|
|
|
1473
3018
|
// component:NotFound
|
|
1474
3019
|
// }
|
|
1475
3020
|
];
|
|
1476
|
-
|
|
1477
|
-
history:
|
|
3021
|
+
o({
|
|
3022
|
+
history: r("/"),
|
|
1478
3023
|
routes: d
|
|
1479
3024
|
});
|
|
1480
|
-
const
|
|
1481
|
-
"en-US":
|
|
1482
|
-
"zh-CN":
|
|
1483
|
-
"th-TH":
|
|
1484
|
-
}, u = e(() => import("./App-
|
|
3025
|
+
const y = {
|
|
3026
|
+
"en-US": t,
|
|
3027
|
+
"zh-CN": a,
|
|
3028
|
+
"th-TH": i
|
|
3029
|
+
}, u = e(() => import("./App-BCCZItsv.js"));
|
|
1485
3030
|
export {
|
|
1486
3031
|
u as FmApp,
|
|
1487
|
-
|
|
3032
|
+
y as i18nMessages,
|
|
1488
3033
|
d as routers
|
|
1489
3034
|
};
|