diff --git a/database/migrations/2022_11_30_063229_add_payment_id_to_bank_transaction_table.php b/database/migrations/2022_11_30_063229_add_payment_id_to_bank_transaction_table.php new file mode 100644 index 000000000000..08547668ebfa --- /dev/null +++ b/database/migrations/2022_11_30_063229_add_payment_id_to_bank_transaction_table.php @@ -0,0 +1,39 @@ +unsignedInteger('payment_id')->nullable(); + }); + + \Illuminate\Support\Facades\Artisan::call('ninja:design-update'); + + $this->buildCache(true); + + } + + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + + } +}; diff --git a/resources/views/pdf-designs/bold.html b/resources/views/pdf-designs/bold.html index b7380befd586..28aa512019f9 100644 --- a/resources/views/pdf-designs/bold.html +++ b/resources/views/pdf-designs/bold.html @@ -332,6 +332,10 @@ color: #505050; } + .pqrcode { + + } + /** Useful snippets, uncomment to enable. **/ /** Hide company logo **/ diff --git a/resources/views/pdf-designs/business.html b/resources/views/pdf-designs/business.html index 5094629b83b7..d78cc61fed17 100644 --- a/resources/views/pdf-designs/business.html +++ b/resources/views/pdf-designs/business.html @@ -316,6 +316,10 @@ font-weight: bold; color: #505050; } + + .pqrcode { + + } /** Useful snippets, uncomment to enable. **/ /** Hide company logo **/ diff --git a/resources/views/pdf-designs/calm.html b/resources/views/pdf-designs/calm.html index ad9fc8239b2d..038450849e5b 100644 --- a/resources/views/pdf-designs/calm.html +++ b/resources/views/pdf-designs/calm.html @@ -305,6 +305,10 @@ color: #505050; } + .pqrcode { + + } + /** Useful snippets, uncomment to enable. **/ /** Hide company logo **/ diff --git a/resources/views/pdf-designs/clean.html b/resources/views/pdf-designs/clean.html index 51101e918901..e653e47a038b 100644 --- a/resources/views/pdf-designs/clean.html +++ b/resources/views/pdf-designs/clean.html @@ -297,7 +297,11 @@ font-weight: bold; color: #505050; } - + + .pqrcode { + + } + /** Useful snippets, uncomment to enable. **/ /** Hide company logo **/ diff --git a/resources/views/pdf-designs/creative.html b/resources/views/pdf-designs/creative.html index 5c7fbbcec08a..fc21a3b9074d 100644 --- a/resources/views/pdf-designs/creative.html +++ b/resources/views/pdf-designs/creative.html @@ -269,6 +269,11 @@ font-weight: bold; color: #505050; } + + .pqrcode { + + } + /** Useful snippets, uncomment to enable. **/ /** Hide company logo **/ diff --git a/resources/views/pdf-designs/elegant.html b/resources/views/pdf-designs/elegant.html index 765a0b467c1c..66e9475c0969 100644 --- a/resources/views/pdf-designs/elegant.html +++ b/resources/views/pdf-designs/elegant.html @@ -274,6 +274,10 @@ font-weight: bold; color: #505050; } + + .pqrcode { + + } /** Useful snippets, uncomment to enable. **/ /** Hide company logo **/ diff --git a/resources/views/pdf-designs/hipster.html b/resources/views/pdf-designs/hipster.html index 0fa18db9bda1..dcf869b0381c 100644 --- a/resources/views/pdf-designs/hipster.html +++ b/resources/views/pdf-designs/hipster.html @@ -291,6 +291,10 @@ font-weight: bold; color: #505050; } + + .pqrcode { + + } /** Useful snippets, uncomment to enable. **/ /** Hide company logo **/ diff --git a/resources/views/pdf-designs/modern.html b/resources/views/pdf-designs/modern.html index ec3962214a3c..68d8171f623b 100644 --- a/resources/views/pdf-designs/modern.html +++ b/resources/views/pdf-designs/modern.html @@ -318,6 +318,10 @@ font-weight: bold; color: #505050; } + + .pqrcode { + + } /** Useful snippets, uncomment to enable. **/ /** Hide company logo **/ diff --git a/resources/views/pdf-designs/plain.html b/resources/views/pdf-designs/plain.html index aa38661960f8..69dab91793e5 100644 --- a/resources/views/pdf-designs/plain.html +++ b/resources/views/pdf-designs/plain.html @@ -261,6 +261,10 @@ font-weight: bold; color: #505050; } + + .pqrcode { + + } /** Useful snippets, uncomment to enable. **/ /** Hide company logo **/ diff --git a/resources/views/pdf-designs/playful.html b/resources/views/pdf-designs/playful.html index 6b4b1f7aa42f..fde299ccbe99 100644 --- a/resources/views/pdf-designs/playful.html +++ b/resources/views/pdf-designs/playful.html @@ -334,6 +334,10 @@ font-weight: bold; color: #505050; } + + .pqrcode { + + } /** Useful snippets, uncomment to enable. **/ diff --git a/resources/views/pdf-designs/tech.html b/resources/views/pdf-designs/tech.html index fc322ea7e7f1..7bb5fde54372 100644 --- a/resources/views/pdf-designs/tech.html +++ b/resources/views/pdf-designs/tech.html @@ -298,6 +298,10 @@ font-weight: bold; color: #505050; } + + .pqrcode { + + } /** Useful snippets, uncomment to enable. **/ /** Hide company logo **/