digikhata-mashreq-sdk 1.0.0 → 1.1.1

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.
Files changed (718) hide show
  1. package/lib/module/App.js +13 -26
  2. package/lib/module/App.js.map +1 -1
  3. package/lib/module/app/api/api.js +12 -0
  4. package/lib/module/app/api/api.js.map +1 -0
  5. package/lib/module/app/assets/Icons/Bill.png +0 -0
  6. package/lib/module/app/assets/Icons/Bill_Grey.png +0 -0
  7. package/lib/module/app/assets/Icons/Cash.png +0 -0
  8. package/lib/module/app/assets/Icons/Cash_Grey.png +0 -0
  9. package/lib/module/app/assets/Icons/Expense.png +0 -0
  10. package/lib/module/app/assets/Icons/Expense_Grey.png +0 -0
  11. package/lib/module/app/assets/Icons/Staff.png +0 -0
  12. package/lib/module/app/assets/Icons/Stock.png +0 -0
  13. package/lib/module/app/assets/Icons/Stock_Grey.png +0 -0
  14. package/lib/module/app/assets/Icons/abc.png +0 -0
  15. package/lib/module/app/assets/Icons/bank_logo.png +0 -0
  16. package/lib/module/app/assets/Icons/download_sale.png +0 -0
  17. package/lib/module/app/assets/Icons/recycle-bin.png +0 -0
  18. package/lib/module/app/assets/animations/recording.json +1 -0
  19. package/lib/module/app/assets/animations/success.json +1 -0
  20. package/lib/module/app/assets/animations/voice_visualization.json +1 -0
  21. package/lib/module/app/assets/businessCards/card_11.png +0 -0
  22. package/lib/module/app/assets/businessCards/card_12_bg.png +0 -0
  23. package/lib/module/app/assets/businessCards/card_wall_01.jpeg +0 -0
  24. package/lib/module/app/assets/businessCards/card_wall_02.jpeg +0 -0
  25. package/lib/module/app/assets/businessCards/card_wall_03.jpeg +0 -0
  26. package/lib/module/app/assets/businessCards/card_wall_04.jpeg +0 -0
  27. package/lib/module/app/assets/businessCards/card_wall_05.jpeg +0 -0
  28. package/lib/module/app/assets/businessCards/card_wall_06.jpeg +0 -0
  29. package/lib/module/app/assets/businessCards/card_wall_07.jpeg +0 -0
  30. package/lib/module/app/assets/businessCards/card_wall_08.jpeg +0 -0
  31. package/lib/module/app/assets/illustrations/empty.png +0 -0
  32. package/lib/module/app/assets/illustrations/packages.png +0 -0
  33. package/lib/module/app/assets/images/Digikhata_idzarHgH0q_0.png +0 -0
  34. package/lib/module/app/assets/images/bank.png +0 -0
  35. package/lib/module/app/assets/images/digiLogo-main.png +0 -0
  36. package/lib/module/app/assets/images/svgviewer-output.svg +57 -0
  37. package/lib/module/app/assets/images/user.png +0 -0
  38. package/lib/module/app/assets/oldIcons/BILL.svg +3 -0
  39. package/lib/module/app/assets/oldIcons/CASH.svg +4 -0
  40. package/lib/module/app/assets/oldIcons/EXPENSE.svg +6 -0
  41. package/lib/module/app/assets/oldIcons/STAFF.svg +3 -0
  42. package/lib/module/app/assets/oldIcons/Sale Active.svg +14 -0
  43. package/lib/module/app/assets/oldIcons/Stock.svg +5 -0
  44. package/lib/module/app/assets/svg/BILL.svg +4 -0
  45. package/lib/module/app/assets/svg/CASH.svg +6 -0
  46. package/lib/module/app/assets/svg/EXPENSE.svg +5 -0
  47. package/lib/module/app/assets/svg/More Icon.svg +6 -0
  48. package/lib/module/app/assets/svg/Payment Icon.svg +4 -0
  49. package/lib/module/app/assets/svg/Pos.svg +13 -0
  50. package/lib/module/app/assets/svg/STAFF.svg +5 -0
  51. package/lib/module/app/assets/svg/Sale Active.svg +8 -0
  52. package/lib/module/app/assets/svg/Sale Icon.svg +3 -0
  53. package/lib/module/app/assets/svg/Stock.svg +5 -0
  54. package/lib/module/app/components/AccountSetupSteps.js +64 -0
  55. package/lib/module/app/components/AccountSetupSteps.js.map +1 -0
  56. package/lib/module/app/components/AddItemBillParent.js +366 -0
  57. package/lib/module/app/components/AddItemBillParent.js.map +1 -0
  58. package/lib/module/app/components/AdditemBillChild.js +1123 -0
  59. package/lib/module/app/components/AdditemBillChild.js.map +1 -0
  60. package/lib/module/app/components/Balance.js +116 -70
  61. package/lib/module/app/components/Balance.js.map +1 -1
  62. package/lib/module/app/components/BillList.js +428 -0
  63. package/lib/module/app/components/BillList.js.map +1 -0
  64. package/lib/module/app/components/BillSetupSteps.js +64 -0
  65. package/lib/module/app/components/BillSetupSteps.js.map +1 -0
  66. package/lib/module/app/components/BottomView.js +35 -0
  67. package/lib/module/app/components/BottomView.js.map +1 -0
  68. package/lib/module/app/components/BusinessCards/Card1.js +202 -0
  69. package/lib/module/app/components/BusinessCards/Card1.js.map +1 -0
  70. package/lib/module/app/components/BusinessCards/Card10.js +234 -0
  71. package/lib/module/app/components/BusinessCards/Card10.js.map +1 -0
  72. package/lib/module/app/components/BusinessCards/Card2.js +190 -0
  73. package/lib/module/app/components/BusinessCards/Card2.js.map +1 -0
  74. package/lib/module/app/components/BusinessCards/Card3.js +186 -0
  75. package/lib/module/app/components/BusinessCards/Card3.js.map +1 -0
  76. package/lib/module/app/components/BusinessCards/Card4.js +186 -0
  77. package/lib/module/app/components/BusinessCards/Card4.js.map +1 -0
  78. package/lib/module/app/components/BusinessCards/Card5.js +189 -0
  79. package/lib/module/app/components/BusinessCards/Card5.js.map +1 -0
  80. package/lib/module/app/components/BusinessCards/Card6.js +198 -0
  81. package/lib/module/app/components/BusinessCards/Card6.js.map +1 -0
  82. package/lib/module/app/components/BusinessCards/Card7.js +185 -0
  83. package/lib/module/app/components/BusinessCards/Card7.js.map +1 -0
  84. package/lib/module/app/components/BusinessCards/Card8.js +187 -0
  85. package/lib/module/app/components/BusinessCards/Card8.js.map +1 -0
  86. package/lib/module/app/components/BusinessCards/Card9.js +234 -0
  87. package/lib/module/app/components/BusinessCards/Card9.js.map +1 -0
  88. package/lib/module/app/components/BusinessCards/index.js +13 -0
  89. package/lib/module/app/components/BusinessCards/index.js.map +1 -0
  90. package/lib/module/app/components/CashEntryComponent.js +256 -0
  91. package/lib/module/app/components/CashEntryComponent.js.map +1 -0
  92. package/lib/module/app/components/CityModal.js +116 -0
  93. package/lib/module/app/components/CityModal.js.map +1 -0
  94. package/lib/module/app/components/CountryPhoneInput.js +263 -166
  95. package/lib/module/app/components/CountryPhoneInput.js.map +1 -1
  96. package/lib/module/app/components/CreateExpenseAccount.js +139 -0
  97. package/lib/module/app/components/CreateExpenseAccount.js.map +1 -0
  98. package/lib/module/app/components/CustomStatusBar.js +29 -0
  99. package/lib/module/app/components/CustomStatusBar.js.map +1 -0
  100. package/lib/module/app/components/CustomToast.js +135 -0
  101. package/lib/module/app/components/CustomToast.js.map +1 -0
  102. package/lib/module/app/components/DeleteBusinessModal.js +174 -0
  103. package/lib/module/app/components/DeleteBusinessModal.js.map +1 -0
  104. package/lib/module/app/components/DiscountTaxModal.js +242 -0
  105. package/lib/module/app/components/DiscountTaxModal.js.map +1 -0
  106. package/lib/module/app/components/Entries.js +54 -32
  107. package/lib/module/app/components/Entries.js.map +1 -1
  108. package/lib/module/app/components/ExpenseList.js +402 -0
  109. package/lib/module/app/components/ExpenseList.js.map +1 -0
  110. package/lib/module/app/components/ExpenseParent.js +441 -0
  111. package/lib/module/app/components/ExpenseParent.js.map +1 -0
  112. package/lib/module/app/components/FloatingInput.js +159 -0
  113. package/lib/module/app/components/FloatingInput.js.map +1 -0
  114. package/lib/module/app/components/Header.js +107 -0
  115. package/lib/module/app/components/Header.js.map +1 -0
  116. package/lib/module/app/components/Loader.js +45 -0
  117. package/lib/module/app/components/Loader.js.map +1 -0
  118. package/lib/module/app/components/PartyModal.js +230 -0
  119. package/lib/module/app/components/PartyModal.js.map +1 -0
  120. package/lib/module/app/components/PickerModal.js +153 -0
  121. package/lib/module/app/components/PickerModal.js.map +1 -0
  122. package/lib/module/app/components/SalePaymentModal.js +743 -0
  123. package/lib/module/app/components/SalePaymentModal.js.map +1 -0
  124. package/lib/module/app/components/SearchBar.js +179 -42
  125. package/lib/module/app/components/SearchBar.js.map +1 -1
  126. package/lib/module/app/components/StockDetailChild.js +425 -0
  127. package/lib/module/app/components/StockDetailChild.js.map +1 -0
  128. package/lib/module/app/components/StockList.js +448 -0
  129. package/lib/module/app/components/StockList.js.map +1 -0
  130. package/lib/module/app/components/StockReportTransaction.js +182 -0
  131. package/lib/module/app/components/StockReportTransaction.js.map +1 -0
  132. package/lib/module/app/components/Transaction.js +193 -53
  133. package/lib/module/app/components/Transaction.js.map +1 -1
  134. package/lib/module/app/components/User.js +106 -51
  135. package/lib/module/app/components/User.js.map +1 -1
  136. package/lib/module/app/components/index.js +20 -1
  137. package/lib/module/app/components/index.js.map +1 -1
  138. package/lib/module/app/database/bill.js +247 -0
  139. package/lib/module/app/database/bill.js.map +1 -0
  140. package/lib/module/app/database/business.js +262 -0
  141. package/lib/module/app/database/business.js.map +1 -0
  142. package/lib/module/app/database/cash.js +299 -0
  143. package/lib/module/app/database/cash.js.map +1 -0
  144. package/lib/module/app/database/clients.js +1197 -36
  145. package/lib/module/app/database/clients.js.map +1 -1
  146. package/lib/module/app/database/expense.js +299 -0
  147. package/lib/module/app/database/expense.js.map +1 -0
  148. package/lib/module/app/database/schema.js +113 -3
  149. package/lib/module/app/database/schema.js.map +1 -1
  150. package/lib/module/app/database/stock.js +509 -0
  151. package/lib/module/app/database/stock.js.map +1 -0
  152. package/lib/module/app/htmlTemplates/htmlTemplates.js +2504 -0
  153. package/lib/module/app/htmlTemplates/htmlTemplates.js.map +1 -0
  154. package/lib/module/app/navigation/BillStack/BillStack.js +40 -0
  155. package/lib/module/app/navigation/BillStack/BillStack.js.map +1 -0
  156. package/lib/module/app/navigation/BottomTabs/BottomTabs.js +10 -5
  157. package/lib/module/app/navigation/BottomTabs/BottomTabs.js.map +1 -1
  158. package/lib/module/app/navigation/BusinessStack/BusinessStack.js +30 -0
  159. package/lib/module/app/navigation/BusinessStack/BusinessStack.js.map +1 -0
  160. package/lib/module/app/navigation/CashStack/CashStack.js +79 -0
  161. package/lib/module/app/navigation/CashStack/CashStack.js.map +1 -0
  162. package/lib/module/app/navigation/EntriesStack/EntriesStack.js +223 -0
  163. package/lib/module/app/navigation/EntriesStack/EntriesStack.js.map +1 -0
  164. package/lib/module/app/navigation/ExpenseStack.js/ExpenseStack.js +37 -0
  165. package/lib/module/app/navigation/ExpenseStack.js/ExpenseStack.js.map +1 -0
  166. package/lib/module/app/navigation/HomeStack/HomeStack.js +93 -1
  167. package/lib/module/app/navigation/HomeStack/HomeStack.js.map +1 -1
  168. package/lib/module/app/navigation/Root.js +10 -1
  169. package/lib/module/app/navigation/Root.js.map +1 -1
  170. package/lib/module/app/navigation/SaleStack/SaleStack.js +73 -0
  171. package/lib/module/app/navigation/SaleStack/SaleStack.js.map +1 -0
  172. package/lib/module/app/navigation/StockStack/StockStack.js +49 -0
  173. package/lib/module/app/navigation/StockStack/StockStack.js.map +1 -0
  174. package/lib/module/app/navigation/index.js +3 -1
  175. package/lib/module/app/navigation/index.js.map +1 -1
  176. package/lib/module/app/redux/Store.js +3 -1
  177. package/lib/module/app/redux/Store.js.map +1 -1
  178. package/lib/module/app/redux/reducers/client/client_reducers.js +23 -2
  179. package/lib/module/app/redux/reducers/client/client_reducers.js.map +1 -1
  180. package/lib/module/app/redux/reducers/client/client_types.js +5 -0
  181. package/lib/module/app/redux/reducers/client/client_types.js.map +1 -1
  182. package/lib/module/app/redux/reducers/user/user_reducers.js +22 -0
  183. package/lib/module/app/redux/reducers/user/user_reducers.js.map +1 -0
  184. package/lib/module/app/redux/reducers/user/user_types.js +6 -0
  185. package/lib/module/app/redux/reducers/user/user_types.js.map +1 -0
  186. package/lib/module/app/screens/AddBank.js +237 -0
  187. package/lib/module/app/screens/AddBank.js.map +1 -0
  188. package/lib/module/app/screens/AddBusiness.js +905 -0
  189. package/lib/module/app/screens/AddBusiness.js.map +1 -0
  190. package/lib/module/app/screens/AddItems.js +433 -0
  191. package/lib/module/app/screens/AddItems.js.map +1 -0
  192. package/lib/module/app/screens/AddScreen.js +341 -77
  193. package/lib/module/app/screens/AddScreen.js.map +1 -1
  194. package/lib/module/app/screens/All.js +836 -0
  195. package/lib/module/app/screens/All.js.map +1 -0
  196. package/lib/module/app/screens/AllTransactions.js +846 -0
  197. package/lib/module/app/screens/AllTransactions.js.map +1 -0
  198. package/lib/module/app/screens/Banks.js +810 -48
  199. package/lib/module/app/screens/Banks.js.map +1 -1
  200. package/lib/module/app/screens/BillDetails.js +1033 -0
  201. package/lib/module/app/screens/BillDetails.js.map +1 -0
  202. package/lib/module/app/screens/BillHome.js +102 -0
  203. package/lib/module/app/screens/BillHome.js.map +1 -0
  204. package/lib/module/app/screens/BillParent.js +373 -0
  205. package/lib/module/app/screens/BillParent.js.map +1 -0
  206. package/lib/module/app/screens/BusinessDetail.js +787 -0
  207. package/lib/module/app/screens/BusinessDetail.js.map +1 -0
  208. package/lib/module/app/screens/CashEntry.js +2429 -0
  209. package/lib/module/app/screens/CashEntry.js.map +1 -0
  210. package/lib/module/app/screens/CashEntryDetails.js +574 -0
  211. package/lib/module/app/screens/CashEntryDetails.js.map +1 -0
  212. package/lib/module/app/screens/CashHome.js +544 -0
  213. package/lib/module/app/screens/CashHome.js.map +1 -0
  214. package/lib/module/app/screens/CashReport.js +1297 -0
  215. package/lib/module/app/screens/CashReport.js.map +1 -0
  216. package/lib/module/app/screens/CashSummary.js +602 -0
  217. package/lib/module/app/screens/CashSummary.js.map +1 -0
  218. package/lib/module/app/screens/CreateBill.js +2137 -0
  219. package/lib/module/app/screens/CreateBill.js.map +1 -0
  220. package/lib/module/app/screens/CustomerEntries.js +1093 -184
  221. package/lib/module/app/screens/CustomerEntries.js.map +1 -1
  222. package/lib/module/app/screens/Customers.js +727 -96
  223. package/lib/module/app/screens/Customers.js.map +1 -1
  224. package/lib/module/app/screens/EditCategory.js +299 -0
  225. package/lib/module/app/screens/EditCategory.js.map +1 -0
  226. package/lib/module/app/screens/EditCategoryStock.js +302 -0
  227. package/lib/module/app/screens/EditCategoryStock.js.map +1 -0
  228. package/lib/module/app/screens/Entry.js +1838 -275
  229. package/lib/module/app/screens/Entry.js.map +1 -1
  230. package/lib/module/app/screens/ExpenseDetail.js +15 -0
  231. package/lib/module/app/screens/ExpenseDetail.js.map +1 -0
  232. package/lib/module/app/screens/ExpenseEntries.js +713 -0
  233. package/lib/module/app/screens/ExpenseEntries.js.map +1 -0
  234. package/lib/module/app/screens/ExpenseEntry.js +2095 -0
  235. package/lib/module/app/screens/ExpenseEntry.js.map +1 -0
  236. package/lib/module/app/screens/ExpenseEntryDetails.js +508 -0
  237. package/lib/module/app/screens/ExpenseEntryDetails.js.map +1 -0
  238. package/lib/module/app/screens/ExpenseEntryReport.js +792 -0
  239. package/lib/module/app/screens/ExpenseEntryReport.js.map +1 -0
  240. package/lib/module/app/screens/ExpenseReport.js +792 -0
  241. package/lib/module/app/screens/ExpenseReport.js.map +1 -0
  242. package/lib/module/app/screens/Geolocation.js +374 -0
  243. package/lib/module/app/screens/Geolocation.js.map +1 -0
  244. package/lib/module/app/screens/GetStarted.js +212 -0
  245. package/lib/module/app/screens/GetStarted.js.map +1 -0
  246. package/lib/module/app/screens/HomeScreen.js +202 -55
  247. package/lib/module/app/screens/HomeScreen.js.map +1 -1
  248. package/lib/module/app/screens/InBuy.js +854 -0
  249. package/lib/module/app/screens/InBuy.js.map +1 -0
  250. package/lib/module/app/screens/ItemEntryDetails.js +652 -0
  251. package/lib/module/app/screens/ItemEntryDetails.js.map +1 -0
  252. package/lib/module/app/screens/LowStock.js +372 -0
  253. package/lib/module/app/screens/LowStock.js.map +1 -0
  254. package/lib/module/app/screens/NewPin.js +234 -0
  255. package/lib/module/app/screens/NewPin.js.map +1 -0
  256. package/lib/module/app/screens/OutSell.js +1883 -0
  257. package/lib/module/app/screens/OutSell.js.map +1 -0
  258. package/lib/module/app/screens/POSSale.js +637 -0
  259. package/lib/module/app/screens/POSSale.js.map +1 -0
  260. package/lib/module/app/screens/PinScreen.js +660 -0
  261. package/lib/module/app/screens/PinScreen.js.map +1 -0
  262. package/lib/module/app/screens/PreviewBill.js +329 -0
  263. package/lib/module/app/screens/PreviewBill.js.map +1 -0
  264. package/lib/module/app/screens/Profile.js +1160 -0
  265. package/lib/module/app/screens/Profile.js.map +1 -0
  266. package/lib/module/app/screens/RateList.js +432 -0
  267. package/lib/module/app/screens/RateList.js.map +1 -0
  268. package/lib/module/app/screens/Report.js +1105 -0
  269. package/lib/module/app/screens/Report.js.map +1 -0
  270. package/lib/module/app/screens/SaleItemDetail.js +1047 -0
  271. package/lib/module/app/screens/SaleItemDetail.js.map +1 -0
  272. package/lib/module/app/screens/SaleParent.js +289 -0
  273. package/lib/module/app/screens/SaleParent.js.map +1 -0
  274. package/lib/module/app/screens/SelectBank.js +220 -0
  275. package/lib/module/app/screens/SelectBank.js.map +1 -0
  276. package/lib/module/app/screens/SelectBusiness.js +500 -93
  277. package/lib/module/app/screens/SelectBusiness.js.map +1 -1
  278. package/lib/module/app/screens/Splash.js +93 -20
  279. package/lib/module/app/screens/Splash.js.map +1 -1
  280. package/lib/module/app/screens/StockChild.js +362 -0
  281. package/lib/module/app/screens/StockChild.js.map +1 -0
  282. package/lib/module/app/screens/StockDetail.js +705 -0
  283. package/lib/module/app/screens/StockDetail.js.map +1 -0
  284. package/lib/module/app/screens/StockParent.js +260 -0
  285. package/lib/module/app/screens/StockParent.js.map +1 -0
  286. package/lib/module/app/screens/StockReport.js +1031 -0
  287. package/lib/module/app/screens/StockReport.js.map +1 -0
  288. package/lib/module/app/screens/StockValue.js +545 -0
  289. package/lib/module/app/screens/StockValue.js.map +1 -0
  290. package/lib/module/app/screens/Suppliers.js +757 -100
  291. package/lib/module/app/screens/Suppliers.js.map +1 -1
  292. package/lib/module/app/screens/TransactionDetails.js +1169 -81
  293. package/lib/module/app/screens/TransactionDetails.js.map +1 -1
  294. package/lib/module/app/screens/UpdateBusiness.js +707 -0
  295. package/lib/module/app/screens/UpdateBusiness.js.map +1 -0
  296. package/lib/module/app/screens/VisionCamera.js +60 -0
  297. package/lib/module/app/screens/VisionCamera.js.map +1 -0
  298. package/lib/module/app/screens/index.js +46 -1
  299. package/lib/module/app/screens/index.js.map +1 -1
  300. package/lib/module/app/screens/new.html +171 -0
  301. package/lib/module/app/themes/config.js +299 -30
  302. package/lib/module/app/themes/config.js.map +1 -1
  303. package/lib/module/app/utils/city.json +7265 -0
  304. package/lib/typescript/eslint.config.d.mts +1 -1
  305. package/lib/typescript/src/App.d.ts.map +1 -1
  306. package/lib/typescript/src/app/api/api.d.ts +10 -0
  307. package/lib/typescript/src/app/api/api.d.ts.map +1 -0
  308. package/lib/typescript/src/app/components/AccountSetupSteps.d.ts +3 -0
  309. package/lib/typescript/src/app/components/AccountSetupSteps.d.ts.map +1 -0
  310. package/lib/typescript/src/app/components/AddItemBillParent.d.ts +5 -0
  311. package/lib/typescript/src/app/components/AddItemBillParent.d.ts.map +1 -0
  312. package/lib/typescript/src/app/components/AdditemBillChild.d.ts +6 -0
  313. package/lib/typescript/src/app/components/AdditemBillChild.d.ts.map +1 -0
  314. package/lib/typescript/src/app/components/Balance.d.ts +3 -1
  315. package/lib/typescript/src/app/components/Balance.d.ts.map +1 -1
  316. package/lib/typescript/src/app/components/BillList.d.ts +5 -0
  317. package/lib/typescript/src/app/components/BillList.d.ts.map +1 -0
  318. package/lib/typescript/src/app/components/BillSetupSteps.d.ts +3 -0
  319. package/lib/typescript/src/app/components/BillSetupSteps.d.ts.map +1 -0
  320. package/lib/typescript/src/app/components/BottomView.d.ts +6 -0
  321. package/lib/typescript/src/app/components/BottomView.d.ts.map +1 -0
  322. package/lib/typescript/src/app/components/BusinessCards/Card1.d.ts +14 -0
  323. package/lib/typescript/src/app/components/BusinessCards/Card1.d.ts.map +1 -0
  324. package/lib/typescript/src/app/components/BusinessCards/Card10.d.ts +14 -0
  325. package/lib/typescript/src/app/components/BusinessCards/Card10.d.ts.map +1 -0
  326. package/lib/typescript/src/app/components/BusinessCards/Card2.d.ts +14 -0
  327. package/lib/typescript/src/app/components/BusinessCards/Card2.d.ts.map +1 -0
  328. package/lib/typescript/src/app/components/BusinessCards/Card3.d.ts +14 -0
  329. package/lib/typescript/src/app/components/BusinessCards/Card3.d.ts.map +1 -0
  330. package/lib/typescript/src/app/components/BusinessCards/Card4.d.ts +14 -0
  331. package/lib/typescript/src/app/components/BusinessCards/Card4.d.ts.map +1 -0
  332. package/lib/typescript/src/app/components/BusinessCards/Card5.d.ts +14 -0
  333. package/lib/typescript/src/app/components/BusinessCards/Card5.d.ts.map +1 -0
  334. package/lib/typescript/src/app/components/BusinessCards/Card6.d.ts +14 -0
  335. package/lib/typescript/src/app/components/BusinessCards/Card6.d.ts.map +1 -0
  336. package/lib/typescript/src/app/components/BusinessCards/Card7.d.ts +14 -0
  337. package/lib/typescript/src/app/components/BusinessCards/Card7.d.ts.map +1 -0
  338. package/lib/typescript/src/app/components/BusinessCards/Card8.d.ts +14 -0
  339. package/lib/typescript/src/app/components/BusinessCards/Card8.d.ts.map +1 -0
  340. package/lib/typescript/src/app/components/BusinessCards/Card9.d.ts +14 -0
  341. package/lib/typescript/src/app/components/BusinessCards/Card9.d.ts.map +1 -0
  342. package/lib/typescript/src/app/components/BusinessCards/index.d.ts +11 -0
  343. package/lib/typescript/src/app/components/BusinessCards/index.d.ts.map +1 -0
  344. package/lib/typescript/src/app/components/CashEntryComponent.d.ts +8 -0
  345. package/lib/typescript/src/app/components/CashEntryComponent.d.ts.map +1 -0
  346. package/lib/typescript/src/app/components/CityModal.d.ts +7 -0
  347. package/lib/typescript/src/app/components/CityModal.d.ts.map +1 -0
  348. package/lib/typescript/src/app/components/CountryPhoneInput.d.ts +4 -1
  349. package/lib/typescript/src/app/components/CountryPhoneInput.d.ts.map +1 -1
  350. package/lib/typescript/src/app/components/CreateExpenseAccount.d.ts +9 -0
  351. package/lib/typescript/src/app/components/CreateExpenseAccount.d.ts.map +1 -0
  352. package/lib/typescript/src/app/components/CustomStatusBar.d.ts +3 -0
  353. package/lib/typescript/src/app/components/CustomStatusBar.d.ts.map +1 -0
  354. package/lib/typescript/src/app/components/CustomToast.d.ts +10 -0
  355. package/lib/typescript/src/app/components/CustomToast.d.ts.map +1 -0
  356. package/lib/typescript/src/app/components/DeleteBusinessModal.d.ts +8 -0
  357. package/lib/typescript/src/app/components/DeleteBusinessModal.d.ts.map +1 -0
  358. package/lib/typescript/src/app/components/DiscountTaxModal.d.ts +9 -0
  359. package/lib/typescript/src/app/components/DiscountTaxModal.d.ts.map +1 -0
  360. package/lib/typescript/src/app/components/Entries.d.ts.map +1 -1
  361. package/lib/typescript/src/app/components/ExpenseList.d.ts +6 -0
  362. package/lib/typescript/src/app/components/ExpenseList.d.ts.map +1 -0
  363. package/lib/typescript/src/app/components/ExpenseParent.d.ts +4 -0
  364. package/lib/typescript/src/app/components/ExpenseParent.d.ts.map +1 -0
  365. package/lib/typescript/src/app/components/FloatingInput.d.ts +18 -0
  366. package/lib/typescript/src/app/components/FloatingInput.d.ts.map +1 -0
  367. package/lib/typescript/src/app/components/Header.d.ts +11 -0
  368. package/lib/typescript/src/app/components/Header.d.ts.map +1 -0
  369. package/lib/typescript/src/app/components/Loader.d.ts +5 -0
  370. package/lib/typescript/src/app/components/Loader.d.ts.map +1 -0
  371. package/lib/typescript/src/app/components/PartyModal.d.ts +7 -0
  372. package/lib/typescript/src/app/components/PartyModal.d.ts.map +1 -0
  373. package/lib/typescript/src/app/components/PickerModal.d.ts +8 -0
  374. package/lib/typescript/src/app/components/PickerModal.d.ts.map +1 -0
  375. package/lib/typescript/src/app/components/SalePaymentModal.d.ts +15 -0
  376. package/lib/typescript/src/app/components/SalePaymentModal.d.ts.map +1 -0
  377. package/lib/typescript/src/app/components/SearchBar.d.ts +2 -4
  378. package/lib/typescript/src/app/components/SearchBar.d.ts.map +1 -1
  379. package/lib/typescript/src/app/components/StockDetailChild.d.ts +5 -0
  380. package/lib/typescript/src/app/components/StockDetailChild.d.ts.map +1 -0
  381. package/lib/typescript/src/app/components/StockList.d.ts +6 -0
  382. package/lib/typescript/src/app/components/StockList.d.ts.map +1 -0
  383. package/lib/typescript/src/app/components/StockReportTransaction.d.ts +18 -0
  384. package/lib/typescript/src/app/components/StockReportTransaction.d.ts.map +1 -0
  385. package/lib/typescript/src/app/components/Transaction.d.ts +9 -2
  386. package/lib/typescript/src/app/components/Transaction.d.ts.map +1 -1
  387. package/lib/typescript/src/app/components/User.d.ts +3 -1
  388. package/lib/typescript/src/app/components/User.d.ts.map +1 -1
  389. package/lib/typescript/src/app/components/index.d.ts +26 -7
  390. package/lib/typescript/src/app/components/index.d.ts.map +1 -1
  391. package/lib/typescript/src/app/database/bill.d.ts +7 -0
  392. package/lib/typescript/src/app/database/bill.d.ts.map +1 -0
  393. package/lib/typescript/src/app/database/business.d.ts +9 -0
  394. package/lib/typescript/src/app/database/business.d.ts.map +1 -0
  395. package/lib/typescript/src/app/database/cash.d.ts +14 -0
  396. package/lib/typescript/src/app/database/cash.d.ts.map +1 -0
  397. package/lib/typescript/src/app/database/clients.d.ts +36 -5
  398. package/lib/typescript/src/app/database/clients.d.ts.map +1 -1
  399. package/lib/typescript/src/app/database/expense.d.ts +12 -0
  400. package/lib/typescript/src/app/database/expense.d.ts.map +1 -0
  401. package/lib/typescript/src/app/database/schema.d.ts.map +1 -1
  402. package/lib/typescript/src/app/database/stock.d.ts +16 -0
  403. package/lib/typescript/src/app/database/stock.d.ts.map +1 -0
  404. package/lib/typescript/src/app/htmlTemplates/htmlTemplates.d.ts +29 -0
  405. package/lib/typescript/src/app/htmlTemplates/htmlTemplates.d.ts.map +1 -0
  406. package/lib/typescript/src/app/navigation/BillStack/BillStack.d.ts +2 -0
  407. package/lib/typescript/src/app/navigation/BillStack/BillStack.d.ts.map +1 -0
  408. package/lib/typescript/src/app/navigation/BottomTabs/BottomTabs.d.ts.map +1 -1
  409. package/lib/typescript/src/app/navigation/BusinessStack/BusinessStack.d.ts +2 -0
  410. package/lib/typescript/src/app/navigation/BusinessStack/BusinessStack.d.ts.map +1 -0
  411. package/lib/typescript/src/app/navigation/CashStack/CashStack.d.ts +2 -0
  412. package/lib/typescript/src/app/navigation/CashStack/CashStack.d.ts.map +1 -0
  413. package/lib/typescript/src/app/navigation/EntriesStack/EntriesStack.d.ts +2 -0
  414. package/lib/typescript/src/app/navigation/EntriesStack/EntriesStack.d.ts.map +1 -0
  415. package/lib/typescript/src/app/navigation/ExpenseStack.js/ExpenseStack.d.ts +2 -0
  416. package/lib/typescript/src/app/navigation/ExpenseStack.js/ExpenseStack.d.ts.map +1 -0
  417. package/lib/typescript/src/app/navigation/HomeStack/HomeStack.d.ts.map +1 -1
  418. package/lib/typescript/src/app/navigation/Root.d.ts.map +1 -1
  419. package/lib/typescript/src/app/navigation/SaleStack/SaleStack.d.ts +2 -0
  420. package/lib/typescript/src/app/navigation/SaleStack/SaleStack.d.ts.map +1 -0
  421. package/lib/typescript/src/app/navigation/StockStack/StockStack.d.ts +2 -0
  422. package/lib/typescript/src/app/navigation/StockStack/StockStack.d.ts.map +1 -0
  423. package/lib/typescript/src/app/navigation/index.d.ts +3 -1
  424. package/lib/typescript/src/app/navigation/index.d.ts.map +1 -1
  425. package/lib/typescript/src/app/redux/Store.d.ts.map +1 -1
  426. package/lib/typescript/src/app/redux/reducers/client/client_reducers.d.ts.map +1 -1
  427. package/lib/typescript/src/app/redux/reducers/client/client_types.d.ts +5 -0
  428. package/lib/typescript/src/app/redux/reducers/client/client_types.d.ts.map +1 -1
  429. package/lib/typescript/src/app/redux/reducers/user/user_reducers.d.ts +3 -0
  430. package/lib/typescript/src/app/redux/reducers/user/user_reducers.d.ts.map +1 -0
  431. package/lib/typescript/src/app/redux/reducers/user/user_types.d.ts +4 -0
  432. package/lib/typescript/src/app/redux/reducers/user/user_types.d.ts.map +1 -0
  433. package/lib/typescript/src/app/screens/AddBank.d.ts +5 -0
  434. package/lib/typescript/src/app/screens/AddBank.d.ts.map +1 -0
  435. package/lib/typescript/src/app/screens/AddBusiness.d.ts +4 -0
  436. package/lib/typescript/src/app/screens/AddBusiness.d.ts.map +1 -0
  437. package/lib/typescript/src/app/screens/AddItems.d.ts +5 -0
  438. package/lib/typescript/src/app/screens/AddItems.d.ts.map +1 -0
  439. package/lib/typescript/src/app/screens/AddScreen.d.ts.map +1 -1
  440. package/lib/typescript/src/app/screens/All.d.ts +2 -0
  441. package/lib/typescript/src/app/screens/All.d.ts.map +1 -0
  442. package/lib/typescript/src/app/screens/AllTransactions.d.ts +5 -0
  443. package/lib/typescript/src/app/screens/AllTransactions.d.ts.map +1 -0
  444. package/lib/typescript/src/app/screens/Banks.d.ts.map +1 -1
  445. package/lib/typescript/src/app/screens/BillDetails.d.ts +6 -0
  446. package/lib/typescript/src/app/screens/BillDetails.d.ts.map +1 -0
  447. package/lib/typescript/src/app/screens/BillHome.d.ts +5 -0
  448. package/lib/typescript/src/app/screens/BillHome.d.ts.map +1 -0
  449. package/lib/typescript/src/app/screens/BillParent.d.ts +5 -0
  450. package/lib/typescript/src/app/screens/BillParent.d.ts.map +1 -0
  451. package/lib/typescript/src/app/screens/BusinessDetail.d.ts +4 -0
  452. package/lib/typescript/src/app/screens/BusinessDetail.d.ts.map +1 -0
  453. package/lib/typescript/src/app/screens/CashEntry.d.ts +5 -0
  454. package/lib/typescript/src/app/screens/CashEntry.d.ts.map +1 -0
  455. package/lib/typescript/src/app/screens/CashEntryDetails.d.ts +5 -0
  456. package/lib/typescript/src/app/screens/CashEntryDetails.d.ts.map +1 -0
  457. package/lib/typescript/src/app/screens/CashHome.d.ts +4 -0
  458. package/lib/typescript/src/app/screens/CashHome.d.ts.map +1 -0
  459. package/lib/typescript/src/app/screens/CashReport.d.ts +4 -0
  460. package/lib/typescript/src/app/screens/CashReport.d.ts.map +1 -0
  461. package/lib/typescript/src/app/screens/CashSummary.d.ts +5 -0
  462. package/lib/typescript/src/app/screens/CashSummary.d.ts.map +1 -0
  463. package/lib/typescript/src/app/screens/CreateBill.d.ts +5 -0
  464. package/lib/typescript/src/app/screens/CreateBill.d.ts.map +1 -0
  465. package/lib/typescript/src/app/screens/CustomerEntries.d.ts.map +1 -1
  466. package/lib/typescript/src/app/screens/Customers.d.ts +1 -3
  467. package/lib/typescript/src/app/screens/Customers.d.ts.map +1 -1
  468. package/lib/typescript/src/app/screens/EditCategory.d.ts +4 -0
  469. package/lib/typescript/src/app/screens/EditCategory.d.ts.map +1 -0
  470. package/lib/typescript/src/app/screens/EditCategoryStock.d.ts +4 -0
  471. package/lib/typescript/src/app/screens/EditCategoryStock.d.ts.map +1 -0
  472. package/lib/typescript/src/app/screens/Entry.d.ts.map +1 -1
  473. package/lib/typescript/src/app/screens/ExpenseDetail.d.ts +3 -0
  474. package/lib/typescript/src/app/screens/ExpenseDetail.d.ts.map +1 -0
  475. package/lib/typescript/src/app/screens/ExpenseEntries.d.ts +5 -0
  476. package/lib/typescript/src/app/screens/ExpenseEntries.d.ts.map +1 -0
  477. package/lib/typescript/src/app/screens/ExpenseEntry.d.ts +5 -0
  478. package/lib/typescript/src/app/screens/ExpenseEntry.d.ts.map +1 -0
  479. package/lib/typescript/src/app/screens/ExpenseEntryDetails.d.ts +5 -0
  480. package/lib/typescript/src/app/screens/ExpenseEntryDetails.d.ts.map +1 -0
  481. package/lib/typescript/src/app/screens/ExpenseEntryReport.d.ts +5 -0
  482. package/lib/typescript/src/app/screens/ExpenseEntryReport.d.ts.map +1 -0
  483. package/lib/typescript/src/app/screens/ExpenseReport.d.ts +5 -0
  484. package/lib/typescript/src/app/screens/ExpenseReport.d.ts.map +1 -0
  485. package/lib/typescript/src/app/screens/Geolocation.d.ts +5 -0
  486. package/lib/typescript/src/app/screens/Geolocation.d.ts.map +1 -0
  487. package/lib/typescript/src/app/screens/GetStarted.d.ts +4 -0
  488. package/lib/typescript/src/app/screens/GetStarted.d.ts.map +1 -0
  489. package/lib/typescript/src/app/screens/HomeScreen.d.ts.map +1 -1
  490. package/lib/typescript/src/app/screens/InBuy.d.ts +5 -0
  491. package/lib/typescript/src/app/screens/InBuy.d.ts.map +1 -0
  492. package/lib/typescript/src/app/screens/ItemEntryDetails.d.ts +5 -0
  493. package/lib/typescript/src/app/screens/ItemEntryDetails.d.ts.map +1 -0
  494. package/lib/typescript/src/app/screens/LowStock.d.ts +4 -0
  495. package/lib/typescript/src/app/screens/LowStock.d.ts.map +1 -0
  496. package/lib/typescript/src/app/screens/NewPin.d.ts +5 -0
  497. package/lib/typescript/src/app/screens/NewPin.d.ts.map +1 -0
  498. package/lib/typescript/src/app/screens/OutSell.d.ts +6 -0
  499. package/lib/typescript/src/app/screens/OutSell.d.ts.map +1 -0
  500. package/lib/typescript/src/app/screens/POSSale.d.ts +9 -0
  501. package/lib/typescript/src/app/screens/POSSale.d.ts.map +1 -0
  502. package/lib/typescript/src/app/screens/PinScreen.d.ts +5 -0
  503. package/lib/typescript/src/app/screens/PinScreen.d.ts.map +1 -0
  504. package/lib/typescript/src/app/screens/PreviewBill.d.ts +5 -0
  505. package/lib/typescript/src/app/screens/PreviewBill.d.ts.map +1 -0
  506. package/lib/typescript/src/app/screens/Profile.d.ts +5 -0
  507. package/lib/typescript/src/app/screens/Profile.d.ts.map +1 -0
  508. package/lib/typescript/src/app/screens/RateList.d.ts +5 -0
  509. package/lib/typescript/src/app/screens/RateList.d.ts.map +1 -0
  510. package/lib/typescript/src/app/screens/Report.d.ts +5 -0
  511. package/lib/typescript/src/app/screens/Report.d.ts.map +1 -0
  512. package/lib/typescript/src/app/screens/SaleItemDetail.d.ts +6 -0
  513. package/lib/typescript/src/app/screens/SaleItemDetail.d.ts.map +1 -0
  514. package/lib/typescript/src/app/screens/SaleParent.d.ts +2 -0
  515. package/lib/typescript/src/app/screens/SaleParent.d.ts.map +1 -0
  516. package/lib/typescript/src/app/screens/SelectBank.d.ts +4 -0
  517. package/lib/typescript/src/app/screens/SelectBank.d.ts.map +1 -0
  518. package/lib/typescript/src/app/screens/SelectBusiness.d.ts.map +1 -1
  519. package/lib/typescript/src/app/screens/Splash.d.ts.map +1 -1
  520. package/lib/typescript/src/app/screens/StockChild.d.ts +7 -0
  521. package/lib/typescript/src/app/screens/StockChild.d.ts.map +1 -0
  522. package/lib/typescript/src/app/screens/StockDetail.d.ts +5 -0
  523. package/lib/typescript/src/app/screens/StockDetail.d.ts.map +1 -0
  524. package/lib/typescript/src/app/screens/StockParent.d.ts +2 -0
  525. package/lib/typescript/src/app/screens/StockParent.d.ts.map +1 -0
  526. package/lib/typescript/src/app/screens/StockReport.d.ts +5 -0
  527. package/lib/typescript/src/app/screens/StockReport.d.ts.map +1 -0
  528. package/lib/typescript/src/app/screens/StockValue.d.ts +5 -0
  529. package/lib/typescript/src/app/screens/StockValue.d.ts.map +1 -0
  530. package/lib/typescript/src/app/screens/Suppliers.d.ts +1 -3
  531. package/lib/typescript/src/app/screens/Suppliers.d.ts.map +1 -1
  532. package/lib/typescript/src/app/screens/TransactionDetails.d.ts.map +1 -1
  533. package/lib/typescript/src/app/screens/UpdateBusiness.d.ts +5 -0
  534. package/lib/typescript/src/app/screens/UpdateBusiness.d.ts.map +1 -0
  535. package/lib/typescript/src/app/screens/VisionCamera.d.ts +2 -0
  536. package/lib/typescript/src/app/screens/VisionCamera.d.ts.map +1 -0
  537. package/lib/typescript/src/app/screens/index.d.ts +56 -11
  538. package/lib/typescript/src/app/screens/index.d.ts.map +1 -1
  539. package/lib/typescript/src/app/themes/config.d.ts +60 -8
  540. package/lib/typescript/src/app/themes/config.d.ts.map +1 -1
  541. package/package.json +6 -2
  542. package/src/App.js +30 -34
  543. package/src/app/api/api.js +11 -0
  544. package/src/app/assets/Icons/Bill.png +0 -0
  545. package/src/app/assets/Icons/Bill_Grey.png +0 -0
  546. package/src/app/assets/Icons/Cash.png +0 -0
  547. package/src/app/assets/Icons/Cash_Grey.png +0 -0
  548. package/src/app/assets/Icons/Expense.png +0 -0
  549. package/src/app/assets/Icons/Expense_Grey.png +0 -0
  550. package/src/app/assets/Icons/Staff.png +0 -0
  551. package/src/app/assets/Icons/Stock.png +0 -0
  552. package/src/app/assets/Icons/Stock_Grey.png +0 -0
  553. package/src/app/assets/Icons/abc.png +0 -0
  554. package/src/app/assets/Icons/bank_logo.png +0 -0
  555. package/src/app/assets/Icons/download_sale.png +0 -0
  556. package/src/app/assets/Icons/recycle-bin.png +0 -0
  557. package/src/app/assets/animations/recording.json +1 -0
  558. package/src/app/assets/animations/success.json +1 -0
  559. package/src/app/assets/animations/voice_visualization.json +1 -0
  560. package/src/app/assets/businessCards/card_11.png +0 -0
  561. package/src/app/assets/businessCards/card_12_bg.png +0 -0
  562. package/src/app/assets/businessCards/card_wall_01.jpeg +0 -0
  563. package/src/app/assets/businessCards/card_wall_02.jpeg +0 -0
  564. package/src/app/assets/businessCards/card_wall_03.jpeg +0 -0
  565. package/src/app/assets/businessCards/card_wall_04.jpeg +0 -0
  566. package/src/app/assets/businessCards/card_wall_05.jpeg +0 -0
  567. package/src/app/assets/businessCards/card_wall_06.jpeg +0 -0
  568. package/src/app/assets/businessCards/card_wall_07.jpeg +0 -0
  569. package/src/app/assets/businessCards/card_wall_08.jpeg +0 -0
  570. package/src/app/assets/illustrations/empty.png +0 -0
  571. package/src/app/assets/illustrations/packages.png +0 -0
  572. package/src/app/assets/images/Digikhata_idzarHgH0q_0.png +0 -0
  573. package/src/app/assets/images/bank.png +0 -0
  574. package/src/app/assets/images/digiLogo-main.png +0 -0
  575. package/src/app/assets/images/svgviewer-output.svg +57 -0
  576. package/src/app/assets/images/user.png +0 -0
  577. package/src/app/assets/oldIcons/BILL.svg +3 -0
  578. package/src/app/assets/oldIcons/CASH.svg +4 -0
  579. package/src/app/assets/oldIcons/EXPENSE.svg +6 -0
  580. package/src/app/assets/oldIcons/STAFF.svg +3 -0
  581. package/src/app/assets/oldIcons/Sale Active.svg +14 -0
  582. package/src/app/assets/oldIcons/Stock.svg +5 -0
  583. package/src/app/assets/svg/BILL.svg +4 -0
  584. package/src/app/assets/svg/CASH.svg +6 -0
  585. package/src/app/assets/svg/EXPENSE.svg +5 -0
  586. package/src/app/assets/svg/More Icon.svg +6 -0
  587. package/src/app/assets/svg/Payment Icon.svg +4 -0
  588. package/src/app/assets/svg/Pos.svg +13 -0
  589. package/src/app/assets/svg/STAFF.svg +5 -0
  590. package/src/app/assets/svg/Sale Active.svg +8 -0
  591. package/src/app/assets/svg/Sale Icon.svg +3 -0
  592. package/src/app/assets/svg/Stock.svg +5 -0
  593. package/src/app/components/AccountSetupSteps.js +58 -0
  594. package/src/app/components/AddItemBillParent.js +373 -0
  595. package/src/app/components/AdditemBillChild.js +1257 -0
  596. package/src/app/components/Balance.js +211 -114
  597. package/src/app/components/BillList.js +548 -0
  598. package/src/app/components/BillSetupSteps.js +56 -0
  599. package/src/app/components/BottomView.js +39 -0
  600. package/src/app/components/BusinessCards/Card1.js +160 -0
  601. package/src/app/components/BusinessCards/Card10.js +209 -0
  602. package/src/app/components/BusinessCards/Card2.js +148 -0
  603. package/src/app/components/BusinessCards/Card3.js +147 -0
  604. package/src/app/components/BusinessCards/Card4.js +147 -0
  605. package/src/app/components/BusinessCards/Card5.js +151 -0
  606. package/src/app/components/BusinessCards/Card6.js +157 -0
  607. package/src/app/components/BusinessCards/Card7.js +146 -0
  608. package/src/app/components/BusinessCards/Card8.js +170 -0
  609. package/src/app/components/BusinessCards/Card9.js +209 -0
  610. package/src/app/components/BusinessCards/index.js +10 -0
  611. package/src/app/components/CashEntryComponent.js +297 -0
  612. package/src/app/components/CityModal.js +117 -0
  613. package/src/app/components/CountryPhoneInput.js +373 -267
  614. package/src/app/components/CreateExpenseAccount.js +141 -0
  615. package/src/app/components/CustomStatusBar.js +33 -0
  616. package/src/app/components/CustomToast.js +143 -0
  617. package/src/app/components/DeleteBusinessModal.js +196 -0
  618. package/src/app/components/DiscountTaxModal.js +256 -0
  619. package/src/app/components/Entries.js +87 -67
  620. package/src/app/components/ExpenseList.js +507 -0
  621. package/src/app/components/ExpenseParent.js +446 -0
  622. package/src/app/components/FloatingInput.js +188 -0
  623. package/src/app/components/Header.js +121 -0
  624. package/src/app/components/Loader.js +35 -0
  625. package/src/app/components/PartyModal.js +213 -0
  626. package/src/app/components/PickerModal.js +176 -0
  627. package/src/app/components/SalePaymentModal.js +822 -0
  628. package/src/app/components/SearchBar.js +225 -47
  629. package/src/app/components/StockDetailChild.js +461 -0
  630. package/src/app/components/StockList.js +582 -0
  631. package/src/app/components/StockReportTransaction.js +192 -0
  632. package/src/app/components/Transaction.js +277 -86
  633. package/src/app/components/User.js +188 -80
  634. package/src/app/components/index.js +51 -13
  635. package/src/app/database/bill.js +305 -0
  636. package/src/app/database/business.js +499 -0
  637. package/src/app/database/cash.js +451 -0
  638. package/src/app/database/clients.js +1550 -43
  639. package/src/app/database/expense.js +439 -0
  640. package/src/app/database/schema.js +115 -4
  641. package/src/app/database/stock.js +724 -0
  642. package/src/app/htmlTemplates/htmlTemplates.js +2603 -0
  643. package/src/app/navigation/BillStack/BillStack.js +38 -0
  644. package/src/app/navigation/BottomTabs/BottomTabs.js +24 -19
  645. package/src/app/navigation/BusinessStack/BusinessStack.js +27 -0
  646. package/src/app/navigation/CashStack/CashStack.js +59 -0
  647. package/src/app/navigation/EntriesStack/EntriesStack.js +186 -0
  648. package/src/app/navigation/ExpenseStack.js/ExpenseStack.js +50 -0
  649. package/src/app/navigation/HomeStack/HomeStack.js +106 -39
  650. package/src/app/navigation/Root.js +16 -1
  651. package/src/app/navigation/SaleStack/SaleStack.js +62 -0
  652. package/src/app/navigation/StockStack/StockStack.js +48 -0
  653. package/src/app/navigation/index.js +5 -1
  654. package/src/app/redux/Store.js +2 -0
  655. package/src/app/redux/reducers/client/client_reducers.js +31 -2
  656. package/src/app/redux/reducers/client/client_types.js +8 -1
  657. package/src/app/redux/reducers/user/user_reducers.js +24 -0
  658. package/src/app/redux/reducers/user/user_types.js +3 -0
  659. package/src/app/screens/AddBank.js +353 -0
  660. package/src/app/screens/AddBusiness.js +1161 -0
  661. package/src/app/screens/AddItems.js +515 -0
  662. package/src/app/screens/AddScreen.js +525 -165
  663. package/src/app/screens/All.js +1074 -0
  664. package/src/app/screens/AllTransactions.js +1138 -0
  665. package/src/app/screens/Banks.js +1136 -133
  666. package/src/app/screens/BillDetails.js +989 -0
  667. package/src/app/screens/BillHome.js +97 -0
  668. package/src/app/screens/BillParent.js +419 -0
  669. package/src/app/screens/BusinessDetail.js +939 -0
  670. package/src/app/screens/CashEntry.js +2913 -0
  671. package/src/app/screens/CashEntryDetails.js +650 -0
  672. package/src/app/screens/CashHome.js +594 -0
  673. package/src/app/screens/CashReport.js +1658 -0
  674. package/src/app/screens/CashSummary.js +607 -0
  675. package/src/app/screens/CreateBill.js +2504 -0
  676. package/src/app/screens/CustomerEntries.js +1578 -350
  677. package/src/app/screens/Customers.js +1066 -213
  678. package/src/app/screens/EditCategory.js +316 -0
  679. package/src/app/screens/EditCategoryStock.js +320 -0
  680. package/src/app/screens/Entry.js +2555 -585
  681. package/src/app/screens/ExpenseDetail.js +14 -0
  682. package/src/app/screens/ExpenseEntries.js +837 -0
  683. package/src/app/screens/ExpenseEntry.js +2478 -0
  684. package/src/app/screens/ExpenseEntryDetails.js +612 -0
  685. package/src/app/screens/ExpenseEntryReport.js +1059 -0
  686. package/src/app/screens/ExpenseReport.js +1071 -0
  687. package/src/app/screens/Geolocation.js +435 -0
  688. package/src/app/screens/GetStarted.js +202 -0
  689. package/src/app/screens/HomeScreen.js +368 -132
  690. package/src/app/screens/InBuy.js +918 -0
  691. package/src/app/screens/ItemEntryDetails.js +582 -0
  692. package/src/app/screens/LowStock.js +417 -0
  693. package/src/app/screens/NewPin.js +225 -0
  694. package/src/app/screens/OutSell.js +2153 -0
  695. package/src/app/screens/POSSale.js +639 -0
  696. package/src/app/screens/PinScreen.js +716 -0
  697. package/src/app/screens/PreviewBill.js +302 -0
  698. package/src/app/screens/Profile.js +1594 -0
  699. package/src/app/screens/RateList.js +525 -0
  700. package/src/app/screens/Report.js +1401 -0
  701. package/src/app/screens/SaleItemDetail.js +1187 -0
  702. package/src/app/screens/SaleParent.js +345 -0
  703. package/src/app/screens/SelectBank.js +220 -0
  704. package/src/app/screens/SelectBusiness.js +672 -163
  705. package/src/app/screens/Splash.js +96 -15
  706. package/src/app/screens/StockChild.js +372 -0
  707. package/src/app/screens/StockDetail.js +758 -0
  708. package/src/app/screens/StockParent.js +287 -0
  709. package/src/app/screens/StockReport.js +1359 -0
  710. package/src/app/screens/StockValue.js +720 -0
  711. package/src/app/screens/Suppliers.js +1108 -205
  712. package/src/app/screens/TransactionDetails.js +1674 -180
  713. package/src/app/screens/UpdateBusiness.js +837 -0
  714. package/src/app/screens/VisionCamera.js +54 -0
  715. package/src/app/screens/index.js +111 -21
  716. package/src/app/screens/new.html +171 -0
  717. package/src/app/themes/config.js +431 -114
  718. package/src/app/utils/city.json +7265 -0
@@ -0,0 +1,57 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="70" viewBox="0 0 52 16.174" width="130">
2
+ <g data-name="Group 5123" id="Group_5123" transform="translate(6357 57)">
3
+ <g data-name="Group 5115" id="Group_5115" transform="translate(-6357 -57)">
4
+ <g data-name="Group 5111" id="Group_5111" transform="translate(13.504 4.238)">
5
+ <g data-name="Group 5108" id="Group_5108" style="isolation: isolate" transform="translate(0 0.179)">
6
+ <path d="M166.492,41.8a4.534,4.534,0,0,1-.238,1.56,2.647,2.647,0,0,1-.684,1.058,2.742,2.742,0,0,1-1.083.6,5.3,5.3,0,0,1-1.519.192h-1.583a.419.419,0,0,1-.284-.1.41.41,0,0,1-.115-.325V39.013a.409.409,0,0,1,.115-.325.419.419,0,0,1,.284-.1h1.7a4.753,4.753,0,0,1,1.5.208,2.723,2.723,0,0,1,1.04.615,2.636,2.636,0,0,1,.643,1.006A4.016,4.016,0,0,1,166.492,41.8Zm-1.393.046a3.327,3.327,0,0,0-.11-.876,1.867,1.867,0,0,0-.353-.7,1.64,1.64,0,0,0-.625-.464,2.536,2.536,0,0,0-1-.166h-.681v4.507h.7a2.644,2.644,0,0,0,.932-.143,1.555,1.555,0,0,0,.633-.433,1.867,1.867,0,0,0,.379-.72A3.6,3.6,0,0,0,165.1,41.851Z" data-name="Path 13525" fill="#000000" id="Path_13525" transform="translate(-160.986 -38.26)"/>
7
+ <path d="M211.424,36.762a.723.723,0,0,1-.159.538,1.257,1.257,0,0,1-1.176.005.7.7,0,0,1-.151-.517.739.739,0,0,1,.156-.54,1.237,1.237,0,0,1,1.175-.005A.7.7,0,0,1,211.424,36.762Zm-.1,6.116a.139.139,0,0,1-.031.09.226.226,0,0,1-.1.064.913.913,0,0,1-.2.039q-.123.013-.312.013t-.312-.013a.911.911,0,0,1-.2-.039.226.226,0,0,1-.105-.064.14.14,0,0,1-.031-.09V38.319a.14.14,0,0,1,.031-.09.243.243,0,0,1,.105-.067.877.877,0,0,1,.2-.044,3.18,3.18,0,0,1,.625,0,.879.879,0,0,1,.2.044.244.244,0,0,1,.1.067.139.139,0,0,1,.031.09Z" data-name="Path 13526" fill="#000000" id="Path_13526" transform="translate(-203.501 -36.096)"/>
8
+ <path d="M231.038,51.445a.888.888,0,0,1-.056.364q-.056.118-.138.118h-.538a.731.731,0,0,1,.161.279,1.086,1.086,0,0,1,.049.325,1.782,1.782,0,0,1-.133.709,1.408,1.408,0,0,1-.382.523,1.687,1.687,0,0,1-.6.323,2.6,2.6,0,0,1-.781.11,1.612,1.612,0,0,1-.42-.054,1.064,1.064,0,0,1-.307-.126.749.749,0,0,0-.11.159.431.431,0,0,0-.049.2.289.289,0,0,0,.131.243.665.665,0,0,0,.366.105l1.111.041a2.7,2.7,0,0,1,.694.11,1.484,1.484,0,0,1,.512.266,1.151,1.151,0,0,1,.318.412,1.3,1.3,0,0,1,.11.548,1.418,1.418,0,0,1-.148.638,1.446,1.446,0,0,1-.446.52,2.3,2.3,0,0,1-.745.348,3.831,3.831,0,0,1-1.047.128,4.637,4.637,0,0,1-1-.092,2.185,2.185,0,0,1-.676-.256,1.039,1.039,0,0,1-.384-.392,1.053,1.053,0,0,1-.12-.5,1.177,1.177,0,0,1,.044-.323,1.211,1.211,0,0,1,.128-.295,1.521,1.521,0,0,1,.207-.269,2.232,2.232,0,0,1,.282-.246.851.851,0,0,1-.461-.763,1.113,1.113,0,0,1,.138-.551,1.756,1.756,0,0,1,.359-.448,1.355,1.355,0,0,1-.287-.43,1.59,1.59,0,0,1-.108-.625,1.733,1.733,0,0,1,.141-.715,1.512,1.512,0,0,1,.392-.533,1.732,1.732,0,0,1,.6-.333,2.435,2.435,0,0,1,.768-.115,3.2,3.2,0,0,1,.412.026,2.728,2.728,0,0,1,.366.072h1.45q.087,0,.141.113A.957.957,0,0,1,231.038,51.445Zm-1.352,4.728a.4.4,0,0,0-.184-.353.964.964,0,0,0-.507-.133l-.917-.026a1.347,1.347,0,0,0-.213.187,1.132,1.132,0,0,0-.128.172.505.505,0,0,0-.064.159.808.808,0,0,0-.015.159.42.42,0,0,0,.259.389,1.622,1.622,0,0,0,.73.133,1.764,1.764,0,0,0,.492-.059.949.949,0,0,0,.323-.156.562.562,0,0,0,.174-.218A.643.643,0,0,0,229.686,56.173Zm-.3-3.647a.712.712,0,0,0-.784-.779.809.809,0,0,0-.333.064.668.668,0,0,0-.238.174.719.719,0,0,0-.141.256,1.006,1.006,0,0,0-.046.3.738.738,0,0,0,.2.551.774.774,0,0,0,.569.2.855.855,0,0,0,.338-.061.659.659,0,0,0,.238-.169.737.737,0,0,0,.143-.248A.894.894,0,0,0,229.384,52.526Z" data-name="Path 13527" fill="#000000" id="Path_13527" transform="translate(-217.808 -48.915)"/>
9
+ <path d="M268.828,36.762a.722.722,0,0,1-.159.538,1.256,1.256,0,0,1-1.175.005.7.7,0,0,1-.151-.517.74.74,0,0,1,.156-.54,1.237,1.237,0,0,1,1.175-.005A.7.7,0,0,1,268.828,36.762Zm-.1,6.116a.139.139,0,0,1-.031.09.226.226,0,0,1-.1.064.915.915,0,0,1-.2.039q-.123.013-.312.013t-.312-.013a.911.911,0,0,1-.2-.039.226.226,0,0,1-.105-.064.14.14,0,0,1-.031-.09V38.319a.14.14,0,0,1,.031-.09.243.243,0,0,1,.105-.067.877.877,0,0,1,.2-.044,3.18,3.18,0,0,1,.625,0,.881.881,0,0,1,.2.044.244.244,0,0,1,.1.067.139.139,0,0,1,.031.09Z" data-name="Path 13528" fill="#000000" id="Path_13528" transform="translate(-253.355 -36.096)"/>
10
+ </g>
11
+ <g data-name="Group 5110" id="Group_5110" transform="translate(16.896)">
12
+ <g data-name="Group 5109" id="Group_5109">
13
+ <path d="M293.775,44.869a.153.153,0,0,1-.018.074.127.127,0,0,1-.069.054.633.633,0,0,1-.138.033,1.626,1.626,0,0,1-.225.013,2.236,2.236,0,0,1-.292-.015.376.376,0,0,1-.169-.056.4.4,0,0,1-.092-.092l-2.438-3.314V44.88a.123.123,0,0,1-.092.12.787.787,0,0,1-.136.031,1.757,1.757,0,0,1-.423,0,.787.787,0,0,1-.138-.031.123.123,0,0,1-.092-.12V38.518a.126.126,0,0,1,.02-.072.139.139,0,0,1,.072-.049.788.788,0,0,1,.138-.031,1.738,1.738,0,0,1,.423,0,.789.789,0,0,1,.136.031.139.139,0,0,1,.072.049.126.126,0,0,1,.021.072v2.945l2.346-2.945a.3.3,0,0,1,.072-.077.318.318,0,0,1,.1-.049.861.861,0,0,1,.143-.028,1.9,1.9,0,0,1,.218-.01,1.444,1.444,0,0,1,.215.013.584.584,0,0,1,.131.033.134.134,0,0,1,.067.051.131.131,0,0,1,.018.067.3.3,0,0,1-.033.133,1.217,1.217,0,0,1-.125.184l-2.2,2.628,2.366,3.145a1.178,1.178,0,0,1,.1.182A.243.243,0,0,1,293.775,44.869Z" data-name="Path 13529" fill="#000000" id="Path_13529" transform="translate(-289.452 -37.878)"/>
14
+ <path d="M332.124,41.74a.115.115,0,0,1-.02.069.16.16,0,0,1-.067.049.469.469,0,0,1-.128.031,1.7,1.7,0,0,1-.2.01,1.75,1.75,0,0,1-.21-.01.465.465,0,0,1-.128-.031.16.16,0,0,1-.067-.049.114.114,0,0,1-.021-.069v-2.7a2.652,2.652,0,0,0-.061-.635,1.316,1.316,0,0,0-.179-.415.778.778,0,0,0-.3-.266.968.968,0,0,0-.433-.092,1.093,1.093,0,0,0-.635.225,3.439,3.439,0,0,0-.666.661V41.74a.114.114,0,0,1-.021.069.159.159,0,0,1-.067.049.466.466,0,0,1-.128.031,1.752,1.752,0,0,1-.21.01,1.7,1.7,0,0,1-.2-.01.506.506,0,0,1-.131-.031.139.139,0,0,1-.067-.049.126.126,0,0,1-.018-.069V34.9a.139.139,0,0,1,.018-.072.132.132,0,0,1,.067-.051.512.512,0,0,1,.131-.031,1.7,1.7,0,0,1,.2-.01,1.752,1.752,0,0,1,.21.01.471.471,0,0,1,.128.031.15.15,0,0,1,.067.051A.126.126,0,0,1,329,34.9v2.761a2.731,2.731,0,0,1,.732-.571,1.628,1.628,0,0,1,.743-.187,1.735,1.735,0,0,1,.776.156,1.4,1.4,0,0,1,.51.417,1.664,1.664,0,0,1,.279.612,3.672,3.672,0,0,1,.084.848Z" data-name="Path 13530" fill="#000000" id="Path_13530" transform="translate(-323.065 -34.733)"/>
15
+ <path d="M369.474,56.051a.108.108,0,0,1-.041.092.291.291,0,0,1-.113.046,1.074,1.074,0,0,1-.21.015,1.164,1.164,0,0,1-.213-.015.254.254,0,0,1-.115-.046.115.115,0,0,1-.036-.092v-.461a2.276,2.276,0,0,1-.674.5,1.785,1.785,0,0,1-.786.179,2.143,2.143,0,0,1-.658-.095,1.421,1.421,0,0,1-.5-.274,1.229,1.229,0,0,1-.323-.44,1.458,1.458,0,0,1-.115-.594,1.375,1.375,0,0,1,.159-.676,1.32,1.32,0,0,1,.456-.476,2.242,2.242,0,0,1,.727-.284,4.518,4.518,0,0,1,.968-.095h.635v-.359a1.787,1.787,0,0,0-.056-.471.809.809,0,0,0-.182-.341.781.781,0,0,0-.325-.2,1.514,1.514,0,0,0-.492-.069,1.959,1.959,0,0,0-.561.074,3,3,0,0,0-.435.164q-.187.09-.312.164a.432.432,0,0,1-.187.074.126.126,0,0,1-.072-.021.175.175,0,0,1-.054-.061.314.314,0,0,1-.033-.105.876.876,0,0,1-.01-.141.9.9,0,0,1,.018-.2.294.294,0,0,1,.087-.141,1.121,1.121,0,0,1,.238-.156,2.614,2.614,0,0,1,.389-.164,3.547,3.547,0,0,1,.481-.123,2.884,2.884,0,0,1,.528-.049,2.767,2.767,0,0,1,.845.113,1.367,1.367,0,0,1,.563.33,1.279,1.279,0,0,1,.313.54,2.619,2.619,0,0,1,.1.753Zm-.84-2.105h-.722a2.726,2.726,0,0,0-.6.059,1.246,1.246,0,0,0-.425.174.723.723,0,0,0-.248.277.83.83,0,0,0-.079.371.743.743,0,0,0,.228.571.9.9,0,0,0,.638.213,1.186,1.186,0,0,0,.617-.169,2.659,2.659,0,0,0,.6-.517Z" data-name="Path 13531" fill="#000000" id="Path_13531" transform="translate(-355.662 -49.039)"/>
16
+ <path d="M401.874,48.031a1.084,1.084,0,0,1-.02.236.263.263,0,0,1-.062.128.4.4,0,0,1-.123.077.986.986,0,0,1-.187.059q-.1.023-.223.038a1.817,1.817,0,0,1-.236.015,1.776,1.776,0,0,1-.615-.095.992.992,0,0,1-.42-.287,1.18,1.18,0,0,1-.238-.487,2.859,2.859,0,0,1-.074-.694V44.328h-.645a.138.138,0,0,1-.123-.082.573.573,0,0,1-.046-.266.887.887,0,0,1,.013-.164.477.477,0,0,1,.033-.11.129.129,0,0,1,.054-.062.155.155,0,0,1,.074-.018h.64v-1.1a.13.13,0,0,1,.018-.067.147.147,0,0,1,.067-.054.437.437,0,0,1,.131-.033,1.7,1.7,0,0,1,.2-.01,1.748,1.748,0,0,1,.21.01.4.4,0,0,1,.128.033.167.167,0,0,1,.067.054.117.117,0,0,1,.021.067v1.1H401.7a.141.141,0,0,1,.072.018.151.151,0,0,1,.054.062.35.35,0,0,1,.033.11,1.1,1.1,0,0,1,.01.164.571.571,0,0,1-.046.266.138.138,0,0,1-.123.082h-1.183V46.9a1.465,1.465,0,0,0,.141.72.533.533,0,0,0,.5.243.868.868,0,0,0,.21-.023q.092-.023.164-.049t.123-.049a.227.227,0,0,1,.092-.023.1.1,0,0,1,.049.013.085.085,0,0,1,.036.049.591.591,0,0,1,.023.1A.958.958,0,0,1,401.874,48.031Z" data-name="Path 13532" fill="#000000" id="Path_13532" transform="translate(-384.472 -41.362)"/>
17
+ <path d="M428.693,56.051a.108.108,0,0,1-.041.092.291.291,0,0,1-.113.046,1.074,1.074,0,0,1-.21.015,1.163,1.163,0,0,1-.212-.015.254.254,0,0,1-.115-.046.115.115,0,0,1-.036-.092v-.461a2.276,2.276,0,0,1-.674.5,1.785,1.785,0,0,1-.786.179,2.143,2.143,0,0,1-.658-.095,1.422,1.422,0,0,1-.5-.274,1.229,1.229,0,0,1-.323-.44,1.458,1.458,0,0,1-.115-.594,1.374,1.374,0,0,1,.159-.676,1.32,1.32,0,0,1,.456-.476,2.242,2.242,0,0,1,.727-.284,4.518,4.518,0,0,1,.968-.095h.635v-.359a1.787,1.787,0,0,0-.056-.471.809.809,0,0,0-.182-.341.781.781,0,0,0-.325-.2,1.514,1.514,0,0,0-.492-.069,1.959,1.959,0,0,0-.561.074,3,3,0,0,0-.435.164q-.187.09-.312.164a.432.432,0,0,1-.187.074.126.126,0,0,1-.072-.021.175.175,0,0,1-.054-.061.314.314,0,0,1-.033-.105.879.879,0,0,1-.01-.141.9.9,0,0,1,.018-.2.294.294,0,0,1,.087-.141,1.121,1.121,0,0,1,.238-.156,2.616,2.616,0,0,1,.389-.164,3.545,3.545,0,0,1,.481-.123,2.883,2.883,0,0,1,.528-.049,2.767,2.767,0,0,1,.845.113,1.367,1.367,0,0,1,.563.33,1.279,1.279,0,0,1,.313.54,2.619,2.619,0,0,1,.1.753Zm-.84-2.105h-.722a2.727,2.727,0,0,0-.6.059,1.246,1.246,0,0,0-.425.174.722.722,0,0,0-.248.277.83.83,0,0,0-.079.371A.743.743,0,0,0,426,55.4a.9.9,0,0,0,.638.213,1.186,1.186,0,0,0,.617-.169,2.659,2.659,0,0,0,.6-.517Z" data-name="Path 13533" fill="#000000" id="Path_13533" transform="translate(-407.093 -49.039)"/>
18
+ </g>
19
+ </g>
20
+ </g>
21
+ <g data-name="Group 5114" id="Group_5114" transform="translate(0 0)">
22
+ <g data-name="Group 5113" id="Group_5113">
23
+ <path d="M69.271,3.187a.317.317,0,0,0-.39-.308l-1.227.295a.023.023,0,0,1-.008-.006V2.829a.316.316,0,0,0-.39-.307l-1.136.272c-.1.015-.208.034-.317.06-2.608.612-7.1,1.62-7.363,1.711-.1.022-.123.062-.123.146l0,.274v.657L64.341,4.5a.376.376,0,1,1,.017.14L58.312,5.784V8.041L59.461,7.9l1.894,1.22,2.95-.2a.379.379,0,1,1,.028.178l-3.021.2-1.887-1.22-1.112.141V9.263h0l.831-.025a.379.379,0,1,1,0,.143l-.834.025V11.4l6,.319a.381.381,0,1,1,0,.143l-6-.319v2.1l.909.12a.382.382,0,1,1-.016.141l-.893-.117v1.408l1.022.144,1.887-1.221,3.134.243a.379.379,0,1,1-.013.143l-3.078-.206L59.37,15.508l-1.058-.144v1c0,.077.022.116.106.124s7.511,1.846,7.511,1.846l1.327.347a.316.316,0,0,0,.39-.307v-.193h0c0-.2,0-.237.141-.235l1.093.263a.316.316,0,0,0,.39-.307s0-1.616-.01-1.641C69.259,11.4,69.271,3.187,69.271,3.187ZM64.683,7.038a.381.381,0,0,1-.371-.3l-2.456.218a.378.378,0,1,1-.013-.14L64.309,6.6a.38.38,0,1,1,.374.441Zm.379,9.6h0a.379.379,0,0,1-.758-.015v0l-.607-.106-1.683-.294h-.006l-.236-.042a.379.379,0,0,1-.734-.117.067.067,0,0,1,0-.014.38.38,0,0,1,.753-.066.311.311,0,0,1,.005.058l.148.026.49.085.188.033.029.005,1.605.28a.33.33,0,0,0,.088-.015h0a.379.379,0,0,1,.719.17A.058.058,0,0,1,65.061,16.641Zm3.556.51a.325.325,0,0,1-.383.32l-.366-.065a.326.326,0,0,1-.268-.32V4.06a.324.324,0,0,1,.246-.315l.366-.093a.326.326,0,0,1,.4.316Z" data-name="Path 13534" fill="#e74425" id="Path_13534" transform="translate(-58.312 -2.512)"/>
24
+ <path d="M82.673,103.143a.379.379,0,0,0-.339.21h0a.123.123,0,0,0-.012.029l-.075-.014-1.605-.28-.029-.005-.188-.033-.49-.085-.148-.026a.311.311,0,0,0-.005-.058.38.38,0,0,0-.753.066.066.066,0,0,0,0,.014.379.379,0,0,0,.734.117l.236.042H80l1.683.294.607.106v0a.379.379,0,0,0,.758.015h0a.058.058,0,0,0,0-.014A.38.38,0,0,0,82.673,103.143Zm-3.267.011a.19.19,0,1,1,.189-.19A.19.19,0,0,1,79.406,103.153Zm3.267.559a.192.192,0,0,1-.188-.158.272.272,0,0,1,0-.031.185.185,0,0,1,.033-.107.188.188,0,0,1,.157-.084.19.19,0,0,1,0,.38Z" data-name="Path 13535" fill="#fff" id="Path_13535" transform="translate(-76.303 -89.408)"/>
25
+ <path d="M83.082,31.148a.379.379,0,0,0-.374.318l-2.467.219a.381.381,0,1,0,.013.14l2.456-.218a.38.38,0,1,0,.371-.459Zm-3.022.694a.189.189,0,1,1-.015-.14.2.2,0,0,1,.022.089A.2.2,0,0,1,80.06,31.842Zm3.022-.125a.193.193,0,0,1-.18-.126.208.208,0,0,1-.011-.064.182.182,0,0,1,.018-.079.188.188,0,0,1,.172-.11.19.19,0,0,1,0,.38Z" data-name="Path 13536" fill="#fff" id="Path_13536" transform="translate(-76.712 -27.382)"/>
26
+ <path d="M129.957,11.43V24.614a.325.325,0,0,1-.383.32l-.366-.065a.326.326,0,0,1-.268-.32V11.522a.324.324,0,0,1,.246-.315l.366-.093A.326.326,0,0,1,129.957,11.43Z" data-name="Path 13537" fill="#fff" id="Path_13537" transform="translate(-119.651 -9.975)"/>
27
+ <g data-name="Group 5112" id="Group_5112" transform="translate(1.081 1.82)">
28
+ <path d="M66.553,88.19v.142l-.017,0a.208.208,0,0,1-.006-.05.184.184,0,0,1,.023-.089Z" data-name="Path 13538" fill="#e74425" id="Path_13538" transform="translate(-66.529 -78.742)"/>
29
+ <path d="M80.846,104.33a.19.19,0,1,1-.189-.189A.189.189,0,0,1,80.846,104.33Z" data-name="Path 13539" fill="#e74425" id="Path_13539" transform="translate(-78.634 -92.595)"/>
30
+ <path d="M103.589,108.545a.123.123,0,0,0-.012.029l-.075-.014A.329.329,0,0,0,103.589,108.545Z" data-name="Path 13540" fill="#e74425" id="Path_13540" transform="translate(-98.638 -96.42)"/>
31
+ <path d="M80.846,104.33a.19.19,0,1,1-.189-.189A.189.189,0,0,1,80.846,104.33Z" data-name="Path 13541" fill="#e74425" id="Path_13541" transform="translate(-78.634 -92.595)"/>
32
+ <path d="M105.96,92.064a.19.19,0,1,1-.19-.19A.189.189,0,0,1,105.96,92.064Z" data-name="Path 13542" fill="#e74425" id="Path_13542" transform="translate(-100.445 -81.941)"/>
33
+ <path d="M66.908,87.612a.19.19,0,0,1-.373.05.208.208,0,0,1-.006-.05.184.184,0,0,1,.023-.089.188.188,0,0,1,.167-.1A.19.19,0,0,1,66.908,87.612Z" data-name="Path 13543" fill="#e74425" id="Path_13543" transform="translate(-66.529 -78.074)"/>
34
+ <path d="M105.96,16.544a.19.19,0,1,1-.19-.191A.19.19,0,0,1,105.96,16.544Z" data-name="Path 13544" fill="#e74425" id="Path_13544" transform="translate(-100.445 -16.353)"/>
35
+ <path d="M105.681,71.816a.19.19,0,1,1-.189-.19A.19.19,0,0,1,105.681,71.816Z" data-name="Path 13545" fill="#e74425" id="Path_13545" transform="translate(-100.202 -64.356)"/>
36
+ <path d="M105.681,71.816a.19.19,0,1,1-.189-.19A.19.19,0,0,1,105.681,71.816Z" data-name="Path 13546" fill="#e74425" id="Path_13546" transform="translate(-100.202 -64.356)"/>
37
+ <path d="M105.681,50.23a.19.19,0,0,1-.189.191.192.192,0,0,1-.191-.191.172.172,0,0,1,.005-.043.19.19,0,0,1,.375.043Z" data-name="Path 13547" fill="#e74425" id="Path_13547" transform="translate(-100.202 -45.61)"/>
38
+ <path d="M105.681,32.778a.19.19,0,0,1-.189.19.193.193,0,0,1-.18-.126.208.208,0,0,1-.011-.064.182.182,0,0,1,.018-.079.188.188,0,0,1,.172-.11A.19.19,0,0,1,105.681,32.778Z" data-name="Path 13548" fill="#e74425" id="Path_13548" transform="translate(-100.202 -30.453)"/>
39
+ <path d="M105.96,16.544a.19.19,0,1,1-.19-.191A.19.19,0,0,1,105.96,16.544Z" data-name="Path 13549" fill="#e74425" id="Path_13549" transform="translate(-100.445 -16.353)"/>
40
+ <path d="M81.317,34.791a.2.2,0,0,1-.006.05.189.189,0,1,1-.015-.14A.2.2,0,0,1,81.317,34.791Z" data-name="Path 13550" fill="#e74425" id="Path_13550" transform="translate(-79.043 -32.201)"/>
41
+ <path d="M105.96,92.064a.19.19,0,1,1-.19-.19A.189.189,0,0,1,105.96,92.064Z" data-name="Path 13551" fill="#e74425" id="Path_13551" transform="translate(-100.445 -81.941)"/>
42
+ <path d="M105.681,108.576a.19.19,0,0,1-.378.031.27.27,0,0,1,0-.031.185.185,0,0,1,.033-.107.188.188,0,0,1,.157-.084A.19.19,0,0,1,105.681,108.576Z" data-name="Path 13552" fill="#e74425" id="Path_13552" transform="translate(-100.202 -96.281)"/>
43
+ <path d="M80.846,104.33a.19.19,0,1,1-.189-.189A.189.189,0,0,1,80.846,104.33Z" data-name="Path 13553" fill="#e74425" id="Path_13553" transform="translate(-78.634 -92.595)"/>
44
+ <path d="M66.908,87.612a.19.19,0,0,1-.373.05.208.208,0,0,1-.006-.05.184.184,0,0,1,.023-.089.188.188,0,0,1,.167-.1A.19.19,0,0,1,66.908,87.612Z" data-name="Path 13554" fill="#e74425" id="Path_13554" transform="translate(-66.529 -78.074)"/>
45
+ </g>
46
+ </g>
47
+ <path d="M64.719,14.913a.379.379,0,0,0-.378.358l-6.029,1.14v.143l6.046-1.143a.38.38,0,1,0,.361-.5Zm0,.569a.19.19,0,1,1,.19-.189A.19.19,0,0,1,64.719,15.482Z" data-name="Path 13555" fill="#fff" id="Path_13555" transform="translate(-58.312 -13.282)"/>
48
+ <path d="M64.683,44.149a.38.38,0,0,0-.378.349l-2.95.2-1.894-1.22-1.149.142V43.8l1.112-.141,1.887,1.22,3.021-.2a.38.38,0,1,0,.35-.527Zm0,.57a.191.191,0,0,1-.191-.191.172.172,0,0,1,.005-.043.19.19,0,1,1,.185.234Z" data-name="Path 13556" fill="#fff" id="Path_13556" transform="translate(-58.312 -38.088)"/>
49
+ <path d="M59.517,51.263a.378.378,0,0,0-.374.315l-.831.025h0v.143l.834-.025a.38.38,0,1,0,.371-.458Zm0,.57a.191.191,0,0,1-.176-.117.19.19,0,0,1,0-.143.19.19,0,1,1,.177.261Z" data-name="Path 13557" fill="#fff" id="Path_13557" transform="translate(-58.312 -44.851)"/>
50
+ <path d="M66.407,52.9a.19.19,0,0,1-.365.073.19.19,0,0,1,0-.143.19.19,0,0,1,.367.07Z" data-name="Path 13558" fill="#e74425" id="Path_13558" transform="translate(-65.012 -46.105)"/>
51
+ <path d="M64.683,70.074a.38.38,0,0,0-.372.3l-6-.319V70.2l6,.319a.38.38,0,1,0,.374-.445Zm0,.569a.19.19,0,1,1,.189-.189A.19.19,0,0,1,64.683,70.644Z" data-name="Path 13559" fill="#fff" id="Path_13559" transform="translate(-58.312 -61.174)"/>
52
+ <path d="M59.583,85.981a.38.38,0,0,0-.361.264l-.909-.12v.144l.893.117a.379.379,0,1,0,.378-.405Zm0,.569a.191.191,0,0,1-.184-.139.208.208,0,0,1-.006-.05.184.184,0,0,1,.023-.089.188.188,0,0,1,.167-.1.19.19,0,0,1,0,.38Z" data-name="Path 13560" fill="#fff" id="Path_13560" transform="translate(-58.312 -75.003)"/>
53
+ <path d="M64.719,90.435a.378.378,0,0,0-.365.276l-3.134-.243-1.887,1.221-1.022-.144v.179l1.058.144,1.893-1.219,3.078.206a.379.379,0,1,0,.378-.419Zm0,.569a.19.19,0,1,1,.19-.189A.19.19,0,0,1,64.719,91Z" data-name="Path 13561" fill="#fff" id="Path_13561" transform="translate(-58.312 -78.871)"/>
54
+ </g>
55
+ </g>
56
+ </g>
57
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.08008 2.04083C3.08008 1.75887 3.19911 1.49002 3.40786 1.30048L3.52364 1.19535C3.89883 0.854697 4.46952 0.848543 4.85196 1.18103L5.88226 2.07675C6.23337 2.382 6.74861 2.40478 7.12529 2.13171L8.65392 1.02357C9.00404 0.769758 9.47765 0.769758 9.82777 1.02357L11.4198 2.17766C11.7665 2.42903 12.2349 2.43168 12.5844 2.18425L14.2477 1.00701C14.5938 0.761985 15.0569 0.761985 15.4031 1.00701L16.9901 2.13031C17.3755 2.40306 17.8991 2.36915 18.2461 2.04895L19.1454 1.21894C19.5262 0.867544 20.1123 0.86518 20.4959 1.21349L20.5917 1.30048C20.8004 1.49002 20.9194 1.75886 20.9194 2.04081V21.9596C20.9194 22.2415 20.8004 22.5104 20.5917 22.6999L20.4959 22.7869C20.1123 23.1352 19.5262 23.1328 19.1454 22.7814L18.2667 21.9705C17.9105 21.6418 17.3698 21.6158 16.9838 21.909L15.5826 22.9729C15.2439 23.2301 14.7797 23.2449 14.4253 23.01L12.5786 21.786C12.2306 21.5553 11.7758 21.5651 11.4381 21.8107L9.83552 22.976C9.48576 23.2303 9.01215 23.231 8.66166 22.9777L7.12501 21.8671C6.74837 21.5949 6.23385 21.618 5.88315 21.9229L4.85196 22.8194C4.46952 23.1518 3.89883 23.1457 3.52364 22.805L3.40786 22.6999C3.19911 22.5104 3.08008 22.2415 3.08008 21.9596V2.04083ZM6.44531 14.6931H17.3945C17.6836 14.6931 17.918 14.9274 17.918 15.2165C17.918 15.5056 17.6836 15.7399 17.3945 15.7399H6.44531C6.15623 15.7399 5.92188 15.5056 5.92188 15.2165C5.92188 14.9274 6.15623 14.6931 6.44531 14.6931ZM17.3945 11.4768H6.44531C6.15623 11.4768 5.92188 11.7111 5.92188 12.0002C5.92188 12.2893 6.15623 12.5236 6.44531 12.5236H17.3945C17.6836 12.5236 17.918 12.2893 17.918 12.0002C17.918 11.7111 17.6836 11.4768 17.3945 11.4768ZM11.6196 5.99243V9.69067H10.9839V5.99243H11.6196ZM13.3218 9.69067V4.44067H12.686V9.69067H13.3218ZM15.0239 4.44067V9.69067H14.3882V4.44067H15.0239ZM11.0283 4.75171C10.9668 4.82235 10.936 4.90894 10.936 5.01147C10.936 5.10946 10.9668 5.19377 11.0283 5.2644C11.0921 5.33276 11.1855 5.36694 11.3086 5.36694C11.4294 5.36694 11.5216 5.33276 11.5854 5.2644C11.6515 5.19377 11.6846 5.10946 11.6846 5.01147C11.6846 4.90894 11.6515 4.82235 11.5854 4.75171C11.5216 4.68107 11.4294 4.64575 11.3086 4.64575C11.1855 4.64575 11.0921 4.68107 11.0283 4.75171ZM7.32666 9.15405V7.36304H7.50098H8.44092C8.66423 7.36304 8.84652 7.3995 8.98779 7.47241C9.12907 7.54533 9.23275 7.64901 9.29883 7.78345C9.36491 7.91789 9.39795 8.07739 9.39795 8.26196C9.39795 8.44425 9.35921 8.60262 9.28174 8.73706C9.20426 8.86922 9.09147 8.97176 8.94336 9.04468C8.79753 9.11759 8.61979 9.15405 8.41016 9.15405H7.32666ZM7.50781 6.83325H7.32666V5.25415H8.29736C8.51611 5.25415 8.69613 5.28149 8.8374 5.33618C8.98096 5.38859 9.08691 5.4729 9.15527 5.58911C9.22591 5.70304 9.26123 5.85116 9.26123 6.03345C9.26123 6.19979 9.22135 6.34334 9.1416 6.46411C9.06413 6.5826 8.95475 6.67375 8.81348 6.73755C8.6722 6.80135 8.507 6.83325 8.31787 6.83325H7.50781ZM7.32666 9.69067H8.41016C8.74284 9.69067 9.03223 9.63599 9.27832 9.52661C9.52441 9.41496 9.71468 9.25317 9.84912 9.04126C9.98584 8.82707 10.0542 8.56502 10.0542 8.25513C10.0542 8.04093 10.0098 7.84497 9.9209 7.66724C9.83431 7.4895 9.70785 7.34367 9.5415 7.22974C9.43835 7.15767 9.32117 7.10401 9.18997 7.06874C9.23716 7.04817 9.28255 7.0255 9.32617 7.00073C9.51302 6.89591 9.65885 6.76147 9.76367 6.59741C9.86849 6.43107 9.9209 6.24536 9.9209 6.04028C9.9209 5.80786 9.88444 5.60848 9.81152 5.44214C9.73861 5.2758 9.63151 5.13908 9.49023 5.03198C9.35124 4.92261 9.18148 4.84285 8.98096 4.79272C8.78044 4.74032 8.55257 4.71411 8.29736 4.71411H6.66699V9.69067H6.91992H7.32666Z" fill="#FFA500"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M20.791 0.593506H5.2085C3.55164 0.593506 2.2085 1.93665 2.2085 3.59351V20.4065C2.2085 22.0633 3.55164 23.4065 5.2085 23.4065H20.791C21.3433 23.4065 21.791 22.9588 21.791 22.4065V21.226H20.503C20.2612 21.8308 19.6699 22.2581 18.9788 22.2581H5.14624C4.24001 22.2581 3.50537 21.5234 3.50537 20.6172C3.50537 19.711 4.24001 18.9763 5.14624 18.9763H18.9788H21.791V1.59351C21.791 1.04122 21.3433 0.593506 20.791 0.593506ZM14.9098 11.9239C14.8029 11.8491 14.7252 11.7347 14.682 11.5678L14.648 11.4382L14.5197 11.4709L13.996 11.6018L13.8716 11.6333L13.8978 11.759C13.9681 12.0952 14.1381 12.3594 14.4097 12.5393C14.6764 12.7159 15.0069 12.7985 15.3916 12.7985C15.6847 12.7985 15.9482 12.7502 16.1785 12.6479C16.4067 12.5465 16.5906 12.4047 16.7231 12.2211L16.8121 12.0771C16.8881 11.9287 16.926 11.7659 16.926 11.5914C16.926 11.3103 16.8361 11.07 16.6511 10.8831C16.47 10.6989 16.2057 10.5713 15.8721 10.4903L15.3379 10.3594C15.1348 10.3084 15.0014 10.2481 14.9242 10.1866C14.8596 10.1349 14.8261 10.0671 14.826 9.96791C14.826 9.86476 14.8702 9.77553 14.9844 9.6969C15.1035 9.61457 15.2585 9.56991 15.4571 9.56991C15.6041 9.56991 15.7128 9.59373 15.7909 9.63275C15.8777 9.67616 15.9413 9.72862 15.986 9.78855L15.9886 9.79117C16.0418 9.85946 16.0807 9.92841 16.1064 9.99672L16.1497 10.1106L16.2688 10.0779L16.7637 9.9378L16.8985 9.89983L16.854 9.76629C16.7604 9.48708 16.5997 9.25815 16.3735 9.08549C16.1403 8.9065 15.8295 8.82495 15.4571 8.82495C15.1892 8.82495 14.944 8.87286 14.7252 8.97028C14.5095 9.06714 14.3344 9.20286 14.2041 9.37876C14.0729 9.55847 14.0064 9.76627 14.0064 9.99541C14.0064 10.2728 14.0932 10.5127 14.2709 10.705L14.2722 10.7063C14.451 10.8958 14.7217 11.0247 15.063 11.1056L15.66 11.2457L15.7752 11.2785C15.879 11.3135 15.9521 11.3567 15.9991 11.4028C16.0592 11.4608 16.0881 11.531 16.0881 11.6202C16.0879 11.7211 16.041 11.8156 15.9153 11.9069C15.7945 11.9941 15.6214 12.0457 15.3824 12.0457C15.1753 12.0457 15.0212 12.0006 14.9098 11.9239ZM12.6568 7.88362C12.392 7.74258 12.0611 7.67676 11.6736 7.67676H9.92578V12.7239H10.7715V10.8569H11.6828C11.69 10.8569 11.6973 10.8562 11.7046 10.8556C11.7114 10.855 11.7181 10.8544 11.7247 10.8543L12.6948 12.6545L12.7328 12.7239H13.7108L13.6021 12.5262L12.5927 10.6841C12.6021 10.6798 12.6121 10.6762 12.622 10.6726C12.6345 10.6682 12.6469 10.6637 12.6582 10.6579C12.9178 10.5221 13.1145 10.3322 13.2434 10.0884C13.3701 9.84866 13.4319 9.57691 13.4319 9.27664C13.4319 8.9764 13.371 8.70336 13.2447 8.46099C13.1159 8.21376 12.9184 8.02118 12.6568 7.88362ZM6.93701 15.5723V3.6875C6.93701 3.32628 6.64418 3.03345 6.28296 3.03345C5.92174 3.03345 5.62891 3.32628 5.62891 3.6875V15.5723C5.62891 15.9335 5.92174 16.2263 6.28296 16.2263C6.64418 16.2263 6.93701 15.9335 6.93701 15.5723Z" fill="#FFA500"/>
3
+ <path d="M12.5953 9.27664C12.5953 9.10218 12.5616 8.95659 12.501 8.83543C12.4438 8.72101 12.353 8.62925 12.2196 8.56311C12.0879 8.49661 11.9016 8.45837 11.6553 8.45837H10.7715V10.0661H11.6644C11.9083 10.0661 12.0926 10.0308 12.2235 9.96792C12.3576 9.90417 12.4475 9.81719 12.5024 9.71L12.5416 9.61836C12.5761 9.52113 12.5953 9.4079 12.5953 9.27664Z" fill="#FFA500"/>
4
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M1.4751 20.4275H22.5249V22.4275H1.4751V20.4275Z" fill="#FFA500"/>
3
+ <path d="M1.4751 17.7249H22.5249V19.7249H1.4751V17.7249Z" fill="#FFA500"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1.4751 1.57275H22.5249V17.0984H1.4751V1.57275ZM21.144 4.90332C20.0395 4.90332 19.144 4.00789 19.144 2.90332H4.70752C4.70752 3.97745 3.86076 4.85389 2.79834 4.90137V13.7266C3.82959 13.7727 4.65788 14.6 4.70557 15.6309H19.146C19.1951 14.5699 20.071 13.7246 21.144 13.7246V4.90332Z" fill="#FFA500"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.53271 3.90332C5.24218 4.72419 4.60696 5.37918 3.79834 5.69531V12.9326C4.57593 13.2366 5.19373 13.8537 5.49854 14.6309H18.353C18.6696 13.8237 19.3242 13.1896 20.144 12.8994V5.72852C19.2926 5.42712 18.6192 4.75484 18.3179 3.90332H5.53271ZM11.9524 12.2993C13.3246 12.2993 14.437 10.9567 14.437 9.30042C14.437 7.64417 13.3246 6.30151 11.9524 6.30151C10.5802 6.30151 9.46777 7.64417 9.46777 9.30042C9.46777 10.9567 10.5802 12.2993 11.9524 12.2993Z" fill="#FFA500"/>
6
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M20.791 0.593506H5.2085C3.55164 0.593506 2.2085 1.93665 2.2085 3.59351V20.4065C2.2085 22.0633 3.55164 23.4065 5.2085 23.4065H20.791C21.3433 23.4065 21.791 22.9588 21.791 22.4065V1.59351C21.791 1.04122 21.3433 0.593506 20.791 0.593506ZM18.1272 19.1699H6.43091C5.81188 19.1699 5.31006 19.6717 5.31006 20.2908C5.31006 20.9098 5.81188 21.4116 6.43091 21.4116H18.1272C18.7462 21.4116 19.248 20.9098 19.248 20.2908C19.248 19.6717 18.7462 19.1699 18.1272 19.1699ZM11.2583 10.0928H12.7402C13.8448 10.0928 14.7402 10.9882 14.7402 12.0928V15.8411H9.2583V12.0928C9.2583 10.9882 10.1537 10.0928 11.2583 10.0928ZM8.70557 11.0027H8.01807C6.9135 11.0027 6.01807 11.8981 6.01807 13.0027V16.063H8.70557V11.0027ZM9.85547 9.021C9.85547 9.84942 9.1839 10.521 8.35547 10.521C7.52704 10.521 6.85547 9.84942 6.85547 9.021C6.85547 8.19257 7.52704 7.521 8.35547 7.521C9.1839 7.521 9.85547 8.19257 9.85547 9.021ZM11.999 9.521C13.1036 9.521 13.999 8.62557 13.999 7.521C13.999 6.41643 13.1036 5.521 11.999 5.521C10.8945 5.521 9.99902 6.41643 9.99902 7.521C9.99902 8.62557 10.8945 9.521 11.999 9.521ZM17.4014 9.021C17.4014 9.84942 16.7298 10.521 15.9014 10.521C15.0729 10.521 14.4014 9.84942 14.4014 9.021C14.4014 8.19257 15.0729 7.521 15.9014 7.521C16.7298 7.521 17.4014 8.19257 17.4014 9.021ZM15.4502 11.0027H16.1377C17.2423 11.0027 18.1377 11.8981 18.1377 13.0027V16.063H15.4502V11.0027Z" fill="#FFA500"/>
3
+ </svg>
@@ -0,0 +1,14 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="9.42188" y="11.8452" width="1.0107" height="0.192513" rx="0.0962567" fill="#FFA500"/>
3
+ <path d="M9.23669 3.10328C9.14915 3.34865 8.76068 6.54337 8.74974 7.08705C8.73332 7.85687 9.30827 8.11964 9.97208 8.12149C10.6381 8.12334 11.2242 7.70434 11.2022 7.08705C11.2022 7.08705 10.8905 4.43795 10.7085 3.12733C10.6811 3.0263 10.6592 3.02148 9.96985 3.02148C9.34612 3.02148 9.26404 3.03111 9.23669 3.10328Z" fill="#FFA500"/>
4
+ <path d="M13.8506 3.09126C13.8506 3.11521 13.9277 3.37387 14.0213 3.66127C14.1149 3.94867 14.225 4.28877 14.2635 4.42289C14.3956 4.85399 14.9351 6.56882 15.0892 7.03824C15.2764 7.61783 15.4195 7.84296 15.6948 7.97708C15.9975 8.12557 16.2122 8.15431 16.5755 8.08725C17.0159 8.00582 17.3187 7.76632 17.3572 7.45976C17.3848 7.26816 17.3407 7.14841 16.9884 6.45386C15.8984 4.28877 15.4195 3.38824 15.2819 3.23975L15.1278 3.08168L14.4892 3.06731C14.1259 3.05773 13.8506 3.06731 13.8506 3.09126Z" fill="#FFA500"/>
5
+ <path d="M4.92869 3.06714C4.67221 3.15854 4.49212 3.45197 3.58079 5.25588C2.73495 6.94434 2.63672 7.16081 2.63672 7.39652C2.63672 7.72363 2.75132 7.87275 3.12786 8.04112C3.54903 8.21063 4.08906 8.20536 4.41747 7.86863C4.58216 7.68103 4.68312 7.58894 4.84138 7.09828C5.23836 5.89291 6.10196 3.05271 6.10196 3.05271C6.10196 3.0046 5.06512 3.01422 4.92869 3.06714Z" fill="#FFA500"/>
6
+ <path d="M7.01503 3.09332C6.92771 3.16515 6.84585 3.39022 6.51295 4.45811C6.4038 4.81248 6.21825 5.3967 6.10364 5.75107C5.62885 7.21163 5.58519 7.47502 5.77074 7.74318C5.98761 8.06669 6.38442 8.12149 6.75853 8.12149C7.16783 8.12149 7.24969 8.10234 7.44616 7.9922C7.76269 7.81502 7.85001 7.61868 7.93733 6.85727C7.98099 6.49811 8.09013 5.63614 8.18291 4.93699C8.27023 4.23783 8.363 3.52431 8.37938 3.34234L8.41212 3.02149H7.75177C7.24969 3.02149 7.07506 3.03586 7.01503 3.09332Z" fill="#FFA500"/>
7
+ <path d="M11.5405 3.15103C11.5405 3.37172 12.0318 7.20505 12.0925 7.45453C12.2085 7.9343 12.5232 8.1262 13.1967 8.12141C13.688 8.12141 14.0193 7.99667 14.1959 7.75678C14.356 7.53609 14.3119 7.20985 13.942 6.06801C13.7764 5.54026 13.5224 4.75345 13.3844 4.31686C13.0697 3.31895 12.9924 3.12704 12.8654 3.06947C12.8102 3.04068 12.49 3.02149 12.1533 3.02149H11.5405V3.15103Z" fill="#FFA500"/>
8
+ <path d="M9.23669 3.10328C9.14915 3.34865 8.76068 6.54337 8.74974 7.08705C8.73332 7.85687 9.30827 8.11964 9.97208 8.12149C10.6381 8.12334 11.2242 7.70434 11.2022 7.08705C11.2022 7.08705 10.8905 4.43795 10.7085 3.12733C10.6811 3.0263 10.6592 3.02148 9.96985 3.02148C9.34612 3.02148 9.26404 3.03111 9.23669 3.10328Z" stroke="#FFA500" stroke-width="0.189"/>
9
+ <path d="M13.8506 3.09126C13.8506 3.11521 13.9277 3.37387 14.0213 3.66127C14.1149 3.94867 14.225 4.28877 14.2635 4.42289C14.3956 4.85399 14.9351 6.56882 15.0892 7.03824C15.2764 7.61783 15.4195 7.84296 15.6948 7.97708C15.9975 8.12557 16.2122 8.15431 16.5755 8.08725C17.0159 8.00582 17.3187 7.76632 17.3572 7.45976C17.3848 7.26816 17.3407 7.14841 16.9884 6.45386C15.8984 4.28877 15.4195 3.38824 15.2819 3.23975L15.1278 3.08168L14.4892 3.06731C14.1259 3.05773 13.8506 3.06731 13.8506 3.09126Z" stroke="#FFA500" stroke-width="0.189"/>
10
+ <path d="M4.92869 3.06714C4.67221 3.15854 4.49212 3.45197 3.58079 5.25588C2.73495 6.94434 2.63672 7.16081 2.63672 7.39652C2.63672 7.72363 2.75132 7.87275 3.12786 8.04112C3.54903 8.21063 4.08906 8.20536 4.41747 7.86863C4.58216 7.68103 4.68312 7.58894 4.84138 7.09828C5.23836 5.89291 6.10196 3.05271 6.10196 3.05271C6.10196 3.0046 5.06512 3.01422 4.92869 3.06714Z" stroke="#FFA500" stroke-width="0.189"/>
11
+ <path d="M7.01503 3.09332C6.92771 3.16515 6.84585 3.39022 6.51295 4.45811C6.4038 4.81248 6.21825 5.3967 6.10364 5.75107C5.62885 7.21163 5.58519 7.47502 5.77074 7.74318C5.98761 8.06669 6.38442 8.12149 6.75853 8.12149C7.16783 8.12149 7.24969 8.10234 7.44616 7.9922C7.76269 7.81502 7.85001 7.61868 7.93733 6.85727C7.98099 6.49811 8.09013 5.63614 8.18291 4.93699C8.27023 4.23783 8.363 3.52431 8.37938 3.34234L8.41212 3.02149H7.75177C7.24969 3.02149 7.07506 3.03586 7.01503 3.09332Z" stroke="#FFA500" stroke-width="0.189"/>
12
+ <path d="M11.5405 3.15103C11.5405 3.37172 12.0318 7.20505 12.0925 7.45453C12.2085 7.9343 12.5232 8.1262 13.1967 8.12141C13.688 8.12141 14.0193 7.99667 14.1959 7.75678C14.356 7.53609 14.3119 7.20985 13.942 6.06801C13.7764 5.54026 13.5224 4.75345 13.3844 4.31686C13.0697 3.31895 12.9924 3.12704 12.8654 3.06947C12.8102 3.04068 12.49 3.02149 12.1533 3.02149H11.5405V3.15103Z" stroke="#FFA500" stroke-width="0.189"/>
13
+ <path d="M8.03948 9.04357C7.5921 9.42146 6.98103 9.58028 6.3045 9.49813C5.90076 9.44884 5.45337 9.27359 5.30606 9.11476C5.25696 9.06 5.18058 9.01071 5.14239 9.01071C4.74077 9.16688 4.03096 9.49101 3.75836 9.61662C3.69036 9.64795 3.64746 9.71578 3.64746 9.79065L3.6475 16.4972C3.6475 16.763 3.86298 16.9785 4.12879 16.9785H7.69029V11.521C7.69029 11.2552 7.90576 11.0397 8.17157 11.0397H11.7812C12.047 11.0397 12.2625 11.2552 12.2625 11.521V16.9785H15.824C16.0898 16.9785 16.3053 16.763 16.3053 16.4972L16.3052 9.74708C16.3052 9.66656 16.2559 9.59483 16.1803 9.56699C15.7979 9.42607 14.6645 9.01071 14.5921 9.01071C14.5702 9.01071 14.4338 9.09833 14.2811 9.20239C13.5281 9.72268 12.7807 9.67886 11.7222 9.04904L11.4713 8.90665L11.313 9.04357C10.9584 9.35026 10.4026 9.51456 9.80789 9.51456C9.27866 9.51456 8.89579 9.39159 8.50842 9.11775C8.33929 8.99726 8.21407 8.90117 8.21407 8.90117C8.21407 8.90117 8.13223 8.96689 8.03948 9.04357Z" fill="#FFA500" stroke="#FFA500" stroke-width="0.18"/>
14
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.0391 0.489014H7.87988C7.3276 0.489014 6.87988 0.936729 6.87988 1.48901V10.0334C6.87988 10.5857 7.3276 11.0334 7.87988 11.0334H16.3325C16.8848 11.0334 17.3325 10.5857 17.3325 10.0334V1.48901C17.3325 0.936729 16.8848 0.489014 16.3325 0.489014H13.1729V3.05176C13.1729 3.60404 12.7251 4.05176 12.1729 4.05176H12.0391C11.4868 4.05176 11.0391 3.60404 11.0391 3.05176V0.489014Z" fill="#FFA500"/>
3
+ <path d="M4.66748 12.9666H1.5083C0.956016 12.9666 0.508301 13.4143 0.508301 13.9666V22.511C0.508301 23.0633 0.956016 23.511 1.5083 23.511H9.96094C10.5132 23.511 10.9609 23.0633 10.9609 22.511V13.9666C10.9609 13.4143 10.5132 12.9666 9.96094 12.9666H6.80127V15.5293C6.80127 16.0816 6.35355 16.5293 5.80127 16.5293H5.66748C5.1152 16.5293 4.66748 16.0816 4.66748 15.5293V12.9666Z" fill="#FFA500"/>
4
+ <path d="M17.1982 12.9666H14.0391C13.4868 12.9666 13.0391 13.4143 13.0391 13.9666V22.511C13.0391 23.0633 13.4868 23.511 14.0391 23.511H22.4917C23.044 23.511 23.4917 23.0633 23.4917 22.511V13.9666C23.4917 13.4143 23.044 12.9666 22.4917 12.9666H19.332V15.5293C19.332 16.0816 18.8843 16.5293 18.332 16.5293H18.1982C17.646 16.5293 17.1982 16.0816 17.1982 15.5293V12.9666Z" fill="#FFA500"/>
5
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M18.5 19.0031V4.99732C18.5 4.79487 18.4133 4.60182 18.2612 4.46573L18.1913 4.40326C17.9118 4.15316 17.4847 4.15486 17.2072 4.40718L16.5518 5.00317C16.299 5.23308 15.9174 5.25743 15.6366 5.06158L14.4801 4.255C14.2278 4.07906 13.8904 4.07906 13.6381 4.255L12.4261 5.10031C12.1713 5.27798 11.83 5.27608 11.5774 5.09558L10.4172 4.26689C10.1621 4.08464 9.81695 4.08464 9.5618 4.26689L8.44785 5.06259C8.17335 5.25866 7.79789 5.24231 7.54202 5.02312L6.79122 4.37995C6.51252 4.14121 6.09664 4.14563 5.82324 4.39024L5.73886 4.46572C5.58674 4.60182 5.5 4.79487 5.5 4.99733V19.0031C5.5 19.2056 5.58674 19.3986 5.73886 19.5347L5.82324 19.6102C6.09664 19.8548 6.51252 19.8592 6.79122 19.6205L7.54267 18.9768C7.79824 18.7578 8.17318 18.7412 8.44765 18.9367L9.56745 19.7342C9.82286 19.9161 10.168 19.9156 10.4229 19.7329L11.5907 18.8962C11.8368 18.7199 12.1682 18.7128 12.4218 18.8785L13.7676 19.7574C14.0258 19.9261 14.3641 19.9154 14.6109 19.7308L15.632 18.9668C15.9133 18.7563 16.3073 18.7749 16.5669 19.011L17.2072 19.5933C17.4847 19.8456 17.9118 19.8473 18.1913 19.5972L18.2612 19.5347C18.4133 19.3986 18.5 19.2056 18.5 19.0031Z" stroke="#E74425" stroke-width="1.3"/>
3
+ <path d="M8.00586 16.3665H15.9316M15.9316 14.0638H8.00586M12.1727 9.07505V11.1483M13.6633 7.66952V11.1483M15.1539 7.66952V11.1483M12.1172 7.65941H12.1523M8.40273 9.26069V7.66952V7.43652L9.84096 7.47044C9.84096 7.47044 10.1424 7.50824 10.3004 7.60906C10.4322 7.69313 10.5039 7.75879 10.5803 7.89514C10.668 8.05171 10.6817 8.16559 10.6746 8.34492C10.6677 8.51782 10.6367 8.61947 10.5533 8.7711C10.4071 9.03717 10.1367 9.23125 9.94146 9.25078C9.45577 9.29936 8.69157 9.25384 8.69157 9.25384M8.40273 9.26069H8.69157V9.25384M8.40273 9.26069V11.2662H8.69157H9.64041C9.64041 11.2662 10.0368 11.2594 10.254 11.1483C10.4365 11.0549 10.5419 10.979 10.6521 10.8061C10.7701 10.6211 10.7935 10.4815 10.7928 10.262C10.7922 10.078 10.7782 9.96394 10.691 9.80189C10.6092 9.64976 10.5246 9.58562 10.3887 9.47894C10.2518 9.37143 10 9.26069 10 9.26069L8.69157 9.25384" stroke="#E74425" stroke-width="0.8" stroke-linecap="round"/>
4
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M18.9364 3C19.3722 3.00003 19.7255 3.35331 19.7255 3.78906V17.5049H6.59276C5.87784 17.5049 5.29803 18.084 5.29785 18.7988C5.29785 19.5139 5.92656 20.001 6.64159 20.001H17.5556C18.1009 20.001 18.5181 19.7565 18.7089 19.2793H19.7255V20.2109C19.7255 20.6467 19.3722 21 18.9364 21H6.64159C5.3343 21 4.27441 19.9401 4.27441 18.6328V5.36719C4.27441 4.05989 5.3343 3 6.64159 3H18.9364ZM6.64159 4.2998C6.05226 4.2998 5.57421 4.77786 5.57421 5.36719V16.4111C5.88674 16.2777 6.23146 16.2041 6.59276 16.2041H18.4257V4.2998H6.64159Z" fill="#FEA503"/>
3
+ <path d="M7.3584 5.96191C7.45466 5.96217 7.53223 6.0404 7.53223 6.13672V14.0967C7.53206 14.1929 7.45456 14.2712 7.3584 14.2715C7.26203 14.2715 7.18376 14.193 7.18359 14.0967V6.13672C7.18359 6.04024 7.26192 5.96191 7.3584 5.96191Z" stroke="#FEA503" stroke-width="0.55008"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.5157 8.06738C11.8259 8.06738 12.0907 8.12007 12.3028 8.23296C12.5121 8.34307 12.6702 8.49722 12.7733 8.69512C12.8744 8.88912 12.9232 9.10767 12.9232 9.348C12.9232 9.58835 12.8737 9.80587 12.7723 9.99774C12.6691 10.1929 12.5116 10.3449 12.3038 10.4536C12.2948 10.4583 12.2848 10.4618 12.2749 10.4654C12.2669 10.4683 12.259 10.4711 12.2514 10.4746L13.0594 11.9491L13.1464 12.1073H12.3635L12.3332 12.0518L11.5566 10.6108C11.5513 10.6109 11.5459 10.6114 11.5405 10.6118C11.5347 10.6124 11.5288 10.6129 11.5231 10.6129H10.7937V12.1073H10.1167V8.06738H11.5157ZM12.1781 8.99484C12.2265 9.09182 12.2535 9.20836 12.2535 9.348C12.2535 9.45307 12.2381 9.5437 12.2105 9.62152L12.1791 9.69488C12.1352 9.78068 12.0632 9.8503 11.9559 9.90133C11.8511 9.95163 11.7036 9.97993 11.5084 9.97993H10.7937V8.69302H11.5011C11.6982 8.69302 11.8473 8.72363 11.9527 8.77686C12.0596 8.8298 12.1323 8.90325 12.1781 8.99484Z" fill="#FEA503"/>
5
+ <path d="M13.9238 11.1819C13.9583 11.3156 14.0206 11.4071 14.1061 11.467C14.1953 11.5284 14.3186 11.5645 14.4844 11.5645C14.6757 11.5644 14.8142 11.5232 14.911 11.4534C15.0116 11.3803 15.0492 11.3047 15.0493 11.2239C15.0493 11.1525 15.0261 11.0963 14.978 11.0499C14.9404 11.013 14.8819 10.9784 14.7988 10.9503L14.7066 10.9241L14.2287 10.812C13.9555 10.7472 13.7389 10.644 13.5958 10.4924L13.5947 10.4913C13.4524 10.3374 13.383 10.1453 13.383 9.92333C13.383 9.73992 13.4363 9.57359 13.5413 9.42974C13.6456 9.28894 13.7857 9.18031 13.9584 9.10277C14.1335 9.02479 14.3297 8.98645 14.5442 8.98645C14.8423 8.98645 15.0911 9.05172 15.2778 9.19499C15.4588 9.3332 15.5874 9.51644 15.6624 9.73994L15.698 9.84683L15.5901 9.87722L15.1939 9.98935L15.0986 10.0156L15.064 9.92438C15.0433 9.8697 15.0123 9.81451 14.9697 9.75985L14.9676 9.75775C14.9318 9.70978 14.8809 9.66779 14.8114 9.63304C14.7488 9.60181 14.6619 9.58274 14.5442 9.58274C14.3853 9.58274 14.2612 9.61849 14.1659 9.6844C14.0744 9.74733 14.0391 9.81875 14.0391 9.90132C14.0392 9.98068 14.0659 10.035 14.1177 10.0763C14.1794 10.1256 14.2863 10.1739 14.4488 10.2147L14.8764 10.3195C15.1434 10.3843 15.355 10.4864 15.4999 10.6339C15.6481 10.7834 15.72 10.9759 15.72 11.2008C15.72 11.3405 15.6897 11.4708 15.6288 11.5896L15.5576 11.7049C15.4515 11.8519 15.3043 11.9653 15.1216 12.0465C14.9373 12.1283 14.7264 12.167 14.4918 12.167C14.1838 12.167 13.9193 12.101 13.7058 11.9595C13.4884 11.8155 13.3524 11.6041 13.296 11.3349L13.2751 11.2343L13.3746 11.2092L13.7938 11.1044L13.8965 11.0782L13.9238 11.1819Z" fill="#E74425"/>
6
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M21 17.3944V4C21 3.72386 20.7761 3.5 20.5 3.5H3.5C3.22386 3.5 3 3.72386 3 4V17.3944M21 17.3944H3M21 17.3944V20C21 20.2761 20.7761 20.5 20.5 20.5H3.5C3.22386 20.5 3 20.2761 3 20V17.3944" stroke="#E74425" stroke-width="1.3"/>
3
+ <path d="M11.989 12.5274C12.8892 12.5274 13.5878 11.8374 13.5878 10.7508C13.5878 9.66416 12.8892 8.91895 11.989 8.91895C11.0887 8.91895 10.3276 9.66416 10.3276 10.7508C10.3276 11.8374 11.0887 12.5274 11.989 12.5274Z" stroke="#E74425" stroke-width="0.907124"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.42393 6.94531C7.1809 7.63196 6.64955 8.17985 5.97314 8.44429V12.8252C6.62359 13.0795 7.14037 13.5957 7.39534 14.2458H16.475C16.7398 13.5706 17.2873 13.0402 17.9731 12.7975V8.47207C17.2609 8.21995 16.6976 7.6576 16.4456 6.94531H7.42393Z" stroke="#E74425" stroke-width="1.08855"/>
5
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="4.5" y="4.5" width="6" height="6" rx="1" stroke="#E74425" stroke-width="1.3"/>
3
+ <rect x="13.5" y="4.5" width="6" height="6" rx="1" stroke="#E74425" stroke-width="1.3"/>
4
+ <rect x="4.5" y="13.5" width="6" height="6" rx="1" stroke="#E74425" stroke-width="1.3"/>
5
+ <rect x="13.5" y="13.5" width="6" height="6" rx="1" stroke="#E74425" stroke-width="1.3"/>
6
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.47132 14.3193C9.34036 14.3193 9.22343 14.2796 9.12054 14.2001C9.01764 14.1159 8.96619 14.013 8.96619 13.8914V9.83626C8.96619 9.71466 9.00594 9.6141 9.08546 9.53459C9.16965 9.4504 9.27254 9.4083 9.39415 9.4083H11.4147C11.6579 9.4083 11.8847 9.47378 12.0952 9.60474C12.3104 9.73103 12.4834 9.90876 12.6144 10.1379C12.7453 10.3624 12.8108 10.622 12.8108 10.9167C12.8108 11.0944 12.7734 11.2675 12.6986 11.4359C12.6284 11.6042 12.5302 11.7562 12.4039 11.8919C12.2823 12.0275 12.1443 12.1328 11.99 12.2076L11.997 12.0462C12.128 12.1164 12.2355 12.2006 12.3197 12.2988C12.4086 12.3923 12.4764 12.4952 12.5232 12.6075C12.5746 12.7151 12.605 12.832 12.6144 12.9583C12.6331 13.0752 12.6448 13.1781 12.6495 13.267C12.6588 13.3558 12.6728 13.4307 12.6916 13.4915C12.7149 13.5523 12.757 13.5991 12.8178 13.6318C12.9207 13.6926 12.9839 13.7815 13.0073 13.8984C13.0353 14.0106 13.0096 14.1112 12.9301 14.2001C12.8786 14.2609 12.8132 14.3006 12.7337 14.3193C12.6541 14.3334 12.5746 14.3334 12.4951 14.3193C12.4156 14.3006 12.3501 14.2772 12.2987 14.2492C12.2192 14.2024 12.1397 14.1346 12.0601 14.0457C11.9806 13.9522 11.9151 13.8282 11.8637 13.6739C11.8169 13.5195 11.7935 13.3208 11.7935 13.0775C11.7935 12.998 11.7795 12.9255 11.7514 12.8601C11.7234 12.7899 11.6836 12.7314 11.6322 12.6847C11.5807 12.6332 11.5152 12.5958 11.4357 12.5724C11.3562 12.5443 11.2627 12.5303 11.1551 12.5303H9.73792L9.84316 12.369V13.8914C9.84316 14.013 9.81042 14.1159 9.74494 14.2001C9.67946 14.2796 9.58825 14.3193 9.47132 14.3193ZM9.74494 11.8077H11.3796C11.4638 11.8077 11.5457 11.7703 11.6252 11.6954C11.7047 11.6159 11.7702 11.5107 11.8216 11.3797C11.8731 11.2441 11.8988 11.0968 11.8988 10.9377C11.8988 10.7319 11.8427 10.5612 11.7304 10.4256C11.6228 10.2853 11.5059 10.2151 11.3796 10.2151H9.75897L9.84316 9.99061V11.9761L9.74494 11.8077ZM13.495 13.737C13.4483 13.6715 13.4272 13.5874 13.4319 13.4845C13.4366 13.3816 13.4974 13.2927 13.6143 13.2179C13.6891 13.1711 13.7686 13.1524 13.8528 13.1617C13.937 13.1664 14.0189 13.2085 14.0984 13.288C14.234 13.4237 14.3767 13.5289 14.5263 13.6037C14.676 13.6786 14.8631 13.716 15.0876 13.716C15.1578 13.7113 15.2349 13.7019 15.3191 13.6879C15.4033 13.6692 15.4758 13.6318 15.5366 13.5757C15.6021 13.5149 15.6348 13.4237 15.6348 13.3021C15.6348 13.1992 15.5998 13.1173 15.5296 13.0565C15.4594 12.9957 15.3659 12.9442 15.249 12.9022C15.1367 12.8601 15.0104 12.8203 14.8701 12.7829C14.7251 12.7408 14.5755 12.694 14.4211 12.6426C14.2714 12.5911 14.1335 12.5256 14.0072 12.4461C13.8809 12.3619 13.778 12.252 13.6985 12.1164C13.619 11.9807 13.5792 11.81 13.5792 11.6042C13.5792 11.3704 13.6447 11.1716 13.7757 11.0079C13.9066 10.8442 14.075 10.7179 14.2808 10.629C14.4913 10.5402 14.7111 10.4957 14.9403 10.4957C15.0853 10.4957 15.2373 10.5145 15.3963 10.5519C15.5553 10.5846 15.7073 10.6407 15.8523 10.7202C15.9973 10.7951 16.1189 10.8956 16.2171 11.0219C16.2686 11.0921 16.299 11.1763 16.3083 11.2745C16.3177 11.3727 16.2733 11.4616 16.175 11.5411C16.1049 11.5972 16.023 11.6229 15.9295 11.6183C15.836 11.6089 15.7588 11.5762 15.698 11.52C15.6185 11.4171 15.5109 11.3353 15.3753 11.2745C15.2443 11.2137 15.0923 11.1833 14.9192 11.1833C14.8491 11.1833 14.7719 11.1926 14.6877 11.2114C14.6082 11.2254 14.538 11.2605 14.4772 11.3166C14.4164 11.368 14.386 11.4522 14.386 11.5692C14.386 11.6767 14.4211 11.7633 14.4913 11.8287C14.5614 11.8895 14.655 11.941 14.7719 11.9831C14.8935 12.0205 15.0221 12.0579 15.1578 12.0953C15.2981 12.1328 15.4407 12.1772 15.5857 12.2286C15.7307 12.2801 15.864 12.3479 15.9856 12.4321C16.1072 12.5163 16.2055 12.6262 16.2803 12.7618C16.3551 12.8928 16.3925 13.0612 16.3925 13.267C16.3925 13.5055 16.3224 13.709 16.1821 13.8773C16.0417 14.0457 15.8664 14.1743 15.6559 14.2632C15.4454 14.3474 15.2303 14.3895 15.0104 14.3895C14.7345 14.3895 14.4585 14.3427 14.1826 14.2492C13.9066 14.151 13.6774 13.9802 13.495 13.737Z" fill="#E74425"/>
3
+ <path d="M4.4665 9.50772C5.29209 6.27304 8.15952 3.82352 11.6647 3.67886C15.2728 3.52995 18.4068 5.87001 19.4085 9.17229L19.7147 10.5135L19.8942 11.2996M4.05352 12.3992C3.76698 12.1353 3.32082 12.1537 3.05699 12.4403L1.33899 14.071C1.07516 14.3575 0.982177 14.9655 1.33253 15.2849M4.05352 12.3992L1.33253 15.2849M4.05352 12.3992L4.1458 12.8034M1.33253 15.2849L4.1458 12.8034M19.5497 14.4913C18.7241 17.726 15.8567 20.1755 12.3515 20.3201C8.74348 20.4691 5.60947 18.129 4.6077 14.8267L4.33061 13.6129L4.1458 12.8034M19.8942 11.2996L22.6518 8.72514C22.938 9.02832 22.9913 9.50353 22.7275 9.79007L20.9592 11.5587C20.7676 11.7668 20.4799 11.8335 20.2269 11.7534C20.0357 11.6928 19.9388 11.4952 19.8942 11.2996Z" stroke="#E74425" stroke-width="1.26739" stroke-linecap="round"/>
4
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="8.50879" y="9.38184" width="6.98276" height="3.49138" rx="0.581896" stroke="#E74425" stroke-width="0.9375"/>
3
+ <path d="M8.39112 5.89009H7.76074C7.06445 5.89009 6.5 6.41113 6.5 7.05388V19.2737C6.5 19.9165 7.06445 20.4375 7.76074 20.4375H16.2393C16.9355 20.4375 17.5 19.9165 17.5 19.2737V7.05388C17.5 6.41113 16.9355 5.89009 16.2393 5.89009H15.6089M9.02149 7.81369H14.9785C15.3267 7.81369 15.6089 7.55316 15.6089 7.23179V4.1444C15.6089 3.82302 15.3267 3.5625 14.9785 3.5625H9.02149C8.67334 3.5625 8.39112 3.82302 8.39112 4.1444V7.23179C8.39112 7.55316 8.67334 7.81369 9.02149 7.81369Z" stroke="#E74425" stroke-width="1.2"/>
4
+ <rect x="8.7583" y="18.1016" width="1.53567" height="1.01738" rx="0.508692" fill="#E74425"/>
5
+ <rect x="11.2324" y="18.1016" width="1.53567" height="1.01738" rx="0.508692" fill="#E74425"/>
6
+ <rect x="13.7061" y="18.1016" width="1.53567" height="1.01738" rx="0.508692" fill="#E74425"/>
7
+ <rect x="8.7583" y="16.1465" width="1.53567" height="1.01738" rx="0.508692" fill="#E74425"/>
8
+ <rect x="11.2324" y="16.1465" width="1.53567" height="1.01738" rx="0.508692" fill="#E74425"/>
9
+ <rect x="13.7061" y="16.1465" width="1.53567" height="1.01738" rx="0.508692" fill="#E74425"/>
10
+ <rect x="8.7583" y="14.1914" width="1.53567" height="1.01738" rx="0.508692" fill="#E74425"/>
11
+ <rect x="11.2324" y="14.1914" width="1.53567" height="1.01738" rx="0.508692" fill="#E74425"/>
12
+ <rect x="13.7061" y="14.1914" width="1.53567" height="1.01738" rx="0.508692" fill="#E74425"/>
13
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18.9365 3H6.64149C5.33419 3 4.27441 4.05977 4.27441 5.36707V18.6329C4.27441 19.9402 5.33419 21 6.64149 21H18.9365C19.3722 21 19.7255 20.6467 19.7255 20.211V3.78902C19.7255 3.35326 19.3722 3 18.9365 3Z" stroke="#E74425" stroke-width="1.2"/>
3
+ <path d="M13.9102 13.7764V10.9279C13.9102 10.6394 13.825 10.3708 13.6785 10.1458M13.9102 13.7764H9.97709M13.9102 13.7764H14.1649H14.4196H16.3477V11.5807C16.3477 10.7882 15.7053 10.1458 14.9128 10.1458M9.97709 13.7764V10.9279C9.97709 10.6394 10.0622 10.3708 10.2088 10.1458M9.97709 13.7764H9.77881H9.58053H7.65234V11.5807C7.65234 10.7882 8.29478 10.1458 9.08727 10.1458M9.58053 10.1458H9.08727M9.08727 10.1458H9.77881H10.2088M14.4196 10.1458C14.6994 10.1458 14.9128 10.1458 14.9128 10.1458M14.9128 10.1458H14.1649H13.6785M10.2088 10.1458C10.4647 9.7528 10.908 9.49297 11.412 9.49297H12.4753C12.9792 9.49297 13.4225 9.7528 13.6785 10.1458M13.3784 7.64782C13.3784 8.44031 12.736 9.08274 11.9435 9.08274C11.151 9.08274 10.5085 8.44031 10.5085 7.64782C10.5085 6.85533 11.151 6.21289 11.9435 6.21289C12.736 6.21289 13.3784 6.85533 13.3784 7.64782ZM15.8194 8.72401C15.8194 9.31838 15.3376 9.80021 14.7433 9.80021C14.1489 9.80021 13.6671 9.31838 13.6671 8.72401C13.6671 8.12965 14.1489 7.64782 14.7433 7.64782C15.3376 7.64782 15.8194 8.12965 15.8194 8.72401ZM10.4055 8.72401C10.4055 9.31838 9.92371 9.80021 9.32934 9.80021C8.73498 9.80021 8.25315 9.31838 8.25315 8.72401C8.25315 8.12965 8.73498 7.64782 9.32934 7.64782C9.92371 7.64782 10.4055 8.12965 10.4055 8.72401Z" stroke="#E74425" stroke-width="0.717464"/>
4
+ <path d="M7.80371 17.0742H16.1963C16.517 17.0744 16.6416 17.2729 16.6416 17.3662C16.6413 17.4596 16.5166 17.657 16.1963 17.6572H7.80371C7.4834 17.657 7.35874 17.4596 7.3584 17.3662C7.3584 17.2729 7.48296 17.0744 7.80371 17.0742Z" stroke="#E74425" stroke-width="0.717464"/>
5
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.2518 3.5996C11.1567 3.86619 10.7346 7.33699 10.7227 7.92766C10.7049 8.764 11.3295 9.04948 12.0507 9.05149C12.7743 9.0535 13.4111 8.59829 13.3872 7.92766C13.3872 7.92766 13.0485 5.04962 12.8508 3.62574C12.821 3.51597 12.7973 3.51074 12.0483 3.51074C11.3706 3.51074 11.2815 3.5212 11.2518 3.5996Z" stroke="#FFA500"/>
3
+ <path d="M17.2208 3.58291C17.2208 3.60893 17.3045 3.88994 17.4062 4.20218C17.5078 4.51442 17.6275 4.8839 17.6693 5.02961C17.8129 5.49797 18.399 7.36099 18.5664 7.87098C18.7698 8.50066 18.9253 8.74525 19.2243 8.89096C19.5532 9.05228 19.7865 9.08351 20.1812 9.01065C20.6596 8.92219 20.9886 8.66199 21.0304 8.32893C21.0603 8.12077 21.0125 7.99067 20.6297 7.2361C19.4456 4.8839 18.9253 3.90555 18.7757 3.74423L18.6083 3.5725L17.9145 3.55689C17.5198 3.54648 17.2208 3.55689 17.2208 3.58291Z" stroke="#FFA500"/>
4
+ <path d="M5.45244 3.56034C5.1738 3.65964 4.97815 3.97843 3.98806 5.93824C3.06912 7.77261 2.9624 8.00779 2.9624 8.26387C2.9624 8.61925 3.0869 8.78126 3.49598 8.96417C3.95356 9.14833 4.54025 9.14261 4.89704 8.77678C5.07597 8.57296 5.18565 8.47292 5.35759 7.93985C5.78888 6.63031 6.72711 3.54466 6.72711 3.54466C6.72711 3.4924 5.60066 3.50285 5.45244 3.56034Z" stroke="#FFA500"/>
5
+ <path d="M8.29011 3.58879C8.19524 3.66683 8.10631 3.91135 7.74464 5.07152C7.62605 5.45651 7.42447 6.09123 7.29996 6.47622C6.78413 8.063 6.7367 8.34915 6.93829 8.64049C7.1739 8.99195 7.605 9.0515 8.01144 9.0515C8.45612 9.0515 8.54505 9.03068 8.7585 8.91103C9.10238 8.71853 9.19724 8.50522 9.29211 7.67801C9.33954 7.28782 9.45812 6.35136 9.55892 5.59178C9.65378 4.8322 9.75457 4.05702 9.77236 3.85932L9.80793 3.51075H9.09052C8.54505 3.51075 8.35532 3.52636 8.29011 3.58879Z" stroke="#FFA500"/>
6
+ <path d="M14.1819 3.65148C14.1819 3.89125 14.7157 8.05585 14.7816 8.32689C14.9076 8.84812 15.2495 9.05661 15.9812 9.0514C16.515 9.0514 16.8749 8.91588 17.0668 8.65527C17.2408 8.4155 17.1928 8.06107 16.7909 6.82055C16.611 6.24719 16.3351 5.39238 16.1851 4.91806C15.8433 3.83391 15.7593 3.62542 15.6213 3.56287C15.5614 3.5316 15.2135 3.51075 14.8476 3.51075H14.1819V3.65148Z" stroke="#FFA500"/>
7
+ <path d="M9.75676 10.9673C9.21989 11.4208 8.48662 11.6114 7.67477 11.5128C7.19029 11.4537 6.65342 11.2433 6.47665 11.0528C6.41773 10.987 6.32607 10.9279 6.28024 10.9279C5.7983 11.1153 4.94653 11.5042 4.6194 11.655C4.53781 11.6926 4.48633 11.774 4.48633 11.8638L4.48638 19.9117C4.48638 20.2307 4.74495 20.4893 5.06392 20.4893H9.33772V13.9402C9.33772 13.6213 9.59629 13.3627 9.91526 13.3627H14.2468C14.5658 13.3627 14.8244 13.6213 14.8244 13.9402V20.4893H19.0981C19.4171 20.4893 19.6757 20.2307 19.6757 19.9117L19.6756 11.8115C19.6756 11.7149 19.6164 11.6288 19.5258 11.5954C19.0669 11.4263 17.7068 10.9279 17.6198 10.9279C17.5937 10.9279 17.43 11.033 17.2467 11.1579C16.3432 11.7823 15.4462 11.7297 14.1761 10.9739L13.8749 10.803L13.685 10.9673C13.2595 11.3354 12.5925 11.5325 11.8788 11.5325C11.2438 11.5325 10.7843 11.3849 10.3195 11.0563C10.1165 10.9118 9.96626 10.7964 9.96626 10.7964C9.96626 10.7964 9.86806 10.8753 9.75676 10.9673Z" stroke="#FFA500" stroke-width="1.2"/>
8
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15 4V8C15 8.55228 14.5523 9 14 9H10C9.44772 9 9 8.55228 9 8V4M15 4H18.5C20.2796 4 21 4.87199 21 6.5V17.5C21 19.2277 20.1355 20 18.5 20H5.5C3.85933 20 3 19.1701 3 17.5V6.5C3 4.76251 3.86072 4 5.5 4L9 4M15 4L9 4" stroke="#E74425" stroke-width="1.3"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14.7121 3.5H8.73016M14.7121 3.5C15.1029 3.5 15.4198 3.81685 15.4198 4.2077V10.2546C15.4198 10.6454 15.1029 10.9623 14.7121 10.9623H8.73016C8.33931 10.9623 8.02246 10.6454 8.02246 10.2546V4.2077C8.02246 3.81685 8.33931 3.5 8.73016 3.5M14.7121 3.5H12.476M8.73016 3.5H10.9659M10.9659 3.5H12.476M10.9659 3.5V5.31365C10.9659 5.7045 11.2827 6.02134 11.6736 6.02134H11.7683C12.1591 6.02134 12.476 5.7045 12.476 5.31365V3.5" stroke="#E74425" stroke-width="1.2"/>
3
+ <path d="M10.2028 13.0381H4.22088M10.2028 13.0381C10.5936 13.0381 10.9105 13.3549 10.9105 13.7458V19.7927C10.9105 20.1835 10.5936 20.5003 10.2028 20.5003H4.22088C3.83003 20.5003 3.51318 20.1835 3.51318 19.7927V13.7458C3.51318 13.3549 3.83003 13.0381 4.22088 13.0381M10.2028 13.0381H7.9667M4.22088 13.0381H6.45662M6.45662 13.0381H7.9667M6.45662 13.0381V14.8517C6.45662 15.2426 6.77347 15.5594 7.16432 15.5594H7.259C7.64985 15.5594 7.9667 15.2426 7.9667 14.8517V13.0381" stroke="#E74425" stroke-width="1.2"/>
4
+ <path d="M19.7794 13.0381H13.7975M19.7794 13.0381C20.1703 13.0381 20.4871 13.3549 20.4871 13.7458V19.7927C20.4871 20.1835 20.1703 20.5003 19.7794 20.5003H13.7975C13.4067 20.5003 13.0898 20.1835 13.0898 19.7927V13.7458C13.0898 13.3549 13.4067 13.0381 13.7975 13.0381M19.7794 13.0381H17.5434M13.7975 13.0381H16.0333M16.0333 13.0381H17.5434M16.0333 13.0381V14.8517C16.0333 15.2426 16.3501 15.5594 16.741 15.5594H16.8357C17.2265 15.5594 17.5434 15.2426 17.5434 14.8517V13.0381" stroke="#E74425" stroke-width="1.2"/>
5
+ </svg>
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+
3
+ import React from 'react';
4
+ import { View, Text, Image, StyleSheet } from 'react-native';
5
+ import { COLORS, FONT_NORMAL, TEXT_SIZES, WP } from "../themes/config.js";
6
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
7
+ const AccountSetupSteps = () => {
8
+ return /*#__PURE__*/_jsxs(View, {
9
+ style: styles.container,
10
+ children: [/*#__PURE__*/_jsx(View, {
11
+ style: styles.imageWrapper,
12
+ children: /*#__PURE__*/_jsx(Image, {
13
+ source: require('../assets/illustrations/empty.png'),
14
+ style: styles.image,
15
+ resizeMode: "contain"
16
+ })
17
+ }), /*#__PURE__*/_jsxs(View, {
18
+ style: styles.textContainer,
19
+ children: [/*#__PURE__*/_jsx(Text, {
20
+ style: styles.text,
21
+ children: "1- Add Customer"
22
+ }), /*#__PURE__*/_jsx(Text, {
23
+ style: styles.text,
24
+ children: "2- Add Entries and maintain your account"
25
+ }), /*#__PURE__*/_jsx(Text, {
26
+ style: styles.text,
27
+ children: "3- Send payment reminders"
28
+ })]
29
+ })]
30
+ });
31
+ };
32
+ export default AccountSetupSteps;
33
+ const styles = StyleSheet.create({
34
+ container: {
35
+ flex: 1,
36
+ backgroundColor: COLORS.whiteColor,
37
+ alignItems: 'center',
38
+ // centers image wrapper
39
+ justifyContent: 'center',
40
+ paddingHorizontal: WP(2)
41
+ },
42
+ imageWrapper: {
43
+ width: '100%',
44
+ alignItems: 'center',
45
+ // centers image horizontally
46
+ marginBottom: 30
47
+ },
48
+ image: {
49
+ width: 200,
50
+ height: 200
51
+ },
52
+ textContainer: {
53
+ width: '100%',
54
+ // full width to align text from start
55
+ alignItems: 'flex-start'
56
+ },
57
+ text: {
58
+ fontSize: TEXT_SIZES.SECONDARY_BODY,
59
+ color: COLORS.blackColor || '#000',
60
+ marginBottom: 12,
61
+ fontFamily: FONT_NORMAL
62
+ }
63
+ });
64
+ //# sourceMappingURL=AccountSetupSteps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","View","Text","Image","StyleSheet","COLORS","FONT_NORMAL","TEXT_SIZES","WP","jsx","_jsx","jsxs","_jsxs","AccountSetupSteps","style","styles","container","children","imageWrapper","source","require","image","resizeMode","textContainer","text","create","flex","backgroundColor","whiteColor","alignItems","justifyContent","paddingHorizontal","width","marginBottom","height","fontSize","SECONDARY_BODY","color","blackColor","fontFamily"],"sourceRoot":"../../../../src","sources":["app/components/AccountSetupSteps.js"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,IAAI,EAAEC,KAAK,EAAEC,UAAU,QAAQ,cAAc;AAC5D,SAASC,MAAM,EAAEC,WAAW,EAAEC,UAAU,EAAEC,EAAE,QAAQ,qBAAkB;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAEvE,MAAMC,iBAAiB,GAAGA,CAAA,KAAM;EAC9B,oBACED,KAAA,CAACX,IAAI;IAACa,KAAK,EAAEC,MAAM,CAACC,SAAU;IAAAC,QAAA,gBAE5BP,IAAA,CAACT,IAAI;MAACa,KAAK,EAAEC,MAAM,CAACG,YAAa;MAAAD,QAAA,eAC/BP,IAAA,CAACP,KAAK;QACJgB,MAAM,EAAEC,OAAO,CAAC,mCAAmC,CAAE;QACrDN,KAAK,EAAEC,MAAM,CAACM,KAAM;QACpBC,UAAU,EAAC;MAAS,CACrB;IAAC,CACE,CAAC,eAGPV,KAAA,CAACX,IAAI;MAACa,KAAK,EAAEC,MAAM,CAACQ,aAAc;MAAAN,QAAA,gBAChCP,IAAA,CAACR,IAAI;QAACY,KAAK,EAAEC,MAAM,CAACS,IAAK;QAAAP,QAAA,EAAC;MAAe,CAAM,CAAC,eAChDP,IAAA,CAACR,IAAI;QAACY,KAAK,EAAEC,MAAM,CAACS,IAAK;QAAAP,QAAA,EAAC;MAE1B,CAAM,CAAC,eACPP,IAAA,CAACR,IAAI;QAACY,KAAK,EAAEC,MAAM,CAACS,IAAK;QAAAP,QAAA,EAAC;MAAyB,CAAM,CAAC;IAAA,CACtD,CAAC;EAAA,CACH,CAAC;AAEX,CAAC;AAED,eAAeJ,iBAAiB;AAEhC,MAAME,MAAM,GAAGX,UAAU,CAACqB,MAAM,CAAC;EAC/BT,SAAS,EAAE;IACTU,IAAI,EAAE,CAAC;IACPC,eAAe,EAAEtB,MAAM,CAACuB,UAAU;IAClCC,UAAU,EAAE,QAAQ;IAAE;IACtBC,cAAc,EAAE,QAAQ;IACxBC,iBAAiB,EAAEvB,EAAE,CAAC,CAAC;EACzB,CAAC;EACDU,YAAY,EAAE;IACZc,KAAK,EAAE,MAAM;IACbH,UAAU,EAAE,QAAQ;IAAE;IACtBI,YAAY,EAAE;EAChB,CAAC;EACDZ,KAAK,EAAE;IACLW,KAAK,EAAE,GAAG;IACVE,MAAM,EAAE;EACV,CAAC;EACDX,aAAa,EAAE;IACbS,KAAK,EAAE,MAAM;IAAE;IACfH,UAAU,EAAE;EACd,CAAC;EACDL,IAAI,EAAE;IACJW,QAAQ,EAAE5B,UAAU,CAAC6B,cAAc;IACnCC,KAAK,EAAEhC,MAAM,CAACiC,UAAU,IAAI,MAAM;IAClCL,YAAY,EAAE,EAAE;IAChBM,UAAU,EAAEjC;EACd;AACF,CAAC,CAAC","ignoreList":[]}