growerp_order_accounting library
Classes
- BalanceSheetForm
- BalanceSheetFormState
- BalanceSheetHeader
- BalanceSheetItem
- BalanceSheetListForm
- BalanceSummaryList
- BalanceSummaryListHeader
- BalanceSummaryListItem
- BalanceSummaryListState
- CartAdd
- CartBloc
- CartCancelFinDoc
- CartClear
- CartCreateFinDoc
- CartDeleteItem
- CartEvent
- CartFetch
- CartHeader
- CartState
- FinDocBloc
- FinDocConfirmPayment
- FinDocDialog
- FinDocEvent
- FinDocFetch
- FinDocGetItemTypes
- FinDocGetPaymentTypes
- FinDocList
- FinDocListState
- FinDocPage
- FinDocShipmentReceive
- FinDocState
- FinDocTest
- FinDocUpdate
- FinDocUpdateItemType
- FinDocUpdatePaymentType
- GlAccountBloc
- GlAccountClassesFetch
- GlAccountDelete
- GlAccountDialog
- GlAccountDialogState
- GlAccountDownload
- initiate a download of products by email.
- GlAccountEvent
- GlAccountFetch
- GlAccountFilesDialog
- GlAccountList
- GlAccountListHeader
- GlAccountListItem
- GlAccountsState
- GlAccountState
- GlAccountTest
- GlAccountTypesFetch
- GlAccountUpdate
- GlAccountUpload
-
start a
GlAccountimport - InvoiceTest
- ItemTypeList
- ItemTypeListHeader
- ItemTypeListItem
- ItemTypeListState
- ItemTypeTest
- LedgerBloc
- LedgerCalculate
- LedgerEvent
- LedgerFetch
- LedgerJournalBloc
- LedgerJournalDelete
- LedgerJournalDialog
- LedgerJournalDialogState
- LedgerJournalEvent
- LedgerJournalFetch
- LedgerJournalList
- LedgerJournalListHeader
- LedgerJournalListItem
- LedgerJournalsState
- LedgerJournalState
- LedgerJournalTest
- LedgerJournalUpdate
- LedgerState
- LedgerTimePeriodClose
- LedgerTimePeriods
- LedgerTimePeriodsUpdate
- LedgerTreeForm
- LedgerTreeFormState
- LedgerTreeListForm
- MyFinDocState
- OrderAccountingLocalizations
-
Callers can lookup localized strings with an instance of OrderAccountingLocalizations
returned by
OrderAccountingLocalizations.of(context). - OrderTest
- PaymentDialog
- PaymentDialogState
- PaymentTest
- PaymentTypeList
- PaymentTypeListHeader
- PaymentTypeListItem
- PaymentTypeListState
- PaymentTypeTest
- PdfFormats
- PrintingForm
- RelatedFinDocs
- ReservationDialog
- ReservationDialogState
- RevenueExpenseChart
- RevenueExpenseChartState
- RevenueExpenseForm
- SelectFinDocDialog
- ShipmentReceiveDialog
- ShipmentReceiveState
- ShipmentTest
- ShowFinDocDialog
- ShowPaymentDialog
- TimePeriodList
- TimePeriodListForm
- TimePeriodListHeader
- TimePeriodListItem
- TimePeriodListState
- TransactionTest
Mixins
Constants
- throttleDuration → const Duration
Properties
- padding ↔ SpanPadding
-
getter/setter pair
-
saveItemTypes
↔ List<
ItemType> -
getter/setter pair
-
savePaymentTypes
↔ List<
PaymentType> -
getter/setter pair
Functions
-
finDocDroppable<
E> (Duration duration) → EventTransformer< E> -
finDocItemDroppable<
E> (Duration duration) → EventTransformer< E> -
getBackGround(
BuildContext context, int index) → SpanDecoration? -
getOrderAccountingBlocProviders(
RestClient restClient, String classificationId) → List< BlocProvider< StateStreamableSource< >Object?> > -
getTableData(
Bloc bloc, String classificationId, BuildContext context, FinDoc item, int index, {dynamic extra}) → TableData -
glAccountDroppable<
E> (Duration duration) → EventTransformer< E> -
ledgerJournalDroppable<
E> (Duration duration) → EventTransformer< E> -
lookupOrderAccountingLocalizations(
Locale locale) → OrderAccountingLocalizations