growerp_rental 1.1.1 copy "growerp_rental: ^1.1.1" to clipboard
growerp_rental: ^1.1.1 copied to clipboard

Date-range rental building block for GrowERP, providing the rental Gantt timeline, seasonal rate management and rental statistics shared by the hotel and rental verticals.

example/README.md

growerp_rental example #

growerp_rental provides Flutter widgets for a date-range rental Gantt timeline, seasonal rate management, and rental statistics. It's normally wired into a GrowERP app's screen registry rather than used standalone:

import 'package:growerp_rental/growerp_rental.dart';

final rentalWidgets = getRentalWidgets();
// {'GanttForm': ..., 'RentalRateForm': ..., 'StatisticsForm': ...}

// e.g. inside a GrowERP app's router:
// GoRoute(
//   path: '/rentalGantt',
//   builder: (context, state) => rentalWidgets['GanttForm']!(state.extra),
// ),

See the hotel and rental apps in this repository for a full working integration.

0
likes
150
points
48
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Date-range rental building block for GrowERP, providing the rental Gantt timeline, seasonal rate management and rental statistics shared by the hotel and rental verticals.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

Apache-2.0 (license)

Dependencies

decimal, flutter, flutter_bloc, growerp_adk, growerp_core, growerp_inventory, growerp_models, growerp_order_accounting, horizontal_data_table, intl

More

Packages that depend on growerp_rental