From 318ff478d4ea65dc61b4b40464410646f5f56040 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Fri, 18 Jun 2021 00:31:12 +0800 Subject: [PATCH] increase font size for the whole system --- .../elements/EmailVerificationComponent.vue | 4 +- .../accounts/elements/LoginFormComponent.vue | 6 +- .../elements/OnboardingStepComponent.vue | 2 +- .../forms/EmailVerificationFormComponent.vue | 4 +- .../forms/ForgetPasswordFormComponent.vue | 6 +- .../accounts/forms/LogOutFormComponent.vue | 2 +- .../accounts/forms/LoginFormComponent.vue | 4 +- .../forms/RegistrationFormComponent.vue | 2 +- .../forms/ResetPasswordFormComponent.vue | 8 +-- .../sections/OnboardingSectionComponent.vue | 6 +- .../address/elements/AddressComponent.vue | 4 +- .../address/elements/AddressListComponent.vue | 16 ++--- .../SetDefaultBillingAddressComponent.vue | 4 +- .../elements/AnnouncementListComponent.vue | 8 +-- ...signAnnouncementToSegmentFormComponent.vue | 2 +- ...chAnnouncementFromSegmentFormComponent.vue | 2 +- .../forms/ViewAnnouncementFormComponent.vue | 2 +- .../AnnouncementQuickViewSectionComponent.vue | 4 +- .../banks/elements/BankAccountComponent.vue | 6 +- .../banks/forms/BankAccountFormComponent.vue | 2 +- .../bookings/elements/BookingComponent.vue | 20 +++--- .../elements/BookingConfirmationComponent.vue | 46 ++++++------- .../elements/BookingMergeableComponent.vue | 2 +- .../elements/CurrencyOrderComponent.vue | 4 +- .../elements/PaymentProofComponent.vue | 20 +++--- .../elements/PaymentVerificationComponent.vue | 28 ++++---- .../SupplierPendingOrderComponent.vue | 16 ++--- .../bookings/forms/BookingFormComponent.vue | 18 ++--- .../BookingPaymentQuotationComponent.vue | 68 +++++++++---------- .../forms/ConfirmQuotationFormComponent.vue | 10 +-- .../forms/CurrencyConverterComponent.vue | 28 ++++---- .../PaymentVerificationFormComponent.vue | 14 ++-- .../forms/PurchaseOrderFormComponent.vue | 56 +++++++-------- .../forms/SupplierPlaceOrderFormComponent.vue | 14 ++-- .../forms/confirmBookingComponent.vue | 4 +- .../BookingDetailsSectionComponent.vue | 60 ++++++++-------- .../sections/BookingMergeSectionComponent.vue | 42 ++++++------ .../SupplierPendingOrdersSectionComponent.vue | 4 +- .../elements/CompanyDetailsComponent.vue | 8 +-- .../elements/CustomerProfileComponent.vue | 8 +-- .../IdentificationVerificationComponent.vue | 6 +- .../companies/elements/SupplierComponent.vue | 6 +- .../elements/VerificationWarningComponent.vue | 8 +-- .../forms/AssignSegmentFormComponent.vue | 2 +- .../forms/DetachSegmentFormComponent.vue | 2 +- ...dentificationVerificationFormComponent.vue | 8 +-- .../companies/forms/SupplierFormComponent.vue | 2 +- .../CompanyQuickViewSectionComponent.vue | 6 +- .../CustomerProfileSectionComponent.vue | 12 ++-- .../SupplierCurrenciesSectionComponent.vue | 6 +- .../customerDashboardSectionComponent.vue | 16 ++--- .../elements/ErrorMessageComponent.vue | 2 +- .../general/elements/PaginationComponent.vue | 4 +- .../general/elements/SearchComponent.vue | 6 +- .../general/forms/FileInputComponent.vue | 2 +- .../general/forms/FileUploadComponent.vue | 8 +-- .../forms/ValidationErrorComponent.vue | 2 +- .../ConvertibleCurrenciesComponent.vue | 2 +- .../elements/CurrenciesListComponent.vue | 12 ++-- .../settings/elements/CurrencyComponent.vue | 6 +- .../settings/elements/SegmentComponent.vue | 4 +- .../elements/SegmentServiceComponent.vue | 4 +- .../settings/elements/ServiceComponent.vue | 4 +- .../forms/AddCurrencyFormComponent.vue | 2 +- .../forms/AnnouncementFormComponent.vue | 2 +- .../forms/DeleteCurrencyFormComponent.vue | 2 +- .../EditUserProfileFullnameFormComponent.vue | 4 +- .../PaymentAttemptLimitFormComponent.vue | 2 +- .../forms/ResetUserPasswordFormComponent.vue | 2 +- .../settings/forms/SegmentFormComponent.vue | 2 +- .../forms/SegmentServiceFormComponent.vue | 24 +++---- .../settings/forms/ServiceFormComponent.vue | 18 ++--- .../user/elements/UserComponent.vue | 4 +- .../user/form/UserFormComponent.vue | 2 +- .../vue/vuex/modules/createNotification.js | 2 +- .../views/pages/accounts/login.blade.php | 2 +- .../pages/accounts/reset_password.blade.php | 2 +- .../views/pages/banks/customers.blade.php | 2 +- resources/views/pages/bookings.blade.php | 4 +- .../views/pages/dashboards/admin.blade.php | 56 +++++++-------- resources/views/pages/payments.blade.php | 4 +- resources/views/pages/settings.blade.php | 46 ++++++------- resources/views/partials/footer.blade.php | 2 +- resources/views/partials/header.blade.php | 20 +++--- 84 files changed, 449 insertions(+), 449 deletions(-) diff --git a/resources/assets/vue/components/accounts/elements/EmailVerificationComponent.vue b/resources/assets/vue/components/accounts/elements/EmailVerificationComponent.vue index 5474ca83..30da7ade 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 5ce4d1a4..706f3b87 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 4e74e8a5..fb45a4e8 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 ab4be8fb..11874fd7 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 a313c83f..e7c48860 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 921a0f0a..83416d97 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 73d9b1ff..b989581a 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 cd575b25..db2a3645 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 8f11a36a..19eb65fb 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 421843b3..f687d7c1 100644 --- a/resources/assets/vue/components/accounts/sections/OnboardingSectionComponent.vue +++ b/resources/assets/vue/components/accounts/sections/OnboardingSectionComponent.vue @@ -5,8 +5,8 @@
-
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.
+
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.
@@ -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 fcc7b433..665e1515 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 15d91123..75621a79 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 20f77a0e..b5e0a01b 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 591da73b..a7dd3917 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 e8fce085..4cbc3fcb 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 404c36ed..7ae6dd5a 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 6035fb23..14a6cc87 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 e8d20d68..cc986b08 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 b8caabbb..816867c0 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 61596d71..8d13f422 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 81ff2e6f..0acdbcde 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 4cf9d573..9c2fed7c 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 7f5fa021..3ea2b747 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 043df041..798c18de 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 eb665085..9844ea78 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 b09c0aa1..4f8db0ef 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 abd96e1e..8d3b3883 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 737dcc41..5e3fd311 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 85dfbc88..7e46b06b 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 091cdb90..5647f9f6 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}}
@@ -18,7 +18,7 @@
- +
{{serviceType.selectedCurrency.short_code}} @@ -26,7 +26,7 @@
- +
@@ -40,10 +40,10 @@
- +
-
+
{{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
@@ -94,7 +94,7 @@
-
1 MYR = {{(Math.round((this.calculation.rate + Number.EPSILON) * 100000) / 100000).toFixed(5)}} RMB
+
1 MYR = {{(Math.round((this.calculation.rate + Number.EPSILON) * 100000) / 100000).toFixed(5)}} RMB
@@ -112,7 +112,7 @@
- +
MYR @@ -120,7 +120,7 @@
- +
@@ -134,10 +134,10 @@
- +
-
+
MYR
diff --git a/resources/assets/vue/components/bookings/forms/PaymentVerificationFormComponent.vue b/resources/assets/vue/components/bookings/forms/PaymentVerificationFormComponent.vue index 683f9ca6..9a818611 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 96c96afc..1f1d01fb 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 ee05707c..e6ed2aad 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 4d2c82bb..d2edf035 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 6776c037..d9f1f8f4 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 d0e764e1..70a0d7f0 100644 --- a/resources/assets/vue/components/companies/elements/CustomerProfileComponent.vue +++ b/resources/assets/vue/components/companies/elements/CustomerProfileComponent.vue @@ -13,7 +13,7 @@
-
{{item.name}}
+
{{item.name}}
@@ -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 0c72f5be..50b1883d 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 2bc135ef..fc6608a9 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 9d965675..60775a34 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 a5138bae..562a7db2 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 45b828da..950ac141 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 fecd08ce..42cbdc9b 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 c4e4c722..21fcb134 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 b86925c1..39c8a721 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 487c52a9..0b8e14f3 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 8419a86b..841f9010 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 c38a4c42..14db2b6c 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 c3b7ea0b..10723cba 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/PaginationComponent.vue b/resources/assets/vue/components/general/elements/PaginationComponent.vue index be60c2e7..d3768e3c 100644 --- a/resources/assets/vue/components/general/elements/PaginationComponent.vue +++ b/resources/assets/vue/components/general/elements/PaginationComponent.vue @@ -3,13 +3,13 @@
- +
{{n}}
- +
diff --git a/resources/assets/vue/components/general/elements/SearchComponent.vue b/resources/assets/vue/components/general/elements/SearchComponent.vue index 6ae89062..8c4c2fec 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 5ffbf4e3..9d69af7c 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 2d469725..9f214791 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 3d7e4a2a..3d58fba5 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 3a19daf5..9f73bb6d 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 d98df055..37f546bb 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 b3d7d6d8..c5ca7161 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 1c48697b..47de65b8 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 e6c7f2d1..5b98e610 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 d5dfb0e0..d4de6755 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 02bc8898..7ecae534 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 c30b4293..30745b67 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 1ee642ff..a1b02554 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 649c5eff..eda5cc87 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 9825d787..315934ce 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 ee2805d1..0d7c2eb4 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 77710309..ae55139a 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 3794123a..90a1b119 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 7d3878a0..06c0d7d8 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 91d6ea54..e77168e1 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 082ba0fd..4c0b394e 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 9ad0b0ea..5fc34cc4 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 b8ac9a22..f95115e7 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 faa0ebec..cef2c070 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 a59cded9..dc876e6c 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 9df36036..1335cba2 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 816f5a9e..79b39e68 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,18 +51,18 @@
- +
-
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