Laravel Nova icon Nova Packages
C

Currency VAT field

Readme

Nova Currency VAT Field

Latest Version on Packagist Total Downloads

This Laravel Nova package allows you to create and manage menus and menu items.

Requirements

  • php: >=8.0
  • laravel/nova: ^4.13

Features

An extension of Nova's default Currency field that provides a checkbox for toggling between VAT and non-VAT prices on the Form view.

Renders the default Currency field on Index and Detail views.

Screenshots

Form page

Installation

Install the package in to a Laravel app that uses Nova via composer:

composer require outl1ne/nova-currency-vat-field

Usage

use Outl1ne\NovaCurrencyVatField\CurrencyVAT;

public function fields(Request $request) {
    CurrencyVAT::make('Price', 'price')
      ->VAT(20), // Required, otherwise VAT checkbox isn't rendered
      ->storedWithVAT(), // By default with VAT
      ->storedWithoutVAT()
}

Credits

License

Nova Currency VAT Field is open-sourced software licensed under the MIT license.

Screenshots

Back to Top
Added 4 years ago
Last updated 3 Years Ago
Version 2.0.1
Nova Version ^4.13
Composer
outl1ne/nova-currency-vat-field
GitHub stars 3
Packagist downloads 9,278

Favorites

4 users favorited

Rating

0.00
(out of 5)
★★★★★
★★★★
★★★
★★
0 ratings

Author

Contributors

Tags

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas