diff --git a/resources/assets/vue/components/accounts/elements/EmailVerificationComponent.vue b/resources/assets/vue/components/accounts/elements/EmailVerificationComponent.vue index c81a9ad9..5474ca83 100644 --- a/resources/assets/vue/components/accounts/elements/EmailVerificationComponent.vue +++ b/resources/assets/vue/components/accounts/elements/EmailVerificationComponent.vue @@ -12,8 +12,8 @@
Email {{error ? 'Failed Verification': 'Verified'}}
-
Your Email address was{{ error ? 'n\'t' : '' }} successfully verified
-
{{ error }}
+
Your Email address was{{ error ? 'n\'t' : '' }} successfully verified
+
{{ error }}
diff --git a/resources/assets/vue/components/accounts/elements/LoginFormComponent.vue b/resources/assets/vue/components/accounts/elements/LoginFormComponent.vue index fa023930..5ce4d1a4 100644 --- a/resources/assets/vue/components/accounts/elements/LoginFormComponent.vue +++ b/resources/assets/vue/components/accounts/elements/LoginFormComponent.vue @@ -3,7 +3,7 @@
- {{error}} + {{error}}
@@ -11,13 +11,13 @@
- +
- +
diff --git a/resources/assets/vue/components/accounts/elements/OnboardingStepComponent.vue b/resources/assets/vue/components/accounts/elements/OnboardingStepComponent.vue index dca841e9..4e74e8a5 100644 --- a/resources/assets/vue/components/accounts/elements/OnboardingStepComponent.vue +++ b/resources/assets/vue/components/accounts/elements/OnboardingStepComponent.vue @@ -14,7 +14,7 @@
-
+
diff --git a/resources/assets/vue/components/accounts/forms/EmailVerificationFormComponent.vue b/resources/assets/vue/components/accounts/forms/EmailVerificationFormComponent.vue index 8cfeb88b..ab4be8fb 100644 --- a/resources/assets/vue/components/accounts/forms/EmailVerificationFormComponent.vue +++ b/resources/assets/vue/components/accounts/forms/EmailVerificationFormComponent.vue @@ -11,7 +11,7 @@
-
Verification email sent
+
Verification email sent
It may take a few minutes. follow the directions in the email to confirm and activate your account
@@ -22,7 +22,7 @@
Verify your email
-
We have sent an email to {{ $store.getters.getUserEmail }}
+
We have sent an email to {{ $store.getters.getUserEmail }}
You need to verify your email to continue.
If you have not received the verification email, please check your Spam folder.
You can also click the resend button below to have another email sent to you.
diff --git a/resources/assets/vue/components/accounts/forms/ForgetPasswordFormComponent.vue b/resources/assets/vue/components/accounts/forms/ForgetPasswordFormComponent.vue index ddf52cde..a313c83f 100644 --- a/resources/assets/vue/components/accounts/forms/ForgetPasswordFormComponent.vue +++ b/resources/assets/vue/components/accounts/forms/ForgetPasswordFormComponent.vue @@ -3,7 +3,7 @@
- {{error}} + {{error}}
@@ -13,7 +13,7 @@
- +
@@ -40,7 +40,7 @@
Request Reset Link
-
Back to login
+
Back to login
diff --git a/resources/assets/vue/components/accounts/forms/LogOutFormComponent.vue b/resources/assets/vue/components/accounts/forms/LogOutFormComponent.vue index b32d8912..921a0f0a 100644 --- a/resources/assets/vue/components/accounts/forms/LogOutFormComponent.vue +++ b/resources/assets/vue/components/accounts/forms/LogOutFormComponent.vue @@ -3,7 +3,7 @@
- +
diff --git a/resources/assets/vue/components/accounts/forms/LoginFormComponent.vue b/resources/assets/vue/components/accounts/forms/LoginFormComponent.vue index 2e174168..73d9b1ff 100644 --- a/resources/assets/vue/components/accounts/forms/LoginFormComponent.vue +++ b/resources/assets/vue/components/accounts/forms/LoginFormComponent.vue @@ -7,13 +7,13 @@
- +
- +
diff --git a/resources/assets/vue/components/accounts/forms/RegistrationFormComponent.vue b/resources/assets/vue/components/accounts/forms/RegistrationFormComponent.vue index e436960a..cd575b25 100644 --- a/resources/assets/vue/components/accounts/forms/RegistrationFormComponent.vue +++ b/resources/assets/vue/components/accounts/forms/RegistrationFormComponent.vue @@ -22,7 +22,7 @@

Select your account type

-
+
diff --git a/resources/assets/vue/components/accounts/forms/ResetPasswordFormComponent.vue b/resources/assets/vue/components/accounts/forms/ResetPasswordFormComponent.vue index 33947d06..8f11a36a 100644 --- a/resources/assets/vue/components/accounts/forms/ResetPasswordFormComponent.vue +++ b/resources/assets/vue/components/accounts/forms/ResetPasswordFormComponent.vue @@ -3,7 +3,7 @@
- {{error}} + {{error}}
@@ -15,7 +15,7 @@ - +
@@ -31,7 +31,7 @@ - +
@@ -40,7 +40,7 @@
-
Reset Password
+
Reset Password
diff --git a/resources/assets/vue/components/accounts/sections/OnboardingSectionComponent.vue b/resources/assets/vue/components/accounts/sections/OnboardingSectionComponent.vue index 8b9e6171..421843b3 100644 --- a/resources/assets/vue/components/accounts/sections/OnboardingSectionComponent.vue +++ b/resources/assets/vue/components/accounts/sections/OnboardingSectionComponent.vue @@ -6,7 +6,7 @@
Welcome To Exchange System, {{$store.getters.getUserName}}
-
This is your setup guide. It has everything you need to get set up to start managing your overseas transfers.
+
This is your setup guide. It has everything you need to get set up to start managing your overseas transfers.
@@ -34,7 +34,7 @@
Getting started with Exchange
-
Just few more steps and you can start transferring money overseas
+
Just few more steps and you can start transferring money overseas
diff --git a/resources/assets/vue/components/address/elements/AddressComponent.vue b/resources/assets/vue/components/address/elements/AddressComponent.vue index df0062e6..fcc7b433 100644 --- a/resources/assets/vue/components/address/elements/AddressComponent.vue +++ b/resources/assets/vue/components/address/elements/AddressComponent.vue @@ -12,7 +12,7 @@
- {{address.street_one}} {{address.street_two}} {{address.city}} {{address.state.name}} {{address.post_code}} {{address.country.name}} + {{address.street_one}} {{address.street_two}} {{address.city}} {{address.state.name}} {{address.post_code}} {{address.country.name}}
@@ -54,7 +54,7 @@
- Default Address + Default Address
diff --git a/resources/assets/vue/components/address/elements/AddressListComponent.vue b/resources/assets/vue/components/address/elements/AddressListComponent.vue index c54efd95..15d91123 100644 --- a/resources/assets/vue/components/address/elements/AddressListComponent.vue +++ b/resources/assets/vue/components/address/elements/AddressListComponent.vue @@ -5,8 +5,8 @@
-
Default Billing Address
-
+
Default Billing Address
+
{{defaultAddress[0].street_one}} {{defaultAddress[0].street_two}}, {{defaultAddress[0].district.name}}, {{defaultAddress[0].post_code}} {{defaultAddress[0].state.name}}, {{defaultAddress[0].country.name}}
@@ -24,10 +24,10 @@
-
List of Address
+
List of Address
- +
@@ -46,7 +46,7 @@
-
{{selectedAddress.post_code}} {{selectedAddress.district.name}}
+
{{selectedAddress.post_code}} {{selectedAddress.district.name}}
@@ -69,13 +69,13 @@
- -
{{address.street_one}}{{selectedAddress.street_two ? ', ': ''}}{{address.street_two}}
+ +
{{address.street_one}}{{selectedAddress.street_two ? ', ': ''}}{{address.street_two}}
-
{{address.post_code}} {{address.district.name}}
+
{{address.post_code}} {{address.district.name}}
diff --git a/resources/assets/vue/components/address/forms/SetDefaultBillingAddressComponent.vue b/resources/assets/vue/components/address/forms/SetDefaultBillingAddressComponent.vue index 6d5b457e..20f77a0e 100644 --- a/resources/assets/vue/components/address/forms/SetDefaultBillingAddressComponent.vue +++ b/resources/assets/vue/components/address/forms/SetDefaultBillingAddressComponent.vue @@ -1,10 +1,10 @@ diff --git a/resources/assets/vue/components/announcements/elements/AnnouncementListComponent.vue b/resources/assets/vue/components/announcements/elements/AnnouncementListComponent.vue index 0626be82..591da73b 100644 --- a/resources/assets/vue/components/announcements/elements/AnnouncementListComponent.vue +++ b/resources/assets/vue/components/announcements/elements/AnnouncementListComponent.vue @@ -10,7 +10,7 @@
-
{{item.created_at}}
+
{{item.created_at}}
@@ -22,7 +22,7 @@
-
{{item.title | truncate(20)}}
+
{{item.title | truncate(20)}}
@@ -34,7 +34,7 @@
-
{{item.description | truncate(15)}}
+
{{item.description | truncate(15)}}
@@ -93,7 +93,7 @@
-
+
{{segment.name}}
diff --git a/resources/assets/vue/components/announcements/forms/AssignAnnouncementToSegmentFormComponent.vue b/resources/assets/vue/components/announcements/forms/AssignAnnouncementToSegmentFormComponent.vue index cc79b885..e8fce085 100644 --- a/resources/assets/vue/components/announcements/forms/AssignAnnouncementToSegmentFormComponent.vue +++ b/resources/assets/vue/components/announcements/forms/AssignAnnouncementToSegmentFormComponent.vue @@ -12,7 +12,7 @@
- {{error}} + {{error}}
diff --git a/resources/assets/vue/components/announcements/forms/DetachAnnouncementFromSegmentFormComponent.vue b/resources/assets/vue/components/announcements/forms/DetachAnnouncementFromSegmentFormComponent.vue index 3903dcdc..404c36ed 100644 --- a/resources/assets/vue/components/announcements/forms/DetachAnnouncementFromSegmentFormComponent.vue +++ b/resources/assets/vue/components/announcements/forms/DetachAnnouncementFromSegmentFormComponent.vue @@ -4,7 +4,7 @@
- {{error}} + {{error}}
diff --git a/resources/assets/vue/components/announcements/forms/ViewAnnouncementFormComponent.vue b/resources/assets/vue/components/announcements/forms/ViewAnnouncementFormComponent.vue index ea042c1c..6035fb23 100644 --- a/resources/assets/vue/components/announcements/forms/ViewAnnouncementFormComponent.vue +++ b/resources/assets/vue/components/announcements/forms/ViewAnnouncementFormComponent.vue @@ -23,7 +23,7 @@ - + diff --git a/resources/assets/vue/components/announcements/sections/AnnouncementQuickViewSectionComponent.vue b/resources/assets/vue/components/announcements/sections/AnnouncementQuickViewSectionComponent.vue index a40ec4c8..e8d20d68 100644 --- a/resources/assets/vue/components/announcements/sections/AnnouncementQuickViewSectionComponent.vue +++ b/resources/assets/vue/components/announcements/sections/AnnouncementQuickViewSectionComponent.vue @@ -3,10 +3,10 @@
-
Announcement
+
Announcement
-
Action
+
Action
diff --git a/resources/assets/vue/components/banks/elements/BankAccountComponent.vue b/resources/assets/vue/components/banks/elements/BankAccountComponent.vue index 1fb6ac43..b8caabbb 100644 --- a/resources/assets/vue/components/banks/elements/BankAccountComponent.vue +++ b/resources/assets/vue/components/banks/elements/BankAccountComponent.vue @@ -20,12 +20,12 @@
-
{{item.bank_name}}
+
{{item.bank_name}}
-
{{item.holder_name}}
+
{{item.holder_name}}
{{item.account_no.replace(/[^\dA-Z]/g, '').replace(/(.{4})/g, '$1 ').trim()}}
@@ -37,7 +37,7 @@
Set As Default
-
Set As Default
+
Set As Default
diff --git a/resources/assets/vue/components/banks/forms/BankAccountFormComponent.vue b/resources/assets/vue/components/banks/forms/BankAccountFormComponent.vue index c91cf482..61596d71 100644 --- a/resources/assets/vue/components/banks/forms/BankAccountFormComponent.vue +++ b/resources/assets/vue/components/banks/forms/BankAccountFormComponent.vue @@ -11,7 +11,7 @@
- {{error}} + {{error}}
diff --git a/resources/assets/vue/components/bookings/elements/BookingComponent.vue b/resources/assets/vue/components/bookings/elements/BookingComponent.vue index febce6ba..81ff2e6f 100644 --- a/resources/assets/vue/components/bookings/elements/BookingComponent.vue +++ b/resources/assets/vue/components/bookings/elements/BookingComponent.vue @@ -16,38 +16,38 @@
-
{{this.item.created_at}}
+
{{this.item.created_at}}
-
Marking
-
-
Currency
-
- {{this.item.convertible_currency.short_code}} +
Currency
+
+ {{this.item.convertible_currency.short_code}}
-
Transfer Type
+
Transfer Type
{{this.item.service.name}}
-
Payable Amount
+
Payable Amount
{{this.item.amount}} {{this.item.fixed_currency.short_code}}
-
status
+
status
{{item.status === 3 ? 'Complete' : 'In Progress'}}
-
Billing
+
Billing
Pending...
diff --git a/resources/assets/vue/components/bookings/elements/BookingConfirmationComponent.vue b/resources/assets/vue/components/bookings/elements/BookingConfirmationComponent.vue index dbb106e5..4cf9d573 100644 --- a/resources/assets/vue/components/bookings/elements/BookingConfirmationComponent.vue +++ b/resources/assets/vue/components/bookings/elements/BookingConfirmationComponent.vue @@ -5,14 +5,14 @@
-
Transfer Summary
+
Transfer Summary
-
{{this.data.serviceType.name}}
+
{{this.data.serviceType.name}}
@@ -25,7 +25,7 @@
-
{{this.data.serviceType.selectedCurrency.short_code}}
+
{{this.data.serviceType.selectedCurrency.short_code}}
@@ -37,7 +37,7 @@
-
{{(Math.round((parseFloat(this.data.amount.replace(",", "")) + Number.EPSILON) * 100) / 100).toFixed(2)}} {{this.parameters.type === 0 ? 'MYR': this.data.serviceType.selectedCurrency.short_code}}
+
{{(Math.round((parseFloat(this.data.amount.replace(",", "")) + Number.EPSILON) * 100) / 100).toFixed(2)}} {{this.parameters.type === 0 ? 'MYR': this.data.serviceType.selectedCurrency.short_code}}
@@ -53,7 +53,7 @@
-
Recipient Details
+
Recipient Details
@@ -64,10 +64,10 @@ - + - + @@ -170,7 +170,7 @@
-
Transfer Amount and Charges
+
Transfer Amount and Charges
** These are the rate as of {{this.parameters.calculation.date}}, all charges and rates are subject to change when making payment
@@ -178,57 +178,57 @@
-
Amount you are Transferring
+
Amount you are Transferring
-
{{this.parameters.type === 0 ? 'MYR': parameters.serviceType.selectedCurrency.short_code}}
+
{{this.parameters.type === 0 ? 'MYR': parameters.serviceType.selectedCurrency.short_code}}
-
{{(Math.round((parseFloat(this.parameters.amount.replace(",", ""))+ Number.EPSILON) * 100) / 100).toFixed(2)}}
+
{{(Math.round((parseFloat(this.parameters.amount.replace(",", ""))+ Number.EPSILON) * 100) / 100).toFixed(2)}}
-
Exchange Rate
+
Exchange Rate
-
+
-
{{(Math.round((this.parameters.calculation.rate + Number.EPSILON) * 100000) / 100000).toFixed(5)}}
+
{{(Math.round((this.parameters.calculation.rate + Number.EPSILON) * 100000) / 100000).toFixed(5)}}
-
Money Transfer Fee
+
Money Transfer Fee
-
MYR
+
MYR
-
{{(Math.round((this.parameters.calculation.service_charge + Number.EPSILON) * 100) / 100).toFixed(2)}}
+
{{(Math.round((this.parameters.calculation.service_charge + Number.EPSILON) * 100) / 100).toFixed(2)}}
-
Sub-Total
+
Sub-Total
-
MYR
+
MYR
-
{{(Math.round((this.parameters.calculation.sub_total + Number.EPSILON) * 100) / 100).toFixed(2)}}
+
{{(Math.round((this.parameters.calculation.sub_total + Number.EPSILON) * 100) / 100).toFixed(2)}}
-
Tax
+
Tax
-
{{Math.round((this.parameters.calculation.tax + Number.EPSILON) * 100) / 100}}%
+
{{Math.round((this.parameters.calculation.tax + Number.EPSILON) * 100) / 100}}%
-
{{(Math.round((this.parameters.calculation.tax_total + Number.EPSILON) * 100) / 100).toFixed(2)}}
+
{{(Math.round((this.parameters.calculation.tax_total + Number.EPSILON) * 100) / 100).toFixed(2)}}
diff --git a/resources/assets/vue/components/bookings/elements/BookingMergeableComponent.vue b/resources/assets/vue/components/bookings/elements/BookingMergeableComponent.vue index d3ca4c28..7f5fa021 100644 --- a/resources/assets/vue/components/bookings/elements/BookingMergeableComponent.vue +++ b/resources/assets/vue/components/bookings/elements/BookingMergeableComponent.vue @@ -7,7 +7,7 @@
-
+
diff --git a/resources/assets/vue/components/bookings/elements/CurrencyOrderComponent.vue b/resources/assets/vue/components/bookings/elements/CurrencyOrderComponent.vue index 5329e0e6..043df041 100644 --- a/resources/assets/vue/components/bookings/elements/CurrencyOrderComponent.vue +++ b/resources/assets/vue/components/bookings/elements/CurrencyOrderComponent.vue @@ -17,12 +17,12 @@
-
{{item.created_at}}
+
{{item.created_at}}
-
{{item.owner.name}}
+
{{item.owner.name}}
diff --git a/resources/assets/vue/components/bookings/elements/PaymentProofComponent.vue b/resources/assets/vue/components/bookings/elements/PaymentProofComponent.vue index b684d64e..eb665085 100644 --- a/resources/assets/vue/components/bookings/elements/PaymentProofComponent.vue +++ b/resources/assets/vue/components/bookings/elements/PaymentProofComponent.vue @@ -7,34 +7,34 @@
-
Reference
+
Reference
-
-
Date
-
+
Date
+
{{item.updated_at}}
-
Marking
-
+
Marking
+
{{item.booking.company.reference}}
-
Currency
-
+
Currency
+
{{item.original_currency.short_code}}
-
Amount
-
+
Amount
+
{{(Math.round((item.original_amount + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
diff --git a/resources/assets/vue/components/bookings/elements/PaymentVerificationComponent.vue b/resources/assets/vue/components/bookings/elements/PaymentVerificationComponent.vue index 6b42b78b..b09c0aa1 100644 --- a/resources/assets/vue/components/bookings/elements/PaymentVerificationComponent.vue +++ b/resources/assets/vue/components/bookings/elements/PaymentVerificationComponent.vue @@ -8,42 +8,42 @@
-
Reference
-
+
Reference
+
{{item.bill_no}}
-
Transfer No.
+
Transfer No.
-
-
Marking
-
+
Marking
+
{{item.booking.company.reference}}
-
Date
-
+
Date
+
{{item.documents.created_at}}
-
Payment Proof
+
Payment Proof
@@ -52,14 +52,14 @@
-
Amount
-
+
Amount
+
MYR {{(Math.round((item.amount + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
-
Original
-
+
Original
+
{{item.original_currency.short_code}} {{(Math.round((item.original_amount + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
diff --git a/resources/assets/vue/components/bookings/elements/SupplierPendingOrderComponent.vue b/resources/assets/vue/components/bookings/elements/SupplierPendingOrderComponent.vue index 9d0cc4b7..abd96e1e 100644 --- a/resources/assets/vue/components/bookings/elements/SupplierPendingOrderComponent.vue +++ b/resources/assets/vue/components/bookings/elements/SupplierPendingOrderComponent.vue @@ -5,27 +5,27 @@
-
- +
+
-
Date
-
+
Date
+
{{item.updated_at}}
-
Currency
-
+
Currency
+
{{item.original_currency.short_code}}
-
Amount
-
+
Amount
+
{{(Math.round((item.original_amount + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
diff --git a/resources/assets/vue/components/bookings/forms/BookingFormComponent.vue b/resources/assets/vue/components/bookings/forms/BookingFormComponent.vue index 414f1a42..737dcc41 100644 --- a/resources/assets/vue/components/bookings/forms/BookingFormComponent.vue +++ b/resources/assets/vue/components/bookings/forms/BookingFormComponent.vue @@ -13,7 +13,7 @@
Service Is Currently Unavailable!
-
We apologise for any inconvenience. In the mean time feel free to manage your existing transfers as usual, We will be back soon.
+
We apologise for any inconvenience. In the mean time feel free to manage your existing transfers as usual, We will be back soon.
@@ -32,10 +32,10 @@
-
Service Type
+
Service Type
- +
@@ -66,7 +66,7 @@
-
{{service.name}}
+
{{service.name}}
@@ -87,10 +87,10 @@
-
Payment Type
+
Payment Type
- +
@@ -103,7 +103,7 @@
-
** If you like to create a single invoice for your purchase order, please key in the full amount of your purchase order in the form below. You will still be able to make partial payment for the transfer request with your deposit amount when making payment.
+
** If you like to create a single invoice for your purchase order, please key in the full amount of your purchase order in the form below. You will still be able to make partial payment for the transfer request with your deposit amount when making payment.
@@ -123,10 +123,10 @@
-
{{this.data.conversion_currency.short_code}}
+
{{this.data.conversion_currency.short_code}}
@@ -25,7 +25,7 @@
-
{{this.data.convertible_currency.short_code}}
+
{{this.data.convertible_currency.short_code}}
@@ -34,7 +34,7 @@
-
Recipient Bank Details
+
Recipient Bank Details
@@ -54,7 +54,7 @@
-
{{item.bank.bank_name}} ({{item.bank.bank_branch}})
+
{{item.bank.bank_name}} ({{item.bank.bank_branch}})
@@ -67,34 +67,34 @@
-
Transfer Total:
+
Transfer Total:
-
{{this.data.fixed_currency.short_code}} {{(Math.round((this.data.amount + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
+
{{this.data.fixed_currency.short_code}} {{(Math.round((this.data.amount + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
-
Paid Total:
+
Paid Total:
-
{{this.data.fixed_currency.short_code}} {{(Math.round((this.data.paid_amount + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
+
{{this.data.fixed_currency.short_code}} {{(Math.round((this.data.paid_amount + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
-
Floating Amount:
+
Floating Amount:
-
{{this.data.fixed_currency.short_code}} {{(Math.round((this.data.floating_amount + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
+
{{this.data.fixed_currency.short_code}} {{(Math.round((this.data.floating_amount + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
-
OutStanding Total:
+
OutStanding Total:
-
{{this.data.fixed_currency.short_code}} {{(Math.round((this.data.outstanding_amount + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
+
{{this.data.fixed_currency.short_code}} {{(Math.round((this.data.outstanding_amount + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
@@ -110,7 +110,7 @@
- {{error}} + {{error}}
@@ -137,7 +137,7 @@
-
Bank Transfer
+
Bank Transfer
@@ -146,7 +146,7 @@
-
Cash Deposit
+
Cash Deposit
@@ -155,7 +155,7 @@
-
Cheque
+
Cheque
@@ -164,7 +164,7 @@
-
Banker's Acceptance
+
Banker's Acceptance
@@ -185,7 +185,7 @@
-
{{this.data.fixed_currency.short_code}}
+
{{this.data.fixed_currency.short_code}}
@@ -208,66 +208,66 @@
-
Outstanding
+
Outstanding
-
{{this.data.fixed_currency.short_code}} {{(Math.round(((this.data.amount - parseFloat(amount.replace(',', '')))+ Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
+
{{this.data.fixed_currency.short_code}} {{(Math.round(((this.data.amount - parseFloat(amount.replace(',', '')))+ Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
-
Recipient Gets
+
Recipient Gets
-
{{this.data.convertible_currency.short_code}} {{(Math.round((calculation.foreign_total + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
+
{{this.data.convertible_currency.short_code}} {{(Math.round((calculation.foreign_total + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
-
Rate
+
Rate
-
{{(Math.round((calculation.rate + Number.EPSILON) * 100000) / 100000).toFixed(5) }}
+
{{(Math.round((calculation.rate + Number.EPSILON) * 100000) / 100000).toFixed(5) }}
-
You are sending
+
You are sending
-
MYR {{(Math.round((calculation.local_total + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
+
MYR {{(Math.round((calculation.local_total + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
-
Transfer Charges
+
Transfer Charges
-
MYR {{(Math.round((calculation.service_charge + Number.EPSILON) * 100) / 100).toFixed(2)}}
+
MYR {{(Math.round((calculation.service_charge + Number.EPSILON) * 100) / 100).toFixed(2)}}
-
Sub Total
+
Sub Total
-
MYR {{(Math.round((calculation.sub_total + Number.EPSILON) * 100) / 100).toFixed(2)}}
+
MYR {{(Math.round((calculation.sub_total + Number.EPSILON) * 100) / 100).toFixed(2)}}
-
Tax {{(Math.round((calculation.tax + Number.EPSILON) * 10) / 10).toFixed(1)}}%
+
Tax {{(Math.round((calculation.tax + Number.EPSILON) * 10) / 10).toFixed(1)}}%
-
MYR {{(Math.round((calculation.tax_total + Number.EPSILON) * 100) / 100).toFixed(2)}}
+
MYR {{(Math.round((calculation.tax_total + Number.EPSILON) * 100) / 100).toFixed(2)}}
-
You are paying
+
You are paying
-
MYR {{(Math.round((calculation.total + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
+
MYR {{(Math.round((calculation.total + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
diff --git a/resources/assets/vue/components/bookings/forms/ConfirmQuotationFormComponent.vue b/resources/assets/vue/components/bookings/forms/ConfirmQuotationFormComponent.vue index 86be8e1a..85dfbc88 100644 --- a/resources/assets/vue/components/bookings/forms/ConfirmQuotationFormComponent.vue +++ b/resources/assets/vue/components/bookings/forms/ConfirmQuotationFormComponent.vue @@ -5,7 +5,7 @@
-
Congratulation, you have got great rates.
+
Congratulation, you have got great rates.
@@ -25,24 +25,24 @@
-
{{ calculation.bank.holder_name}}
+
{{ calculation.bank.holder_name}}
-
{{ calculation.bank.bank_name}}: {{ calculation.bank.account_no}}
+
{{ calculation.bank.bank_name}}: {{ calculation.bank.account_no}}
-
Bank In Amount: {{(Math.round((calculation.total + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}} MYR
+
Bank In Amount: {{(Math.round((calculation.total + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}} MYR
-
Please upload your payment proof before the booking expires within {{calculation.payment_attempt_limit}}.
+
Please upload your payment proof before the booking expires within {{calculation.payment_attempt_limit}}.
diff --git a/resources/assets/vue/components/bookings/forms/CurrencyConverterComponent.vue b/resources/assets/vue/components/bookings/forms/CurrencyConverterComponent.vue index 29b05824..091cdb90 100644 --- a/resources/assets/vue/components/bookings/forms/CurrencyConverterComponent.vue +++ b/resources/assets/vue/components/bookings/forms/CurrencyConverterComponent.vue @@ -3,7 +3,7 @@
- {{error}} + {{error}}
@@ -43,7 +43,7 @@
-
+
{{currency.short_code}}
@@ -70,8 +70,8 @@
-
MYR {{(Math.round((this.calculation.service_charge + Number.EPSILON) * 100) / 100).toFixed(2)}}
-
Transfer Fee
+
MYR {{(Math.round((this.calculation.service_charge + Number.EPSILON) * 100) / 100).toFixed(2)}}
+
Transfer Fee
@@ -82,8 +82,8 @@
-
MYR {{(Math.round((this.calculation.total + Number.EPSILON) * 100) / 100).toFixed(2)}}
-
Payable Amount
+
MYR {{(Math.round((this.calculation.total + Number.EPSILON) * 100) / 100).toFixed(2)}}
+
Payable Amount
@@ -137,7 +137,7 @@
-
+
MYR
diff --git a/resources/assets/vue/components/bookings/forms/PaymentVerificationFormComponent.vue b/resources/assets/vue/components/bookings/forms/PaymentVerificationFormComponent.vue index 4e47728a..683f9ca6 100644 --- a/resources/assets/vue/components/bookings/forms/PaymentVerificationFormComponent.vue +++ b/resources/assets/vue/components/bookings/forms/PaymentVerificationFormComponent.vue @@ -22,12 +22,12 @@
-
{{data.booking.service.configurations.bank_info.holder_name}}
+
{{data.booking.service.configurations.bank_info.holder_name}}
-
{{data.booking.service.configurations.bank_info.bank_name}}: {{ data.booking.service.configurations.bank_info.account_no}}
+
{{data.booking.service.configurations.bank_info.bank_name}}: {{ data.booking.service.configurations.bank_info.account_no}}
@@ -36,20 +36,20 @@
-
You are Paying
+
You are Paying
{{data.currency.short_code}} {{(Math.round((data.amount + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
-
Rate
-
+
Rate
+
{{(Math.round((data.currency_rate + Number.EPSILON) * 10000) / 10000).toFixed(5)}}
-
Recipient Gets
-
+
Recipient Gets
+
{{data.original_currency.short_code}} {{(Math.round((data.original_amount + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
diff --git a/resources/assets/vue/components/bookings/forms/PurchaseOrderFormComponent.vue b/resources/assets/vue/components/bookings/forms/PurchaseOrderFormComponent.vue index 435c2305..96c96afc 100644 --- a/resources/assets/vue/components/bookings/forms/PurchaseOrderFormComponent.vue +++ b/resources/assets/vue/components/bookings/forms/PurchaseOrderFormComponent.vue @@ -7,25 +7,25 @@
-
+
-
Stock Code
+
Stock Code
-
description
+
description
-
quantity
+
quantity
-
Unit Price
+
Unit Price
-
+
-
Total
+
Total
@@ -39,25 +39,25 @@
-
+
- +
- +
- +
- +
-
{{data.fixed_currency.short_code}}
+
{{data.fixed_currency.short_code}}
-
{{(Math.round((productTotal + Number.EPSILON) * 100) / 100).toFixed(2) }}
+
{{(Math.round((productTotal + Number.EPSILON) * 100) / 100).toFixed(2) }}
@@ -69,25 +69,25 @@
-
{{index + 1}}
+
{{index + 1}}
-
{{product.stockCode}}
+
{{product.stockCode}}
-
{{product.description}}
+
{{product.description}}
-
{{product.quantity}}
+
{{product.quantity}}
-
{{product.unit_price}}
+
{{product.unit_price}}
-
{{data.fixed_currency.short_code}}
+
{{data.fixed_currency.short_code}}
-
{{(Math.round((product.total + Number.EPSILON) * 100) / 100).toFixed(2) }}
+
{{(Math.round((product.total + Number.EPSILON) * 100) / 100).toFixed(2) }}
@@ -104,11 +104,11 @@
-
Billing Details
+
Billing Details
@@ -135,30 +135,30 @@
-
Date
-
+
Date
+
{{booking.created_at}}
-
Reference
-
+
Reference
+
{{booking.marking}}
-
{{booking.company.type === 1 ? 'SSM Registration No.' : 'Identification Card No.'}}
-
+
{{booking.company.type === 1 ? 'SSM Registration No.' : 'Identification Card No.'}}
+
{{booking.company.identification ? booking.company.identification.reference: ''}}
-
Contact
-
+
Contact
+
{{booking.company.contact ? booking.company.contact.phone: ''}}
@@ -170,16 +170,16 @@
-
Bill To
-
+
Bill To
+
{{booking.company.name}}
-
Address
-
+
Address
+
{{booking.company.address.street_one}} {{booking.company.address.street_two}}, {{booking.company.address.district.name}}, {{booking.company.address.post_code}} {{booking.company.address.state.name}}, {{booking.company.address.country.name}}
@@ -204,7 +204,7 @@
-
Payment Bookings
+
Payment Bookings
@@ -221,26 +221,26 @@
Booked
-
+
{{item.original_currency.short_code}} {{(Math.round((item.original_amount + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
Rate
-
+
{{(Math.round((item.currency_rate + Number.EPSILON) * 10000) / 10000).toFixed(5)}}
Payable
-
+
{{item.currency.short_code}} {{(Math.round((item.amount + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
-
Expires On: {{item.expires_on}}
+
Expires On: {{item.expires_on}}
@@ -269,7 +269,7 @@
-
Expired Payment Bookings
+
Expired Payment Bookings
@@ -286,26 +286,26 @@
Booked
-
+
{{item.original_currency.short_code}} {{(Math.round((item.original_amount + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
Rate
-
+
{{(Math.round((item.currency_rate + Number.EPSILON) * 10000) / 10000).toFixed(5)}}
Payable
-
+
{{item.original_currency.short_code}} {{(Math.round((item.amount + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
-
Expired On: {{item.expires_on}}
+
Expired On: {{item.expires_on}}
@@ -318,7 +318,7 @@
-
Payment History
+
Payment History
@@ -328,13 +328,13 @@
Status
-
+
{{ item.status === 1 ? 'Pending Verification' : item.status === 2 ? 'Processing Payment' : item.status === 4 ? 'Rejected' : 'Transferred'}}
Payment Amount
-
+
{{ item.type === 3 ? item.original_currency.short_code : item.currency.short_code}} {{(Math.round((item.type === 3 ? item.original_amount : item.amount + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
diff --git a/resources/assets/vue/components/bookings/sections/BookingMergeSectionComponent.vue b/resources/assets/vue/components/bookings/sections/BookingMergeSectionComponent.vue index ad0ab389..ee05707c 100644 --- a/resources/assets/vue/components/bookings/sections/BookingMergeSectionComponent.vue +++ b/resources/assets/vue/components/bookings/sections/BookingMergeSectionComponent.vue @@ -21,7 +21,7 @@
-
Merge Transfer
+
Merge Transfer

Merge multiple transfer orders to generate a single invoice for your purchase order

@@ -31,32 +31,32 @@
-
Date
-
+
Date
+
{{booking.created_at}}
-
Reference
-
+
Reference
+
{{booking.marking}}
-
{{booking.company.type === 1 ? 'SSM Registration No.' : 'Identification Card No.'}}
-
+
{{booking.company.type === 1 ? 'SSM Registration No.' : 'Identification Card No.'}}
+
{{booking.company.identification.reference}}
-
Purchase Order Amount
-
+
Purchase Order Amount
+
{{formatAmount(booking.purchase_order.amount)}}
-
Booking Amount
-
+
Booking Amount
+
{{formatAmount(booking.amount)}}
@@ -73,27 +73,27 @@
-
+
-
Created At
+
Created At
-
Marking
+
Marking
-
Currency
+
Currency
-
Type
+
Type
-
P.O. Amount
+
P.O. Amount
-
Booking Amount
+
Booking Amount
@@ -108,7 +108,7 @@
-
+
Be cautious when merging multiple transfer orders, double check your reference numbers and the transfer amount before proceeding.

Please note that merged transfer orders can't be un-merged. @@ -123,10 +123,10 @@
-
Order Total Amount:
+
Order Total Amount:
-
+
{{totalOrderAmount}}
diff --git a/resources/assets/vue/components/bookings/sections/SupplierPendingOrdersSectionComponent.vue b/resources/assets/vue/components/bookings/sections/SupplierPendingOrdersSectionComponent.vue index c3bdc966..4d2c82bb 100644 --- a/resources/assets/vue/components/bookings/sections/SupplierPendingOrdersSectionComponent.vue +++ b/resources/assets/vue/components/bookings/sections/SupplierPendingOrdersSectionComponent.vue @@ -31,7 +31,7 @@
-
{{supplier.name}}
+
{{supplier.name}}
@@ -64,7 +64,7 @@
-
{{currency.short_code}}
+
{{currency.short_code}}
diff --git a/resources/assets/vue/components/companies/elements/CompanyDetailsComponent.vue b/resources/assets/vue/components/companies/elements/CompanyDetailsComponent.vue index 39eed578..6776c037 100644 --- a/resources/assets/vue/components/companies/elements/CompanyDetailsComponent.vue +++ b/resources/assets/vue/components/companies/elements/CompanyDetailsComponent.vue @@ -11,15 +11,15 @@
- +
- +
- +
@@ -30,7 +30,7 @@ diff --git a/resources/assets/vue/components/companies/elements/CustomerProfileComponent.vue b/resources/assets/vue/components/companies/elements/CustomerProfileComponent.vue index 9c2521fa..d0e764e1 100644 --- a/resources/assets/vue/components/companies/elements/CustomerProfileComponent.vue +++ b/resources/assets/vue/components/companies/elements/CustomerProfileComponent.vue @@ -25,7 +25,7 @@
-
+
CIEF/{{item.reference}}
@@ -34,7 +34,7 @@
-
+
{{item.status === 2 ? 'Active' : item.status === 5 ? 'Suspended' : 'Inactive'}}
@@ -49,7 +49,7 @@
-
+
{{segment.name}}
diff --git a/resources/assets/vue/components/companies/elements/IdentificationVerificationComponent.vue b/resources/assets/vue/components/companies/elements/IdentificationVerificationComponent.vue index 0adfbf8b..0c72f5be 100644 --- a/resources/assets/vue/components/companies/elements/IdentificationVerificationComponent.vue +++ b/resources/assets/vue/components/companies/elements/IdentificationVerificationComponent.vue @@ -13,10 +13,10 @@
- +
-
+{{item.owner.contact.country_code}} {{parseInt(item.owner.contact.phone, 10)}}
+
+{{item.owner.contact.country_code}} {{parseInt(item.owner.contact.phone, 10)}}
@@ -82,7 +82,7 @@ diff --git a/resources/assets/vue/components/companies/elements/SupplierComponent.vue b/resources/assets/vue/components/companies/elements/SupplierComponent.vue index 6b2961c2..2bc135ef 100644 --- a/resources/assets/vue/components/companies/elements/SupplierComponent.vue +++ b/resources/assets/vue/components/companies/elements/SupplierComponent.vue @@ -18,7 +18,7 @@
-
{{item.name}}
+
{{item.name}}
@@ -30,7 +30,7 @@
-
{{stringifyCurrencies}}
+
{{stringifyCurrencies}}
@@ -57,7 +57,7 @@
-
+
Bank Accounts
diff --git a/resources/assets/vue/components/companies/elements/VerificationWarningComponent.vue b/resources/assets/vue/components/companies/elements/VerificationWarningComponent.vue index b5b598be..9d965675 100644 --- a/resources/assets/vue/components/companies/elements/VerificationWarningComponent.vue +++ b/resources/assets/vue/components/companies/elements/VerificationWarningComponent.vue @@ -6,7 +6,7 @@
-
Identification Verification
-
+
Identification Verification
+
-
You are unable to create new transfer requests or make payments until you have successfully verified your identity!
+
You are unable to create new transfer requests or make payments until you have successfully verified your identity!
You are unable to make payments until your identification is approved!
diff --git a/resources/assets/vue/components/companies/forms/AssignSegmentFormComponent.vue b/resources/assets/vue/components/companies/forms/AssignSegmentFormComponent.vue index 7f18e778..a5138bae 100644 --- a/resources/assets/vue/components/companies/forms/AssignSegmentFormComponent.vue +++ b/resources/assets/vue/components/companies/forms/AssignSegmentFormComponent.vue @@ -12,7 +12,7 @@
- {{error}} + {{error}}
diff --git a/resources/assets/vue/components/companies/forms/DetachSegmentFormComponent.vue b/resources/assets/vue/components/companies/forms/DetachSegmentFormComponent.vue index 7e87816d..45b828da 100644 --- a/resources/assets/vue/components/companies/forms/DetachSegmentFormComponent.vue +++ b/resources/assets/vue/components/companies/forms/DetachSegmentFormComponent.vue @@ -4,7 +4,7 @@
- {{error}} + {{error}}
diff --git a/resources/assets/vue/components/companies/forms/IdentificationVerificationFormComponent.vue b/resources/assets/vue/components/companies/forms/IdentificationVerificationFormComponent.vue index 2c1bfdea..fecd08ce 100644 --- a/resources/assets/vue/components/companies/forms/IdentificationVerificationFormComponent.vue +++ b/resources/assets/vue/components/companies/forms/IdentificationVerificationFormComponent.vue @@ -15,7 +15,7 @@
- +
@@ -43,7 +43,7 @@
-
+
@@ -61,7 +61,7 @@
-
+
@@ -79,7 +79,7 @@
-
+
diff --git a/resources/assets/vue/components/companies/forms/SupplierFormComponent.vue b/resources/assets/vue/components/companies/forms/SupplierFormComponent.vue index 6c346db6..c4e4c722 100644 --- a/resources/assets/vue/components/companies/forms/SupplierFormComponent.vue +++ b/resources/assets/vue/components/companies/forms/SupplierFormComponent.vue @@ -11,7 +11,7 @@
- {{error}} + {{error}}
diff --git a/resources/assets/vue/components/companies/sections/CompanyQuickViewSectionComponent.vue b/resources/assets/vue/components/companies/sections/CompanyQuickViewSectionComponent.vue index 00853fc5..b86925c1 100644 --- a/resources/assets/vue/components/companies/sections/CompanyQuickViewSectionComponent.vue +++ b/resources/assets/vue/components/companies/sections/CompanyQuickViewSectionComponent.vue @@ -3,13 +3,13 @@
-
Company
+
Company
-
Booking
+
Booking
-
Action
+
Action
diff --git a/resources/assets/vue/components/companies/sections/CustomerProfileSectionComponent.vue b/resources/assets/vue/components/companies/sections/CustomerProfileSectionComponent.vue index 1238ac6d..487c52a9 100644 --- a/resources/assets/vue/components/companies/sections/CustomerProfileSectionComponent.vue +++ b/resources/assets/vue/components/companies/sections/CustomerProfileSectionComponent.vue @@ -16,7 +16,7 @@
-
+
@@ -28,14 +28,14 @@
-
Transfers
+
Transfers
-
+
@@ -47,7 +47,7 @@
-
Billing
+
Billing
@@ -58,7 +58,7 @@
-
+
@@ -70,7 +70,7 @@
-
Customer Profile
+
Customer Profile
diff --git a/resources/assets/vue/components/companies/sections/SupplierCurrenciesSectionComponent.vue b/resources/assets/vue/components/companies/sections/SupplierCurrenciesSectionComponent.vue index cc25208e..8419a86b 100644 --- a/resources/assets/vue/components/companies/sections/SupplierCurrenciesSectionComponent.vue +++ b/resources/assets/vue/components/companies/sections/SupplierCurrenciesSectionComponent.vue @@ -3,7 +3,7 @@
-
+
Supplier Currencies
@@ -11,8 +11,8 @@
-
- +
+
diff --git a/resources/assets/vue/components/companies/sections/customerDashboardSectionComponent.vue b/resources/assets/vue/components/companies/sections/customerDashboardSectionComponent.vue index 7465cfb6..c38a4c42 100644 --- a/resources/assets/vue/components/companies/sections/customerDashboardSectionComponent.vue +++ b/resources/assets/vue/components/companies/sections/customerDashboardSectionComponent.vue @@ -47,7 +47,7 @@
-
+
@@ -60,14 +60,14 @@
-
My Transfers
+
My Transfers
-
+
@@ -79,14 +79,14 @@
-
Pending Payments
+
Pending Payments
-
+
@@ -255,7 +255,7 @@
-
Purchase Orders
+
Purchase Orders
@@ -266,7 +266,7 @@
-
+
@@ -435,7 +435,7 @@
-
Complete Orders
+
Complete Orders
diff --git a/resources/assets/vue/components/general/elements/ErrorMessageComponent.vue b/resources/assets/vue/components/general/elements/ErrorMessageComponent.vue index 36b0a72d..c3b7ea0b 100644 --- a/resources/assets/vue/components/general/elements/ErrorMessageComponent.vue +++ b/resources/assets/vue/components/general/elements/ErrorMessageComponent.vue @@ -1,7 +1,7 @@ diff --git a/resources/assets/vue/components/general/elements/SearchComponent.vue b/resources/assets/vue/components/general/elements/SearchComponent.vue index 36bddce1..6ae89062 100644 --- a/resources/assets/vue/components/general/elements/SearchComponent.vue +++ b/resources/assets/vue/components/general/elements/SearchComponent.vue @@ -14,11 +14,11 @@
- Filters + Filters
-
Advance
+
Advance
@@ -26,7 +26,7 @@
-
+
Apply filters
diff --git a/resources/assets/vue/components/general/forms/FileInputComponent.vue b/resources/assets/vue/components/general/forms/FileInputComponent.vue index 45ef8a1e..5ffbf4e3 100644 --- a/resources/assets/vue/components/general/forms/FileInputComponent.vue +++ b/resources/assets/vue/components/general/forms/FileInputComponent.vue @@ -11,7 +11,7 @@
-
!
+
!
diff --git a/resources/assets/vue/components/general/forms/FileUploadComponent.vue b/resources/assets/vue/components/general/forms/FileUploadComponent.vue index 3028586d..2d469725 100644 --- a/resources/assets/vue/components/general/forms/FileUploadComponent.vue +++ b/resources/assets/vue/components/general/forms/FileUploadComponent.vue @@ -19,14 +19,14 @@
-
Drag and drop files here
+
Drag and drop files here
-
Or
+
Or
@@ -40,7 +40,7 @@
-
Drag and drop files here
+
Drag and drop files here
@@ -84,7 +84,7 @@ acceptedFiles: 'image/*, application/pdf', uploadMultiple: true, clickable: '.select-btn', - previewTemplate: '
' + previewTemplate: '
' }); dropzone.autoDiscover = false; diff --git a/resources/assets/vue/components/general/forms/ValidationErrorComponent.vue b/resources/assets/vue/components/general/forms/ValidationErrorComponent.vue index 3c5f6bb0..3d7e4a2a 100644 --- a/resources/assets/vue/components/general/forms/ValidationErrorComponent.vue +++ b/resources/assets/vue/components/general/forms/ValidationErrorComponent.vue @@ -1,5 +1,5 @@ diff --git a/resources/assets/vue/components/settings/elements/SegmentComponent.vue b/resources/assets/vue/components/settings/elements/SegmentComponent.vue index 54dafd09..3a19daf5 100644 --- a/resources/assets/vue/components/settings/elements/SegmentComponent.vue +++ b/resources/assets/vue/components/settings/elements/SegmentComponent.vue @@ -18,7 +18,7 @@
-
{{item.name}}
+
{{item.name}}
@@ -60,7 +60,7 @@
-
+
Segment Services
diff --git a/resources/assets/vue/components/settings/elements/SegmentServiceComponent.vue b/resources/assets/vue/components/settings/elements/SegmentServiceComponent.vue index 43c7cdae..d98df055 100644 --- a/resources/assets/vue/components/settings/elements/SegmentServiceComponent.vue +++ b/resources/assets/vue/components/settings/elements/SegmentServiceComponent.vue @@ -16,7 +16,7 @@
-
{{item.name}}
+
{{item.name}}
@@ -28,7 +28,7 @@
-
{{item.configurations.active ? 'Active':'Inactive'}}
+
{{item.configurations.active ? 'Active':'Inactive'}}
diff --git a/resources/assets/vue/components/settings/elements/ServiceComponent.vue b/resources/assets/vue/components/settings/elements/ServiceComponent.vue index c2db7146..b3d7d6d8 100644 --- a/resources/assets/vue/components/settings/elements/ServiceComponent.vue +++ b/resources/assets/vue/components/settings/elements/ServiceComponent.vue @@ -16,7 +16,7 @@
-
{{item.name}}
+
{{item.name}}
@@ -28,7 +28,7 @@
-
{{item.configurations.active ? 'Active':'Inactive'}}
+
{{item.configurations.active ? 'Active':'Inactive'}}
diff --git a/resources/assets/vue/components/settings/forms/AddCurrencyFormComponent.vue b/resources/assets/vue/components/settings/forms/AddCurrencyFormComponent.vue index 58ce0e64..1c48697b 100644 --- a/resources/assets/vue/components/settings/forms/AddCurrencyFormComponent.vue +++ b/resources/assets/vue/components/settings/forms/AddCurrencyFormComponent.vue @@ -12,7 +12,7 @@
- {{error}} + {{error}}
diff --git a/resources/assets/vue/components/settings/forms/AnnouncementFormComponent.vue b/resources/assets/vue/components/settings/forms/AnnouncementFormComponent.vue index a29f7572..e6c7f2d1 100644 --- a/resources/assets/vue/components/settings/forms/AnnouncementFormComponent.vue +++ b/resources/assets/vue/components/settings/forms/AnnouncementFormComponent.vue @@ -11,7 +11,7 @@
- {{error}} + {{error}}
diff --git a/resources/assets/vue/components/settings/forms/DeleteCurrencyFormComponent.vue b/resources/assets/vue/components/settings/forms/DeleteCurrencyFormComponent.vue index d4d659b0..d5dfb0e0 100644 --- a/resources/assets/vue/components/settings/forms/DeleteCurrencyFormComponent.vue +++ b/resources/assets/vue/components/settings/forms/DeleteCurrencyFormComponent.vue @@ -4,7 +4,7 @@
- {{error}} + {{error}}
diff --git a/resources/assets/vue/components/settings/forms/EditUserProfileFullnameFormComponent.vue b/resources/assets/vue/components/settings/forms/EditUserProfileFullnameFormComponent.vue index c427ab16..02bc8898 100644 --- a/resources/assets/vue/components/settings/forms/EditUserProfileFullnameFormComponent.vue +++ b/resources/assets/vue/components/settings/forms/EditUserProfileFullnameFormComponent.vue @@ -10,7 +10,7 @@
-
Full Name
+
Full Name
@@ -18,7 +18,7 @@
- {{error}} + {{error}}
diff --git a/resources/assets/vue/components/settings/forms/PaymentAttemptLimitFormComponent.vue b/resources/assets/vue/components/settings/forms/PaymentAttemptLimitFormComponent.vue index 63be0142..c30b4293 100644 --- a/resources/assets/vue/components/settings/forms/PaymentAttemptLimitFormComponent.vue +++ b/resources/assets/vue/components/settings/forms/PaymentAttemptLimitFormComponent.vue @@ -7,7 +7,7 @@
Payment Attempt Limit
-
Set the payment grace duration before the attempts expires
+
Set the payment grace duration before the attempts expires
diff --git a/resources/assets/vue/components/settings/forms/ResetUserPasswordFormComponent.vue b/resources/assets/vue/components/settings/forms/ResetUserPasswordFormComponent.vue index ca22298d..1ee642ff 100644 --- a/resources/assets/vue/components/settings/forms/ResetUserPasswordFormComponent.vue +++ b/resources/assets/vue/components/settings/forms/ResetUserPasswordFormComponent.vue @@ -11,7 +11,7 @@
- {{error}} + {{error}}
diff --git a/resources/assets/vue/components/settings/forms/SegmentFormComponent.vue b/resources/assets/vue/components/settings/forms/SegmentFormComponent.vue index c8f114cf..649c5eff 100644 --- a/resources/assets/vue/components/settings/forms/SegmentFormComponent.vue +++ b/resources/assets/vue/components/settings/forms/SegmentFormComponent.vue @@ -11,7 +11,7 @@
- {{error}} + {{error}}
diff --git a/resources/assets/vue/components/settings/forms/SegmentServiceFormComponent.vue b/resources/assets/vue/components/settings/forms/SegmentServiceFormComponent.vue index 5405ae6e..9825d787 100644 --- a/resources/assets/vue/components/settings/forms/SegmentServiceFormComponent.vue +++ b/resources/assets/vue/components/settings/forms/SegmentServiceFormComponent.vue @@ -7,20 +7,20 @@
Create Service
-
Create a new exchange service
+
Create a new exchange service
- {{error}} + {{error}}
-
- +
+
@@ -32,7 +32,7 @@
-
+
Service Configurations
@@ -68,7 +68,7 @@
- +
@@ -79,7 +79,7 @@
- +
@@ -90,14 +90,14 @@
- +
-
MYR
+
MYR
@@ -110,7 +110,7 @@
- +
@@ -119,7 +119,7 @@
- +
@@ -137,7 +137,7 @@
-
+
Currencies Settings
diff --git a/resources/assets/vue/components/settings/forms/ServiceFormComponent.vue b/resources/assets/vue/components/settings/forms/ServiceFormComponent.vue index 002488cc..ee2805d1 100644 --- a/resources/assets/vue/components/settings/forms/ServiceFormComponent.vue +++ b/resources/assets/vue/components/settings/forms/ServiceFormComponent.vue @@ -7,12 +7,12 @@
Create Service
-
Create a new exchange service
+
Create a new exchange service
- {{error}} + {{error}}
@@ -25,8 +25,8 @@
-
- +
+
@@ -38,8 +38,8 @@
-
- +
+
@@ -51,7 +51,7 @@
-
+
Service Configurations
@@ -76,7 +76,7 @@
-
MYR
+
MYR
@@ -112,7 +112,7 @@
-
+
Currencies Settings
diff --git a/resources/assets/vue/components/user/elements/UserComponent.vue b/resources/assets/vue/components/user/elements/UserComponent.vue index 20b57e6f..77710309 100644 --- a/resources/assets/vue/components/user/elements/UserComponent.vue +++ b/resources/assets/vue/components/user/elements/UserComponent.vue @@ -15,7 +15,7 @@
-
{{item.name}}
+
{{item.name}}
@@ -27,7 +27,7 @@
-
{{item.email}}
+
{{item.email}}
diff --git a/resources/assets/vue/components/user/form/UserFormComponent.vue b/resources/assets/vue/components/user/form/UserFormComponent.vue index 5d283733..3794123a 100644 --- a/resources/assets/vue/components/user/form/UserFormComponent.vue +++ b/resources/assets/vue/components/user/form/UserFormComponent.vue @@ -11,7 +11,7 @@
- {{error}} + {{error}}
diff --git a/resources/assets/vue/vuex/modules/createNotification.js b/resources/assets/vue/vuex/modules/createNotification.js index ed7e3284..7d3878a0 100644 --- a/resources/assets/vue/vuex/modules/createNotification.js +++ b/resources/assets/vue/vuex/modules/createNotification.js @@ -1,7 +1,7 @@ export default { actions: { createNotification(store, payload){ - let content = '
'+payload.title+'
'+payload.message+'
'; + let content = '
'+payload.title+'
'+payload.message+'
'; new Noty({ type: payload.type, text: content, diff --git a/resources/views/pages/accounts/login.blade.php b/resources/views/pages/accounts/login.blade.php index 8ff1c21c..91d6ea54 100644 --- a/resources/views/pages/accounts/login.blade.php +++ b/resources/views/pages/accounts/login.blade.php @@ -79,7 +79,7 @@
We Are Glad
-
You've Decided To join Us
+
You've Decided To join Us
diff --git a/resources/views/pages/accounts/reset_password.blade.php b/resources/views/pages/accounts/reset_password.blade.php index a16a540b..082ba0fd 100644 --- a/resources/views/pages/accounts/reset_password.blade.php +++ b/resources/views/pages/accounts/reset_password.blade.php @@ -34,7 +34,7 @@
-

Support:

+

Support:

diff --git a/resources/views/pages/banks/customers.blade.php b/resources/views/pages/banks/customers.blade.php index d755c801..9ad0b0ea 100644 --- a/resources/views/pages/banks/customers.blade.php +++ b/resources/views/pages/banks/customers.blade.php @@ -2,7 +2,7 @@
-
+
Recipients Bank Accounts
diff --git a/resources/views/pages/bookings.blade.php b/resources/views/pages/bookings.blade.php index f0ad08fe..b8ac9a22 100644 --- a/resources/views/pages/bookings.blade.php +++ b/resources/views/pages/bookings.blade.php @@ -6,7 +6,7 @@
- active Transfers + active Transfers
@@ -22,7 +22,7 @@
- Complete Transfers + Complete Transfers
diff --git a/resources/views/pages/dashboards/admin.blade.php b/resources/views/pages/dashboards/admin.blade.php index 71944a13..faa0ebec 100644 --- a/resources/views/pages/dashboards/admin.blade.php +++ b/resources/views/pages/dashboards/admin.blade.php @@ -8,7 +8,7 @@
-
+
@@ -20,7 +20,7 @@
-
Payments
+
Payments
@@ -31,7 +31,7 @@
-
+
@@ -43,7 +43,7 @@
-
Supplier Bills
+
Supplier Bills
@@ -98,7 +98,7 @@ - + @@ -110,7 +110,7 @@ - + @@ -122,7 +122,7 @@ - + @@ -134,7 +134,7 @@ - + @@ -146,7 +146,7 @@ - + @@ -158,7 +158,7 @@ - + @@ -170,7 +170,7 @@ - + @@ -182,7 +182,7 @@ - + @@ -194,7 +194,7 @@ - + @@ -206,7 +206,7 @@ - + @@ -254,7 +254,7 @@
-
+
@@ -266,14 +266,14 @@
-
Currency Orders
+
Currency Orders
-
+
@@ -285,14 +285,14 @@
-
Payment Proof
+
Payment Proof
-
+
@@ -304,7 +304,7 @@
-
Purchase Orders
+
Purchase Orders
@@ -345,7 +345,7 @@
- Pending Verification + Pending Verification
@@ -363,7 +363,7 @@
- Pending Submission + Pending Submission
@@ -395,7 +395,7 @@
-
+
@@ -404,7 +404,7 @@
-
- 0.0% +
- 0.0%
@@ -412,13 +412,13 @@
-
RMB
+
RMB
-
USD
+
USD
-
SGD
+
SGD
@@ -431,7 +431,7 @@
-
Customer Verification
+
Customer Verification
- Complete Payments + Complete Payments
@@ -22,7 +22,7 @@
- Complete Currency Orders + Complete Currency Orders
diff --git a/resources/views/pages/settings.blade.php b/resources/views/pages/settings.blade.php index 8fb76ae2..a59cded9 100644 --- a/resources/views/pages/settings.blade.php +++ b/resources/views/pages/settings.blade.php @@ -22,7 +22,7 @@ style=" fill:#000000;">
-
User Profile
+
User Profile
@@ -46,7 +46,7 @@ style=" fill:#000000;">
-
Team
+
Team
@@ -69,7 +69,7 @@ style=" fill:#000000;">
-
Currencies
+
Currencies
@@ -92,7 +92,7 @@ style=" fill:#000000; margin-top: -2px; margin-bottom: 2px;">
-
Company Banks
+
Company Banks
@@ -115,7 +115,7 @@ style=" fill:#000000;">
-
Suppliers
+
Suppliers
@@ -138,7 +138,7 @@ style=" fill:#000000;">
-
Service Setup
+
Service Setup
@@ -161,7 +161,7 @@ style=" fill:#000000;">
-
Custom Segments
+
Custom Segments
@@ -184,7 +184,7 @@ style=" fill:#000000;">
-
Announcements
+
Announcements
@@ -204,7 +204,7 @@
-
+
Account Settings
@@ -230,7 +230,7 @@
-
+
Admin Accounts
@@ -266,7 +266,7 @@
-
+
System's Active Currencies
@@ -275,7 +275,7 @@
-
+
Primary Currency
@@ -291,7 +291,7 @@
-
+
Convertible Currency
@@ -314,7 +314,7 @@
-
+
Company's Bank Accounts
@@ -350,7 +350,7 @@
-
+
Currency Suppliers
@@ -386,7 +386,7 @@
-
+
Service Configuration
@@ -409,7 +409,7 @@
-
+
Exchange Services
@@ -443,7 +443,7 @@
-
+
Custom Segments
@@ -479,7 +479,7 @@
-
+
Announcements
@@ -521,7 +521,7 @@
-
+
@@ -533,7 +533,7 @@
-
Customers
+
Customers
@@ -544,7 +544,7 @@
-
+
@@ -556,7 +556,7 @@
-
Announcements
+
Announcements
diff --git a/resources/views/partials/footer.blade.php b/resources/views/partials/footer.blade.php index 8d4fbcb3..9df36036 100644 --- a/resources/views/partials/footer.blade.php +++ b/resources/views/partials/footer.blade.php @@ -3,7 +3,7 @@
- Copyright © 2021 CIEF Exchange. All rights reserved. + Copyright © 2021 CIEF Exchange. All rights reserved.
diff --git a/resources/views/partials/header.blade.php b/resources/views/partials/header.blade.php index 9a61cea9..816f5a9e 100644 --- a/resources/views/partials/header.blade.php +++ b/resources/views/partials/header.blade.php @@ -14,7 +14,7 @@
-
Overseas Transfers Management
+
Overseas Transfers Management
@@ -24,23 +24,23 @@ @@ -51,14 +51,14 @@
- +
-
Hi, !
+
Hi, !
@@ -71,7 +71,7 @@
- +
Purchase CODE #2345Purchase CODE #2345
Purchase CODE #2345Purchase CODE #2345
Purchase CODE #2345Purchase CODE #2345
Purchase CODE #2345Purchase CODE #2345
Purchase CODE #2345Purchase CODE #2345
Purchase CODE #2345Purchase CODE #2345
Purchase CODE #2345Purchase CODE #2345
Purchase CODE #2345Purchase CODE #2345
Purchase CODE #2345Purchase CODE #2345
Purchase CODE #2345Purchase CODE #2345