digikhata-mashreq-sdk 1.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/module/App.js +13 -26
- package/lib/module/App.js.map +1 -1
- package/lib/module/app/api/api.js +12 -0
- package/lib/module/app/api/api.js.map +1 -0
- package/lib/module/app/assets/Icons/Bill.png +0 -0
- package/lib/module/app/assets/Icons/Bill_Grey.png +0 -0
- package/lib/module/app/assets/Icons/Cash.png +0 -0
- package/lib/module/app/assets/Icons/Cash_Grey.png +0 -0
- package/lib/module/app/assets/Icons/Expense.png +0 -0
- package/lib/module/app/assets/Icons/Expense_Grey.png +0 -0
- package/lib/module/app/assets/Icons/Staff.png +0 -0
- package/lib/module/app/assets/Icons/Stock.png +0 -0
- package/lib/module/app/assets/Icons/Stock_Grey.png +0 -0
- package/lib/module/app/assets/Icons/abc.png +0 -0
- package/lib/module/app/assets/Icons/bank_logo.png +0 -0
- package/lib/module/app/assets/Icons/download_sale.png +0 -0
- package/lib/module/app/assets/Icons/recycle-bin.png +0 -0
- package/lib/module/app/assets/animations/recording.json +1 -0
- package/lib/module/app/assets/animations/success.json +1 -0
- package/lib/module/app/assets/animations/voice_visualization.json +1 -0
- package/lib/module/app/assets/businessCards/card_11.png +0 -0
- package/lib/module/app/assets/businessCards/card_12_bg.png +0 -0
- package/lib/module/app/assets/businessCards/card_wall_01.jpeg +0 -0
- package/lib/module/app/assets/businessCards/card_wall_02.jpeg +0 -0
- package/lib/module/app/assets/businessCards/card_wall_03.jpeg +0 -0
- package/lib/module/app/assets/businessCards/card_wall_04.jpeg +0 -0
- package/lib/module/app/assets/businessCards/card_wall_05.jpeg +0 -0
- package/lib/module/app/assets/businessCards/card_wall_06.jpeg +0 -0
- package/lib/module/app/assets/businessCards/card_wall_07.jpeg +0 -0
- package/lib/module/app/assets/businessCards/card_wall_08.jpeg +0 -0
- package/lib/module/app/assets/illustrations/empty.png +0 -0
- package/lib/module/app/assets/illustrations/packages.png +0 -0
- package/lib/module/app/assets/images/Digikhata_idzarHgH0q_0.png +0 -0
- package/lib/module/app/assets/images/bank.png +0 -0
- package/lib/module/app/assets/images/digiLogo-main.png +0 -0
- package/lib/module/app/assets/images/svgviewer-output.svg +57 -0
- package/lib/module/app/assets/images/user.png +0 -0
- package/lib/module/app/assets/oldIcons/BILL.svg +3 -0
- package/lib/module/app/assets/oldIcons/CASH.svg +4 -0
- package/lib/module/app/assets/oldIcons/EXPENSE.svg +6 -0
- package/lib/module/app/assets/oldIcons/STAFF.svg +3 -0
- package/lib/module/app/assets/oldIcons/Sale Active.svg +14 -0
- package/lib/module/app/assets/oldIcons/Stock.svg +5 -0
- package/lib/module/app/assets/svg/BILL.svg +4 -0
- package/lib/module/app/assets/svg/CASH.svg +6 -0
- package/lib/module/app/assets/svg/EXPENSE.svg +5 -0
- package/lib/module/app/assets/svg/More Icon.svg +6 -0
- package/lib/module/app/assets/svg/Payment Icon.svg +4 -0
- package/lib/module/app/assets/svg/Pos.svg +13 -0
- package/lib/module/app/assets/svg/STAFF.svg +5 -0
- package/lib/module/app/assets/svg/Sale Active.svg +8 -0
- package/lib/module/app/assets/svg/Sale Icon.svg +3 -0
- package/lib/module/app/assets/svg/Stock.svg +5 -0
- package/lib/module/app/components/AccountSetupSteps.js +64 -0
- package/lib/module/app/components/AccountSetupSteps.js.map +1 -0
- package/lib/module/app/components/AddItemBillParent.js +366 -0
- package/lib/module/app/components/AddItemBillParent.js.map +1 -0
- package/lib/module/app/components/AdditemBillChild.js +1123 -0
- package/lib/module/app/components/AdditemBillChild.js.map +1 -0
- package/lib/module/app/components/Balance.js +116 -70
- package/lib/module/app/components/Balance.js.map +1 -1
- package/lib/module/app/components/BillList.js +428 -0
- package/lib/module/app/components/BillList.js.map +1 -0
- package/lib/module/app/components/BillSetupSteps.js +64 -0
- package/lib/module/app/components/BillSetupSteps.js.map +1 -0
- package/lib/module/app/components/BottomView.js +35 -0
- package/lib/module/app/components/BottomView.js.map +1 -0
- package/lib/module/app/components/BusinessCards/Card1.js +202 -0
- package/lib/module/app/components/BusinessCards/Card1.js.map +1 -0
- package/lib/module/app/components/BusinessCards/Card10.js +234 -0
- package/lib/module/app/components/BusinessCards/Card10.js.map +1 -0
- package/lib/module/app/components/BusinessCards/Card2.js +190 -0
- package/lib/module/app/components/BusinessCards/Card2.js.map +1 -0
- package/lib/module/app/components/BusinessCards/Card3.js +186 -0
- package/lib/module/app/components/BusinessCards/Card3.js.map +1 -0
- package/lib/module/app/components/BusinessCards/Card4.js +186 -0
- package/lib/module/app/components/BusinessCards/Card4.js.map +1 -0
- package/lib/module/app/components/BusinessCards/Card5.js +189 -0
- package/lib/module/app/components/BusinessCards/Card5.js.map +1 -0
- package/lib/module/app/components/BusinessCards/Card6.js +198 -0
- package/lib/module/app/components/BusinessCards/Card6.js.map +1 -0
- package/lib/module/app/components/BusinessCards/Card7.js +185 -0
- package/lib/module/app/components/BusinessCards/Card7.js.map +1 -0
- package/lib/module/app/components/BusinessCards/Card8.js +187 -0
- package/lib/module/app/components/BusinessCards/Card8.js.map +1 -0
- package/lib/module/app/components/BusinessCards/Card9.js +234 -0
- package/lib/module/app/components/BusinessCards/Card9.js.map +1 -0
- package/lib/module/app/components/BusinessCards/index.js +13 -0
- package/lib/module/app/components/BusinessCards/index.js.map +1 -0
- package/lib/module/app/components/CashEntryComponent.js +256 -0
- package/lib/module/app/components/CashEntryComponent.js.map +1 -0
- package/lib/module/app/components/CityModal.js +116 -0
- package/lib/module/app/components/CityModal.js.map +1 -0
- package/lib/module/app/components/CountryPhoneInput.js +263 -166
- package/lib/module/app/components/CountryPhoneInput.js.map +1 -1
- package/lib/module/app/components/CreateExpenseAccount.js +139 -0
- package/lib/module/app/components/CreateExpenseAccount.js.map +1 -0
- package/lib/module/app/components/CustomStatusBar.js +29 -0
- package/lib/module/app/components/CustomStatusBar.js.map +1 -0
- package/lib/module/app/components/CustomToast.js +135 -0
- package/lib/module/app/components/CustomToast.js.map +1 -0
- package/lib/module/app/components/DeleteBusinessModal.js +174 -0
- package/lib/module/app/components/DeleteBusinessModal.js.map +1 -0
- package/lib/module/app/components/DiscountTaxModal.js +242 -0
- package/lib/module/app/components/DiscountTaxModal.js.map +1 -0
- package/lib/module/app/components/Entries.js +54 -32
- package/lib/module/app/components/Entries.js.map +1 -1
- package/lib/module/app/components/ExpenseList.js +402 -0
- package/lib/module/app/components/ExpenseList.js.map +1 -0
- package/lib/module/app/components/ExpenseParent.js +441 -0
- package/lib/module/app/components/ExpenseParent.js.map +1 -0
- package/lib/module/app/components/FloatingInput.js +159 -0
- package/lib/module/app/components/FloatingInput.js.map +1 -0
- package/lib/module/app/components/Header.js +107 -0
- package/lib/module/app/components/Header.js.map +1 -0
- package/lib/module/app/components/Loader.js +45 -0
- package/lib/module/app/components/Loader.js.map +1 -0
- package/lib/module/app/components/PartyModal.js +230 -0
- package/lib/module/app/components/PartyModal.js.map +1 -0
- package/lib/module/app/components/PickerModal.js +153 -0
- package/lib/module/app/components/PickerModal.js.map +1 -0
- package/lib/module/app/components/SalePaymentModal.js +743 -0
- package/lib/module/app/components/SalePaymentModal.js.map +1 -0
- package/lib/module/app/components/SearchBar.js +179 -42
- package/lib/module/app/components/SearchBar.js.map +1 -1
- package/lib/module/app/components/StockDetailChild.js +425 -0
- package/lib/module/app/components/StockDetailChild.js.map +1 -0
- package/lib/module/app/components/StockList.js +448 -0
- package/lib/module/app/components/StockList.js.map +1 -0
- package/lib/module/app/components/StockReportTransaction.js +182 -0
- package/lib/module/app/components/StockReportTransaction.js.map +1 -0
- package/lib/module/app/components/Transaction.js +193 -53
- package/lib/module/app/components/Transaction.js.map +1 -1
- package/lib/module/app/components/User.js +106 -51
- package/lib/module/app/components/User.js.map +1 -1
- package/lib/module/app/components/index.js +20 -1
- package/lib/module/app/components/index.js.map +1 -1
- package/lib/module/app/database/bill.js +247 -0
- package/lib/module/app/database/bill.js.map +1 -0
- package/lib/module/app/database/business.js +262 -0
- package/lib/module/app/database/business.js.map +1 -0
- package/lib/module/app/database/cash.js +299 -0
- package/lib/module/app/database/cash.js.map +1 -0
- package/lib/module/app/database/clients.js +1182 -36
- package/lib/module/app/database/clients.js.map +1 -1
- package/lib/module/app/database/expense.js +299 -0
- package/lib/module/app/database/expense.js.map +1 -0
- package/lib/module/app/database/schema.js +113 -3
- package/lib/module/app/database/schema.js.map +1 -1
- package/lib/module/app/database/stock.js +509 -0
- package/lib/module/app/database/stock.js.map +1 -0
- package/lib/module/app/htmlTemplates/htmlTemplates.js +2504 -0
- package/lib/module/app/htmlTemplates/htmlTemplates.js.map +1 -0
- package/lib/module/app/navigation/BillStack/BillStack.js +40 -0
- package/lib/module/app/navigation/BillStack/BillStack.js.map +1 -0
- package/lib/module/app/navigation/BottomTabs/BottomTabs.js +10 -5
- package/lib/module/app/navigation/BottomTabs/BottomTabs.js.map +1 -1
- package/lib/module/app/navigation/BusinessStack/BusinessStack.js +30 -0
- package/lib/module/app/navigation/BusinessStack/BusinessStack.js.map +1 -0
- package/lib/module/app/navigation/CashStack/CashStack.js +79 -0
- package/lib/module/app/navigation/CashStack/CashStack.js.map +1 -0
- package/lib/module/app/navigation/EntriesStack/EntriesStack.js +223 -0
- package/lib/module/app/navigation/EntriesStack/EntriesStack.js.map +1 -0
- package/lib/module/app/navigation/ExpenseStack.js/ExpenseStack.js +37 -0
- package/lib/module/app/navigation/ExpenseStack.js/ExpenseStack.js.map +1 -0
- package/lib/module/app/navigation/HomeStack/HomeStack.js +93 -1
- package/lib/module/app/navigation/HomeStack/HomeStack.js.map +1 -1
- package/lib/module/app/navigation/Root.js +10 -1
- package/lib/module/app/navigation/Root.js.map +1 -1
- package/lib/module/app/navigation/SaleStack/SaleStack.js +73 -0
- package/lib/module/app/navigation/SaleStack/SaleStack.js.map +1 -0
- package/lib/module/app/navigation/StockStack/StockStack.js +49 -0
- package/lib/module/app/navigation/StockStack/StockStack.js.map +1 -0
- package/lib/module/app/navigation/index.js +3 -1
- package/lib/module/app/navigation/index.js.map +1 -1
- package/lib/module/app/redux/Store.js +3 -1
- package/lib/module/app/redux/Store.js.map +1 -1
- package/lib/module/app/redux/reducers/client/client_reducers.js +23 -2
- package/lib/module/app/redux/reducers/client/client_reducers.js.map +1 -1
- package/lib/module/app/redux/reducers/client/client_types.js +5 -0
- package/lib/module/app/redux/reducers/client/client_types.js.map +1 -1
- package/lib/module/app/redux/reducers/user/user_reducers.js +22 -0
- package/lib/module/app/redux/reducers/user/user_reducers.js.map +1 -0
- package/lib/module/app/redux/reducers/user/user_types.js +6 -0
- package/lib/module/app/redux/reducers/user/user_types.js.map +1 -0
- package/lib/module/app/screens/AddBank.js +237 -0
- package/lib/module/app/screens/AddBank.js.map +1 -0
- package/lib/module/app/screens/AddBusiness.js +905 -0
- package/lib/module/app/screens/AddBusiness.js.map +1 -0
- package/lib/module/app/screens/AddItems.js +433 -0
- package/lib/module/app/screens/AddItems.js.map +1 -0
- package/lib/module/app/screens/AddScreen.js +341 -77
- package/lib/module/app/screens/AddScreen.js.map +1 -1
- package/lib/module/app/screens/All.js +836 -0
- package/lib/module/app/screens/All.js.map +1 -0
- package/lib/module/app/screens/AllTransactions.js +846 -0
- package/lib/module/app/screens/AllTransactions.js.map +1 -0
- package/lib/module/app/screens/Banks.js +807 -48
- package/lib/module/app/screens/Banks.js.map +1 -1
- package/lib/module/app/screens/BillDetails.js +1033 -0
- package/lib/module/app/screens/BillDetails.js.map +1 -0
- package/lib/module/app/screens/BillHome.js +102 -0
- package/lib/module/app/screens/BillHome.js.map +1 -0
- package/lib/module/app/screens/BillParent.js +373 -0
- package/lib/module/app/screens/BillParent.js.map +1 -0
- package/lib/module/app/screens/BusinessDetail.js +787 -0
- package/lib/module/app/screens/BusinessDetail.js.map +1 -0
- package/lib/module/app/screens/CashEntry.js +2429 -0
- package/lib/module/app/screens/CashEntry.js.map +1 -0
- package/lib/module/app/screens/CashEntryDetails.js +574 -0
- package/lib/module/app/screens/CashEntryDetails.js.map +1 -0
- package/lib/module/app/screens/CashHome.js +544 -0
- package/lib/module/app/screens/CashHome.js.map +1 -0
- package/lib/module/app/screens/CashReport.js +1297 -0
- package/lib/module/app/screens/CashReport.js.map +1 -0
- package/lib/module/app/screens/CashSummary.js +602 -0
- package/lib/module/app/screens/CashSummary.js.map +1 -0
- package/lib/module/app/screens/CreateBill.js +2137 -0
- package/lib/module/app/screens/CreateBill.js.map +1 -0
- package/lib/module/app/screens/CustomerEntries.js +1093 -184
- package/lib/module/app/screens/CustomerEntries.js.map +1 -1
- package/lib/module/app/screens/Customers.js +727 -96
- package/lib/module/app/screens/Customers.js.map +1 -1
- package/lib/module/app/screens/EditCategory.js +299 -0
- package/lib/module/app/screens/EditCategory.js.map +1 -0
- package/lib/module/app/screens/EditCategoryStock.js +302 -0
- package/lib/module/app/screens/EditCategoryStock.js.map +1 -0
- package/lib/module/app/screens/Entry.js +1838 -275
- package/lib/module/app/screens/Entry.js.map +1 -1
- package/lib/module/app/screens/ExpenseDetail.js +15 -0
- package/lib/module/app/screens/ExpenseDetail.js.map +1 -0
- package/lib/module/app/screens/ExpenseEntries.js +713 -0
- package/lib/module/app/screens/ExpenseEntries.js.map +1 -0
- package/lib/module/app/screens/ExpenseEntry.js +2095 -0
- package/lib/module/app/screens/ExpenseEntry.js.map +1 -0
- package/lib/module/app/screens/ExpenseEntryDetails.js +508 -0
- package/lib/module/app/screens/ExpenseEntryDetails.js.map +1 -0
- package/lib/module/app/screens/ExpenseEntryReport.js +792 -0
- package/lib/module/app/screens/ExpenseEntryReport.js.map +1 -0
- package/lib/module/app/screens/ExpenseReport.js +792 -0
- package/lib/module/app/screens/ExpenseReport.js.map +1 -0
- package/lib/module/app/screens/Geolocation.js +374 -0
- package/lib/module/app/screens/Geolocation.js.map +1 -0
- package/lib/module/app/screens/GetStarted.js +213 -0
- package/lib/module/app/screens/GetStarted.js.map +1 -0
- package/lib/module/app/screens/HomeScreen.js +202 -55
- package/lib/module/app/screens/HomeScreen.js.map +1 -1
- package/lib/module/app/screens/InBuy.js +854 -0
- package/lib/module/app/screens/InBuy.js.map +1 -0
- package/lib/module/app/screens/ItemEntryDetails.js +652 -0
- package/lib/module/app/screens/ItemEntryDetails.js.map +1 -0
- package/lib/module/app/screens/LowStock.js +372 -0
- package/lib/module/app/screens/LowStock.js.map +1 -0
- package/lib/module/app/screens/NewPin.js +234 -0
- package/lib/module/app/screens/NewPin.js.map +1 -0
- package/lib/module/app/screens/OutSell.js +1883 -0
- package/lib/module/app/screens/OutSell.js.map +1 -0
- package/lib/module/app/screens/POSSale.js +637 -0
- package/lib/module/app/screens/POSSale.js.map +1 -0
- package/lib/module/app/screens/PinScreen.js +663 -0
- package/lib/module/app/screens/PinScreen.js.map +1 -0
- package/lib/module/app/screens/PreviewBill.js +329 -0
- package/lib/module/app/screens/PreviewBill.js.map +1 -0
- package/lib/module/app/screens/Profile.js +1160 -0
- package/lib/module/app/screens/Profile.js.map +1 -0
- package/lib/module/app/screens/RateList.js +432 -0
- package/lib/module/app/screens/RateList.js.map +1 -0
- package/lib/module/app/screens/Report.js +1105 -0
- package/lib/module/app/screens/Report.js.map +1 -0
- package/lib/module/app/screens/SaleItemDetail.js +1047 -0
- package/lib/module/app/screens/SaleItemDetail.js.map +1 -0
- package/lib/module/app/screens/SaleParent.js +289 -0
- package/lib/module/app/screens/SaleParent.js.map +1 -0
- package/lib/module/app/screens/SelectBank.js +220 -0
- package/lib/module/app/screens/SelectBank.js.map +1 -0
- package/lib/module/app/screens/SelectBusiness.js +497 -93
- package/lib/module/app/screens/SelectBusiness.js.map +1 -1
- package/lib/module/app/screens/Splash.js +93 -20
- package/lib/module/app/screens/Splash.js.map +1 -1
- package/lib/module/app/screens/StockChild.js +362 -0
- package/lib/module/app/screens/StockChild.js.map +1 -0
- package/lib/module/app/screens/StockDetail.js +705 -0
- package/lib/module/app/screens/StockDetail.js.map +1 -0
- package/lib/module/app/screens/StockParent.js +260 -0
- package/lib/module/app/screens/StockParent.js.map +1 -0
- package/lib/module/app/screens/StockReport.js +1031 -0
- package/lib/module/app/screens/StockReport.js.map +1 -0
- package/lib/module/app/screens/StockValue.js +545 -0
- package/lib/module/app/screens/StockValue.js.map +1 -0
- package/lib/module/app/screens/Suppliers.js +753 -98
- package/lib/module/app/screens/Suppliers.js.map +1 -1
- package/lib/module/app/screens/TransactionDetails.js +1169 -81
- package/lib/module/app/screens/TransactionDetails.js.map +1 -1
- package/lib/module/app/screens/UpdateBusiness.js +707 -0
- package/lib/module/app/screens/UpdateBusiness.js.map +1 -0
- package/lib/module/app/screens/VisionCamera.js +60 -0
- package/lib/module/app/screens/VisionCamera.js.map +1 -0
- package/lib/module/app/screens/index.js +46 -1
- package/lib/module/app/screens/index.js.map +1 -1
- package/lib/module/app/screens/new.html +171 -0
- package/lib/module/app/themes/config.js +299 -30
- package/lib/module/app/themes/config.js.map +1 -1
- package/lib/module/app/utils/city.json +7265 -0
- package/lib/typescript/eslint.config.d.mts +1 -1
- package/lib/typescript/src/App.d.ts.map +1 -1
- package/lib/typescript/src/app/api/api.d.ts +10 -0
- package/lib/typescript/src/app/api/api.d.ts.map +1 -0
- package/lib/typescript/src/app/components/AccountSetupSteps.d.ts +3 -0
- package/lib/typescript/src/app/components/AccountSetupSteps.d.ts.map +1 -0
- package/lib/typescript/src/app/components/AddItemBillParent.d.ts +5 -0
- package/lib/typescript/src/app/components/AddItemBillParent.d.ts.map +1 -0
- package/lib/typescript/src/app/components/AdditemBillChild.d.ts +6 -0
- package/lib/typescript/src/app/components/AdditemBillChild.d.ts.map +1 -0
- package/lib/typescript/src/app/components/Balance.d.ts +3 -1
- package/lib/typescript/src/app/components/Balance.d.ts.map +1 -1
- package/lib/typescript/src/app/components/BillList.d.ts +5 -0
- package/lib/typescript/src/app/components/BillList.d.ts.map +1 -0
- package/lib/typescript/src/app/components/BillSetupSteps.d.ts +3 -0
- package/lib/typescript/src/app/components/BillSetupSteps.d.ts.map +1 -0
- package/lib/typescript/src/app/components/BottomView.d.ts +6 -0
- package/lib/typescript/src/app/components/BottomView.d.ts.map +1 -0
- package/lib/typescript/src/app/components/BusinessCards/Card1.d.ts +14 -0
- package/lib/typescript/src/app/components/BusinessCards/Card1.d.ts.map +1 -0
- package/lib/typescript/src/app/components/BusinessCards/Card10.d.ts +14 -0
- package/lib/typescript/src/app/components/BusinessCards/Card10.d.ts.map +1 -0
- package/lib/typescript/src/app/components/BusinessCards/Card2.d.ts +14 -0
- package/lib/typescript/src/app/components/BusinessCards/Card2.d.ts.map +1 -0
- package/lib/typescript/src/app/components/BusinessCards/Card3.d.ts +14 -0
- package/lib/typescript/src/app/components/BusinessCards/Card3.d.ts.map +1 -0
- package/lib/typescript/src/app/components/BusinessCards/Card4.d.ts +14 -0
- package/lib/typescript/src/app/components/BusinessCards/Card4.d.ts.map +1 -0
- package/lib/typescript/src/app/components/BusinessCards/Card5.d.ts +14 -0
- package/lib/typescript/src/app/components/BusinessCards/Card5.d.ts.map +1 -0
- package/lib/typescript/src/app/components/BusinessCards/Card6.d.ts +14 -0
- package/lib/typescript/src/app/components/BusinessCards/Card6.d.ts.map +1 -0
- package/lib/typescript/src/app/components/BusinessCards/Card7.d.ts +14 -0
- package/lib/typescript/src/app/components/BusinessCards/Card7.d.ts.map +1 -0
- package/lib/typescript/src/app/components/BusinessCards/Card8.d.ts +14 -0
- package/lib/typescript/src/app/components/BusinessCards/Card8.d.ts.map +1 -0
- package/lib/typescript/src/app/components/BusinessCards/Card9.d.ts +14 -0
- package/lib/typescript/src/app/components/BusinessCards/Card9.d.ts.map +1 -0
- package/lib/typescript/src/app/components/BusinessCards/index.d.ts +11 -0
- package/lib/typescript/src/app/components/BusinessCards/index.d.ts.map +1 -0
- package/lib/typescript/src/app/components/CashEntryComponent.d.ts +8 -0
- package/lib/typescript/src/app/components/CashEntryComponent.d.ts.map +1 -0
- package/lib/typescript/src/app/components/CityModal.d.ts +7 -0
- package/lib/typescript/src/app/components/CityModal.d.ts.map +1 -0
- package/lib/typescript/src/app/components/CountryPhoneInput.d.ts +4 -1
- package/lib/typescript/src/app/components/CountryPhoneInput.d.ts.map +1 -1
- package/lib/typescript/src/app/components/CreateExpenseAccount.d.ts +9 -0
- package/lib/typescript/src/app/components/CreateExpenseAccount.d.ts.map +1 -0
- package/lib/typescript/src/app/components/CustomStatusBar.d.ts +3 -0
- package/lib/typescript/src/app/components/CustomStatusBar.d.ts.map +1 -0
- package/lib/typescript/src/app/components/CustomToast.d.ts +10 -0
- package/lib/typescript/src/app/components/CustomToast.d.ts.map +1 -0
- package/lib/typescript/src/app/components/DeleteBusinessModal.d.ts +8 -0
- package/lib/typescript/src/app/components/DeleteBusinessModal.d.ts.map +1 -0
- package/lib/typescript/src/app/components/DiscountTaxModal.d.ts +9 -0
- package/lib/typescript/src/app/components/DiscountTaxModal.d.ts.map +1 -0
- package/lib/typescript/src/app/components/Entries.d.ts.map +1 -1
- package/lib/typescript/src/app/components/ExpenseList.d.ts +6 -0
- package/lib/typescript/src/app/components/ExpenseList.d.ts.map +1 -0
- package/lib/typescript/src/app/components/ExpenseParent.d.ts +4 -0
- package/lib/typescript/src/app/components/ExpenseParent.d.ts.map +1 -0
- package/lib/typescript/src/app/components/FloatingInput.d.ts +18 -0
- package/lib/typescript/src/app/components/FloatingInput.d.ts.map +1 -0
- package/lib/typescript/src/app/components/Header.d.ts +11 -0
- package/lib/typescript/src/app/components/Header.d.ts.map +1 -0
- package/lib/typescript/src/app/components/Loader.d.ts +5 -0
- package/lib/typescript/src/app/components/Loader.d.ts.map +1 -0
- package/lib/typescript/src/app/components/PartyModal.d.ts +7 -0
- package/lib/typescript/src/app/components/PartyModal.d.ts.map +1 -0
- package/lib/typescript/src/app/components/PickerModal.d.ts +8 -0
- package/lib/typescript/src/app/components/PickerModal.d.ts.map +1 -0
- package/lib/typescript/src/app/components/SalePaymentModal.d.ts +15 -0
- package/lib/typescript/src/app/components/SalePaymentModal.d.ts.map +1 -0
- package/lib/typescript/src/app/components/SearchBar.d.ts +2 -4
- package/lib/typescript/src/app/components/SearchBar.d.ts.map +1 -1
- package/lib/typescript/src/app/components/StockDetailChild.d.ts +5 -0
- package/lib/typescript/src/app/components/StockDetailChild.d.ts.map +1 -0
- package/lib/typescript/src/app/components/StockList.d.ts +6 -0
- package/lib/typescript/src/app/components/StockList.d.ts.map +1 -0
- package/lib/typescript/src/app/components/StockReportTransaction.d.ts +18 -0
- package/lib/typescript/src/app/components/StockReportTransaction.d.ts.map +1 -0
- package/lib/typescript/src/app/components/Transaction.d.ts +9 -2
- package/lib/typescript/src/app/components/Transaction.d.ts.map +1 -1
- package/lib/typescript/src/app/components/User.d.ts +3 -1
- package/lib/typescript/src/app/components/User.d.ts.map +1 -1
- package/lib/typescript/src/app/components/index.d.ts +26 -7
- package/lib/typescript/src/app/components/index.d.ts.map +1 -1
- package/lib/typescript/src/app/database/bill.d.ts +7 -0
- package/lib/typescript/src/app/database/bill.d.ts.map +1 -0
- package/lib/typescript/src/app/database/business.d.ts +9 -0
- package/lib/typescript/src/app/database/business.d.ts.map +1 -0
- package/lib/typescript/src/app/database/cash.d.ts +14 -0
- package/lib/typescript/src/app/database/cash.d.ts.map +1 -0
- package/lib/typescript/src/app/database/clients.d.ts +36 -5
- package/lib/typescript/src/app/database/clients.d.ts.map +1 -1
- package/lib/typescript/src/app/database/expense.d.ts +12 -0
- package/lib/typescript/src/app/database/expense.d.ts.map +1 -0
- package/lib/typescript/src/app/database/schema.d.ts.map +1 -1
- package/lib/typescript/src/app/database/stock.d.ts +16 -0
- package/lib/typescript/src/app/database/stock.d.ts.map +1 -0
- package/lib/typescript/src/app/htmlTemplates/htmlTemplates.d.ts +29 -0
- package/lib/typescript/src/app/htmlTemplates/htmlTemplates.d.ts.map +1 -0
- package/lib/typescript/src/app/navigation/BillStack/BillStack.d.ts +2 -0
- package/lib/typescript/src/app/navigation/BillStack/BillStack.d.ts.map +1 -0
- package/lib/typescript/src/app/navigation/BottomTabs/BottomTabs.d.ts.map +1 -1
- package/lib/typescript/src/app/navigation/BusinessStack/BusinessStack.d.ts +2 -0
- package/lib/typescript/src/app/navigation/BusinessStack/BusinessStack.d.ts.map +1 -0
- package/lib/typescript/src/app/navigation/CashStack/CashStack.d.ts +2 -0
- package/lib/typescript/src/app/navigation/CashStack/CashStack.d.ts.map +1 -0
- package/lib/typescript/src/app/navigation/EntriesStack/EntriesStack.d.ts +2 -0
- package/lib/typescript/src/app/navigation/EntriesStack/EntriesStack.d.ts.map +1 -0
- package/lib/typescript/src/app/navigation/ExpenseStack.js/ExpenseStack.d.ts +2 -0
- package/lib/typescript/src/app/navigation/ExpenseStack.js/ExpenseStack.d.ts.map +1 -0
- package/lib/typescript/src/app/navigation/HomeStack/HomeStack.d.ts.map +1 -1
- package/lib/typescript/src/app/navigation/Root.d.ts.map +1 -1
- package/lib/typescript/src/app/navigation/SaleStack/SaleStack.d.ts +2 -0
- package/lib/typescript/src/app/navigation/SaleStack/SaleStack.d.ts.map +1 -0
- package/lib/typescript/src/app/navigation/StockStack/StockStack.d.ts +2 -0
- package/lib/typescript/src/app/navigation/StockStack/StockStack.d.ts.map +1 -0
- package/lib/typescript/src/app/navigation/index.d.ts +3 -1
- package/lib/typescript/src/app/navigation/index.d.ts.map +1 -1
- package/lib/typescript/src/app/redux/Store.d.ts.map +1 -1
- package/lib/typescript/src/app/redux/reducers/client/client_reducers.d.ts.map +1 -1
- package/lib/typescript/src/app/redux/reducers/client/client_types.d.ts +5 -0
- package/lib/typescript/src/app/redux/reducers/client/client_types.d.ts.map +1 -1
- package/lib/typescript/src/app/redux/reducers/user/user_reducers.d.ts +3 -0
- package/lib/typescript/src/app/redux/reducers/user/user_reducers.d.ts.map +1 -0
- package/lib/typescript/src/app/redux/reducers/user/user_types.d.ts +4 -0
- package/lib/typescript/src/app/redux/reducers/user/user_types.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/AddBank.d.ts +5 -0
- package/lib/typescript/src/app/screens/AddBank.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/AddBusiness.d.ts +4 -0
- package/lib/typescript/src/app/screens/AddBusiness.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/AddItems.d.ts +5 -0
- package/lib/typescript/src/app/screens/AddItems.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/AddScreen.d.ts.map +1 -1
- package/lib/typescript/src/app/screens/All.d.ts +2 -0
- package/lib/typescript/src/app/screens/All.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/AllTransactions.d.ts +5 -0
- package/lib/typescript/src/app/screens/AllTransactions.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/Banks.d.ts.map +1 -1
- package/lib/typescript/src/app/screens/BillDetails.d.ts +6 -0
- package/lib/typescript/src/app/screens/BillDetails.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/BillHome.d.ts +5 -0
- package/lib/typescript/src/app/screens/BillHome.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/BillParent.d.ts +5 -0
- package/lib/typescript/src/app/screens/BillParent.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/BusinessDetail.d.ts +4 -0
- package/lib/typescript/src/app/screens/BusinessDetail.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/CashEntry.d.ts +5 -0
- package/lib/typescript/src/app/screens/CashEntry.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/CashEntryDetails.d.ts +5 -0
- package/lib/typescript/src/app/screens/CashEntryDetails.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/CashHome.d.ts +4 -0
- package/lib/typescript/src/app/screens/CashHome.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/CashReport.d.ts +4 -0
- package/lib/typescript/src/app/screens/CashReport.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/CashSummary.d.ts +5 -0
- package/lib/typescript/src/app/screens/CashSummary.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/CreateBill.d.ts +5 -0
- package/lib/typescript/src/app/screens/CreateBill.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/CustomerEntries.d.ts.map +1 -1
- package/lib/typescript/src/app/screens/Customers.d.ts +1 -3
- package/lib/typescript/src/app/screens/Customers.d.ts.map +1 -1
- package/lib/typescript/src/app/screens/EditCategory.d.ts +4 -0
- package/lib/typescript/src/app/screens/EditCategory.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/EditCategoryStock.d.ts +4 -0
- package/lib/typescript/src/app/screens/EditCategoryStock.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/Entry.d.ts.map +1 -1
- package/lib/typescript/src/app/screens/ExpenseDetail.d.ts +3 -0
- package/lib/typescript/src/app/screens/ExpenseDetail.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/ExpenseEntries.d.ts +5 -0
- package/lib/typescript/src/app/screens/ExpenseEntries.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/ExpenseEntry.d.ts +5 -0
- package/lib/typescript/src/app/screens/ExpenseEntry.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/ExpenseEntryDetails.d.ts +5 -0
- package/lib/typescript/src/app/screens/ExpenseEntryDetails.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/ExpenseEntryReport.d.ts +5 -0
- package/lib/typescript/src/app/screens/ExpenseEntryReport.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/ExpenseReport.d.ts +5 -0
- package/lib/typescript/src/app/screens/ExpenseReport.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/Geolocation.d.ts +5 -0
- package/lib/typescript/src/app/screens/Geolocation.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/GetStarted.d.ts +4 -0
- package/lib/typescript/src/app/screens/GetStarted.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/HomeScreen.d.ts.map +1 -1
- package/lib/typescript/src/app/screens/InBuy.d.ts +5 -0
- package/lib/typescript/src/app/screens/InBuy.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/ItemEntryDetails.d.ts +5 -0
- package/lib/typescript/src/app/screens/ItemEntryDetails.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/LowStock.d.ts +4 -0
- package/lib/typescript/src/app/screens/LowStock.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/NewPin.d.ts +5 -0
- package/lib/typescript/src/app/screens/NewPin.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/OutSell.d.ts +6 -0
- package/lib/typescript/src/app/screens/OutSell.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/POSSale.d.ts +9 -0
- package/lib/typescript/src/app/screens/POSSale.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/PinScreen.d.ts +5 -0
- package/lib/typescript/src/app/screens/PinScreen.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/PreviewBill.d.ts +5 -0
- package/lib/typescript/src/app/screens/PreviewBill.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/Profile.d.ts +5 -0
- package/lib/typescript/src/app/screens/Profile.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/RateList.d.ts +5 -0
- package/lib/typescript/src/app/screens/RateList.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/Report.d.ts +5 -0
- package/lib/typescript/src/app/screens/Report.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/SaleItemDetail.d.ts +6 -0
- package/lib/typescript/src/app/screens/SaleItemDetail.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/SaleParent.d.ts +2 -0
- package/lib/typescript/src/app/screens/SaleParent.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/SelectBank.d.ts +4 -0
- package/lib/typescript/src/app/screens/SelectBank.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/SelectBusiness.d.ts.map +1 -1
- package/lib/typescript/src/app/screens/Splash.d.ts.map +1 -1
- package/lib/typescript/src/app/screens/StockChild.d.ts +7 -0
- package/lib/typescript/src/app/screens/StockChild.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/StockDetail.d.ts +5 -0
- package/lib/typescript/src/app/screens/StockDetail.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/StockParent.d.ts +2 -0
- package/lib/typescript/src/app/screens/StockParent.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/StockReport.d.ts +5 -0
- package/lib/typescript/src/app/screens/StockReport.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/StockValue.d.ts +5 -0
- package/lib/typescript/src/app/screens/StockValue.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/Suppliers.d.ts +1 -3
- package/lib/typescript/src/app/screens/Suppliers.d.ts.map +1 -1
- package/lib/typescript/src/app/screens/TransactionDetails.d.ts.map +1 -1
- package/lib/typescript/src/app/screens/UpdateBusiness.d.ts +5 -0
- package/lib/typescript/src/app/screens/UpdateBusiness.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/VisionCamera.d.ts +2 -0
- package/lib/typescript/src/app/screens/VisionCamera.d.ts.map +1 -0
- package/lib/typescript/src/app/screens/index.d.ts +56 -11
- package/lib/typescript/src/app/screens/index.d.ts.map +1 -1
- package/lib/typescript/src/app/themes/config.d.ts +60 -8
- package/lib/typescript/src/app/themes/config.d.ts.map +1 -1
- package/package.json +6 -2
- package/src/App.js +30 -34
- package/src/app/api/api.js +11 -0
- package/src/app/assets/Icons/Bill.png +0 -0
- package/src/app/assets/Icons/Bill_Grey.png +0 -0
- package/src/app/assets/Icons/Cash.png +0 -0
- package/src/app/assets/Icons/Cash_Grey.png +0 -0
- package/src/app/assets/Icons/Expense.png +0 -0
- package/src/app/assets/Icons/Expense_Grey.png +0 -0
- package/src/app/assets/Icons/Staff.png +0 -0
- package/src/app/assets/Icons/Stock.png +0 -0
- package/src/app/assets/Icons/Stock_Grey.png +0 -0
- package/src/app/assets/Icons/abc.png +0 -0
- package/src/app/assets/Icons/bank_logo.png +0 -0
- package/src/app/assets/Icons/download_sale.png +0 -0
- package/src/app/assets/Icons/recycle-bin.png +0 -0
- package/src/app/assets/animations/recording.json +1 -0
- package/src/app/assets/animations/success.json +1 -0
- package/src/app/assets/animations/voice_visualization.json +1 -0
- package/src/app/assets/businessCards/card_11.png +0 -0
- package/src/app/assets/businessCards/card_12_bg.png +0 -0
- package/src/app/assets/businessCards/card_wall_01.jpeg +0 -0
- package/src/app/assets/businessCards/card_wall_02.jpeg +0 -0
- package/src/app/assets/businessCards/card_wall_03.jpeg +0 -0
- package/src/app/assets/businessCards/card_wall_04.jpeg +0 -0
- package/src/app/assets/businessCards/card_wall_05.jpeg +0 -0
- package/src/app/assets/businessCards/card_wall_06.jpeg +0 -0
- package/src/app/assets/businessCards/card_wall_07.jpeg +0 -0
- package/src/app/assets/businessCards/card_wall_08.jpeg +0 -0
- package/src/app/assets/illustrations/empty.png +0 -0
- package/src/app/assets/illustrations/packages.png +0 -0
- package/src/app/assets/images/Digikhata_idzarHgH0q_0.png +0 -0
- package/src/app/assets/images/bank.png +0 -0
- package/src/app/assets/images/digiLogo-main.png +0 -0
- package/src/app/assets/images/svgviewer-output.svg +57 -0
- package/src/app/assets/images/user.png +0 -0
- package/src/app/assets/oldIcons/BILL.svg +3 -0
- package/src/app/assets/oldIcons/CASH.svg +4 -0
- package/src/app/assets/oldIcons/EXPENSE.svg +6 -0
- package/src/app/assets/oldIcons/STAFF.svg +3 -0
- package/src/app/assets/oldIcons/Sale Active.svg +14 -0
- package/src/app/assets/oldIcons/Stock.svg +5 -0
- package/src/app/assets/svg/BILL.svg +4 -0
- package/src/app/assets/svg/CASH.svg +6 -0
- package/src/app/assets/svg/EXPENSE.svg +5 -0
- package/src/app/assets/svg/More Icon.svg +6 -0
- package/src/app/assets/svg/Payment Icon.svg +4 -0
- package/src/app/assets/svg/Pos.svg +13 -0
- package/src/app/assets/svg/STAFF.svg +5 -0
- package/src/app/assets/svg/Sale Active.svg +8 -0
- package/src/app/assets/svg/Sale Icon.svg +3 -0
- package/src/app/assets/svg/Stock.svg +5 -0
- package/src/app/components/AccountSetupSteps.js +58 -0
- package/src/app/components/AddItemBillParent.js +373 -0
- package/src/app/components/AdditemBillChild.js +1257 -0
- package/src/app/components/Balance.js +211 -114
- package/src/app/components/BillList.js +548 -0
- package/src/app/components/BillSetupSteps.js +56 -0
- package/src/app/components/BottomView.js +39 -0
- package/src/app/components/BusinessCards/Card1.js +160 -0
- package/src/app/components/BusinessCards/Card10.js +209 -0
- package/src/app/components/BusinessCards/Card2.js +148 -0
- package/src/app/components/BusinessCards/Card3.js +147 -0
- package/src/app/components/BusinessCards/Card4.js +147 -0
- package/src/app/components/BusinessCards/Card5.js +151 -0
- package/src/app/components/BusinessCards/Card6.js +157 -0
- package/src/app/components/BusinessCards/Card7.js +146 -0
- package/src/app/components/BusinessCards/Card8.js +170 -0
- package/src/app/components/BusinessCards/Card9.js +209 -0
- package/src/app/components/BusinessCards/index.js +10 -0
- package/src/app/components/CashEntryComponent.js +297 -0
- package/src/app/components/CityModal.js +117 -0
- package/src/app/components/CountryPhoneInput.js +373 -267
- package/src/app/components/CreateExpenseAccount.js +141 -0
- package/src/app/components/CustomStatusBar.js +33 -0
- package/src/app/components/CustomToast.js +143 -0
- package/src/app/components/DeleteBusinessModal.js +196 -0
- package/src/app/components/DiscountTaxModal.js +256 -0
- package/src/app/components/Entries.js +87 -67
- package/src/app/components/ExpenseList.js +507 -0
- package/src/app/components/ExpenseParent.js +446 -0
- package/src/app/components/FloatingInput.js +188 -0
- package/src/app/components/Header.js +121 -0
- package/src/app/components/Loader.js +35 -0
- package/src/app/components/PartyModal.js +213 -0
- package/src/app/components/PickerModal.js +176 -0
- package/src/app/components/SalePaymentModal.js +822 -0
- package/src/app/components/SearchBar.js +225 -47
- package/src/app/components/StockDetailChild.js +461 -0
- package/src/app/components/StockList.js +582 -0
- package/src/app/components/StockReportTransaction.js +192 -0
- package/src/app/components/Transaction.js +277 -86
- package/src/app/components/User.js +188 -80
- package/src/app/components/index.js +51 -13
- package/src/app/database/bill.js +305 -0
- package/src/app/database/business.js +499 -0
- package/src/app/database/cash.js +451 -0
- package/src/app/database/clients.js +1536 -43
- package/src/app/database/expense.js +439 -0
- package/src/app/database/schema.js +115 -4
- package/src/app/database/stock.js +724 -0
- package/src/app/htmlTemplates/htmlTemplates.js +2603 -0
- package/src/app/navigation/BillStack/BillStack.js +38 -0
- package/src/app/navigation/BottomTabs/BottomTabs.js +24 -19
- package/src/app/navigation/BusinessStack/BusinessStack.js +27 -0
- package/src/app/navigation/CashStack/CashStack.js +59 -0
- package/src/app/navigation/EntriesStack/EntriesStack.js +186 -0
- package/src/app/navigation/ExpenseStack.js/ExpenseStack.js +50 -0
- package/src/app/navigation/HomeStack/HomeStack.js +106 -39
- package/src/app/navigation/Root.js +16 -1
- package/src/app/navigation/SaleStack/SaleStack.js +62 -0
- package/src/app/navigation/StockStack/StockStack.js +48 -0
- package/src/app/navigation/index.js +5 -1
- package/src/app/redux/Store.js +2 -0
- package/src/app/redux/reducers/client/client_reducers.js +31 -2
- package/src/app/redux/reducers/client/client_types.js +8 -1
- package/src/app/redux/reducers/user/user_reducers.js +24 -0
- package/src/app/redux/reducers/user/user_types.js +3 -0
- package/src/app/screens/AddBank.js +353 -0
- package/src/app/screens/AddBusiness.js +1161 -0
- package/src/app/screens/AddItems.js +515 -0
- package/src/app/screens/AddScreen.js +525 -165
- package/src/app/screens/All.js +1074 -0
- package/src/app/screens/AllTransactions.js +1138 -0
- package/src/app/screens/Banks.js +1134 -133
- package/src/app/screens/BillDetails.js +989 -0
- package/src/app/screens/BillHome.js +97 -0
- package/src/app/screens/BillParent.js +419 -0
- package/src/app/screens/BusinessDetail.js +939 -0
- package/src/app/screens/CashEntry.js +2913 -0
- package/src/app/screens/CashEntryDetails.js +650 -0
- package/src/app/screens/CashHome.js +594 -0
- package/src/app/screens/CashReport.js +1658 -0
- package/src/app/screens/CashSummary.js +607 -0
- package/src/app/screens/CreateBill.js +2504 -0
- package/src/app/screens/CustomerEntries.js +1578 -350
- package/src/app/screens/Customers.js +1066 -213
- package/src/app/screens/EditCategory.js +316 -0
- package/src/app/screens/EditCategoryStock.js +320 -0
- package/src/app/screens/Entry.js +2555 -585
- package/src/app/screens/ExpenseDetail.js +14 -0
- package/src/app/screens/ExpenseEntries.js +837 -0
- package/src/app/screens/ExpenseEntry.js +2478 -0
- package/src/app/screens/ExpenseEntryDetails.js +612 -0
- package/src/app/screens/ExpenseEntryReport.js +1059 -0
- package/src/app/screens/ExpenseReport.js +1071 -0
- package/src/app/screens/Geolocation.js +435 -0
- package/src/app/screens/GetStarted.js +201 -0
- package/src/app/screens/HomeScreen.js +368 -132
- package/src/app/screens/InBuy.js +918 -0
- package/src/app/screens/ItemEntryDetails.js +582 -0
- package/src/app/screens/LowStock.js +417 -0
- package/src/app/screens/NewPin.js +225 -0
- package/src/app/screens/OutSell.js +2153 -0
- package/src/app/screens/POSSale.js +639 -0
- package/src/app/screens/PinScreen.js +720 -0
- package/src/app/screens/PreviewBill.js +302 -0
- package/src/app/screens/Profile.js +1594 -0
- package/src/app/screens/RateList.js +525 -0
- package/src/app/screens/Report.js +1401 -0
- package/src/app/screens/SaleItemDetail.js +1187 -0
- package/src/app/screens/SaleParent.js +345 -0
- package/src/app/screens/SelectBank.js +220 -0
- package/src/app/screens/SelectBusiness.js +670 -163
- package/src/app/screens/Splash.js +96 -15
- package/src/app/screens/StockChild.js +372 -0
- package/src/app/screens/StockDetail.js +758 -0
- package/src/app/screens/StockParent.js +287 -0
- package/src/app/screens/StockReport.js +1359 -0
- package/src/app/screens/StockValue.js +720 -0
- package/src/app/screens/Suppliers.js +1098 -205
- package/src/app/screens/TransactionDetails.js +1674 -180
- package/src/app/screens/UpdateBusiness.js +837 -0
- package/src/app/screens/VisionCamera.js +54 -0
- package/src/app/screens/index.js +111 -21
- package/src/app/screens/new.html +171 -0
- package/src/app/themes/config.js +431 -114
- package/src/app/utils/city.json +7265 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export default function StockReportTransaction({ date, notes, isAttachment, balance, firstCell, secondCell, onPress, name, fromAllTransactions, phone, fromBanks, client_local_path, swap, item, mainContainer, }: {
|
|
2
|
+
date: any;
|
|
3
|
+
notes: any;
|
|
4
|
+
isAttachment: any;
|
|
5
|
+
balance: any;
|
|
6
|
+
firstCell: any;
|
|
7
|
+
secondCell: any;
|
|
8
|
+
onPress: any;
|
|
9
|
+
name: any;
|
|
10
|
+
fromAllTransactions: any;
|
|
11
|
+
phone: any;
|
|
12
|
+
fromBanks: any;
|
|
13
|
+
client_local_path: any;
|
|
14
|
+
swap: any;
|
|
15
|
+
item: any;
|
|
16
|
+
mainContainer: any;
|
|
17
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
//# sourceMappingURL=StockReportTransaction.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StockReportTransaction.d.ts","sourceRoot":"","sources":["../../../../../src/app/components/StockReportTransaction.js"],"names":[],"mappings":"AAWA;;;;;;;;;;;;;;;;4CAsIC"}
|
|
@@ -1,11 +1,18 @@
|
|
|
1
|
-
export default function Transaction({ date, notes,
|
|
1
|
+
export default function Transaction({ date, notes, isAttachment, balance, firstCell, secondCell, onPress, name, fromAllTransactions, phone, fromBanks, client_local_path, swap, item, mainContainer, }: {
|
|
2
2
|
date: any;
|
|
3
3
|
notes: any;
|
|
4
|
-
billNo: any;
|
|
5
4
|
isAttachment: any;
|
|
6
5
|
balance: any;
|
|
7
6
|
firstCell: any;
|
|
8
7
|
secondCell: any;
|
|
9
8
|
onPress: any;
|
|
9
|
+
name: any;
|
|
10
|
+
fromAllTransactions: any;
|
|
11
|
+
phone: any;
|
|
12
|
+
fromBanks: any;
|
|
13
|
+
client_local_path: any;
|
|
14
|
+
swap: any;
|
|
15
|
+
item: any;
|
|
16
|
+
mainContainer: any;
|
|
10
17
|
}): import("react/jsx-runtime").JSX.Element;
|
|
11
18
|
//# sourceMappingURL=Transaction.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Transaction.d.ts","sourceRoot":"","sources":["../../../../../src/app/components/Transaction.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Transaction.d.ts","sourceRoot":"","sources":["../../../../../src/app/components/Transaction.js"],"names":[],"mappings":"AAcA;;;;;;;;;;;;;;;;4CA+NC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export default function User({ name, addedAt, amount, type, avatarColor, onPress, clientType }: {
|
|
1
|
+
export default function User({ name, addedAt, amount, type, avatarColor, onPress, clientType, icon, mainContainer, }: {
|
|
2
2
|
name: any;
|
|
3
3
|
addedAt: any;
|
|
4
4
|
amount: any;
|
|
@@ -6,5 +6,7 @@ export default function User({ name, addedAt, amount, type, avatarColor, onPress
|
|
|
6
6
|
avatarColor?: string | undefined;
|
|
7
7
|
onPress: any;
|
|
8
8
|
clientType: any;
|
|
9
|
+
icon: any;
|
|
10
|
+
mainContainer: any;
|
|
9
11
|
}): import("react/jsx-runtime").JSX.Element;
|
|
10
12
|
//# sourceMappingURL=User.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"User.d.ts","sourceRoot":"","sources":["../../../../../src/app/components/User.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"User.d.ts","sourceRoot":"","sources":["../../../../../src/app/components/User.js"],"names":[],"mappings":"AAcA;;;;;;;;;;4CAwGC"}
|
|
@@ -1,8 +1,27 @@
|
|
|
1
|
-
import Balance from
|
|
2
|
-
import Entries from
|
|
3
|
-
import SearchBar from
|
|
4
|
-
import User from
|
|
5
|
-
import CountryPhoneInput from
|
|
6
|
-
import Transaction from
|
|
7
|
-
|
|
1
|
+
import Balance from './Balance';
|
|
2
|
+
import Entries from './Entries';
|
|
3
|
+
import SearchBar from './SearchBar';
|
|
4
|
+
import User from './User';
|
|
5
|
+
import CountryPhoneInput from './CountryPhoneInput';
|
|
6
|
+
import Transaction from './Transaction';
|
|
7
|
+
import PickerModal from './PickerModal';
|
|
8
|
+
import BottomView from './BottomView';
|
|
9
|
+
import CustomStatusBar from './CustomStatusBar';
|
|
10
|
+
import Header from './Header';
|
|
11
|
+
import CashEntryComponent from './CashEntryComponent';
|
|
12
|
+
import DeleteBusinessModal from './DeleteBusinessModal';
|
|
13
|
+
import CustomToast from './CustomToast';
|
|
14
|
+
import AccountSetupSteps from './AccountSetupSteps';
|
|
15
|
+
import AddItemBillParent from './AddItemBillParent';
|
|
16
|
+
import AdditemBillChild from './AdditemBillChild';
|
|
17
|
+
import BillList from './BillList';
|
|
18
|
+
import StockReportTransaction from './StockReportTransaction';
|
|
19
|
+
import StockDetailChild from './StockDetailChild';
|
|
20
|
+
import FloatingInput from './FloatingInput';
|
|
21
|
+
import ExpenseParent from './ExpenseParent';
|
|
22
|
+
import ExpenseList from './ExpenseList';
|
|
23
|
+
import CreateExpenseAccount from './CreateExpenseAccount';
|
|
24
|
+
import SalePaymentModal from './SalePaymentModal';
|
|
25
|
+
import Loader from './Loader';
|
|
26
|
+
export { Balance, Entries, SearchBar, User, CountryPhoneInput, Transaction, PickerModal, BottomView, CustomStatusBar, Header, CashEntryComponent, DeleteBusinessModal, CustomToast, AccountSetupSteps, AddItemBillParent, AdditemBillChild, BillList, StockReportTransaction, StockDetailChild, FloatingInput, ExpenseParent, ExpenseList, CreateExpenseAccount, SalePaymentModal, Loader };
|
|
8
27
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/components/index.js"],"names":[],"mappings":"oBAAoB,WAAW;oBACX,WAAW;sBACT,aAAa;iBAClB,QAAQ;8BACK,qBAAqB;wBAC3B,eAAe"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/components/index.js"],"names":[],"mappings":"oBAAoB,WAAW;oBACX,WAAW;sBACT,aAAa;iBAClB,QAAQ;8BACK,qBAAqB;wBAC3B,eAAe;wBACf,eAAe;uBAChB,cAAc;4BACT,mBAAmB;mBAC5B,UAAU;+BACE,sBAAsB;gCACrB,uBAAuB;wBAC/B,eAAe;8BACT,qBAAqB;8BACrB,qBAAqB;6BACtB,oBAAoB;qBAC5B,YAAY;mCACE,0BAA0B;6BAChC,oBAAoB;0BACvB,iBAAiB;0BACjB,iBAAiB;wBACnB,eAAe;iCACN,wBAAwB;6BAC5B,oBAAoB;mBAC9B,UAAU"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function createBill(bill: any, bId: any, entryDate: any, amount: any, subamount: any, details: any, local_path: any, tax: any, discount: any, payment_mode: any, advance: any, customerId: any, status: any, fromSale?: boolean): Promise<any>;
|
|
2
|
+
export function addInvoiceImages(invoiceId: any, local_path: any): Promise<any>;
|
|
3
|
+
export function deleteInvoiceImagesByInvoiceId(invoiceId: any): Promise<any>;
|
|
4
|
+
export function getInvoiceEntries(startDate: any, endDate: any, bId?: null, filter?: string, fromSale?: boolean): Promise<any>;
|
|
5
|
+
export function softDeleteInvoiceEntry(invoiceId: any): Promise<any>;
|
|
6
|
+
export function updateBill(id: any, bill: any, bId: any, cId: any, entryDate: any, amount: any, subamount: any, details: any, local_path: any, tax: any, discount: any, payment_mode: any, advance: any, status: any): Promise<any>;
|
|
7
|
+
//# sourceMappingURL=bill.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bill.d.ts","sourceRoot":"","sources":["../../../../../src/app/database/bill.js"],"names":[],"mappings":"AAEO,sPA6DN;AAEM,gFAWN;AAEM,6EAiBN;AAEM,+HAmGN;AAEM,qEAqBN;AAEM,oOAiFN"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export function addNewBusiness(name: any, phone: any, owner_name: any, type: any, category: any, fullAddress: any, address: any, city: any, other_cat_name?: null, other_type_name?: null, serverId?: string, offlineId?: string, user_id?: null, debounceSeconds?: number): Promise<any>;
|
|
2
|
+
export function getAllBusinesses(): Promise<any>;
|
|
3
|
+
export function updateBusiness(id: any, name: any, phone: any, owner_name: any, type: any, category: any, fullAddress: any, email: any, local_path: any, other_cat_name: any, other_type_name: any): Promise<any>;
|
|
4
|
+
export function softDeleteBusiness(id: any): Promise<any>;
|
|
5
|
+
export function selectBusiness(id: any): Promise<any>;
|
|
6
|
+
export function ensureBusinessTableColumns(): void;
|
|
7
|
+
export function hardDeleteBusinessesNotOfUser(currentUserId: any): Promise<any>;
|
|
8
|
+
export function hardDeleteTransactionsNotOfUser(currentUserId: any): Promise<any>;
|
|
9
|
+
//# sourceMappingURL=business.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"business.d.ts","sourceRoot":"","sources":["../../../../../src/app/database/business.js"],"names":[],"mappings":"AAEO,0RAoJN;AAEM,iDAmBN;AAEM,kNAqDN;AAEM,0DAmBN;AAEM,sDAqBN;AAEM,mDAsKN;AAEM,gFAmBN;AAEM,kFA6BN"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export function addCashCategory(name: any): Promise<any>;
|
|
2
|
+
export function getCashCategories(): Promise<any>;
|
|
3
|
+
export function updateCashCategory(id: any, newName: any): Promise<any>;
|
|
4
|
+
export function addCashEntry(cashOUT: any, cashIN: any, notes: any, entryDate: any, local_path: any, catId: any, createdAt: null | undefined, customerId: any, businessId: any, fromExpense?: string, fromSale?: string, items?: string): Promise<any>;
|
|
5
|
+
export function updateCashEntry(id: any, cashOUT: any, cashIN: any, notes: any, entryDate: any, local_path: any, catId: any, createdAt?: null, fromExpense?: string, items?: string): Promise<any>;
|
|
6
|
+
export function addCashImages(trxId: any, local_path: any): Promise<any>;
|
|
7
|
+
export function deleteCashImagesByTrxId(trxId: any): Promise<any>;
|
|
8
|
+
export function getCashRegisterEntries(startDate: any, endDate: any, businessId?: null): Promise<any>;
|
|
9
|
+
export function getCashCategoryById(id: any): Promise<any>;
|
|
10
|
+
export function softDeleteCashRegisterEntry(entryId: any): Promise<any>;
|
|
11
|
+
export function updatePartyTransactionId(id: any, partyTransactionId: any): Promise<any>;
|
|
12
|
+
export function getTransactionDetails(trxId: any): Promise<any>;
|
|
13
|
+
export function getClientSummary(client: any): Promise<any>;
|
|
14
|
+
//# sourceMappingURL=cash.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cash.d.ts","sourceRoot":"","sources":["../../../../../src/app/database/cash.js"],"names":[],"mappings":"AAGO,yDAsBN;AAEM,kDAmBN;AAEM,wEAsBN;AAEM,uPA4DN;AAEM,mMAiEN;AAEM,yEAWN;AAEM,kEAiBN;AAEM,sGAgFN;AAEM,2DAmBN;AAEM,wEAqBN;AAEM,yFAwBN;AAEM,gEAiBN;AAEM,4DAyCN"}
|
|
@@ -1,9 +1,40 @@
|
|
|
1
|
-
export function addClient(name: any, phoneNum: any, type: any): Promise<any>;
|
|
2
|
-
export function getAllClients(): Promise<any>;
|
|
1
|
+
export function addClient(name: any, phoneNum: any, type: any, business_id?: null, serverId?: null, created_at?: null, updated_at?: null): Promise<any>;
|
|
2
|
+
export function getAllClients(sortBy?: string, business_id?: null): Promise<any>;
|
|
3
3
|
export function deleteClientById(id: any): Promise<any>;
|
|
4
|
-
export function getClientsByType(type: any): Promise<any>;
|
|
5
|
-
export function addTransaction(customer_id: any, amount: any, subamount: any, notes: any, date: any, local_path: any): Promise<any>;
|
|
4
|
+
export function getClientsByType(type: any, sortBy: string | undefined, monthName: null | undefined, business_id: any): Promise<any>;
|
|
5
|
+
export function addTransaction(customer_id: any, amount: any, subamount: any, notes: any, date: any, local_path: any, cash_type: any, items?: string, isInstallment?: number, serverId?: null, created_at?: null, updated_at?: null): Promise<any>;
|
|
6
|
+
export function getAllTransactions(): Promise<any>;
|
|
7
|
+
export function updateTransaction(trxId: any, customer_id: any, amount: any, subamount: any, notes: any, date: any, local_path: any, items?: string): Promise<any>;
|
|
6
8
|
export function getClientDetails(id: any): Promise<any>;
|
|
7
|
-
export function getClientTransactions(client_id: any): Promise<any>;
|
|
9
|
+
export function getClientTransactions(client_id: any, startDate: any, endDate: any): Promise<any>;
|
|
8
10
|
export function addTransactionImages(trxId: any, local_path: any): Promise<any>;
|
|
11
|
+
export function updateTransactionImage(attachment_id: any, trxId: any, local_path: any): Promise<any>;
|
|
12
|
+
export function deleteTransactionImage(attachment_id: any): Promise<any>;
|
|
13
|
+
export function deleteTransactionImagesByTrxId(trxId: any): Promise<any>;
|
|
14
|
+
export function addBank(bank_id: any, bank_name: any, bank_charges: any, transfer_time: any, icon: any, code: any, allowed_digits: any, bank_hint: any): Promise<any>;
|
|
15
|
+
export function getAllBanks(): Promise<any>;
|
|
16
|
+
export function clearAllBanks(): Promise<any>;
|
|
17
|
+
export function bankExists(bank_id: any): Promise<any>;
|
|
18
|
+
export function insertBank(name: any, phoneNum: any, type: any, notification: any, local_path: any, business_id: any, serverId?: null, created_at?: null, updated_at?: null): Promise<any>;
|
|
19
|
+
export function setPayDate(newPayDate: any, clientId: any, optionId: any): Promise<any>;
|
|
20
|
+
export function insertPhoneNum(phoneNum: any, clientId: any): Promise<any>;
|
|
21
|
+
export function setProfilePic(uri: any, clientId: any): Promise<any>;
|
|
22
|
+
export function setClientName(name: any, clientId: any): Promise<any>;
|
|
23
|
+
export function setClientPhone(phone: any, clientId: any): Promise<any>;
|
|
24
|
+
export function setClientCnic(cnic: any, clientId: any): Promise<any>;
|
|
25
|
+
export function setClientAddress(addressObj: any, clientId: any): Promise<any>;
|
|
26
|
+
export function switchClientToSupplier(clientId: any): Promise<any>;
|
|
27
|
+
export function getTransactionsByClientType(type: any, startDate: any, endDate: any, businessId?: null): Promise<any>;
|
|
28
|
+
export function changeTransactionType(transactionId: any): Promise<any>;
|
|
29
|
+
export function softDeleteTransaction(transactionId: any): Promise<any>;
|
|
30
|
+
export function changeClientType(clientId: any, newType?: number): Promise<any>;
|
|
31
|
+
export function updateClientCreditLimit(clientId: any, newCreditLimit: any): Promise<any>;
|
|
32
|
+
export function changeTransactionClient(transactionId: any, newCustomerId: any): Promise<any>;
|
|
33
|
+
export function softDeleteClient(clientId: any): Promise<any>;
|
|
34
|
+
export function updateClientInstallmentDetails(clientId: any, paymentDetails: any): Promise<any>;
|
|
35
|
+
export function updateBankProfile(clientId: any, phone: any, notification: any): Promise<any>;
|
|
36
|
+
export function getActiveInstallments(): Promise<any>;
|
|
37
|
+
export function ensureTransactionsTableColumns(): void;
|
|
38
|
+
export function updateClientPaymentMode(clientId: any, payment_mode: any): Promise<any>;
|
|
39
|
+
export function hardDeleteClientsNotOfUser(userId: any): Promise<any>;
|
|
9
40
|
//# sourceMappingURL=clients.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clients.d.ts","sourceRoot":"","sources":["../../../../../src/app/database/clients.js"],"names":[],"mappings":"AAEO,
|
|
1
|
+
{"version":3,"file":"clients.d.ts","sourceRoot":"","sources":["../../../../../src/app/database/clients.js"],"names":[],"mappings":"AAEO,wJAiHN;AAEM,iFA0EN;AAEM,wDAmBN;AAEM,qIAsFN;AA0IM,mPA6DN;AAEM,mDAiBN;AAEM,mKA4BN;AAEM,wDAmBN;AAEM,kGA0EN;AA4DM,gFAWN;AAEM,sGAiDN;AAEM,yEAiBN;AAEM,yEAiBN;AAEM,sKAsBN;AAEM,4CAmBN;AAEM,8CAeN;AAEM,uDAcN;AAEM,2LAmGN;AAEM,wFAiBN;AAEM,2EAiBN;AAEM,qEAiBN;AAEM,sEAiBN;AAEM,wEAiBN;AAEM,sEAiBN;AAEM,+EAYN;AAEM,oEAiBN;AAEM,sHAuFN;AAuIM,wEAuBN;AAEM,wEAqBN;AAEM,gFAqBN;AAEM,0FAoBN;AAEM,8FAqBN;AAEM,8DAqBN;AAEM,iGAuBN;AAEM,8FAqBN;AAEM,sDAkCN;AAEM,uDAuEN;AAEM,wFAaN;AAEM,sEAmBN"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export function createExpenseAccount(businessId: any, name: any): Promise<any>;
|
|
2
|
+
export function updateExpenseAccountName(id: any, newName: any): Promise<any>;
|
|
3
|
+
export function getExpenseCategoriesWithTotals(businessId: any, filter?: string, month?: null): Promise<any>;
|
|
4
|
+
export function addExpenseTransaction(bId: any, eId: any, entryDate: any, amount: any, details: any, local_path: any): Promise<any>;
|
|
5
|
+
export function updateExpenseTransaction(id: any, bId: any, eId: any, entryDate: any, amount: any, details: any, local_path: any): Promise<any>;
|
|
6
|
+
export function addExpenseImages(expenseId: any, local_path: any): Promise<any>;
|
|
7
|
+
export function deleteExpenseImagesByExpenseId(expenseId: any): Promise<any>;
|
|
8
|
+
export function getExpenseTransactions(bId: any, eId?: null, startDate?: null, endDate?: null): Promise<any>;
|
|
9
|
+
export function softDeleteExpenseCategory(id: any): Promise<any>;
|
|
10
|
+
export function softDeleteExpenseTransaction(transactionId: any): Promise<any>;
|
|
11
|
+
export function updateExpenseTransactionIsCash(transactionId: any, isCashValue: any): Promise<any>;
|
|
12
|
+
//# sourceMappingURL=expense.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"expense.d.ts","sourceRoot":"","sources":["../../../../../src/app/database/expense.js"],"names":[],"mappings":"AAEO,+EAsBN;AAEM,8EAyBN;AAEM,6GA0EN;AAEM,oIA6CN;AAEM,gJAsDN;AAEM,gFAeN;AAEM,6EAiBN;AAEM,6GA8EN;AAEM,iEAyBN;AAEM,+EAqBN;AAEM,mGA+BN"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../../src/app/database/schema.js"],"names":[],"mappings":"AAGO,
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../../src/app/database/schema.js"],"names":[],"mappings":"AAGO,qCAwnBN"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export function addItem(name: any, bId: any, unit: any, qty: any, lowStock: any, costPrice: any, sellingPrice: any, local_path: any, catId: any, barcode: any): Promise<any>;
|
|
2
|
+
export function editItem(id: any, name: any, bId: any, unit: any, qty: any, lowStock: any, costPrice: any, sellingPrice: any, local_path: any, catId: any, barcode: any): Promise<any>;
|
|
3
|
+
export function getItemCategories(): Promise<any>;
|
|
4
|
+
export function addItemCategory(name: any, businessId: any): Promise<any>;
|
|
5
|
+
export function updateItemCategory(id: any, newName: any): Promise<any>;
|
|
6
|
+
export function getItemsByBusiness(bId: any, filter?: string, lowStock?: boolean, catId?: null): Promise<any>;
|
|
7
|
+
export function addItemDetails(itemId: any, stockIN: any, stockOUT: any, amount: any, subamount: any, details: any, local_path: any, entryDate: any, fbId: any, bill?: string, customerId?: null): Promise<any>;
|
|
8
|
+
export function updateItemDetails(id: any, itemId: any, stockIN: any, stockOUT: any, amount: any, subamount: any, details: any, local_path: any, entryDate: any, fbId: any, bill?: string): Promise<any>;
|
|
9
|
+
export function addItemImages(itemId: any, local_path: any): Promise<any>;
|
|
10
|
+
export function deleteItemImagesByItemId(itemId: any): Promise<any>;
|
|
11
|
+
export function updateItemQty(itemId: any, newQty: any): Promise<any>;
|
|
12
|
+
export function getItemDetailsByItemId(itemId: any): Promise<any>;
|
|
13
|
+
export function softDeleteItem(itemId: any): Promise<any>;
|
|
14
|
+
export function getStockEntries(fbId: any, type?: null, startDate?: null, endDate?: null, lowStockOnly?: boolean, itemId?: null): Promise<any>;
|
|
15
|
+
export function softDeleteItemDetail(detailId: any): Promise<any>;
|
|
16
|
+
//# sourceMappingURL=stock.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stock.d.ts","sourceRoot":"","sources":["../../../../../src/app/database/stock.js"],"names":[],"mappings":"AAGO,6KAsDN;AAEM,uLAkEN;AAEM,kDAwBN;AAEM,0EAyBN;AAEM,wEAyBN;AAEM,8GA2EN;AAEM,gNAuDN;AAEM,yMAkEN;AAEM,0EAsBN;AAEM,oEAqBN;AAEM,sEA6BN;AAEM,kEA4EN;AAEM,0DAkCN;AAEM,+IAkFN;AAEM,kEAqBN"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export function generateBillHTML({ companyName, companyPhone, companyAddress, billTo, billNo, billDate, items, details, amount, discount, tax, grandTotal, received, discountedAmount, clientName }: {
|
|
2
|
+
companyName?: string | undefined;
|
|
3
|
+
companyPhone?: string | undefined;
|
|
4
|
+
companyAddress?: string | undefined;
|
|
5
|
+
billTo?: string | undefined;
|
|
6
|
+
billNo?: string | undefined;
|
|
7
|
+
billDate?: string | undefined;
|
|
8
|
+
items?: never[] | undefined;
|
|
9
|
+
details?: string | undefined;
|
|
10
|
+
amount: any;
|
|
11
|
+
discount: any;
|
|
12
|
+
tax: any;
|
|
13
|
+
grandTotal: any;
|
|
14
|
+
received: any;
|
|
15
|
+
discountedAmount: any;
|
|
16
|
+
clientName: any;
|
|
17
|
+
}): string;
|
|
18
|
+
export function allTransactionsTemplate(data: any, StartDate: any, EndDate: any, netBalance: any, totalAmount: any, totalSubAmount: any, totalBalance: any, type: any): string;
|
|
19
|
+
export function allTransactionsBanksTemplate(data: any, StartDate: any, EndDate: any, netBalance: any, totalAmount: any, totalSubAmount: any, totalBalance: any, type: any): string;
|
|
20
|
+
export function allCustomersTemplate(data: any, youGet: any, youGive: any): string;
|
|
21
|
+
export function allSuppliersTemplate(data: any, youGet: any, youGive: any): string;
|
|
22
|
+
export function allBanksTemplate(data: any, youGet: any, youGive: any): string;
|
|
23
|
+
export function cashMainTemplate(data: any, totalCashIN: any, totalCashOUT: any, date: any): string;
|
|
24
|
+
export function dailyReportTemplate(data: any, totalCashIN: any, totalCashOUT: any, date: any): string;
|
|
25
|
+
export function detailedReportTemplate(data: any, totalCashIN: any, totalCashOUT: any, date: any): string;
|
|
26
|
+
export function allBillsTemplate(data: any, grandTotal: any, totalBills: any): string;
|
|
27
|
+
export function allItemsTemplate(data: any, totalItems: any): string;
|
|
28
|
+
export function itemDetailsTemplate(data: any, grandTotal: any, totalBills: any): string;
|
|
29
|
+
//# sourceMappingURL=htmlTemplates.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"htmlTemplates.d.ts","sourceRoot":"","sources":["../../../../../src/app/htmlTemplates/htmlTemplates.js"],"names":[],"mappings":"AAqyDA;;;;;;;;;;;;;;;;WA0HC;AA75DM,+KAoON;AAEM,oLAuON;AAEM,mFA8NN;AAEM,mFA4NN;AAEM,+EA2NN;AAEM,oGAoON;AAEM,uGA0ON;AAEM,0GAqON;AA8HM,sFAsNN;AAEM,qEA2MN;AAEM,yFAkON"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BillStack.d.ts","sourceRoot":"","sources":["../../../../../../src/app/navigation/BillStack/BillStack.js"],"names":[],"mappings":"AAoBA,6EAiBC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BottomTabs.d.ts","sourceRoot":"","sources":["../../../../../../src/app/navigation/BottomTabs/BottomTabs.js"],"names":[],"mappings":"AAUA,
|
|
1
|
+
{"version":3,"file":"BottomTabs.d.ts","sourceRoot":"","sources":["../../../../../../src/app/navigation/BottomTabs/BottomTabs.js"],"names":[],"mappings":"AAUA,8EAqBC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BusinessStack.d.ts","sourceRoot":"","sources":["../../../../../../src/app/navigation/BusinessStack/BusinessStack.js"],"names":[],"mappings":"AAYA,iFAcC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CashStack.d.ts","sourceRoot":"","sources":["../../../../../../src/app/navigation/CashStack/CashStack.js"],"names":[],"mappings":"AA0BA,6EAgCC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EntriesStack.d.ts","sourceRoot":"","sources":["../../../../../../src/app/navigation/EntriesStack/EntriesStack.js"],"names":[],"mappings":"AAkBA,gFAuKC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExpenseStack.d.ts","sourceRoot":"","sources":["../../../../../../src/app/navigation/ExpenseStack.js/ExpenseStack.js"],"names":[],"mappings":"AAiCA,8EAgBC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HomeStack.d.ts","sourceRoot":"","sources":["../../../../../../src/app/navigation/HomeStack/HomeStack.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"HomeStack.d.ts","sourceRoot":"","sources":["../../../../../../src/app/navigation/HomeStack/HomeStack.js"],"names":[],"mappings":"AAkDA,6EA2DC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Root.d.ts","sourceRoot":"","sources":["../../../../../src/app/navigation/Root.js"],"names":[],"mappings":"AAWA,
|
|
1
|
+
{"version":3,"file":"Root.d.ts","sourceRoot":"","sources":["../../../../../src/app/navigation/Root.js"],"names":[],"mappings":"AAWA,wEAmCC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SaleStack.d.ts","sourceRoot":"","sources":["../../../../../../src/app/navigation/SaleStack/SaleStack.js"],"names":[],"mappings":"AA+BA,6EA8BC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StockStack.d.ts","sourceRoot":"","sources":["../../../../../../src/app/navigation/StockStack/StockStack.js"],"names":[],"mappings":"AA2BA,8EAoBC"}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import BottomTabs from "./BottomTabs/BottomTabs";
|
|
2
2
|
import Drawer from "./Drawer/Drawer";
|
|
3
3
|
import HomeStack from "./HomeStack/HomeStack";
|
|
4
|
-
|
|
4
|
+
import CashStack from "./CashStack/CashStack";
|
|
5
|
+
import BillStack from "./BillStack/BillStack";
|
|
6
|
+
export { BottomTabs, Drawer, HomeStack, CashStack, BillStack };
|
|
5
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/navigation/index.js"],"names":[],"mappings":"uBAAuB,yBAAyB;mBAC7B,iBAAiB;sBACd,uBAAuB"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/navigation/index.js"],"names":[],"mappings":"uBAAuB,yBAAyB;mBAC7B,iBAAiB;sBACd,uBAAuB;sBACvB,uBAAuB;sBACvB,uBAAuB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Store.d.ts","sourceRoot":"","sources":["../../../../../src/app/redux/Store.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Store.d.ts","sourceRoot":"","sources":["../../../../../src/app/redux/Store.js"],"names":[],"mappings":"AAKA,wBAKE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client_reducers.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/redux/reducers/client/client_reducers.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"client_reducers.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/redux/reducers/client/client_reducers.js"],"names":[],"mappings":";AAoBA,iCAoCG"}
|
|
@@ -2,4 +2,9 @@ export const HOME_CUSTOMERS: "HOME_CUSTOMERS";
|
|
|
2
2
|
export const CLIENT_DETAILS: "CLIENT_DETAILS";
|
|
3
3
|
export const HOME_SUPPLIERS: "HOME_SUPPLIERS";
|
|
4
4
|
export const SUPPLIER_DETAILS: "SUPPLIER_DETAILS";
|
|
5
|
+
export const HOME_BANKS: "HOME_BANKS";
|
|
6
|
+
export const ALL_TRANSACTIONS: "ALL_TRANSACTIONS";
|
|
7
|
+
export const ALL_CLIENTS: "ALL_CLIENTS";
|
|
8
|
+
export const STATUS_BAR_COLOR: "STATUS_BAR_COLOR";
|
|
9
|
+
export const SELECTED_BUSINESS: "SELECTED_BUSINESS";
|
|
5
10
|
//# sourceMappingURL=client_types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client_types.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/redux/reducers/client/client_types.js"],"names":[],"mappings":"AAAA,6BAA8B,gBAAgB,CAAC;AAC/C,6BAA8B,gBAAgB,CAAC;AAE/C,6BAA8B,gBAAgB,CAAC;AAC/C,+BAAgC,kBAAkB,CAAC"}
|
|
1
|
+
{"version":3,"file":"client_types.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/redux/reducers/client/client_types.js"],"names":[],"mappings":"AAAA,6BAA8B,gBAAgB,CAAC;AAC/C,6BAA8B,gBAAgB,CAAC;AAE/C,6BAA8B,gBAAgB,CAAC;AAC/C,+BAAgC,kBAAkB,CAAC;AACnD,yBAA0B,YAAY,CAAC;AAEvC,+BAAgC,kBAAkB,CAAC;AACnD,0BAA2B,aAAa,CAAC;AACzC,+BAAgC,kBAAkB,CAAC;AAEnD,gCAAiC,mBAAmB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user_reducers.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/redux/reducers/user/user_reducers.js"],"names":[],"mappings":";AASA,+BAYG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user_types.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/redux/reducers/user/user_types.js"],"names":[],"mappings":"AAAA,wBAAyB,WAAW,CAAC;AACrC,4BAA6B,eAAe,CAAC;AAC7C,2BAA4B,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddBank.d.ts","sourceRoot":"","sources":["../../../../../src/app/screens/AddBank.js"],"names":[],"mappings":"AAkCA;;;4CA4OC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddBusiness.d.ts","sourceRoot":"","sources":["../../../../../src/app/screens/AddBusiness.js"],"names":[],"mappings":"AA8DA;;4CAo4BC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddItems.d.ts","sourceRoot":"","sources":["../../../../../src/app/screens/AddItems.js"],"names":[],"mappings":"AAoCA;;;4CA+WC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AddScreen.d.ts","sourceRoot":"","sources":["../../../../../src/app/screens/AddScreen.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AddScreen.d.ts","sourceRoot":"","sources":["../../../../../src/app/screens/AddScreen.js"],"names":[],"mappings":"AA2CA;;;4CAiXC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"All.d.ts","sourceRoot":"","sources":["../../../../../src/app/screens/All.js"],"names":[],"mappings":"AAkDA,uEAi1BC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AllTransactions.d.ts","sourceRoot":"","sources":["../../../../../src/app/screens/AllTransactions.js"],"names":[],"mappings":"AA2EA;;;4CAi5BC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Banks.d.ts","sourceRoot":"","sources":["../../../../../src/app/screens/Banks.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Banks.d.ts","sourceRoot":"","sources":["../../../../../src/app/screens/Banks.js"],"names":[],"mappings":"AAsDA,yEA25BC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BillDetails.d.ts","sourceRoot":"","sources":["../../../../../src/app/screens/BillDetails.js"],"names":[],"mappings":";AA2CA;;;4CAiqBC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BillHome.d.ts","sourceRoot":"","sources":["../../../../../src/app/screens/BillHome.js"],"names":[],"mappings":"AAkBA;;;4CAqBC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BillParent.d.ts","sourceRoot":"","sources":["../../../../../src/app/screens/BillParent.js"],"names":[],"mappings":"AAyCA;;;4CAqOC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BusinessDetail.d.ts","sourceRoot":"","sources":["../../../../../src/app/screens/BusinessDetail.js"],"names":[],"mappings":"AAuDA;;4CAonBC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CashEntry.d.ts","sourceRoot":"","sources":["../../../../../src/app/screens/CashEntry.js"],"names":[],"mappings":"AA4FA;;;4CA22EC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CashEntryDetails.d.ts","sourceRoot":"","sources":["../../../../../src/app/screens/CashEntryDetails.js"],"names":[],"mappings":"AAmDA;;;4CA6dC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CashHome.d.ts","sourceRoot":"","sources":["../../../../../src/app/screens/CashHome.js"],"names":[],"mappings":"AAoCA;;4CA0YC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CashReport.d.ts","sourceRoot":"","sources":["../../../../../src/app/screens/CashReport.js"],"names":[],"mappings":"AA0CA;;4CAg1CC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CashSummary.d.ts","sourceRoot":"","sources":["../../../../../src/app/screens/CashSummary.js"],"names":[],"mappings":"AAgBA;;;4CA4WC"}
|