diff --git a/resources/assets/vue/components/accounts/elements/EmailVerificationComponent.vue b/resources/assets/vue/components/accounts/elements/EmailVerificationComponent.vue index e4d88011..c81a9ad9 100644 --- a/resources/assets/vue/components/accounts/elements/EmailVerificationComponent.vue +++ b/resources/assets/vue/components/accounts/elements/EmailVerificationComponent.vue @@ -6,14 +6,14 @@
- +
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 a6e81ccf..fa023930 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,18 +11,18 @@
- +
- +
-

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 681cc111..dca841e9 100644 --- a/resources/assets/vue/components/accounts/elements/OnboardingStepComponent.vue +++ b/resources/assets/vue/components/accounts/elements/OnboardingStepComponent.vue @@ -14,14 +14,14 @@
-
+
-
+
diff --git a/resources/assets/vue/components/accounts/forms/EmailVerificationFormComponent.vue b/resources/assets/vue/components/accounts/forms/EmailVerificationFormComponent.vue index 62658599..8cfeb88b 100644 --- a/resources/assets/vue/components/accounts/forms/EmailVerificationFormComponent.vue +++ b/resources/assets/vue/components/accounts/forms/EmailVerificationFormComponent.vue @@ -11,10 +11,10 @@
-
Verification email sent
+
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
@@ -22,10 +22,10 @@
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.
+
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 bac6e8ac..ddf52cde 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 dc0e5eb0..b32d8912 100644 --- a/resources/assets/vue/components/accounts/forms/LogOutFormComponent.vue +++ b/resources/assets/vue/components/accounts/forms/LogOutFormComponent.vue @@ -3,7 +3,7 @@
- +
@@ -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 f92dfda4..2e174168 100644 --- a/resources/assets/vue/components/accounts/forms/LoginFormComponent.vue +++ b/resources/assets/vue/components/accounts/forms/LoginFormComponent.vue @@ -7,18 +7,18 @@
- +
- +
-

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 72ddc433..e436960a 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,10 +19,10 @@
-

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/forms/ResetPasswordFormComponent.vue b/resources/assets/vue/components/accounts/forms/ResetPasswordFormComponent.vue index 94b343e0..33947d06 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 5141e337..8b9e6171 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.
@@ -33,8 +33,8 @@
-
Getting started with Exchange
-
Just few more steps and you can start transferring money overseas
+
Getting started with Exchange
+
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 bef883f2..df0062e6 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 9daae275..c54efd95 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/elements/AddressModalComponent.vue b/resources/assets/vue/components/address/elements/AddressModalComponent.vue index 5409af11..0304eb2f 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/address/forms/SetDefaultBillingAddressComponent.vue b/resources/assets/vue/components/address/forms/SetDefaultBillingAddressComponent.vue index b5e0a01b..6d5b457e 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 39c36981..0626be82 100644 --- a/resources/assets/vue/components/announcements/elements/AnnouncementListComponent.vue +++ b/resources/assets/vue/components/announcements/elements/AnnouncementListComponent.vue @@ -5,36 +5,36 @@
-
Date
+
Date
-
{{item.created_at}}
+
{{item.created_at}}
-
Title
+
Title
-
{{item.title | truncate(20)}}
+
{{item.title | truncate(20)}}
-
Message
+
Message
-
{{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 78f92802..cc79b885 100644 --- a/resources/assets/vue/components/announcements/forms/AssignAnnouncementToSegmentFormComponent.vue +++ b/resources/assets/vue/components/announcements/forms/AssignAnnouncementToSegmentFormComponent.vue @@ -7,12 +7,12 @@

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) }}
- {{error}} + {{error}}
diff --git a/resources/assets/vue/components/announcements/forms/DetachAnnouncementFromSegmentFormComponent.vue b/resources/assets/vue/components/announcements/forms/DetachAnnouncementFromSegmentFormComponent.vue index 48ea1799..3903dcdc 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}}
@@ -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/announcements/forms/ViewAnnouncementFormComponent.vue b/resources/assets/vue/components/announcements/forms/ViewAnnouncementFormComponent.vue index d013796d..ea042c1c 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 d4c25755..a40ec4c8 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 16b1cd7f..1fb6ac43 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
@@ -20,13 +20,13 @@
-
{{item.bank_name}}
+
{{item.bank_name}}
-
{{item.holder_name}}
-
{{item.account_no.replace(/[^\dA-Z]/g, '').replace(/(.{4})/g, '$1 ').trim()}}
+
{{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 3e1cfd77..c91cf482 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/banks/forms/DeleteBankAccountFormComponent.vue b/resources/assets/vue/components/banks/forms/DeleteBankAccountFormComponent.vue index 37a79841..3414c75f 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 adcb384e..0455a0a6 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 16a2b282..febce6ba 100644 --- a/resources/assets/vue/components/bookings/elements/BookingComponent.vue +++ b/resources/assets/vue/components/bookings/elements/BookingComponent.vue @@ -11,44 +11,44 @@
-
{{this.item.marking}}
+
{{this.item.marking}}
-
{{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
-
{{this.item.service.name}}
+
Transfer Type
+
{{this.item.service.name}}
-
Payable Amount
-
{{this.item.amount}} {{this.item.fixed_currency.short_code}}
+
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 6bc4a0f6..dbb106e5 100644 --- a/resources/assets/vue/components/bookings/elements/BookingConfirmationComponent.vue +++ b/resources/assets/vue/components/bookings/elements/BookingConfirmationComponent.vue @@ -5,19 +5,19 @@
-
Transfer Summary
+
Transfer Summary
-
{{this.data.serviceType.name}}
+
{{this.data.serviceType.name}}
-
Service Type
+
Service Type
@@ -25,24 +25,24 @@
-
{{this.data.serviceType.selectedCurrency.short_code}}
+
{{this.data.serviceType.selectedCurrency.short_code}}
-
Currency
+
Currency
-
{{(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}}
-
Transfer Total
+
Transfer Total
@@ -53,7 +53,7 @@
-
Recipient Details
+
Recipient Details
@@ -64,10 +64,10 @@ - + - + @@ -170,65 +170,65 @@
-
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
+
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
-
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/BookingMergeModalComponent.vue b/resources/assets/vue/components/bookings/elements/BookingMergeModalComponent.vue index 6b041f35..83d2e4fd 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 2a2045d4..d3ca4c28 100644 --- a/resources/assets/vue/components/bookings/elements/BookingMergeableComponent.vue +++ b/resources/assets/vue/components/bookings/elements/BookingMergeableComponent.vue @@ -3,48 +3,48 @@
- +
-
+
-
{{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 80cc3865..5329e0e6 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}}
@@ -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/PaymentProofComponent.vue b/resources/assets/vue/components/bookings/elements/PaymentProofComponent.vue index e6392afc..b684d64e 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 ffa38abc..6b42b78b 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, ",")}}
@@ -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/elements/SupplierPendingOrderComponent.vue b/resources/assets/vue/components/bookings/elements/SupplierPendingOrderComponent.vue index 4bd394cc..9d0cc4b7 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 a32ff8d8..414f1a42 100644 --- a/resources/assets/vue/components/bookings/forms/BookingFormComponent.vue +++ b/resources/assets/vue/components/bookings/forms/BookingFormComponent.vue @@ -12,8 +12,8 @@
-
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.
+
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.
@@ -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
@@ -49,12 +49,12 @@
-
{{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()}}
-
{{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 e7991f65..86be8e1a 100644 --- a/resources/assets/vue/components/bookings/forms/ConfirmQuotationFormComponent.vue +++ b/resources/assets/vue/components/bookings/forms/ConfirmQuotationFormComponent.vue @@ -5,12 +5,12 @@
-
Congratulation, you have got great rates.
+
Congratulation, you have got great rates.
-
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.
@@ -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}}.
@@ -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/CurrencyConverterComponent.vue b/resources/assets/vue/components/bookings/forms/CurrencyConverterComponent.vue index 07e46566..29b05824 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/DeletePaymentAttemptFormComponent.vue b/resources/assets/vue/components/bookings/forms/DeletePaymentAttemptFormComponent.vue index 1d386e5a..ba371bd4 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 efb027e4..612b8735 100644 --- a/resources/assets/vue/components/bookings/forms/PaymentProofFormComponent.vue +++ b/resources/assets/vue/components/bookings/forms/PaymentProofFormComponent.vue @@ -14,14 +14,14 @@
@@ -69,7 +69,7 @@ viewBox="0 0 172 172" style=" fill:#000000;">
-

Delivery Order

+

Delivery Order

@@ -84,7 +84,7 @@ viewBox="0 0 172 172" style=" fill:#000000;">
-

Supplier DO

+

Supplier DO

@@ -118,7 +118,7 @@
-
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
@@ -220,27 +220,27 @@
-
Booked
-
+
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
-
+
Rate
+
{{(Math.round((item.currency_rate + Number.EPSILON) * 10000) / 10000).toFixed(5)}}
-
Payable
-
+
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
@@ -285,27 +285,27 @@
-
Booked
-
+
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
-
+
Rate
+
{{(Math.round((item.currency_rate + Number.EPSILON) * 10000) / 10000).toFixed(5)}}
-
Payable
-
+
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
@@ -327,21 +327,21 @@
-
Status
-
+
Status
+
{{ item.status === 1 ? 'Pending Verification' : item.status === 2 ? 'Processing Payment' : item.status === 4 ? 'Rejected' : 'Transferred'}}
-
Payment Amount
-
+
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, ",")}}
-
{{ item.status === 1 ? 'Submitted' : item.status === 2 ? 'Received' : item.status === 4 ? 'Rejected' : 'Paid'}} On: {{item.updated_at}}
+
{{ item.status === 1 ? 'Submitted' : item.status === 2 ? 'Received' : item.status === 4 ? 'Rejected' : 'Paid'}} On: {{item.updated_at}}
diff --git a/resources/assets/vue/components/bookings/sections/BookingMergeSectionComponent.vue b/resources/assets/vue/components/bookings/sections/BookingMergeSectionComponent.vue index 1c180232..ad0ab389 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 de6e5571..c3bdc966 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 5a544e42..39eed578 100644 --- a/resources/assets/vue/components/companies/elements/CompanyDetailsComponent.vue +++ b/resources/assets/vue/components/companies/elements/CompanyDetailsComponent.vue @@ -11,15 +11,15 @@
- +
- +
- +
@@ -29,8 +29,8 @@
diff --git a/resources/assets/vue/components/companies/elements/CompanyListComponent.vue b/resources/assets/vue/components/companies/elements/CompanyListComponent.vue index cd6bd94b..bb8d3203 100644 --- a/resources/assets/vue/components/companies/elements/CompanyListComponent.vue +++ b/resources/assets/vue/components/companies/elements/CompanyListComponent.vue @@ -2,15 +2,15 @@
-
{{this.item.name}}
+
{{this.item.name}}
-
{{this.item.bookings.length}}
+
{{this.item.bookings.length}}
diff --git a/resources/assets/vue/components/companies/elements/CustomerProfileComponent.vue b/resources/assets/vue/components/companies/elements/CustomerProfileComponent.vue index 72f42899..9c2521fa 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 03f5a771..0adfbf8b 100644 --- a/resources/assets/vue/components/companies/elements/IdentificationVerificationComponent.vue +++ b/resources/assets/vue/components/companies/elements/IdentificationVerificationComponent.vue @@ -8,15 +8,15 @@
-
{{item.owner.reference}}
+
{{item.owner.reference}}
- +
-
+{{item.owner.contact.country_code}} {{parseInt(item.owner.contact.phone, 10)}}
+
+{{item.owner.contact.country_code}} {{parseInt(item.owner.contact.phone, 10)}}
@@ -32,12 +32,12 @@
-
Customer Name
+
Customer Name
-
{{item.owner.employee.name}}
+
{{item.owner.employee.name}}
@@ -46,12 +46,12 @@
-
Company Name
+
Company Name
-
{{item.owner.name}}
+
{{item.owner.name}}
@@ -60,12 +60,12 @@
-
{{ item.owner.type === 0 ? 'IC' : 'SSM Registration' }} Number
+
{{ item.owner.type === 0 ? 'IC' : 'SSM Registration' }} Number
-
{{item.reference}}
+
{{item.reference}}
@@ -74,15 +74,15 @@
-
{{ item.owner.type === 0 ? 'IC' : 'SSM Registration' }} Document
+
{{ item.owner.type === 0 ? 'IC' : 'SSM Registration' }} Document
@@ -106,7 +106,7 @@
Reject Document
-
Are you sure you want to reject this customer's identification?
+
Are you sure you want to reject this customer's identification?
@@ -135,7 +135,7 @@
Approve Document
-
Are you sure you want to approve this customer's identification?
+
Are you sure you want to approve this customer's identification?
diff --git a/resources/assets/vue/components/companies/elements/SupplierComponent.vue b/resources/assets/vue/components/companies/elements/SupplierComponent.vue index 0f876f41..6b2961c2 100644 --- a/resources/assets/vue/components/companies/elements/SupplierComponent.vue +++ b/resources/assets/vue/components/companies/elements/SupplierComponent.vue @@ -13,24 +13,24 @@
-
Name
+
Name
-
{{item.name}}
+
{{item.name}}
-
Currencies
+
Currencies
-
{{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 6bb8aa50..b5b598be 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 make payments until your identification is approved!
+
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 97819ad1..7f18e778 100644 --- a/resources/assets/vue/components/companies/forms/AssignSegmentFormComponent.vue +++ b/resources/assets/vue/components/companies/forms/AssignSegmentFormComponent.vue @@ -7,12 +7,12 @@

Assign Segment

-
Select a segment to {{parameters.name}}
+
Select a segment to {{parameters.name}}
- {{error}} + {{error}}
diff --git a/resources/assets/vue/components/companies/forms/DeleteSupplierFormComponent.vue b/resources/assets/vue/components/companies/forms/DeleteSupplierFormComponent.vue index 94daa174..2f39dc4e 100644 --- a/resources/assets/vue/components/companies/forms/DeleteSupplierFormComponent.vue +++ b/resources/assets/vue/components/companies/forms/DeleteSupplierFormComponent.vue @@ -7,7 +7,7 @@

Are you Sure?

-
Are you sure you want to delete {{item.name}} currency supplier?
+
Are you sure you want to delete {{item.name}} currency supplier?
diff --git a/resources/assets/vue/components/companies/forms/DetachSegmentFormComponent.vue b/resources/assets/vue/components/companies/forms/DetachSegmentFormComponent.vue index e323cd5c..7e87816d 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}}
@@ -12,7 +12,7 @@

Are you Sure?

-
Are you sure you want to detach custom from {{this.item.name}} segment?
+
Are you sure you want to detach custom from {{this.item.name}} segment?
diff --git a/resources/assets/vue/components/companies/forms/IdentificationVerificationFormComponent.vue b/resources/assets/vue/components/companies/forms/IdentificationVerificationFormComponent.vue index 211f20f7..2c1bfdea 100644 --- a/resources/assets/vue/components/companies/forms/IdentificationVerificationFormComponent.vue +++ b/resources/assets/vue/components/companies/forms/IdentificationVerificationFormComponent.vue @@ -15,7 +15,7 @@
- +
@@ -24,15 +24,15 @@