All Features apply close and open pattern
Browse files- index.html +183 -121
index.html
CHANGED
|
@@ -826,21 +826,42 @@
|
|
| 826 |
<div class="max-w-4xl mx-auto px-6 md:px-8">
|
| 827 |
<h3 class="text-2xl md:text-3xl font-bold text-[#002060] mb-6">All Features</h3>
|
| 828 |
<!-- Simple groups with subtle card styling -->
|
| 829 |
-
<div class="space-y-
|
| 830 |
<style>
|
| 831 |
-
|
| 832 |
background: rgba(255,255,255,.7);
|
| 833 |
border-radius: 8px;
|
| 834 |
-
padding: 16px;
|
| 835 |
box-shadow: 0 2px 8px rgba(0,32,96,.05);
|
| 836 |
border: 1px solid rgba(0,32,96,.08);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 837 |
}
|
| 838 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 839 |
padding: 4px 0;
|
| 840 |
position: relative;
|
| 841 |
padding-left: 16px;
|
| 842 |
}
|
| 843 |
-
|
| 844 |
content: '';
|
| 845 |
position: absolute;
|
| 846 |
left: 0;
|
|
@@ -850,131 +871,172 @@
|
|
| 850 |
background: var(--vlc-leaf);
|
| 851 |
border-radius: 50%;
|
| 852 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 853 |
</style>
|
| 854 |
-
<div data-aos="fade-up">
|
| 855 |
-
<
|
| 856 |
-
<
|
| 857 |
-
|
| 858 |
-
|
| 859 |
-
<
|
| 860 |
-
<
|
| 861 |
-
|
| 862 |
-
|
| 863 |
-
<
|
| 864 |
-
|
| 865 |
-
|
| 866 |
-
|
| 867 |
-
|
| 868 |
-
|
| 869 |
-
|
| 870 |
-
|
| 871 |
-
|
| 872 |
-
|
| 873 |
-
<
|
| 874 |
-
|
| 875 |
-
</h4>
|
| 876 |
-
<ul class="space-y-1">
|
| 877 |
-
<li>Connect a Postage Provider</li>
|
| 878 |
-
<li>Add Funds and Auto-fund Postal Accounts</li>
|
| 879 |
-
<li>Edit Services & Package Types</li>
|
| 880 |
-
<li>Set Ship From & Return Address</li>
|
| 881 |
-
<li>Configure Shipping</li>
|
| 882 |
-
<li>Use Shipping Presets</li>
|
| 883 |
-
<li>Calculate Rates</li>
|
| 884 |
-
<li>Create Single Labels</li>
|
| 885 |
-
<li>Create Multi-Package Labels</li>
|
| 886 |
-
<li>Reship an Order</li>
|
| 887 |
-
<li>Print Labels</li>
|
| 888 |
-
<li>Introduction to Batch Shipping</li>
|
| 889 |
-
<li>Working with Batches</li>
|
| 890 |
-
<li>Create a Batch</li>
|
| 891 |
-
<li>Print Labels with a Batch</li>
|
| 892 |
-
<li>Using Quickship</li>
|
| 893 |
-
<li>The Label Queue</li>
|
| 894 |
-
</ul>
|
| 895 |
-
</div>
|
| 896 |
-
<div data-aos="fade-up" data-aos-delay="100">
|
| 897 |
-
<h4 class="font-semibold text-[#002060] mb-3 flex items-center gap-2">
|
| 898 |
-
<i data-feather="file-text" class="w-5 h-5"></i>
|
| 899 |
-
Shipment Records & Details
|
| 900 |
-
</h4>
|
| 901 |
-
<ul class="space-y-1">
|
| 902 |
-
<li>Drop-shipping with VLC</li>
|
| 903 |
-
<li>Add Insurance to Shipments</li>
|
| 904 |
-
<li>Manage Shipments</li>
|
| 905 |
-
<li>Order & Shipment Records</li>
|
| 906 |
-
<li>Track Shipments</li>
|
| 907 |
-
<li>End of Day Forms</li>
|
| 908 |
-
<li>Void Labels</li>
|
| 909 |
-
<li>Return Labels</li>
|
| 910 |
-
<li>Search and Sort Shipments or Fulfillments</li>
|
| 911 |
-
<li>Filter Shipment or Fulfillment Records</li>
|
| 912 |
-
<li>Reprint a Label</li>
|
| 913 |
-
<li>Schedule a Pickup</li>
|
| 914 |
-
<li>Create Multi-Package Labels</li>
|
| 915 |
-
</ul>
|
| 916 |
</div>
|
| 917 |
-
<div data-aos="fade-up" data-aos-delay="
|
| 918 |
-
<
|
| 919 |
-
<
|
| 920 |
-
|
| 921 |
-
|
| 922 |
-
<
|
| 923 |
-
<
|
| 924 |
-
|
| 925 |
-
|
| 926 |
-
<
|
| 927 |
-
|
| 928 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 929 |
</div>
|
| 930 |
-
<div data-aos="fade-up" data-aos-delay="
|
| 931 |
-
<
|
| 932 |
-
<
|
| 933 |
-
|
| 934 |
-
|
| 935 |
-
<
|
| 936 |
-
<
|
| 937 |
-
</
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 938 |
</div>
|
| 939 |
-
<div data-aos="fade-up" data-aos-delay="
|
| 940 |
-
<
|
| 941 |
-
<
|
| 942 |
-
|
| 943 |
-
|
| 944 |
-
<
|
| 945 |
-
<
|
| 946 |
-
|
| 947 |
-
|
| 948 |
-
|
| 949 |
-
<li>
|
| 950 |
-
<li>
|
| 951 |
-
<li>
|
| 952 |
-
<li>
|
| 953 |
-
<li>
|
| 954 |
-
<li>Employee Analysis</li>
|
| 955 |
-
<li>Monthly Expenses Breakdown</li>
|
| 956 |
-
<li>Pick Performance</li>
|
| 957 |
-
<li>Pack Performance</li>
|
| 958 |
</ul>
|
| 959 |
-
|
| 960 |
-
|
| 961 |
-
|
| 962 |
-
|
| 963 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 964 |
</ul>
|
| 965 |
</div>
|
| 966 |
</div>
|
| 967 |
-
<div data-aos="fade-up" data-aos-delay="
|
| 968 |
-
<
|
| 969 |
-
<
|
| 970 |
-
|
| 971 |
-
|
| 972 |
-
<
|
| 973 |
-
<
|
| 974 |
-
|
| 975 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 976 |
</div>
|
| 977 |
-
|
| 978 |
<h4 class="font-semibold text-[#002060] mb-3 flex items-center gap-2">
|
| 979 |
<i data-feather="globe" class="w-5 h-5"></i>
|
| 980 |
International Shipments
|
|
|
|
| 826 |
<div class="max-w-4xl mx-auto px-6 md:px-8">
|
| 827 |
<h3 class="text-2xl md:text-3xl font-bold text-[#002060] mb-6">All Features</h3>
|
| 828 |
<!-- Simple groups with subtle card styling -->
|
| 829 |
+
<div class="space-y-4 text-gray-800">
|
| 830 |
<style>
|
| 831 |
+
.feature-group {
|
| 832 |
background: rgba(255,255,255,.7);
|
| 833 |
border-radius: 8px;
|
|
|
|
| 834 |
box-shadow: 0 2px 8px rgba(0,32,96,.05);
|
| 835 |
border: 1px solid rgba(0,32,96,.08);
|
| 836 |
+
overflow: hidden;
|
| 837 |
+
}
|
| 838 |
+
.feature-group-header {
|
| 839 |
+
padding: 16px;
|
| 840 |
+
cursor: pointer;
|
| 841 |
+
display: flex;
|
| 842 |
+
justify-content: space-between;
|
| 843 |
+
align-items: center;
|
| 844 |
+
transition: background-color 0.2s;
|
| 845 |
+
}
|
| 846 |
+
.feature-group-header:hover {
|
| 847 |
+
background-color: rgba(0,160,233,.05);
|
| 848 |
}
|
| 849 |
+
.feature-group-content {
|
| 850 |
+
padding: 0 16px;
|
| 851 |
+
max-height: 0;
|
| 852 |
+
overflow: hidden;
|
| 853 |
+
transition: max-height 0.3s ease-out, padding 0.3s ease-out;
|
| 854 |
+
}
|
| 855 |
+
.feature-group.active .feature-group-content {
|
| 856 |
+
padding: 0 16px 16px;
|
| 857 |
+
max-height: 1000px;
|
| 858 |
+
}
|
| 859 |
+
.feature-group li {
|
| 860 |
padding: 4px 0;
|
| 861 |
position: relative;
|
| 862 |
padding-left: 16px;
|
| 863 |
}
|
| 864 |
+
.feature-group li:before {
|
| 865 |
content: '';
|
| 866 |
position: absolute;
|
| 867 |
left: 0;
|
|
|
|
| 871 |
background: var(--vlc-leaf);
|
| 872 |
border-radius: 50%;
|
| 873 |
}
|
| 874 |
+
.feature-group-toggle {
|
| 875 |
+
transition: transform 0.3s;
|
| 876 |
+
}
|
| 877 |
+
.feature-group.active .feature-group-toggle {
|
| 878 |
+
transform: rotate(180deg);
|
| 879 |
+
}
|
| 880 |
</style>
|
| 881 |
+
<div class="feature-group" data-aos="fade-up">
|
| 882 |
+
<div class="feature-group-header" onclick="toggleFeatureGroup(this)">
|
| 883 |
+
<h4 class="font-semibold text-[#002060] flex items-center gap-2">
|
| 884 |
+
<i data-feather="shopping-cart" class="w-5 h-5"></i>
|
| 885 |
+
Manage Orders
|
| 886 |
+
</h4>
|
| 887 |
+
<i data-feather="chevron-down" class="w-5 h-5 feature-group-toggle"></i>
|
| 888 |
+
</div>
|
| 889 |
+
<div class="feature-group-content">
|
| 890 |
+
<ul class="space-y-1">
|
| 891 |
+
<li>Filter Orders</li>
|
| 892 |
+
<li>View, Search, and Sort Orders</li>
|
| 893 |
+
<li>Set a Ship By Date</li>
|
| 894 |
+
<li>Split Orders Into Multiple Shipments</li>
|
| 895 |
+
<li>Order Tags</li>
|
| 896 |
+
<li>Edit Order Details</li>
|
| 897 |
+
<li>Configure Checkout Rates</li>
|
| 898 |
+
<li>Address Validation</li>
|
| 899 |
+
<li>Order Alerts</li>
|
| 900 |
+
</ul>
|
| 901 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 902 |
</div>
|
| 903 |
+
<div class="feature-group" data-aos="fade-up" data-aos-delay="50">
|
| 904 |
+
<div class="feature-group-header" onclick="toggleFeatureGroup(this)">
|
| 905 |
+
<h4 class="font-semibold text-[#002060] flex items-center gap-2">
|
| 906 |
+
<i data-feather="truck" class="w-5 h-5"></i>
|
| 907 |
+
Ship Orders
|
| 908 |
+
</h4>
|
| 909 |
+
<i data-feather="chevron-down" class="w-5 h-5 feature-group-toggle"></i>
|
| 910 |
+
</div>
|
| 911 |
+
<div class="feature-group-content">
|
| 912 |
+
<ul class="space-y-1">
|
| 913 |
+
<li>Connect a Postage Provider</li>
|
| 914 |
+
<li>Add Funds and Auto-fund Postal Accounts</li>
|
| 915 |
+
<li>Edit Services & Package Types</li>
|
| 916 |
+
<li>Set Ship From & Return Address</li>
|
| 917 |
+
<li>Configure Shipping</li>
|
| 918 |
+
<li>Use Shipping Presets</li>
|
| 919 |
+
<li>Calculate Rates</li>
|
| 920 |
+
<li>Create Single Labels</li>
|
| 921 |
+
<li>Create Multi-Package Labels</li>
|
| 922 |
+
<li>Reship an Order</li>
|
| 923 |
+
<li>Print Labels</li>
|
| 924 |
+
<li>Introduction to Batch Shipping</li>
|
| 925 |
+
<li>Working with Batches</li>
|
| 926 |
+
<li>Create a Batch</li>
|
| 927 |
+
<li>Print Labels with a Batch</li>
|
| 928 |
+
<li>Using Quickship</li>
|
| 929 |
+
<li>The Label Queue</li>
|
| 930 |
+
</ul>
|
| 931 |
+
</div>
|
| 932 |
</div>
|
| 933 |
+
<div class="feature-group" data-aos="fade-up" data-aos-delay="100">
|
| 934 |
+
<div class="feature-group-header" onclick="toggleFeatureGroup(this)">
|
| 935 |
+
<h4 class="font-semibold text-[#002060] flex items-center gap-2">
|
| 936 |
+
<i data-feather="file-text" class="w-5 h-5"></i>
|
| 937 |
+
Shipment Records & Details
|
| 938 |
+
</h4>
|
| 939 |
+
<i data-feather="chevron-down" class="w-5 h-5 feature-group-toggle"></i>
|
| 940 |
+
</div>
|
| 941 |
+
<div class="feature-group-content">
|
| 942 |
+
<ul class="space-y-1">
|
| 943 |
+
<li>Drop-shipping with VLC</li>
|
| 944 |
+
<li>Add Insurance to Shipments</li>
|
| 945 |
+
<li>Manage Shipments</li>
|
| 946 |
+
<li>Order & Shipment Records</li>
|
| 947 |
+
<li>Track Shipments</li>
|
| 948 |
+
<li>End of Day Forms</li>
|
| 949 |
+
<li>Void Labels</li>
|
| 950 |
+
<li>Return Labels</li>
|
| 951 |
+
<li>Search and Sort Shipments or Fulfillments</li>
|
| 952 |
+
<li>Filter Shipment or Fulfillment Records</li>
|
| 953 |
+
<li>Reprint a Label</li>
|
| 954 |
+
<li>Schedule a Pickup</li>
|
| 955 |
+
<li>Create Multi-Package Labels</li>
|
| 956 |
+
</ul>
|
| 957 |
+
</div>
|
| 958 |
</div>
|
| 959 |
+
<div class="feature-group" data-aos="fade-up" data-aos-delay="150">
|
| 960 |
+
<div class="feature-group-header" onclick="toggleFeatureGroup(this)">
|
| 961 |
+
<h4 class="font-semibold text-[#002060] flex items-center gap-2">
|
| 962 |
+
<i data-feather="printer" class="w-5 h-5"></i>
|
| 963 |
+
Printer and Scale Integration
|
| 964 |
+
</h4>
|
| 965 |
+
<i data-feather="chevron-down" class="w-5 h-5 feature-group-toggle"></i>
|
| 966 |
+
</div>
|
| 967 |
+
<div class="feature-group-content">
|
| 968 |
+
<ul class="space-y-1">
|
| 969 |
+
<li>Printing Overview</li>
|
| 970 |
+
<li>Set Up Printers in Windows</li>
|
| 971 |
+
<li>Print a Document</li>
|
| 972 |
+
<li>Print a Test Label</li>
|
| 973 |
+
<li>Use a USB Scale</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 974 |
</ul>
|
| 975 |
+
</div>
|
| 976 |
+
</div>
|
| 977 |
+
<div class="feature-group" data-aos="fade-up" data-aos-delay="200">
|
| 978 |
+
<div class="feature-group-header" onclick="toggleFeatureGroup(this)">
|
| 979 |
+
<h4 class="font-semibold text-[#002060] flex items-center gap-2">
|
| 980 |
+
<i data-feather="bell" class="w-5 h-5"></i>
|
| 981 |
+
Notification and Documents
|
| 982 |
+
</h4>
|
| 983 |
+
<i data-feather="chevron-down" class="w-5 h-5 feature-group-toggle"></i>
|
| 984 |
+
</div>
|
| 985 |
+
<div class="feature-group-content">
|
| 986 |
+
<ul class="space-y-1">
|
| 987 |
+
<li>Print Packing Slips</li>
|
| 988 |
</ul>
|
| 989 |
</div>
|
| 990 |
</div>
|
| 991 |
+
<div class="feature-group" data-aos="fade-up" data-aos-delay="250">
|
| 992 |
+
<div class="feature-group-header" onclick="toggleFeatureGroup(this)">
|
| 993 |
+
<h4 class="font-semibold text-[#002060] flex items-center gap-2">
|
| 994 |
+
<i data-feather="bar-chart-2" class="w-5 h-5"></i>
|
| 995 |
+
Advanced Analytics
|
| 996 |
+
</h4>
|
| 997 |
+
<i data-feather="chevron-down" class="w-5 h-5 feature-group-toggle"></i>
|
| 998 |
+
</div>
|
| 999 |
+
<div class="feature-group-content">
|
| 1000 |
+
<div class="mt-2">
|
| 1001 |
+
<p class="font-medium">a) Warehouse</p>
|
| 1002 |
+
<ul class="mt-1 space-y-1">
|
| 1003 |
+
<li>Orders to Pick</li>
|
| 1004 |
+
<li>Orders Picked</li>
|
| 1005 |
+
<li>Daily/Monthly Picked Orders</li>
|
| 1006 |
+
<li>Order Analysis</li>
|
| 1007 |
+
<li>Orders Shipped</li>
|
| 1008 |
+
<li>Daily/Monthly Shipped Orders</li>
|
| 1009 |
+
<li>Orders to Ship</li>
|
| 1010 |
+
<li>Employee Analysis</li>
|
| 1011 |
+
<li>Monthly Expenses Breakdown</li>
|
| 1012 |
+
<li>Pick Performance</li>
|
| 1013 |
+
<li>Pack Performance</li>
|
| 1014 |
+
</ul>
|
| 1015 |
+
<p class="font-medium mt-4">b) Non-Warehouse</p>
|
| 1016 |
+
<ul class="mt-1 space-y-1">
|
| 1017 |
+
<li>Orders To Ship</li>
|
| 1018 |
+
<li>Orders To Ship v/s Shipped Orders</li>
|
| 1019 |
+
<li>Orders to Ship By Carrier</li>
|
| 1020 |
+
</ul>
|
| 1021 |
+
</div>
|
| 1022 |
+
</div>
|
| 1023 |
+
</div>
|
| 1024 |
+
<div class="feature-group" data-aos="fade-up" data-aos-delay="300">
|
| 1025 |
+
<div class="feature-group-header" onclick="toggleFeatureGroup(this)">
|
| 1026 |
+
<h4 class="font-semibold text-[#002060] flex items-center gap-2">
|
| 1027 |
+
<i data-feather="users" class="w-5 h-5"></i>
|
| 1028 |
+
Account Management
|
| 1029 |
+
</h4>
|
| 1030 |
+
<i data-feather="chevron-down" class="w-5 h-5 feature-group-toggle"></i>
|
| 1031 |
+
</div>
|
| 1032 |
+
<div class="feature-group-content">
|
| 1033 |
+
<ul class="space-y-1">
|
| 1034 |
+
<li>Add & Edit Users</li>
|
| 1035 |
+
<li>Set User Permissions and Restrictions</li>
|
| 1036 |
+
</ul>
|
| 1037 |
+
</div>
|
| 1038 |
</div>
|
| 1039 |
+
<div data-aos="fade-up" data-aos-delay="350">
|
| 1040 |
<h4 class="font-semibold text-[#002060] mb-3 flex items-center gap-2">
|
| 1041 |
<i data-feather="globe" class="w-5 h-5"></i>
|
| 1042 |
International Shipments
|