diff --git a/app/Jobs/Common/CreateDashboard.php b/app/Jobs/Common/CreateDashboard.php index df76b02de..f66fdafe4 100644 --- a/app/Jobs/Common/CreateDashboard.php +++ b/app/Jobs/Common/CreateDashboard.php @@ -135,6 +135,8 @@ class CreateDashboard extends Job implements HasOwner, HasSource, ShouldCreate 'name' => $name, 'sort' => $sort, 'settings' => (new $class())->getDefaultSettings(), + 'created_from' => $this->model->created_from, + 'created_by' => $this->model->created_by, ])); } diff --git a/public/css/app.css b/public/css/app.css index abd019be0..17b566a6d 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -48126,6 +48126,16 @@ input[type="date"]::-webkit-inner-spin-button, width: 1px; } +.menu__submenu details.relative:before{ + position: absolute; + left: -1rem; + height: 100%; + --tw-bg-opacity: 1; + background-color: rgb(229 231 235 / var(--tw-bg-opacity)); + content: ''; + width: 1px; +} + .menu__submenu li:last-child::before { height: 20px; } @@ -48640,6 +48650,12 @@ html[dir="rtl"] .lines-radius-border thead td:last-child { } } +@media only screen and (min-width: 480px) { + .large-overflow-unset { + overflow-x: unset; + } +} + #nprogress .bar { background: #A6A8C9 !important; height: 5px !important; @@ -49283,6 +49299,10 @@ body{ right: -0.25rem; } +[dir="ltr"] .ltr\:-right-8{ + right: -2rem; +} + [dir="ltr"] .ltr\:right-0{ right: 0px; } @@ -49323,10 +49343,6 @@ body{ left: 2rem; } -[dir="ltr"] .ltr\:-right-8{ - right: -2rem; -} - [dir="ltr"] .ltr\:-left-8{ left: -2rem; } @@ -49405,12 +49421,8 @@ body{ border-bottom-right-radius: 0.5rem; } -[dir="ltr"] .ltr\:border-l-8{ - border-left-width: 8px; -} - -[dir="ltr"] .ltr\:pr-20{ - padding-right: 5rem; +[dir="ltr"] .ltr\:pl-0{ + padding-left: 0px; } [dir="ltr"] .ltr\:pr-6{ @@ -49474,6 +49486,10 @@ body{ left: -0.25rem; } +[dir="rtl"] .rtl\:-left-8{ + left: -2rem; +} + [dir="rtl"] .rtl\:left-0{ left: 0px; } @@ -49514,10 +49530,6 @@ body{ right: 2rem; } -[dir="rtl"] .rtl\:-left-8{ - left: -2rem; -} - [dir="rtl"] .rtl\:-right-8{ right: -2rem; } @@ -49604,12 +49616,17 @@ body{ border-bottom-left-radius: 0.5rem; } +<<<<<<< HEAD [dir="rtl"] .rtl\:border-r-8{ border-right-width: 8px; } [dir="rtl"] .rtl\:pl-20{ padding-left: 5rem; +======= +[dir="rtl"] .rtl\:pr-0{ + padding-right: 0px; +>>>>>>> 98c49461ea80372a4fc20a92ccdb7fe31a06cd5e } [dir="rtl"] .rtl\:pl-6{ @@ -49620,10 +49637,6 @@ body{ padding-left: 0px; } -[dir="rtl"] .rtl\:pr-0{ - padding-right: 0px; -} - [dir="rtl"] .rtl\:pr-3{ padding-right: 0.75rem; } @@ -49899,9 +49912,9 @@ body{ grid-column: span 5 / span 5; } - .lg\:my-16{ - margin-top: 4rem; - margin-bottom: 4rem; + .lg\:my-12{ + margin-top: 3rem; + margin-bottom: 3rem; } .lg\:my-0{ @@ -49913,6 +49926,10 @@ body{ margin-top: 0.5rem; } + .lg\:mt-4{ + margin-top: 1rem; + } + .lg\:mt-60{ margin-top: 15rem; } @@ -50188,6 +50205,10 @@ body{ padding-left: 6rem; } + .lg\:pl-6{ + padding-left: 1.5rem; + } + .lg\:pl-12{ padding-left: 3rem; } @@ -50252,8 +50273,8 @@ body{ right: 0px; } - [dir="ltr"] .lg\:ltr\:ml-72{ - margin-left: 18rem; + [dir="ltr"] .ltr\:lg\:pl-6{ + padding-left: 1.5rem; } [dir="ltr"] .lg\:ltr\:pr-12{ @@ -50276,8 +50297,8 @@ body{ left: 0px; } - [dir="rtl"] .lg\:rtl\:mr-72{ - margin-right: 18rem; + [dir="rtl"] .rtl\:lg\:pr-6{ + padding-right: 1.5rem; } [dir="rtl"] .lg\:rtl\:pl-12{ diff --git a/public/img/credit_card/amex.png b/public/img/credit_card/amex.png new file mode 100644 index 000000000..12ade199f Binary files /dev/null and b/public/img/credit_card/amex.png differ diff --git a/public/img/credit_card/chip.png b/public/img/credit_card/chip.png new file mode 100644 index 000000000..9f711b31a Binary files /dev/null and b/public/img/credit_card/chip.png differ diff --git a/public/img/credit_card/dinersclub.png b/public/img/credit_card/dinersclub.png new file mode 100644 index 000000000..e7875237f Binary files /dev/null and b/public/img/credit_card/dinersclub.png differ diff --git a/public/img/credit_card/discover.png b/public/img/credit_card/discover.png new file mode 100644 index 000000000..085091c22 Binary files /dev/null and b/public/img/credit_card/discover.png differ diff --git a/public/img/credit_card/jcb.png b/public/img/credit_card/jcb.png new file mode 100644 index 000000000..0ad592eeb Binary files /dev/null and b/public/img/credit_card/jcb.png differ diff --git a/public/img/credit_card/mastercard.png b/public/img/credit_card/mastercard.png new file mode 100644 index 000000000..b5b85bd16 Binary files /dev/null and b/public/img/credit_card/mastercard.png differ diff --git a/public/img/credit_card/troy.png b/public/img/credit_card/troy.png new file mode 100644 index 000000000..9df76166b Binary files /dev/null and b/public/img/credit_card/troy.png differ diff --git a/public/img/credit_card/unionpay.png b/public/img/credit_card/unionpay.png new file mode 100644 index 000000000..db6c5cd11 Binary files /dev/null and b/public/img/credit_card/unionpay.png differ diff --git a/public/img/credit_card/visa.png b/public/img/credit_card/visa.png new file mode 100644 index 000000000..70bc64abe Binary files /dev/null and b/public/img/credit_card/visa.png differ diff --git a/resources/assets/js/components/CreditCard/Card.vue b/resources/assets/js/components/CreditCard/Card.vue index 4146e1107..1c0d67976 100644 --- a/resources/assets/js/components/CreditCard/Card.vue +++ b/resources/assets/js/components/CreditCard/Card.vue @@ -12,22 +12,17 @@ ref="focusElement" >
-
-
@@ -108,9 +98,9 @@
@@ -140,7 +130,9 @@ export default { amexCardPlaceholder: '#### ###### #####', dinersCardPlaceholder: '#### ###### ####', defaultCardPlaceholder: '#### #### #### ####', - currentPlaceholder: '' + currentPlaceholder: '', + chip_src: app_url + '/public/img/credit_card/chip.png', + card_type_src: app_url + '/public/img/credit_card/', } }, watch: { diff --git a/resources/assets/sass/app.css b/resources/assets/sass/app.css index fc9671b69..a73877cf7 100644 --- a/resources/assets/sass/app.css +++ b/resources/assets/sass/app.css @@ -220,6 +220,12 @@ width: 1px; } +.menu__submenu details.relative:before { + @apply h-full absolute bg-gray-200 -left-4; + content: ''; + width: 1px; +} + .menu__submenu li:last-child::before { height: 20px; } @@ -548,6 +554,12 @@ html[dir="rtl"] .lines-radius-border thead td:last-child { } } +@media only screen and (min-width: 480px) { + .large-overflow-unset { + overflow-x: unset; + } +} + #nprogress .bar { background: #A6A8C9 !important; height: 5px !important; diff --git a/resources/views/components/documents/form/items.blade.php b/resources/views/components/documents/form/items.blade.php index 4de3c6fad..f6d2d01dd 100644 --- a/resources/views/components/documents/form/items.blade.php +++ b/resources/views/components/documents/form/items.blade.php @@ -1,4 +1,4 @@ -
+
diff --git a/resources/views/components/documents/template/classic.blade.php b/resources/views/components/documents/template/classic.blade.php index af012dcea..ff7973b73 100644 --- a/resources/views/components/documents/template/classic.blade.php +++ b/resources/views/components/documents/template/classic.blade.php @@ -221,7 +221,7 @@ - @money($total->amount - $document->paid, $document->currency_code, true) +

@endif @@ -338,7 +338,7 @@ - @money($total->amount, $document->currency_code, true) + @stack($total->code . '_total_tr_end') @@ -351,7 +351,7 @@ - - @money($document->paid, $document->currency_code, true) + - @stack('paid_total_tr_end') @@ -364,7 +364,7 @@ - @money($document->amount_due, $document->currency_code, true) + @stack('grand_total_tr_end') diff --git a/resources/views/components/documents/template/default.blade.php b/resources/views/components/documents/template/default.blade.php index 705645817..df97780ed 100644 --- a/resources/views/components/documents/template/default.blade.php +++ b/resources/views/components/documents/template/default.blade.php @@ -307,7 +307,7 @@ - @money($total->amount, $document->currency_code, true) + @stack($total->code . '_total_tr_end') @@ -320,7 +320,7 @@ - - @money($document->paid, $document->currency_code, true) + - @stack('paid_total_tr_end') @@ -333,7 +333,7 @@ - @money($document->amount_due, $document->currency_code, true) + @stack('grand_total_tr_end') diff --git a/resources/views/components/documents/template/line-item.blade.php b/resources/views/components/documents/template/line-item.blade.php index b42074c42..8c2f9e1e8 100644 --- a/resources/views/components/documents/template/line-item.blade.php +++ b/resources/views/components/documents/template/line-item.blade.php @@ -22,13 +22,17 @@ @stack('quantity_td_start') @if (! $hideQuantity) - + @endif @stack('quantity_td_end') @stack('price_td_start') @if (! $hidePrice) - + @endif @stack('price_td_end') @@ -54,7 +58,9 @@ {{ $text_discount }} @else - + @endif @stack('discount_td_end') @endif @@ -62,7 +68,9 @@ @stack('total_td_start') @if (! $hideAmount) - + @endif @stack('total_td_end') diff --git a/resources/views/components/documents/template/modern.blade.php b/resources/views/components/documents/template/modern.blade.php index 7345a4fe2..304a0f668 100644 --- a/resources/views/components/documents/template/modern.blade.php +++ b/resources/views/components/documents/template/modern.blade.php @@ -308,7 +308,7 @@ - @money($total->amount, $document->currency_code, true) + @stack($total->code . '_total_tr_end') @@ -321,7 +321,7 @@ - - @money($document->paid, $document->currency_code, true) + - @stack('paid_total_tr_end') @@ -334,7 +334,7 @@ - @money($document->amount_due, $document->currency_code, true) + @stack('grand_total_tr_end') diff --git a/resources/views/components/transactions/template/default.blade.php b/resources/views/components/transactions/template/default.blade.php index 5fb7659fb..8017c885f 100644 --- a/resources/views/components/transactions/template/default.blade.php +++ b/resources/views/components/transactions/template/default.blade.php @@ -347,12 +347,12 @@ @@ -369,8 +369,10 @@
{{ $item->quantity }} + {{ $item->quantity }} + @money($item->price, $document->currency_code, true) + + @money($item->discount, $document->currency_code, true) + + @money($item->total, $document->currency_code, true) + +
@if (! $hideRelatedDocumentAmount) - @money($transaction->document->amount, $transaction->document->currency_code, true)
+
@endif @if (! $hideRelatedAmount) - @money($transaction->amount, $transaction->currency_code, true) + @endif
- {{ trans($textAmount) }} - @money($transaction->amount, $transaction->currency_code, true) + + {{ trans($textAmount) }} + +
diff --git a/safelist.txt b/safelist.txt index 323d3ecde..c95fecc04 100644 --- a/safelist.txt +++ b/safelist.txt @@ -3,12 +3,13 @@ lg:mt-2 ltr:-right-1.5 rtl:-left-1.5 lg:pl-24 +lg:my-12 +lg:mt-4 +lg:pl-6 lg:text-6xl lg:h-6 lg:text-xl lg:grid-cols-2 -ltr:pr-20 -rtl:pl-20 lg:grid-cols-3 lg:my-16 lg:h-98 @@ -20,6 +21,8 @@ lg:text-4xl lg:top-7 ltr:border-l-8 rtl:border-r-8 +ltr:pr-20 +rtl:pl-20 lg:max-w-lg sm:max-w-4xl hover:bg-silver-700 @@ -31,4 +34,10 @@ hover:border-peach_orange-700 hover:border-pastel_green-700 hover:text-silver-700 hover:text-peach_orange-700 -hover:text-pastel_green-700 \ No newline at end of file +hover:text-pastel_green-700 +ltr:pl-0 +rtl:pr-0 +ltr:lg:pl-6 +rtl:lg:pr-6 +ltr:-right-8 +rtl:-left-8