From d5bd2b877769d40d276e696e6234b9d51368eeed Mon Sep 17 00:00:00 2001 From: omair saleh Date: Fri, 18 Jun 2021 00:20:44 +0800 Subject: [PATCH 01/82] 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 | 4 +- .../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 | 14 ++-- .../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 | 6 +- .../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/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 | 18 ++--- 83 files changed, 437 insertions(+), 437 deletions(-) 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 @@
- +
From 318ff478d4ea65dc61b4b40464410646f5f56040 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Fri, 18 Jun 2021 00:31:12 +0800 Subject: [PATCH 02/82] 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 @@
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
- + @@ -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 @@
- +
From b4a7fcd6feff1864ef62e3100f0f7c8a4b5257e2 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Fri, 18 Jun 2021 00:32:58 +0800 Subject: [PATCH 03/82] increase font size for the whole system --- .../accounts/elements/LoginFormComponent.vue | 2 +- .../forms/ForgetPasswordFormComponent.vue | 2 +- .../forms/RegistrationFormComponent.vue | 2 +- .../forms/ResetPasswordFormComponent.vue | 2 +- .../sections/OnboardingSectionComponent.vue | 2 +- .../address/elements/AddressComponent.vue | 2 +- .../address/elements/AddressListComponent.vue | 16 ++--- .../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 | 14 ++--- .../elements/BookingConfirmationComponent.vue | 42 +++++++------- .../elements/CurrencyOrderComponent.vue | 4 +- .../elements/PaymentProofComponent.vue | 18 +++--- .../elements/PaymentVerificationComponent.vue | 26 ++++----- .../SupplierPendingOrderComponent.vue | 12 ++-- .../bookings/forms/BookingFormComponent.vue | 14 ++--- .../BookingPaymentQuotationComponent.vue | 58 +++++++++---------- .../forms/ConfirmQuotationFormComponent.vue | 8 +-- .../forms/CurrencyConverterComponent.vue | 6 +- .../PaymentVerificationFormComponent.vue | 10 ++-- .../forms/PurchaseOrderFormComponent.vue | 50 ++++++++-------- .../forms/SupplierPlaceOrderFormComponent.vue | 14 ++--- .../BookingDetailsSectionComponent.vue | 50 ++++++++-------- .../sections/BookingMergeSectionComponent.vue | 34 +++++------ .../SupplierPendingOrdersSectionComponent.vue | 4 +- .../elements/CompanyDetailsComponent.vue | 8 +-- .../elements/CustomerProfileComponent.vue | 6 +- .../IdentificationVerificationComponent.vue | 4 +- .../companies/elements/SupplierComponent.vue | 6 +- .../elements/VerificationWarningComponent.vue | 6 +- .../forms/AssignSegmentFormComponent.vue | 2 +- .../forms/DetachSegmentFormComponent.vue | 2 +- .../companies/forms/SupplierFormComponent.vue | 2 +- .../CompanyQuickViewSectionComponent.vue | 6 +- .../SupplierCurrenciesSectionComponent.vue | 6 +- .../elements/ErrorMessageComponent.vue | 2 +- .../general/elements/SearchComponent.vue | 6 +- .../general/forms/FileUploadComponent.vue | 4 +- .../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 | 2 +- .../PaymentAttemptLimitFormComponent.vue | 2 +- .../forms/ResetUserPasswordFormComponent.vue | 2 +- .../settings/forms/SegmentFormComponent.vue | 2 +- .../forms/SegmentServiceFormComponent.vue | 10 ++-- .../settings/forms/ServiceFormComponent.vue | 10 ++-- .../user/elements/UserComponent.vue | 4 +- .../user/form/UserFormComponent.vue | 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 | 6 +- resources/views/pages/payments.blade.php | 4 +- resources/views/pages/settings.blade.php | 20 +++---- resources/views/partials/footer.blade.php | 2 +- resources/views/partials/header.blade.php | 2 +- 69 files changed, 297 insertions(+), 297 deletions(-) diff --git a/resources/assets/vue/components/accounts/elements/LoginFormComponent.vue b/resources/assets/vue/components/accounts/elements/LoginFormComponent.vue index 706f3b87..f0bc3618 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}}
diff --git a/resources/assets/vue/components/accounts/forms/ForgetPasswordFormComponent.vue b/resources/assets/vue/components/accounts/forms/ForgetPasswordFormComponent.vue index e7c48860..bac6e8ac 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}}
diff --git a/resources/assets/vue/components/accounts/forms/RegistrationFormComponent.vue b/resources/assets/vue/components/accounts/forms/RegistrationFormComponent.vue index db2a3645..d1144c00 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 19eb65fb..94b343e0 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}}
diff --git a/resources/assets/vue/components/accounts/sections/OnboardingSectionComponent.vue b/resources/assets/vue/components/accounts/sections/OnboardingSectionComponent.vue index f687d7c1..cb4bbb57 100644 --- a/resources/assets/vue/components/accounts/sections/OnboardingSectionComponent.vue +++ b/resources/assets/vue/components/accounts/sections/OnboardingSectionComponent.vue @@ -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 665e1515..bef883f2 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}}
diff --git a/resources/assets/vue/components/address/elements/AddressListComponent.vue b/resources/assets/vue/components/address/elements/AddressListComponent.vue index 75621a79..9daae275 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/announcements/elements/AnnouncementListComponent.vue b/resources/assets/vue/components/announcements/elements/AnnouncementListComponent.vue index a7dd3917..d7e5d47f 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 4cbc3fcb..0c63c21b 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 7ae6dd5a..aa893ee8 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 14a6cc87..d013796d 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 cc986b08..d4c25755 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 816867c0..33c39395 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 8d13f422..3e1cfd77 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 0acdbcde..8fb36e9b 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
+
Marking
-
Currency
+
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 9c2fed7c..ea3cefd0 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}}
@@ -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/CurrencyOrderComponent.vue b/resources/assets/vue/components/bookings/elements/CurrencyOrderComponent.vue index 798c18de..07fe28f6 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 9844ea78..e6392afc 100644 --- a/resources/assets/vue/components/bookings/elements/PaymentProofComponent.vue +++ b/resources/assets/vue/components/bookings/elements/PaymentProofComponent.vue @@ -7,33 +7,33 @@
-
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 4f8db0ef..87158bcd 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 8d3b3883..4bd394cc 100644 --- a/resources/assets/vue/components/bookings/elements/SupplierPendingOrderComponent.vue +++ b/resources/assets/vue/components/bookings/elements/SupplierPendingOrderComponent.vue @@ -5,26 +5,26 @@
-
+
-
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 5e3fd311..95b311b3 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
- +
@@ -126,7 +126,7 @@
Create a transfer order
-
You are unable to create a new transfer order until you upload your identification document for verification. You can verify your identity by clicking on the button below
+
You are unable to create a new transfer order until you upload your identification document for verification. You can verify your identity by clicking on the button below
diff --git a/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue b/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue index c60baf03..cac3a59e 100644 --- a/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue +++ b/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue @@ -10,7 +10,7 @@
-
{{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,7 +67,7 @@
-
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, ",")}}
@@ -75,7 +75,7 @@
-
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, ",")}}
@@ -83,7 +83,7 @@
-
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, ",")}}
@@ -91,7 +91,7 @@
-
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, ",")}}
@@ -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,63 +208,63 @@
-
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, ",")}}
diff --git a/resources/assets/vue/components/bookings/forms/ConfirmQuotationFormComponent.vue b/resources/assets/vue/components/bookings/forms/ConfirmQuotationFormComponent.vue index 7e46b06b..a3c90330 100644 --- a/resources/assets/vue/components/bookings/forms/ConfirmQuotationFormComponent.vue +++ b/resources/assets/vue/components/bookings/forms/ConfirmQuotationFormComponent.vue @@ -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 5647f9f6..07e46566 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}}
@@ -71,7 +71,7 @@
MYR {{(Math.round((this.calculation.service_charge + Number.EPSILON) * 100) / 100).toFixed(2)}}
-
Transfer Fee
+
Transfer Fee
@@ -83,7 +83,7 @@
MYR {{(Math.round((this.calculation.total + Number.EPSILON) * 100) / 100).toFixed(2)}}
-
Payable Amount
+
Payable Amount
diff --git a/resources/assets/vue/components/bookings/forms/PaymentVerificationFormComponent.vue b/resources/assets/vue/components/bookings/forms/PaymentVerificationFormComponent.vue index 9a818611..69b94ef0 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,19 +36,19 @@
-
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 1f1d01fb..f4833b37 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) }}
@@ -107,8 +107,8 @@
Can't Complete Your Purchase Order ?
-
If your Purchase Order total amount doesn't match your transfer total amount we are unable to confirm your purchase order and generate the invoice for you, this usually happen when you pay for your purchase order with multiple transfer orders.
-
But don't worry you can always merge your transfer orders into one to complete your purchase order successfully and generate your invoice.
+
If your Purchase Order total amount doesn't match your transfer total amount we are unable to confirm your purchase order and generate the invoice for you, this usually happen when you pay for your purchase order with multiple transfer orders.
+
But don't worry you can always merge your transfer orders into one to complete your purchase order successfully and generate your invoice.
@@ -135,7 +135,7 @@
-
** you purchase order will be saved but wont be approved until your purchase order's total matches your transfer order's total.
+
** you purchase order will be saved but wont be approved until your purchase order's total matches your transfer order's total.
@@ -151,7 +151,7 @@
Your Purchase Order {{data.purchase_order.status === 1 ? 'is Being Processed for Verification' : 'has been Approved' }}
-
If you would like to still edit your Purchase Order you can do that by clicking on the edit button below, but your purchase order verification request will be reset.
+
If you would like to still edit your Purchase Order you can do that by clicking on the edit button below, but your purchase order verification request will be reset.
diff --git a/resources/assets/vue/components/bookings/forms/SupplierPlaceOrderFormComponent.vue b/resources/assets/vue/components/bookings/forms/SupplierPlaceOrderFormComponent.vue index cdfe4693..b4239356 100644 --- a/resources/assets/vue/components/bookings/forms/SupplierPlaceOrderFormComponent.vue +++ b/resources/assets/vue/components/bookings/forms/SupplierPlaceOrderFormComponent.vue @@ -5,15 +5,15 @@
-
Supplier:
+
Supplier:
-
{{this.supplier.name}}
+
{{this.supplier.name}}
-
Order Total:
+
Order Total:
{{currency.short_code}} {{(Math.round((this.total + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
@@ -21,7 +21,7 @@
-
Rate:
+
Rate:
{{parameters.rate}}
@@ -29,7 +29,7 @@
-
Payment Total:
+
Payment Total:
MYR {{(Math.round((paymentTotal + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
@@ -47,7 +47,7 @@
- +
@@ -57,7 +57,7 @@
-
Download Supplier Order Summary
+
Download Supplier Order Summary
diff --git a/resources/assets/vue/components/bookings/sections/BookingDetailsSectionComponent.vue b/resources/assets/vue/components/bookings/sections/BookingDetailsSectionComponent.vue index a7d8ee24..e75f5a19 100644 --- a/resources/assets/vue/components/bookings/sections/BookingDetailsSectionComponent.vue +++ b/resources/assets/vue/components/bookings/sections/BookingDetailsSectionComponent.vue @@ -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 e6ed2aad..1c180232 100644 --- a/resources/assets/vue/components/bookings/sections/BookingMergeSectionComponent.vue +++ b/resources/assets/vue/components/bookings/sections/BookingMergeSectionComponent.vue @@ -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)}}
@@ -78,22 +78,22 @@
-
Created At
+
Created At
-
Marking
+
Marking
-
Currency
+
Currency
-
Type
+
Type
-
P.O. Amount
+
P.O. Amount
-
Booking Amount
+
Booking Amount
@@ -123,7 +123,7 @@
-
Order Total Amount:
+
Order Total Amount:
diff --git a/resources/assets/vue/components/bookings/sections/SupplierPendingOrdersSectionComponent.vue b/resources/assets/vue/components/bookings/sections/SupplierPendingOrdersSectionComponent.vue index d2edf035..de6e5571 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 d9f1f8f4..dcf506af 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 70a0d7f0..72f42899 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 50b1883d..cc335c6c 100644 --- a/resources/assets/vue/components/companies/elements/IdentificationVerificationComponent.vue +++ b/resources/assets/vue/components/companies/elements/IdentificationVerificationComponent.vue @@ -16,7 +16,7 @@
-
+{{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 fc6608a9..e9edf135 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 60775a34..287d8773 100644 --- a/resources/assets/vue/components/companies/elements/VerificationWarningComponent.vue +++ b/resources/assets/vue/components/companies/elements/VerificationWarningComponent.vue @@ -24,13 +24,13 @@
-
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 562a7db2..0f667945 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 950ac141..b4e785e2 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/SupplierFormComponent.vue b/resources/assets/vue/components/companies/forms/SupplierFormComponent.vue index 21fcb134..06874ed2 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 39c8a721..d9d79e85 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/SupplierCurrenciesSectionComponent.vue b/resources/assets/vue/components/companies/sections/SupplierCurrenciesSectionComponent.vue index 841f9010..85b005e9 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/general/elements/ErrorMessageComponent.vue b/resources/assets/vue/components/general/elements/ErrorMessageComponent.vue index 10723cba..7e4e7ea7 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 8c4c2fec..4e79f2bd 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/FileUploadComponent.vue b/resources/assets/vue/components/general/forms/FileUploadComponent.vue index 9f214791..878c1557 100644 --- a/resources/assets/vue/components/general/forms/FileUploadComponent.vue +++ b/resources/assets/vue/components/general/forms/FileUploadComponent.vue @@ -26,7 +26,7 @@
-
Or
+
Or
@@ -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 3d58fba5..c50f4345 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 9f73bb6d..847f7df8 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 37f546bb..0e9efb5e 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 c5ca7161..963466f3 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 47de65b8..9a29d8cd 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 5b98e610..121bd65c 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 d4de6755..77fb5160 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 7ecae534..97f041e5 100644 --- a/resources/assets/vue/components/settings/forms/EditUserProfileFullnameFormComponent.vue +++ b/resources/assets/vue/components/settings/forms/EditUserProfileFullnameFormComponent.vue @@ -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 30745b67..2d6ce8ea 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 a1b02554..bd65a8c3 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 eda5cc87..567b6eed 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 315934ce..b8271e97 100644 --- a/resources/assets/vue/components/settings/forms/SegmentServiceFormComponent.vue +++ b/resources/assets/vue/components/settings/forms/SegmentServiceFormComponent.vue @@ -7,12 +7,12 @@
Create Service
-
Create a new exchange service
+
Create a new exchange service
- {{error}} + {{error}}
@@ -32,7 +32,7 @@
-
+
Service Configurations
@@ -97,7 +97,7 @@
-
MYR
+
MYR
@@ -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 0d7c2eb4..0f995d1a 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}}
@@ -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 ae55139a..55a1ec29 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 90a1b119..acc4f14b 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/views/pages/accounts/reset_password.blade.php b/resources/views/pages/accounts/reset_password.blade.php index 4c0b394e..8f5447cb 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 5fc34cc4..fadb5916 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 f95115e7..d078c8f8 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 cef2c070..ee4628a7 100644 --- a/resources/views/pages/dashboards/admin.blade.php +++ b/resources/views/pages/dashboards/admin.blade.php @@ -345,7 +345,7 @@
- Pending Verification + Pending Verification
@@ -363,7 +363,7 @@
- Pending Submission + Pending Submission
@@ -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 dc876e6c..fb96ca1c 100644 --- a/resources/views/pages/settings.blade.php +++ b/resources/views/pages/settings.blade.php @@ -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
@@ -409,7 +409,7 @@
-
+
Exchange Services
@@ -443,7 +443,7 @@
-
+
Custom Segments
@@ -479,7 +479,7 @@
-
+
Announcements
diff --git a/resources/views/partials/footer.blade.php b/resources/views/partials/footer.blade.php index 1335cba2..f9f2785b 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 79b39e68..4665ec9a 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
From 6869d84a965a454b1fe46de74d0eea95da156568 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Fri, 18 Jun 2021 00:42:43 +0800 Subject: [PATCH 04/82] increase font size for the whole system --- .../elements/EmailVerificationComponent.vue | 2 +- .../accounts/elements/LoginFormComponent.vue | 2 +- .../elements/OnboardingStepComponent.vue | 2 +- .../forms/EmailVerificationFormComponent.vue | 8 +++---- .../accounts/forms/LogOutFormComponent.vue | 2 +- .../accounts/forms/LoginFormComponent.vue | 2 +- .../forms/RegistrationFormComponent.vue | 8 +++---- .../sections/OnboardingSectionComponent.vue | 2 +- .../elements/AddressModalComponent.vue | 2 +- .../elements/AnnouncementListComponent.vue | 6 ++--- ...signAnnouncementToSegmentFormComponent.vue | 2 +- ...chAnnouncementFromSegmentFormComponent.vue | 2 +- .../banks/elements/BankAccountComponent.vue | 4 ++-- .../forms/DeleteBankAccountFormComponent.vue | 2 +- .../SetBankAccountDefaultFormComponent.vue | 2 +- .../bookings/elements/BookingComponent.vue | 10 ++++---- .../elements/BookingConfirmationComponent.vue | 8 +++---- .../elements/BookingMergeModalComponent.vue | 2 +- .../elements/BookingMergeableComponent.vue | 24 +++++++++---------- .../elements/CurrencyOrderComponent.vue | 2 +- .../elements/PaymentVerificationComponent.vue | 6 ++--- .../bookings/forms/BookingFormComponent.vue | 2 +- .../BookingPaymentQuotationComponent.vue | 2 +- .../forms/ConfirmQuotationFormComponent.vue | 4 ++-- .../DeletePaymentAttemptFormComponent.vue | 2 +- .../forms/PaymentProofFormComponent.vue | 4 ++-- .../PaymentVerificationFormComponent.vue | 4 ++-- .../forms/SupplierPlaceOrderFormComponent.vue | 4 ++-- .../BookingDetailsSectionComponent.vue | 18 +++++++------- .../elements/CompanyDetailsComponent.vue | 2 +- .../elements/CompanyListComponent.vue | 8 +++---- .../IdentificationVerificationComponent.vue | 22 ++++++++--------- .../companies/elements/SupplierComponent.vue | 4 ++-- .../elements/VerificationWarningComponent.vue | 2 +- .../forms/AssignSegmentFormComponent.vue | 2 +- .../forms/DeleteSupplierFormComponent.vue | 2 +- .../forms/DetachSegmentFormComponent.vue | 2 +- ...dentificationVerificationFormComponent.vue | 12 +++++----- .../CustomerProfileSectionComponent.vue | 2 +- .../general/elements/ListComponent.vue | 2 +- .../general/elements/PaginationComponent.vue | 2 +- .../general/elements/SearchComponent.vue | 2 +- .../general/forms/FileInputComponent.vue | 4 ++-- .../general/forms/FileUploadComponent.vue | 2 +- .../settings/elements/SegmentComponent.vue | 2 +- .../elements/SegmentServiceComponent.vue | 4 ++-- .../settings/elements/ServiceComponent.vue | 4 ++-- .../elements/UserProfileComponent.vue | 12 +++++----- .../forms/AddCurrencyFormComponent.vue | 4 ++-- .../forms/DeleteAnnouncementFormComponent.vue | 2 +- .../forms/DeleteCurrencyFormComponent.vue | 2 +- .../forms/DeleteSegmentFormComponent.vue | 2 +- .../forms/DeleteServiceFormComponent.vue | 2 +- .../PaymentAttemptLimitFormComponent.vue | 6 ++--- .../forms/SegmentServiceFormComponent.vue | 6 ++--- .../settings/forms/ServiceFormComponent.vue | 10 ++++---- .../UpdateServiceStatusFormComponent.vue | 2 +- .../user/elements/UserComponent.vue | 4 ++-- .../user/form/DeleteUserFormComponent.vue | 2 +- .../views/pages/accounts/login.blade.php | 6 ++--- .../pages/accounts/reset_password.blade.php | 2 +- 61 files changed, 141 insertions(+), 141 deletions(-) diff --git a/resources/assets/vue/components/accounts/elements/EmailVerificationComponent.vue b/resources/assets/vue/components/accounts/elements/EmailVerificationComponent.vue index 30da7ade..e4d88011 100644 --- a/resources/assets/vue/components/accounts/elements/EmailVerificationComponent.vue +++ b/resources/assets/vue/components/accounts/elements/EmailVerificationComponent.vue @@ -6,7 +6,7 @@
- +
diff --git a/resources/assets/vue/components/accounts/elements/LoginFormComponent.vue b/resources/assets/vue/components/accounts/elements/LoginFormComponent.vue index f0bc3618..a6e81ccf 100644 --- a/resources/assets/vue/components/accounts/elements/LoginFormComponent.vue +++ b/resources/assets/vue/components/accounts/elements/LoginFormComponent.vue @@ -22,7 +22,7 @@
-

Forgot password?

+

Forgot password?

Sign In
diff --git a/resources/assets/vue/components/accounts/elements/OnboardingStepComponent.vue b/resources/assets/vue/components/accounts/elements/OnboardingStepComponent.vue index fb45a4e8..681cc111 100644 --- a/resources/assets/vue/components/accounts/elements/OnboardingStepComponent.vue +++ b/resources/assets/vue/components/accounts/elements/OnboardingStepComponent.vue @@ -21,7 +21,7 @@
-
+
diff --git a/resources/assets/vue/components/accounts/forms/EmailVerificationFormComponent.vue b/resources/assets/vue/components/accounts/forms/EmailVerificationFormComponent.vue index 11874fd7..62658599 100644 --- a/resources/assets/vue/components/accounts/forms/EmailVerificationFormComponent.vue +++ b/resources/assets/vue/components/accounts/forms/EmailVerificationFormComponent.vue @@ -14,7 +14,7 @@
Verification email sent
-
It may take a few minutes. follow the directions in the email to confirm and activate your account
+
It may take a few minutes. follow the directions in the email to confirm and activate your account
@@ -23,9 +23,9 @@
Verify your email
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.
+
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/LogOutFormComponent.vue b/resources/assets/vue/components/accounts/forms/LogOutFormComponent.vue index 83416d97..dc0e5eb0 100644 --- a/resources/assets/vue/components/accounts/forms/LogOutFormComponent.vue +++ b/resources/assets/vue/components/accounts/forms/LogOutFormComponent.vue @@ -21,7 +21,7 @@

Are you leaving?

-
Are you sure you want to log out ? You will return to the login screen.
+
Are you sure you want to log out ? You will return to the login screen.
diff --git a/resources/assets/vue/components/accounts/forms/LoginFormComponent.vue b/resources/assets/vue/components/accounts/forms/LoginFormComponent.vue index b989581a..f92dfda4 100644 --- a/resources/assets/vue/components/accounts/forms/LoginFormComponent.vue +++ b/resources/assets/vue/components/accounts/forms/LoginFormComponent.vue @@ -18,7 +18,7 @@
-

Forgot password?

+

Forgot password?

Sign In
diff --git a/resources/assets/vue/components/accounts/forms/RegistrationFormComponent.vue b/resources/assets/vue/components/accounts/forms/RegistrationFormComponent.vue index d1144c00..72ddc433 100644 --- a/resources/assets/vue/components/accounts/forms/RegistrationFormComponent.vue +++ b/resources/assets/vue/components/accounts/forms/RegistrationFormComponent.vue @@ -7,7 +7,7 @@
Create Account
-
Create your account by filling in the form below.
+
Create your account by filling in the form below.
@@ -19,7 +19,7 @@
-

Select your account type

+

Select your account type

@@ -55,7 +55,7 @@
-

Personal Information

+

Personal Information

@@ -88,7 +88,7 @@
-

Account Information

+

Account Information

diff --git a/resources/assets/vue/components/accounts/sections/OnboardingSectionComponent.vue b/resources/assets/vue/components/accounts/sections/OnboardingSectionComponent.vue index cb4bbb57..5141e337 100644 --- a/resources/assets/vue/components/accounts/sections/OnboardingSectionComponent.vue +++ b/resources/assets/vue/components/accounts/sections/OnboardingSectionComponent.vue @@ -33,7 +33,7 @@
-
Getting started with Exchange
+
Getting started with Exchange
Just few more steps and you can start transferring money overseas
diff --git a/resources/assets/vue/components/address/elements/AddressModalComponent.vue b/resources/assets/vue/components/address/elements/AddressModalComponent.vue index 0304eb2f..5409af11 100644 --- a/resources/assets/vue/components/address/elements/AddressModalComponent.vue +++ b/resources/assets/vue/components/address/elements/AddressModalComponent.vue @@ -7,7 +7,7 @@
Delete address
-
Are you sure you want to delete? This action is undoable.
+
Are you sure you want to delete? This action is undoable.
diff --git a/resources/assets/vue/components/announcements/elements/AnnouncementListComponent.vue b/resources/assets/vue/components/announcements/elements/AnnouncementListComponent.vue index d7e5d47f..39c36981 100644 --- a/resources/assets/vue/components/announcements/elements/AnnouncementListComponent.vue +++ b/resources/assets/vue/components/announcements/elements/AnnouncementListComponent.vue @@ -5,7 +5,7 @@
-
Date
+
Date
@@ -17,7 +17,7 @@
-
Title
+
Title
@@ -29,7 +29,7 @@
-
Message
+
Message
diff --git a/resources/assets/vue/components/announcements/forms/AssignAnnouncementToSegmentFormComponent.vue b/resources/assets/vue/components/announcements/forms/AssignAnnouncementToSegmentFormComponent.vue index 0c63c21b..78f92802 100644 --- a/resources/assets/vue/components/announcements/forms/AssignAnnouncementToSegmentFormComponent.vue +++ b/resources/assets/vue/components/announcements/forms/AssignAnnouncementToSegmentFormComponent.vue @@ -7,7 +7,7 @@

Assign Segment

-
Select a segment to view annoucment with title {{parameters.title | truncate(10) }}
+
Select a segment to view annoucment with title {{parameters.title | truncate(10) }}
diff --git a/resources/assets/vue/components/announcements/forms/DetachAnnouncementFromSegmentFormComponent.vue b/resources/assets/vue/components/announcements/forms/DetachAnnouncementFromSegmentFormComponent.vue index aa893ee8..48ea1799 100644 --- a/resources/assets/vue/components/announcements/forms/DetachAnnouncementFromSegmentFormComponent.vue +++ b/resources/assets/vue/components/announcements/forms/DetachAnnouncementFromSegmentFormComponent.vue @@ -12,7 +12,7 @@

Are you Sure?

-
Are you sure you want to remove {{this.item.name}}from viewing this annoucment with title {{ announcement_title | truncate(10)}}
+
Are you sure you want to remove {{this.item.name}}from viewing this annoucment with title {{ announcement_title | truncate(10)}}
diff --git a/resources/assets/vue/components/banks/elements/BankAccountComponent.vue b/resources/assets/vue/components/banks/elements/BankAccountComponent.vue index 33c39395..16b1cd7f 100644 --- a/resources/assets/vue/components/banks/elements/BankAccountComponent.vue +++ b/resources/assets/vue/components/banks/elements/BankAccountComponent.vue @@ -11,7 +11,7 @@
-
{{item.type === 2 ? item.reference : item.company_business_type === 1 ? 'Company\'s Bank Account' : 'Personal Bank Account'}}
+
{{item.type === 2 ? item.reference : item.company_business_type === 1 ? 'Company\'s Bank Account' : 'Personal Bank Account'}}
default
@@ -26,7 +26,7 @@
{{item.holder_name}}
-
{{item.account_no.replace(/[^\dA-Z]/g, '').replace(/(.{4})/g, '$1 ').trim()}}
+
{{item.account_no.replace(/[^\dA-Z]/g, '').replace(/(.{4})/g, '$1 ').trim()}}
diff --git a/resources/assets/vue/components/banks/forms/DeleteBankAccountFormComponent.vue b/resources/assets/vue/components/banks/forms/DeleteBankAccountFormComponent.vue index 3414c75f..37a79841 100644 --- a/resources/assets/vue/components/banks/forms/DeleteBankAccountFormComponent.vue +++ b/resources/assets/vue/components/banks/forms/DeleteBankAccountFormComponent.vue @@ -7,7 +7,7 @@

Are you Sure?

-
Are you sure you want to delete this bank account?
+
Are you sure you want to delete this bank account?
diff --git a/resources/assets/vue/components/banks/forms/SetBankAccountDefaultFormComponent.vue b/resources/assets/vue/components/banks/forms/SetBankAccountDefaultFormComponent.vue index 0455a0a6..adcb384e 100644 --- a/resources/assets/vue/components/banks/forms/SetBankAccountDefaultFormComponent.vue +++ b/resources/assets/vue/components/banks/forms/SetBankAccountDefaultFormComponent.vue @@ -7,7 +7,7 @@

Are you Sure?

-
Are you sure you want to set this bank account as the default?
+
Are you sure you want to set this bank account as the default?
diff --git a/resources/assets/vue/components/bookings/elements/BookingComponent.vue b/resources/assets/vue/components/bookings/elements/BookingComponent.vue index 8fb36e9b..16a2b282 100644 --- a/resources/assets/vue/components/bookings/elements/BookingComponent.vue +++ b/resources/assets/vue/components/bookings/elements/BookingComponent.vue @@ -11,7 +11,7 @@
-
{{this.item.marking}}
+
{{this.item.marking}}
@@ -34,21 +34,21 @@
Transfer Type
-
{{this.item.service.name}}
+
{{this.item.service.name}}
Payable Amount
-
{{this.item.amount}} {{this.item.fixed_currency.short_code}}
+
{{this.item.amount}} {{this.item.fixed_currency.short_code}}
status
-
+
{{item.status === 3 ? 'Complete' : 'In Progress'}}
Billing
-
+
Pending...
diff --git a/resources/assets/vue/components/bookings/elements/BookingConfirmationComponent.vue b/resources/assets/vue/components/bookings/elements/BookingConfirmationComponent.vue index ea3cefd0..6bc4a0f6 100644 --- a/resources/assets/vue/components/bookings/elements/BookingConfirmationComponent.vue +++ b/resources/assets/vue/components/bookings/elements/BookingConfirmationComponent.vue @@ -17,7 +17,7 @@
-
Service Type
+
Service Type
@@ -30,7 +30,7 @@
-
Currency
+
Currency
@@ -42,7 +42,7 @@
-
Transfer Total
+
Transfer Total
@@ -171,7 +171,7 @@
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
+
** These are the rate as of {{this.parameters.calculation.date}}, all charges and rates are subject to change when making payment
diff --git a/resources/assets/vue/components/bookings/elements/BookingMergeModalComponent.vue b/resources/assets/vue/components/bookings/elements/BookingMergeModalComponent.vue index 83d2e4fd..6b041f35 100644 --- a/resources/assets/vue/components/bookings/elements/BookingMergeModalComponent.vue +++ b/resources/assets/vue/components/bookings/elements/BookingMergeModalComponent.vue @@ -7,7 +7,7 @@
Merge Transfers
-
Are you sure you want to merge? This action is undoable.
+
Are you sure you want to merge? This action is undoable.
diff --git a/resources/assets/vue/components/bookings/elements/BookingMergeableComponent.vue b/resources/assets/vue/components/bookings/elements/BookingMergeableComponent.vue index 3ea2b747..2a2045d4 100644 --- a/resources/assets/vue/components/bookings/elements/BookingMergeableComponent.vue +++ b/resources/assets/vue/components/bookings/elements/BookingMergeableComponent.vue @@ -3,7 +3,7 @@
- +
@@ -12,39 +12,39 @@
-
{{this.item.created_at}}
+
{{this.item.created_at}}
-
{{this.item.marking}}
+
{{this.item.marking}}
-
- {{this.item.convertible_currency.short_code}} +
+ {{this.item.convertible_currency.short_code}}
-
{{this.item.service.name}}
+
{{this.item.service.name}}
-
{{formatAmount(this.item.purchase_order.amount)}} {{this.item.purchase_order.original_currency.short_code}}
+
{{formatAmount(this.item.purchase_order.amount)}} {{this.item.purchase_order.original_currency.short_code}}
-
{{formatAmount(this.item.amount)}} {{this.item.fixed_currency.short_code}}
+
{{formatAmount(this.item.amount)}} {{this.item.fixed_currency.short_code}}
-
{{po.description}}
+
{{po.description}}
-
{{po.quantity}}
+
{{po.quantity}}
-
{{po.unit_price}}
+
{{po.unit_price}}
-
{{po.total}}
+
{{po.total}}
diff --git a/resources/assets/vue/components/bookings/elements/CurrencyOrderComponent.vue b/resources/assets/vue/components/bookings/elements/CurrencyOrderComponent.vue index 07fe28f6..80cc3865 100644 --- a/resources/assets/vue/components/bookings/elements/CurrencyOrderComponent.vue +++ b/resources/assets/vue/components/bookings/elements/CurrencyOrderComponent.vue @@ -40,7 +40,7 @@
Currency Order Placed
-
Are you sure you that the currency order has been placed with the supplier?
+
Are you sure you that the currency order has been placed with the supplier?
diff --git a/resources/assets/vue/components/bookings/elements/PaymentVerificationComponent.vue b/resources/assets/vue/components/bookings/elements/PaymentVerificationComponent.vue index 87158bcd..ffa38abc 100644 --- a/resources/assets/vue/components/bookings/elements/PaymentVerificationComponent.vue +++ b/resources/assets/vue/components/bookings/elements/PaymentVerificationComponent.vue @@ -42,7 +42,7 @@
@@ -78,7 +78,7 @@
Reject Document
-
Are you sure you want to reject this payment?
+
Are you sure you want to reject this payment?
@@ -102,7 +102,7 @@
Approve Payment
-
Are you sure you want to approve this payment?
+
Are you sure you want to approve this payment?
diff --git a/resources/assets/vue/components/bookings/forms/BookingFormComponent.vue b/resources/assets/vue/components/bookings/forms/BookingFormComponent.vue index 95b311b3..a32ff8d8 100644 --- a/resources/assets/vue/components/bookings/forms/BookingFormComponent.vue +++ b/resources/assets/vue/components/bookings/forms/BookingFormComponent.vue @@ -12,7 +12,7 @@
-
Service Is Currently Unavailable!
+
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.
diff --git a/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue b/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue index cac3a59e..f85a80eb 100644 --- a/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue +++ b/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue @@ -49,7 +49,7 @@
-
{{item.bank.holder_name}} {{item.bank.account_no.replace(/[^\dA-Z]/g, '').replace(/(.{4})/g, '$1 ').trim()}}
+
{{item.bank.holder_name}} {{item.bank.account_no.replace(/[^\dA-Z]/g, '').replace(/(.{4})/g, '$1 ').trim()}}
diff --git a/resources/assets/vue/components/bookings/forms/ConfirmQuotationFormComponent.vue b/resources/assets/vue/components/bookings/forms/ConfirmQuotationFormComponent.vue index a3c90330..e7991f65 100644 --- a/resources/assets/vue/components/bookings/forms/ConfirmQuotationFormComponent.vue +++ b/resources/assets/vue/components/bookings/forms/ConfirmQuotationFormComponent.vue @@ -10,7 +10,7 @@
-
You can proceed by bank in {{(Math.round((calculation.total + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}} MYR to the bank account detailed below and upload your payment proof to proceed with your transfer after clicking on the confirm button below.
+
You can proceed by bank in {{(Math.round((calculation.total + Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}} MYR to the bank account detailed below and upload your payment proof to proceed with your transfer after clicking on the confirm button below.
@@ -55,7 +55,7 @@
-
Your timer will start after clicking the confirm button.
+
Your timer will start after clicking the confirm button.
diff --git a/resources/assets/vue/components/bookings/forms/DeletePaymentAttemptFormComponent.vue b/resources/assets/vue/components/bookings/forms/DeletePaymentAttemptFormComponent.vue index ba371bd4..1d386e5a 100644 --- a/resources/assets/vue/components/bookings/forms/DeletePaymentAttemptFormComponent.vue +++ b/resources/assets/vue/components/bookings/forms/DeletePaymentAttemptFormComponent.vue @@ -7,7 +7,7 @@

Are you Sure?

-
Are you sure you want to delete payment booking? you will not be able to recover your booking after confirming your action.
+
Are you sure you want to delete payment booking? you will not be able to recover your booking after confirming your action.
diff --git a/resources/assets/vue/components/bookings/forms/PaymentProofFormComponent.vue b/resources/assets/vue/components/bookings/forms/PaymentProofFormComponent.vue index 612b8735..efb027e4 100644 --- a/resources/assets/vue/components/bookings/forms/PaymentProofFormComponent.vue +++ b/resources/assets/vue/components/bookings/forms/PaymentProofFormComponent.vue @@ -14,14 +14,14 @@
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