├── .env.local ├── .gitignore ├── .idea ├── .gitignore ├── go-wa-frontend.iml ├── modules.xml └── vcs.xml ├── .vscode ├── extensions.json └── last.sql ├── README.md └── next-app ├── .gitignore ├── LICENSE ├── index.js ├── leftform.tsx ├── next-env.d.ts ├── next.config.js ├── nohup.out ├── package-lock.json ├── package.json ├── prod-without-multistage.Dockerfile ├── public ├── assets │ ├── css │ │ ├── bootstrap-grid.css │ │ ├── bootstrap-grid.min.css │ │ ├── bootstrap.css │ │ ├── bootstrap.min.css │ │ ├── charts.min1.css │ │ ├── croppie-image.css │ │ ├── dashboard.css │ │ ├── dashboard.css.map │ │ ├── fixantdbyadminpage.css │ │ ├── font-free.css │ │ ├── fontawesome-prov6.css │ │ ├── fonts-icon.css │ │ ├── ion.rangeSlider.css │ │ ├── ion.rangeSlider.min.css │ │ ├── loader.css │ │ ├── main.css │ │ ├── main.css.map │ │ ├── maps.css │ │ ├── plan_details.css │ │ ├── scroll.css │ │ ├── slick.css │ │ └── support.css │ ├── fonts │ │ ├── Roboto-Black.ttf │ │ ├── Roboto-BlackItalic.ttf │ │ ├── Roboto-Bold.ttf │ │ ├── Roboto-BoldItalic.ttf │ │ ├── Roboto-Italic.ttf │ │ ├── Roboto-Light.ttf │ │ ├── Roboto-LightItalic.ttf │ │ ├── Roboto-Medium.ttf │ │ ├── Roboto-MediumItalic.ttf │ │ ├── Roboto-Regular.ttf │ │ ├── Roboto-Thin.ttf │ │ ├── Roboto-ThinItalic.ttf │ │ ├── gowa.eot │ │ ├── gowa.svg │ │ ├── gowa.ttf │ │ └── gowa.woff │ ├── images │ │ ├── API │ │ │ ├── banner.png │ │ │ ├── house.svg │ │ │ ├── members.svg │ │ │ ├── return.svg │ │ │ └── world.svg │ │ ├── Frequently_Asked_Questions │ │ │ └── banner.png │ │ ├── HIRE │ │ │ ├── banner.png │ │ │ ├── click.svg │ │ │ ├── letter.svg │ │ │ ├── logo.png │ │ │ ├── phone.png │ │ │ └── phone.svg │ │ ├── POS │ │ │ ├── banner.png │ │ │ ├── file.svg │ │ │ └── sum.svg │ │ ├── PrivacyPolicy │ │ │ └── banner.png │ │ ├── Untitled 1.png │ │ ├── Untitled-2.jpg │ │ ├── about.png │ │ ├── about2.png │ │ ├── accountstatement.png │ │ ├── accountsummary.png │ │ ├── addCapital.png │ │ ├── addDepreciation.png │ │ ├── agedopen.png │ │ ├── alu.png │ │ ├── anyprojects.png │ │ ├── aril.svg │ │ ├── arro-botton-white.png │ │ ├── arro-botton.png │ │ ├── arro-next.png │ │ ├── arro-top.png │ │ ├── arrow-bottom.svg │ │ ├── atm.jpg │ │ ├── award │ │ │ ├── banner.png │ │ │ └── img-list.png │ │ ├── barcode-no.jpg │ │ ├── bg-ft.png │ │ ├── business_investment.png │ │ ├── bycustomer.png │ │ ├── byvendor.png │ │ ├── carrers │ │ │ ├── banner.png │ │ │ ├── letter.svg │ │ │ └── member.svg │ │ ├── cart1.png │ │ ├── cashDividends.png │ │ ├── chart1.jpg │ │ ├── chart2.jpg │ │ ├── chart3.jpg │ │ ├── chart4.jpg │ │ ├── check-list.png │ │ ├── check.svg │ │ ├── cloud.svg │ │ ├── collaborate.svg │ │ ├── compliance.svg │ │ ├── control.svg │ │ ├── cost.svg │ │ ├── decobg1.png │ │ ├── docworkingpaper.svg │ │ ├── error-404.png │ │ ├── fc.png │ │ ├── file.svg │ │ ├── fileworkingpaper.svg │ │ ├── flexibility.svg │ │ ├── genralledger.png │ │ ├── girl.png │ │ ├── globe.png │ │ ├── group.png │ │ ├── group23.png │ │ ├── groupcomputer.png │ │ ├── hinh_tron.png │ │ ├── hire.png │ │ ├── icon-list.png │ │ ├── icon-next.svg │ │ ├── image-none.png │ │ ├── image10.jpg │ │ ├── image11.jpg │ │ ├── image6.jpg │ │ ├── image7.jpg │ │ ├── image8.png │ │ ├── image9.jpg │ │ ├── incomestatement.png │ │ ├── ind-banner1.png │ │ ├── ind-banner2.png │ │ ├── ind-banner3.png │ │ ├── instagram.svg │ │ ├── invoicess.png │ │ ├── knowledge-base.png │ │ ├── logo-blue.svg │ │ ├── logo-white.svg │ │ ├── logo.svg │ │ ├── malachite.png │ │ ├── mastercard.png │ │ ├── money-icon.png │ │ ├── openbills.png │ │ ├── openquotation.png │ │ ├── overview.png │ │ ├── overview2.png │ │ ├── papi.png │ │ ├── payments.svg │ │ ├── pencil.png │ │ ├── pic-features.png │ │ ├── pic-foget.png │ │ ├── pic-login.png │ │ ├── pic-plan.png │ │ ├── pic-signup.png │ │ ├── pic-thank.png │ │ ├── piechart.png │ │ ├── pos.png │ │ ├── product_expense.svg │ │ ├── product_product.svg │ │ ├── product_rawMaterial.svg │ │ ├── product_recipe.svg │ │ ├── product_service.svg │ │ ├── production.png │ │ ├── productsales.png │ │ ├── purchase.png │ │ ├── question-mark-990e7dce3332c73d87a7a1eafbe5d7bb993a1006f3df132d2d50e31e092c74f6.svg │ │ ├── rarro-next.svg │ │ ├── record.svg │ │ ├── rectangle203.png │ │ ├── rectangle205.jpg │ │ ├── rectangle206.png │ │ ├── rectangle209.png │ │ ├── rectangle219.jpg │ │ ├── rectangle220.jpg │ │ ├── rectangle221.jpg │ │ ├── rectangle65.png │ │ ├── salaries.png │ │ ├── salaryreport.png │ │ ├── scrap.png │ │ ├── sector │ │ │ ├── banner.png │ │ │ └── image-16.png │ │ ├── security.svg │ │ ├── selling.png │ │ ├── settings.svg │ │ ├── shop.png │ │ ├── shop.svg │ │ ├── showpass.png │ │ ├── social_responsabilty │ │ │ ├── banner.png │ │ │ └── img-list.png │ │ ├── star.svg │ │ ├── star1.png │ │ ├── star2-0.png │ │ ├── star2.png │ │ ├── stroke-1.png │ │ ├── stroke-2.png │ │ ├── stroke-3.png │ │ ├── support │ │ │ ├── banner_generalquestion.png │ │ │ ├── chat.png │ │ │ ├── chat_bg.png │ │ │ ├── help.png │ │ │ └── videos.png │ │ ├── tegha.jpg │ │ ├── terms_and_conditions │ │ │ └── banner.png │ │ ├── time.svg │ │ ├── transferMoney.png │ │ ├── transfers.png │ │ ├── trendline.png │ │ ├── trialbalance.png │ │ ├── updating.jpg │ │ ├── upload_partner.png │ │ ├── user.svg │ │ ├── visibility.svg │ │ ├── zap.png │ │ └── zid.png │ ├── js │ │ ├── app.js │ │ ├── beforeafter.jquery-1.0.0.js │ │ ├── bootstrap.bundle.min.js │ │ ├── bootstrap.bundle.min.js.map │ │ ├── bootstrap.min.1.js │ │ ├── bootstrap.min.js │ │ ├── chat.js │ │ ├── collapseknow.js │ │ ├── collapsepricing.js │ │ ├── croppie-image.js │ │ ├── ion.rangeSlider.js │ │ ├── ion.rangeSlider.min.js │ │ ├── ionRangeSliderAction.js │ │ ├── jquery-3.6.0.min.js │ │ ├── mains.js │ │ ├── map.js │ │ ├── menuleftdashboard.js │ │ ├── preleader.js │ │ ├── scrollbar.js │ │ ├── slick.min.js │ │ └── testjquery.js │ ├── scss │ │ └── test.scss │ └── wow │ │ ├── libs │ │ └── animate.css │ │ ├── site.css │ │ ├── wow.js │ │ ├── wow.js.map │ │ └── wow.min.js ├── favicon.ico ├── favicon │ └── icon_gowa.png ├── sasas.jpg ├── uploads │ ├── 366058aed7754100c6c667f00.png │ ├── 4f48e110accff7fb730076206.xlsx │ ├── 4f48e110accff7fb730076207.xlsx │ ├── 4f48e110accff7fb730076208.xlsx │ ├── 4f48e110accff7fb730076209.xlsx │ ├── 4f48e110accff7fb73007620a.docx │ ├── 4f48e110accff7fb73007620b.docx │ ├── 4f48e110accff7fb73007620c.xlsx │ ├── 4f48e110accff7fb73007620d.xlsx │ ├── 4f48e110accff7fb73007620e.xlsx │ ├── 4f48e110accff7fb73007620f.xlsx │ ├── 4f48e110accff7fb730076210.xlsx │ ├── 4f48e110accff7fb730076211.xlsx │ ├── 4f48e110accff7fb730076212.xlsx │ ├── 4f48e110accff7fb730076213.xlsx │ ├── 4f48e110accff7fb730076214.xlsx │ ├── 4f48e110accff7fb730076215.xlsx │ ├── 4f48e110accff7fb730076216.xlsx │ ├── 4f48e110accff7fb730076217.xlsx │ ├── 4f48e110accff7fb730076218.xlsx │ ├── 4f48e110accff7fb730076219.xlsx │ ├── 4f48e110accff7fb73007621a.xlsx │ ├── 4f48e110accff7fb73007621b.xlsx │ ├── 4f48e110accff7fb73007621c.xlsx │ ├── 4f48e110accff7fb73007621d.xlsx │ ├── 4f48e110accff7fb73007621e.xlsx │ └── 4f48e110accff7fb73007621f.xlsx └── vercel.svg ├── server.log ├── src ├── api │ ├── accounting │ │ ├── Accounting.js │ │ ├── AccountingType.js │ │ ├── EasyEntryApi.js │ │ └── ManualJournalEntry.js │ ├── amazon-pay │ │ └── PaymentAWSApi.js │ ├── axiosClient.js │ ├── fixed-assets │ │ ├── AssetClassApi.js │ │ └── FixedAssetApi.js │ ├── globals │ │ ├── AuthApi.js │ │ ├── CountryApi.js │ │ ├── CurrencyApi.js │ │ ├── OrganizationApi.js │ │ ├── UploadFileApi.js │ │ └── reportApi.js │ ├── payrolls │ │ ├── BonusApi.js │ │ ├── DeductionApi.js │ │ ├── EmployeeApi.js │ │ ├── InsurancesApi.js │ │ ├── LoanApi.js │ │ ├── SchedulesApi.js │ │ └── TerminationApi.js │ ├── products │ │ ├── CategoryApi.js │ │ ├── GowaApi.js │ │ ├── InventoryTransferApi.js │ │ ├── LocationApi.js │ │ ├── ProductionApi.js │ │ ├── StockTakeApi.js │ │ ├── UnitKindApi.js │ │ └── UnitTypeApi.js │ ├── projects-and-tasks │ │ ├── ProjectsApi.js │ │ └── TasksApi.js │ ├── purchases │ │ ├── BillApi.js │ │ ├── PurchaseOrderApi.js │ │ ├── Simple_BillApi.js │ │ ├── VendorApi.js │ │ └── VendorReceiptApi.js │ ├── sales │ │ ├── CustomerActApi.js │ │ ├── CustomerApi.js │ │ ├── CustomerReceiptApi.js │ │ ├── InvoiceApi.js │ │ ├── QuotationApi.js │ │ ├── ZatcaApi.js │ │ └── zatca_api.txt │ └── settings │ │ ├── ActivityLogApi.js │ │ ├── CustomFieldApi.js │ │ ├── MemberApi.js │ │ ├── PaymentTermApi.js │ │ ├── RoleApi.js │ │ └── TaxApi.js ├── common │ ├── Admin-layout │ │ ├── HeaderAdmin.tsx │ │ └── HeaderSupport.tsx │ ├── Client-layout │ │ ├── Footer │ │ │ └── index.tsx │ │ └── Header │ │ │ └── index.tsx │ ├── Layout │ │ └── index.tsx │ ├── LayoutClient.tsx │ ├── LayoutPayment.tsx │ ├── LayoutSupport.tsx │ ├── accountant_user │ │ ├── Admin-layout │ │ │ ├── HeaderAdmin.tsx │ │ │ └── HeaderSupport.tsx │ │ ├── Layout │ │ │ └── index.tsx │ │ ├── LayoutPayment.tsx │ │ ├── LayoutSupport.tsx │ │ ├── check-permission.tsx │ │ ├── headerPayment.tsx │ │ └── sidebar-left.js │ ├── check-permission.tsx │ ├── company_user │ │ ├── Admin-layout │ │ │ ├── Footer.tsx │ │ │ ├── HeaderAdmin.tsx │ │ │ ├── HeaderSupport.tsx │ │ │ └── translate.js │ │ ├── Layout │ │ │ └── index.tsx │ │ ├── LayoutPayment.tsx │ │ ├── LayoutSupport.tsx │ │ ├── check-permission.tsx │ │ ├── headerPayment.tsx │ │ └── sidebar-left.js │ ├── headerPayment.tsx │ ├── sidebar-left.js │ └── spinner-grow.tsx ├── components │ ├── AccountantUser │ │ ├── Form │ │ │ ├── DeleteFile.tsx │ │ │ ├── asset-classification.tsx │ │ │ ├── assign-hours.tsx │ │ │ ├── attachment.tsx │ │ │ ├── creadit-card.tsx │ │ │ ├── login-form.tsx │ │ │ ├── note.tsx │ │ │ ├── payment_inv-form.tsx │ │ │ ├── register-form.tsx │ │ │ ├── select-acounting.tsx │ │ │ ├── select-category.tsx │ │ │ ├── select-customer.tsx │ │ │ ├── select-unittype.tsx │ │ │ ├── select-vendor.tsx │ │ │ ├── term-conditions.tsx │ │ │ └── terminate-employee.tsx │ │ ├── MultiRangeSlider.tsx │ │ ├── Paginations.tsx │ │ ├── Perpages.tsx │ │ ├── Sidebar-left │ │ │ ├── index.tsx │ │ │ └── note.txt │ │ ├── accounting │ │ │ ├── chart-of-accounts │ │ │ │ ├── add │ │ │ │ │ └── index.tsx │ │ │ │ └── list │ │ │ │ │ ├── AccountingChild.tsx │ │ │ │ │ ├── Acount-children.tsx │ │ │ │ │ ├── OptionAccouting.tsx │ │ │ │ │ ├── OptionAntd.tsx │ │ │ │ │ ├── TreeAccount.tsx │ │ │ │ │ ├── chartChild.tsx │ │ │ │ │ ├── downloadPDF.tsx │ │ │ │ │ ├── index.tsx │ │ │ │ │ ├── search.tsx │ │ │ │ │ ├── treeChild.tsx │ │ │ │ │ └── trees.tsx │ │ │ ├── easy-entries │ │ │ │ └── list │ │ │ │ │ ├── index.tsx │ │ │ │ │ └── search.tsx │ │ │ └── manual-journal-entries │ │ │ │ ├── add-more.tsx │ │ │ │ └── list │ │ │ │ └── index.tsx │ │ ├── dashboard │ │ │ ├── Activity-Log │ │ │ │ └── index.tsx │ │ │ ├── Customers │ │ │ │ └── index.tsx │ │ │ ├── Payment-Snapshot │ │ │ │ └── index.tsx │ │ │ ├── Revenue-and-Expense │ │ │ │ └── index.tsx │ │ │ ├── Vendors │ │ │ │ └── index.tsx │ │ │ └── Welcome-to-qawaem │ │ │ │ └── index.tsx │ │ ├── fixed-assets │ │ │ ├── asset-classifications │ │ │ │ ├── filter.tsx │ │ │ │ └── list.tsx │ │ │ ├── asset-transfers │ │ │ │ ├── filter.tsx │ │ │ │ └── list.tsx │ │ │ ├── depreciation │ │ │ │ ├── filter.tsx │ │ │ │ ├── list.tsx │ │ │ │ └── table.tsx │ │ │ └── fixed-assets │ │ │ │ ├── create-update │ │ │ │ ├── inventoryform.tsx │ │ │ │ ├── leftform.tsx │ │ │ │ └── rightform.tsx │ │ │ │ ├── filter.tsx │ │ │ │ ├── import-excel.tsx │ │ │ │ └── list.tsx │ │ ├── onboarding │ │ │ ├── account-form.tsx │ │ │ ├── croppieImage.tsx │ │ │ └── general-form.tsx │ │ ├── payrolls │ │ │ ├── bonuses │ │ │ │ ├── filter.tsx │ │ │ │ ├── form.tsx │ │ │ │ └── list.tsx │ │ │ ├── deductions │ │ │ │ ├── filter.tsx │ │ │ │ ├── form.tsx │ │ │ │ └── list.tsx │ │ │ ├── employees │ │ │ │ ├── create-update │ │ │ │ │ ├── Associated │ │ │ │ │ │ └── leftform.tsx │ │ │ │ │ ├── Employment │ │ │ │ │ │ ├── UnitBenefits.tsx │ │ │ │ │ │ ├── UnitSalary.tsx │ │ │ │ │ │ ├── UnitSocial.tsx │ │ │ │ │ │ ├── leftform.tsx │ │ │ │ │ │ └── rightform.tsx │ │ │ │ │ └── Personal │ │ │ │ │ │ ├── leftform.tsx │ │ │ │ │ │ └── rightform.tsx │ │ │ │ ├── filter.tsx │ │ │ │ └── list.tsx │ │ │ ├── initialize │ │ │ │ ├── leftform.tsx │ │ │ │ ├── paycycles.tsx │ │ │ │ └── rightform.tsx │ │ │ ├── insurances │ │ │ │ ├── filter.tsx │ │ │ │ ├── form.tsx │ │ │ │ └── list.tsx │ │ │ ├── loans │ │ │ │ ├── filter.tsx │ │ │ │ ├── form.tsx │ │ │ │ └── list.tsx │ │ │ ├── schedules │ │ │ │ ├── filter.tsx │ │ │ │ ├── form.tsx │ │ │ │ ├── list.tsx │ │ │ │ └── table-form.tsx │ │ │ └── terminate │ │ │ │ ├── filter.tsx │ │ │ │ └── list.tsx │ │ ├── products │ │ │ ├── ActivityProduct.tsx │ │ │ ├── ProductDetailsContent.tsx │ │ │ ├── inventory │ │ │ │ ├── detailtable.tsx │ │ │ │ ├── downloadPDF.tsx │ │ │ │ ├── filter.tsx │ │ │ │ ├── form.tsx │ │ │ │ └── list.tsx │ │ │ ├── locations │ │ │ │ └── list │ │ │ │ │ └── index.tsx │ │ │ ├── productions │ │ │ │ └── list │ │ │ │ │ ├── index.tsx │ │ │ │ │ └── search.tsx │ │ │ └── products │ │ │ │ ├── create-update │ │ │ │ ├── inventoryform.tsx │ │ │ │ ├── leftform.tsx │ │ │ │ ├── recipe-details.tsx │ │ │ │ ├── rightform.tsx │ │ │ │ └── unit-conversions.tsx │ │ │ │ ├── import-excel.tsx │ │ │ │ ├── list-by-category.tsx │ │ │ │ ├── list.tsx │ │ │ │ ├── search-product.tsx │ │ │ │ ├── stock-take │ │ │ │ ├── details-box.tsx │ │ │ │ ├── details-table.tsx │ │ │ │ ├── downloadPDF.tsx │ │ │ │ ├── leftform.tsx │ │ │ │ ├── list.tsx │ │ │ │ ├── rightform.tsx │ │ │ │ ├── search.tsx │ │ │ │ └── unit-conversions.tsx │ │ │ │ └── unit-types │ │ │ │ └── index.tsx │ │ ├── projects-and-tasks │ │ │ ├── projects │ │ │ │ ├── details │ │ │ │ │ └── dashboard │ │ │ │ │ │ ├── Activity.tsx │ │ │ │ │ │ ├── content.tsx │ │ │ │ │ │ └── table.tsx │ │ │ │ ├── filter.tsx │ │ │ │ ├── list-none.tsx │ │ │ │ └── list.tsx │ │ │ └── tasks │ │ │ │ ├── details │ │ │ │ ├── content.tsx │ │ │ │ └── table.tsx │ │ │ │ ├── filter.tsx │ │ │ │ ├── list-none.tsx │ │ │ │ └── list.tsx │ │ ├── purchases │ │ │ ├── bills │ │ │ │ ├── bill-view │ │ │ │ │ ├── Activity │ │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── Additional-Information │ │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── box-bill-content │ │ │ │ │ │ └── index.tsx │ │ │ │ │ └── table │ │ │ │ │ │ └── index.tsx │ │ │ │ ├── box-chart │ │ │ │ │ └── index.tsx │ │ │ │ ├── box-filter-perpage │ │ │ │ │ └── index.tsx │ │ │ │ ├── box-list │ │ │ │ │ ├── downloadPDF.tsx │ │ │ │ │ └── index.tsx │ │ │ │ └── create-update │ │ │ │ │ ├── additional-information.tsx │ │ │ │ │ ├── leftform.tsx │ │ │ │ │ ├── rightform.tsx │ │ │ │ │ └── unit-conversions.tsx │ │ │ ├── purchase-orders │ │ │ │ ├── box-chart │ │ │ │ │ └── index.tsx │ │ │ │ ├── box-filter-perpage │ │ │ │ │ └── index.tsx │ │ │ │ ├── box-list │ │ │ │ │ ├── downloadPDF.tsx │ │ │ │ │ └── index.tsx │ │ │ │ ├── create-update │ │ │ │ │ ├── additional-information.tsx │ │ │ │ │ ├── leftform.tsx │ │ │ │ │ ├── rightform.tsx │ │ │ │ │ └── unit-conversions.tsx │ │ │ │ └── purchase-order-view │ │ │ │ │ ├── Activity │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── Additional-Information │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── all-total │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── box-purchaseorder-content │ │ │ │ │ └── index.tsx │ │ │ │ │ └── table │ │ │ │ │ └── index.tsx │ │ │ ├── vendor-receipt │ │ │ │ ├── box-filter-perpage │ │ │ │ │ └── index.tsx │ │ │ │ ├── create-update │ │ │ │ │ ├── leftform.tsx │ │ │ │ │ └── rightform.tsx │ │ │ │ ├── list │ │ │ │ │ ├── downloadPDF.tsx │ │ │ │ │ └── index.tsx │ │ │ │ └── view │ │ │ │ │ ├── Activity │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── Additional-Information │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── box-customerreceipt-content │ │ │ │ │ └── index.tsx │ │ │ │ │ └── table │ │ │ │ │ └── index.tsx │ │ │ └── vendors │ │ │ │ ├── create-update │ │ │ │ ├── leftform.tsx │ │ │ │ └── rightform.tsx │ │ │ │ ├── import-excel.tsx │ │ │ │ ├── search.tsx │ │ │ │ ├── vendor-details │ │ │ │ ├── Activity.tsx │ │ │ │ ├── Additional-Information.tsx │ │ │ │ ├── table.tsx │ │ │ │ └── vendor-content.tsx │ │ │ │ ├── vendor-list.tsx │ │ │ │ └── vendor-none.tsx │ │ ├── reports │ │ │ ├── aged-open-bills │ │ │ │ └── index.tsx │ │ │ ├── aged-open-invoices │ │ │ │ └── index.tsx │ │ │ ├── aged-open-quotations │ │ │ │ └── index.tsx │ │ │ ├── aged-open-work-orders │ │ │ │ └── index.tsx │ │ │ ├── ap-by-vendors │ │ │ │ └── index.tsx │ │ │ ├── ar-by-customer │ │ │ │ └── index.tsx │ │ │ ├── balance-sheet │ │ │ │ ├── Acount-children.tsx │ │ │ │ └── index.tsx │ │ │ ├── bill-taxes │ │ │ │ └── index.tsx │ │ │ ├── cashflow-reports │ │ │ │ └── index.tsx │ │ │ ├── customer-trend-line │ │ │ │ ├── highcharts.tsx │ │ │ │ └── index.tsx │ │ │ ├── general-ledger │ │ │ │ ├── Acount-children.tsx │ │ │ │ ├── filter.tsx │ │ │ │ └── index.tsx │ │ │ ├── income-statement │ │ │ │ └── index.tsx │ │ │ ├── invoice-taxes │ │ │ │ └── index.tsx │ │ │ ├── invoice-trend-line │ │ │ │ ├── highcharts.tsx │ │ │ │ └── index.tsx │ │ │ ├── journal-reports │ │ │ │ └── index.tsx │ │ │ ├── location-report │ │ │ │ └── index.tsx │ │ │ ├── product-purchase-line │ │ │ │ ├── highcharts.tsx │ │ │ │ └── index.tsx │ │ │ ├── product-sale-line │ │ │ │ ├── highcharts.tsx │ │ │ │ └── index.tsx │ │ │ ├── product-sale-pie │ │ │ │ ├── highcharts.tsx │ │ │ │ └── index.tsx │ │ │ ├── sales-and-purchases │ │ │ │ └── index.tsx │ │ │ └── trial-balances │ │ │ │ ├── Acount-children.tsx │ │ │ │ └── index.tsx │ │ ├── sales │ │ │ ├── customer-receipts │ │ │ │ ├── box-filter-perpage │ │ │ │ │ └── index.tsx │ │ │ │ ├── create-update │ │ │ │ │ ├── additional-information.tsx │ │ │ │ │ ├── leftform.tsx │ │ │ │ │ └── rightform.tsx │ │ │ │ ├── list │ │ │ │ │ ├── downloadPDF.tsx │ │ │ │ │ └── index.tsx │ │ │ │ └── view │ │ │ │ │ ├── Activity │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── Additional-Information │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── box-customerreceipt-content │ │ │ │ │ └── index.tsx │ │ │ │ │ └── table │ │ │ │ │ └── index.tsx │ │ │ ├── customer │ │ │ │ ├── create-update │ │ │ │ │ ├── leftform.tsx │ │ │ │ │ └── rightform.tsx │ │ │ │ ├── customer-details │ │ │ │ │ ├── Activity.tsx │ │ │ │ │ ├── Additional-Information.tsx │ │ │ │ │ ├── customer-content.tsx │ │ │ │ │ └── table.tsx │ │ │ │ ├── customer-list.tsx │ │ │ │ ├── customer-none.tsx │ │ │ │ ├── import-excel.tsx │ │ │ │ └── search.tsx │ │ │ ├── invoices │ │ │ │ ├── box-chart │ │ │ │ │ └── index.tsx │ │ │ │ ├── box-filter-perpage │ │ │ │ │ └── index.tsx │ │ │ │ ├── box-list │ │ │ │ │ ├── downloadPDF.tsx │ │ │ │ │ ├── gg.xml │ │ │ │ │ ├── index.tsx │ │ │ │ │ ├── test.txt │ │ │ │ │ ├── xmlexport.tsx │ │ │ │ │ └── zatca-xml-js.txt │ │ │ │ ├── create-update │ │ │ │ │ ├── additional-information.tsx │ │ │ │ │ ├── leftform.tsx │ │ │ │ │ ├── rightform.tsx │ │ │ │ │ └── unit-conversions.tsx │ │ │ │ └── invoice-view │ │ │ │ │ ├── Activity │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── Additional-Information │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── all-total │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── box-inv-content │ │ │ │ │ └── index.tsx │ │ │ │ │ └── table │ │ │ │ │ └── index.tsx │ │ │ └── quotations │ │ │ │ ├── box-chart │ │ │ │ └── index.tsx │ │ │ │ ├── box-filter-perpage │ │ │ │ └── index.tsx │ │ │ │ ├── box-list │ │ │ │ ├── downloadPDF.tsx │ │ │ │ └── index.tsx │ │ │ │ ├── create-update │ │ │ │ ├── additional-information.tsx │ │ │ │ ├── leftform.tsx │ │ │ │ ├── rightform.tsx │ │ │ │ └── unit-conversions.tsx │ │ │ │ └── quo-view │ │ │ │ ├── Activity │ │ │ │ └── index.tsx │ │ │ │ ├── Additional-Information │ │ │ │ └── index.tsx │ │ │ │ ├── all-total │ │ │ │ └── index.tsx │ │ │ │ ├── box-quo-content │ │ │ │ └── index.tsx │ │ │ │ └── table │ │ │ │ └── index.tsx │ │ └── settings │ │ │ ├── general-settings │ │ │ ├── GeneralPrintingSettings │ │ │ │ └── index.tsx │ │ │ ├── GeneralSettings │ │ │ │ ├── account-form.tsx │ │ │ │ ├── croppieImage.tsx │ │ │ │ ├── general-form.tsx │ │ │ │ └── index.tsx │ │ │ ├── POSSettings │ │ │ │ └── index.tsx │ │ │ ├── ProductSettings │ │ │ │ └── index.tsx │ │ │ ├── ckeditor-form.tsx │ │ │ ├── first-form.tsx │ │ │ └── print-format.tsx │ │ │ ├── payment-term │ │ │ ├── filter.tsx │ │ │ └── list.tsx │ │ │ ├── profiles │ │ │ ├── change_password.tsx │ │ │ ├── notification_settings.tsx │ │ │ ├── tax_id.tsx │ │ │ ├── user_information.tsx │ │ │ └── vat_id.tsx │ │ │ ├── roles │ │ │ ├── create-update │ │ │ │ ├── leftform.tsx │ │ │ │ ├── permissions-child.tsx │ │ │ │ └── permissions.tsx │ │ │ └── list.tsx │ │ │ ├── taxes │ │ │ └── list.tsx │ │ │ └── users │ │ │ ├── create-update │ │ │ └── leftform.tsx │ │ │ └── filter.tsx │ ├── Admin │ │ ├── Form │ │ │ ├── DeleteFile.tsx │ │ │ ├── asset-classification.tsx │ │ │ ├── assign-hours.tsx │ │ │ ├── attachment.tsx │ │ │ ├── creadit-card.tsx │ │ │ ├── login-form.tsx │ │ │ ├── note.tsx │ │ │ ├── payment_inv-form.tsx │ │ │ ├── register-form.tsx │ │ │ ├── select-acounting.tsx │ │ │ ├── select-category.tsx │ │ │ ├── select-customer.tsx │ │ │ ├── select-unittype.tsx │ │ │ ├── select-vendor.tsx │ │ │ ├── term-conditions.tsx │ │ │ └── terminate-employee.tsx │ │ ├── MultiRangeSlider.tsx │ │ ├── Paginations.tsx │ │ ├── Perpages.tsx │ │ ├── Sidebar-left │ │ │ ├── index.tsx │ │ │ └── note.txt │ │ ├── accounting │ │ │ ├── chart-of-accounts │ │ │ │ ├── add │ │ │ │ │ └── index.tsx │ │ │ │ └── list │ │ │ │ │ ├── AccountingChild.tsx │ │ │ │ │ ├── Acount-children.tsx │ │ │ │ │ ├── OptionAccouting.tsx │ │ │ │ │ ├── OptionAntd.tsx │ │ │ │ │ ├── TreeAccount.tsx │ │ │ │ │ ├── chartChild.tsx │ │ │ │ │ ├── downloadPDF.tsx │ │ │ │ │ ├── index.tsx │ │ │ │ │ ├── search.tsx │ │ │ │ │ ├── treeChild.tsx │ │ │ │ │ └── trees.tsx │ │ │ ├── easy-entries │ │ │ │ └── list │ │ │ │ │ ├── index.tsx │ │ │ │ │ └── search.tsx │ │ │ └── manual-journal-entries │ │ │ │ ├── add-more.tsx │ │ │ │ └── list │ │ │ │ └── index.tsx │ │ ├── dashboard │ │ │ ├── Activity-Log │ │ │ │ └── index.tsx │ │ │ ├── Customers │ │ │ │ └── index.tsx │ │ │ ├── Payment-Snapshot │ │ │ │ └── index.tsx │ │ │ ├── Revenue-and-Expense │ │ │ │ └── index.tsx │ │ │ ├── Vendors │ │ │ │ └── index.tsx │ │ │ └── Welcome-to-qawaem │ │ │ │ └── index.tsx │ │ ├── fixed-assets │ │ │ ├── asset-classifications │ │ │ │ ├── filter.tsx │ │ │ │ └── list.tsx │ │ │ ├── asset-transfers │ │ │ │ ├── filter.tsx │ │ │ │ └── list.tsx │ │ │ ├── depreciation │ │ │ │ ├── filter.tsx │ │ │ │ ├── list.tsx │ │ │ │ └── table.tsx │ │ │ └── fixed-assets │ │ │ │ ├── create-update │ │ │ │ ├── inventoryform.tsx │ │ │ │ ├── leftform.tsx │ │ │ │ └── rightform.tsx │ │ │ │ ├── filter.tsx │ │ │ │ ├── import-excel.tsx │ │ │ │ └── list.tsx │ │ ├── onboarding │ │ │ ├── account-form.tsx │ │ │ ├── croppieImage.tsx │ │ │ └── general-form.tsx │ │ ├── payrolls │ │ │ ├── bonuses │ │ │ │ ├── filter.tsx │ │ │ │ ├── form.tsx │ │ │ │ └── list.tsx │ │ │ ├── deductions │ │ │ │ ├── filter.tsx │ │ │ │ ├── form.tsx │ │ │ │ └── list.tsx │ │ │ ├── employees │ │ │ │ ├── create-update │ │ │ │ │ ├── Associated │ │ │ │ │ │ └── leftform.tsx │ │ │ │ │ ├── Employment │ │ │ │ │ │ ├── UnitBenefits.tsx │ │ │ │ │ │ ├── UnitSalary.tsx │ │ │ │ │ │ ├── UnitSocial.tsx │ │ │ │ │ │ ├── leftform.tsx │ │ │ │ │ │ └── rightform.tsx │ │ │ │ │ └── Personal │ │ │ │ │ │ ├── leftform.tsx │ │ │ │ │ │ └── rightform.tsx │ │ │ │ ├── filter.tsx │ │ │ │ └── list.tsx │ │ │ ├── initialize │ │ │ │ ├── leftform.tsx │ │ │ │ ├── paycycles.tsx │ │ │ │ └── rightform.tsx │ │ │ ├── insurances │ │ │ │ ├── filter.tsx │ │ │ │ ├── form.tsx │ │ │ │ └── list.tsx │ │ │ ├── loans │ │ │ │ ├── filter.tsx │ │ │ │ ├── form.tsx │ │ │ │ └── list.tsx │ │ │ └── schedules │ │ │ │ ├── filter.tsx │ │ │ │ ├── form.tsx │ │ │ │ ├── list.tsx │ │ │ │ └── table-form.tsx │ │ ├── products │ │ │ ├── ActivityProduct.tsx │ │ │ ├── ProductDetailsContent.tsx │ │ │ ├── locations │ │ │ │ └── list │ │ │ │ │ └── index.tsx │ │ │ ├── productions │ │ │ │ └── list │ │ │ │ │ ├── index.tsx │ │ │ │ │ └── search.tsx │ │ │ └── products │ │ │ │ ├── create-update │ │ │ │ ├── inventoryform.tsx │ │ │ │ ├── leftform.tsx │ │ │ │ ├── recipe-details.tsx │ │ │ │ ├── rightform.tsx │ │ │ │ └── unit-conversions.tsx │ │ │ │ ├── import-excel.tsx │ │ │ │ ├── list-by-category.tsx │ │ │ │ ├── list.tsx │ │ │ │ ├── search-product.tsx │ │ │ │ ├── stock-take │ │ │ │ ├── details-box.tsx │ │ │ │ ├── details-table.tsx │ │ │ │ ├── downloadPDF.tsx │ │ │ │ ├── leftform.tsx │ │ │ │ ├── list.tsx │ │ │ │ ├── rightform.tsx │ │ │ │ ├── search.tsx │ │ │ │ └── unit-conversions.tsx │ │ │ │ └── unit-types │ │ │ │ └── index.tsx │ │ ├── projects-and-tasks │ │ │ ├── projects │ │ │ │ ├── details │ │ │ │ │ └── dashboard │ │ │ │ │ │ ├── Activity.tsx │ │ │ │ │ │ ├── content.tsx │ │ │ │ │ │ └── table.tsx │ │ │ │ ├── filter.tsx │ │ │ │ ├── list-none.tsx │ │ │ │ └── list.tsx │ │ │ └── tasks │ │ │ │ ├── details │ │ │ │ ├── content.tsx │ │ │ │ └── table.tsx │ │ │ │ ├── filter.tsx │ │ │ │ ├── list-none.tsx │ │ │ │ └── list.tsx │ │ ├── purchases │ │ │ ├── bills │ │ │ │ ├── bill-view │ │ │ │ │ ├── Activity │ │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── Additional-Information │ │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── box-bill-content │ │ │ │ │ │ └── index.tsx │ │ │ │ │ └── table │ │ │ │ │ │ └── index.tsx │ │ │ │ ├── box-chart │ │ │ │ │ └── index.tsx │ │ │ │ ├── box-filter-perpage │ │ │ │ │ └── index.tsx │ │ │ │ ├── box-list │ │ │ │ │ ├── downloadPDF.tsx │ │ │ │ │ └── index.tsx │ │ │ │ └── create-update │ │ │ │ │ ├── additional-information.tsx │ │ │ │ │ ├── leftform.tsx │ │ │ │ │ ├── rightform.tsx │ │ │ │ │ └── unit-conversions.tsx │ │ │ ├── purchase-orders │ │ │ │ ├── box-chart │ │ │ │ │ └── index.tsx │ │ │ │ ├── box-filter-perpage │ │ │ │ │ └── index.tsx │ │ │ │ ├── box-list │ │ │ │ │ ├── downloadPDF.tsx │ │ │ │ │ └── index.tsx │ │ │ │ ├── create-update │ │ │ │ │ ├── additional-information.tsx │ │ │ │ │ ├── leftform.tsx │ │ │ │ │ ├── rightform.tsx │ │ │ │ │ └── unit-conversions.tsx │ │ │ │ └── purchase-order-view │ │ │ │ │ ├── Activity │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── Additional-Information │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── all-total │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── box-purchaseorder-content │ │ │ │ │ └── index.tsx │ │ │ │ │ └── table │ │ │ │ │ └── index.tsx │ │ │ ├── vendor-receipt │ │ │ │ ├── box-filter-perpage │ │ │ │ │ └── index.tsx │ │ │ │ ├── create-update │ │ │ │ │ ├── leftform.tsx │ │ │ │ │ └── rightform.tsx │ │ │ │ ├── list │ │ │ │ │ ├── downloadPDF.tsx │ │ │ │ │ └── index.tsx │ │ │ │ └── view │ │ │ │ │ ├── Activity │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── Additional-Information │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── box-customerreceipt-content │ │ │ │ │ └── index.tsx │ │ │ │ │ └── table │ │ │ │ │ └── index.tsx │ │ │ └── vendors │ │ │ │ ├── create-update │ │ │ │ ├── leftform.tsx │ │ │ │ └── rightform.tsx │ │ │ │ ├── import-excel.tsx │ │ │ │ ├── search.tsx │ │ │ │ ├── vendor-details │ │ │ │ ├── Activity.tsx │ │ │ │ ├── Additional-Information.tsx │ │ │ │ ├── table.tsx │ │ │ │ └── vendor-content.tsx │ │ │ │ ├── vendor-list.tsx │ │ │ │ └── vendor-none.tsx │ │ ├── reports │ │ │ ├── aged-open-bills │ │ │ │ └── index.tsx │ │ │ ├── aged-open-invoices │ │ │ │ └── index.tsx │ │ │ ├── aged-open-quotations │ │ │ │ └── index.tsx │ │ │ ├── aged-open-work-orders │ │ │ │ └── index.tsx │ │ │ ├── ap-by-vendors │ │ │ │ └── index.tsx │ │ │ ├── ar-by-customer │ │ │ │ └── index.tsx │ │ │ ├── balance-sheet │ │ │ │ ├── Acount-children.tsx │ │ │ │ └── index.tsx │ │ │ ├── bill-taxes │ │ │ │ └── index.tsx │ │ │ ├── cashflow-reports │ │ │ │ └── index.tsx │ │ │ ├── customer-trend-line │ │ │ │ ├── highcharts.tsx │ │ │ │ └── index.tsx │ │ │ ├── general-ledger │ │ │ │ ├── Acount-children.tsx │ │ │ │ ├── filter.tsx │ │ │ │ └── index.tsx │ │ │ ├── income-statement │ │ │ │ └── index.tsx │ │ │ ├── invoice-taxes │ │ │ │ └── index.tsx │ │ │ ├── invoice-trend-line │ │ │ │ ├── highcharts.tsx │ │ │ │ └── index.tsx │ │ │ ├── journal-reports │ │ │ │ └── index.tsx │ │ │ ├── location-report │ │ │ │ └── index.tsx │ │ │ ├── product-purchase-line │ │ │ │ ├── highcharts.tsx │ │ │ │ └── index.tsx │ │ │ ├── product-sale-line │ │ │ │ ├── highcharts.tsx │ │ │ │ └── index.tsx │ │ │ ├── product-sale-pie │ │ │ │ ├── highcharts.tsx │ │ │ │ └── index.tsx │ │ │ ├── sales-and-purchases │ │ │ │ └── index.tsx │ │ │ └── trial-balances │ │ │ │ ├── Acount-children.tsx │ │ │ │ └── index.tsx │ │ ├── sales │ │ │ ├── customer-receipts │ │ │ │ ├── box-filter-perpage │ │ │ │ │ └── index.tsx │ │ │ │ ├── create-update │ │ │ │ │ ├── additional-information.tsx │ │ │ │ │ ├── leftform.tsx │ │ │ │ │ └── rightform.tsx │ │ │ │ ├── list │ │ │ │ │ ├── downloadPDF.tsx │ │ │ │ │ └── index.tsx │ │ │ │ └── view │ │ │ │ │ ├── Activity │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── Additional-Information │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── box-customerreceipt-content │ │ │ │ │ └── index.tsx │ │ │ │ │ └── table │ │ │ │ │ └── index.tsx │ │ │ ├── customer │ │ │ │ ├── create-update │ │ │ │ │ ├── leftform.tsx │ │ │ │ │ └── rightform.tsx │ │ │ │ ├── customer-details │ │ │ │ │ ├── Activity.tsx │ │ │ │ │ ├── Additional-Information.tsx │ │ │ │ │ ├── customer-content.tsx │ │ │ │ │ └── table.tsx │ │ │ │ ├── customer-list.tsx │ │ │ │ ├── customer-none.tsx │ │ │ │ ├── import-excel.tsx │ │ │ │ └── search.tsx │ │ │ ├── invoices │ │ │ │ ├── box-chart │ │ │ │ │ └── index.tsx │ │ │ │ ├── box-filter-perpage │ │ │ │ │ └── index.tsx │ │ │ │ ├── box-list │ │ │ │ │ ├── downloadPDF.tsx │ │ │ │ │ ├── index.tsx │ │ │ │ │ └── zatca-xml-js.txt │ │ │ │ ├── create-update │ │ │ │ │ ├── additional-information.tsx │ │ │ │ │ ├── leftform.tsx │ │ │ │ │ ├── rightform.tsx │ │ │ │ │ └── unit-conversions.tsx │ │ │ │ └── invoice-view │ │ │ │ │ ├── Activity │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── Additional-Information │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── all-total │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── box-inv-content │ │ │ │ │ └── index.tsx │ │ │ │ │ └── table │ │ │ │ │ └── index.tsx │ │ │ └── quotations │ │ │ │ ├── box-chart │ │ │ │ └── index.tsx │ │ │ │ ├── box-filter-perpage │ │ │ │ └── index.tsx │ │ │ │ ├── box-list │ │ │ │ ├── downloadPDF.tsx │ │ │ │ └── index.tsx │ │ │ │ ├── create-update │ │ │ │ ├── additional-information.tsx │ │ │ │ ├── leftform.tsx │ │ │ │ ├── rightform.tsx │ │ │ │ └── unit-conversions.tsx │ │ │ │ └── quo-view │ │ │ │ ├── Activity │ │ │ │ └── index.tsx │ │ │ │ ├── Additional-Information │ │ │ │ └── index.tsx │ │ │ │ ├── all-total │ │ │ │ └── index.tsx │ │ │ │ ├── box-quo-content │ │ │ │ └── index.tsx │ │ │ │ └── table │ │ │ │ └── index.tsx │ │ └── settings │ │ │ ├── general-settings │ │ │ ├── GeneralPrintingSettings │ │ │ │ └── index.tsx │ │ │ ├── GeneralSettings │ │ │ │ ├── account-form.tsx │ │ │ │ ├── croppieImage.tsx │ │ │ │ ├── general-form.tsx │ │ │ │ └── index.tsx │ │ │ ├── POSSettings │ │ │ │ └── index.tsx │ │ │ ├── ProductSettings │ │ │ │ └── index.tsx │ │ │ ├── ckeditor-form.tsx │ │ │ ├── first-form.tsx │ │ │ └── print-format.tsx │ │ │ ├── payment-term │ │ │ ├── filter.tsx │ │ │ └── list.tsx │ │ │ ├── profiles │ │ │ ├── change_password.tsx │ │ │ ├── notification_settings.tsx │ │ │ └── user_information.tsx │ │ │ ├── roles │ │ │ ├── create-update │ │ │ │ ├── leftform.tsx │ │ │ │ ├── permissions-child.tsx │ │ │ │ └── permissions.tsx │ │ │ └── list.tsx │ │ │ ├── taxes │ │ │ └── list.tsx │ │ │ └── users │ │ │ ├── create-update │ │ │ └── leftform.tsx │ │ │ └── filter.tsx │ ├── CompanyUser │ │ ├── Form │ │ │ ├── DeleteFile.tsx │ │ │ ├── asset-classification.tsx │ │ │ ├── assign-hours.tsx │ │ │ ├── attachment.tsx │ │ │ ├── creadit-card.tsx │ │ │ ├── login-form.tsx │ │ │ ├── note.tsx │ │ │ ├── payment_inv-form.tsx │ │ │ ├── register-form.tsx │ │ │ ├── select-acounting.tsx │ │ │ ├── select-category.tsx │ │ │ ├── select-customer.tsx │ │ │ ├── select-unittype.tsx │ │ │ ├── select-vendor.tsx │ │ │ ├── term-conditions.tsx │ │ │ └── terminate-employee.tsx │ │ ├── MultiRangeSlider.tsx │ │ ├── Paginations.tsx │ │ ├── Perpages.tsx │ │ ├── Sidebar-left │ │ │ ├── index.tsx │ │ │ └── note.txt │ │ ├── accounting │ │ │ ├── accounting-quality │ │ │ │ └── list │ │ │ │ │ ├── index.tsx │ │ │ │ │ └── search.tsx │ │ │ ├── chart-of-accounts │ │ │ │ ├── add │ │ │ │ │ └── index.tsx │ │ │ │ └── list │ │ │ │ │ ├── AccountingChild.tsx │ │ │ │ │ ├── Acount-children.tsx │ │ │ │ │ ├── OptionAccouting.tsx │ │ │ │ │ ├── OptionAntd.tsx │ │ │ │ │ ├── TreeAccount.tsx │ │ │ │ │ ├── chartChild.tsx │ │ │ │ │ ├── downloadPDF.tsx │ │ │ │ │ ├── index.tsx │ │ │ │ │ ├── search.tsx │ │ │ │ │ ├── treeChild.tsx │ │ │ │ │ └── trees.tsx │ │ │ ├── easy-entries │ │ │ │ └── list │ │ │ │ │ ├── index.tsx │ │ │ │ │ └── search.tsx │ │ │ └── manual-journal-entries │ │ │ │ ├── add-more.tsx │ │ │ │ └── list │ │ │ │ └── index.tsx │ │ ├── dashboard │ │ │ ├── Activity-Log │ │ │ │ └── index.tsx │ │ │ ├── Customers │ │ │ │ └── index.tsx │ │ │ ├── Payment-Snapshot │ │ │ │ └── index.tsx │ │ │ ├── Revenue-and-Expense │ │ │ │ └── index.tsx │ │ │ ├── Vendors │ │ │ │ └── index.tsx │ │ │ └── Welcome-to-qawaem │ │ │ │ └── index.tsx │ │ ├── fixed-assets │ │ │ ├── asset-classifications │ │ │ │ ├── filter.tsx │ │ │ │ └── list.tsx │ │ │ ├── asset-transfers │ │ │ │ ├── filter.tsx │ │ │ │ └── list.tsx │ │ │ ├── depreciation │ │ │ │ ├── filter.tsx │ │ │ │ ├── list.tsx │ │ │ │ └── table.tsx │ │ │ └── fixed-assets │ │ │ │ ├── create-update │ │ │ │ ├── inventoryform.tsx │ │ │ │ ├── leftform.tsx │ │ │ │ └── rightform.tsx │ │ │ │ ├── filter.tsx │ │ │ │ ├── import-excel.tsx │ │ │ │ └── list.tsx │ │ ├── onboarding │ │ │ ├── account-form.tsx │ │ │ ├── croppieImage.tsx │ │ │ └── general-form.tsx │ │ ├── payrolls │ │ │ ├── bonuses │ │ │ │ ├── filter.tsx │ │ │ │ ├── form.tsx │ │ │ │ └── list.tsx │ │ │ ├── deductions │ │ │ │ ├── filter.tsx │ │ │ │ ├── form.tsx │ │ │ │ └── list.tsx │ │ │ ├── employees │ │ │ │ ├── create-update │ │ │ │ │ ├── Associated │ │ │ │ │ │ └── leftform.tsx │ │ │ │ │ ├── Employment │ │ │ │ │ │ ├── UnitBenefits.tsx │ │ │ │ │ │ ├── UnitSalary.tsx │ │ │ │ │ │ ├── UnitSocial.tsx │ │ │ │ │ │ ├── leftform.tsx │ │ │ │ │ │ └── rightform.tsx │ │ │ │ │ └── Personal │ │ │ │ │ │ ├── leftform.tsx │ │ │ │ │ │ └── rightform.tsx │ │ │ │ ├── filter.tsx │ │ │ │ └── list.tsx │ │ │ ├── initialize │ │ │ │ ├── leftform.tsx │ │ │ │ ├── paycycles.tsx │ │ │ │ └── rightform.tsx │ │ │ ├── insurances │ │ │ │ ├── filter.tsx │ │ │ │ ├── form.tsx │ │ │ │ └── list.tsx │ │ │ ├── loans │ │ │ │ ├── filter.tsx │ │ │ │ ├── form.tsx │ │ │ │ └── list.tsx │ │ │ ├── schedules │ │ │ │ ├── filter.tsx │ │ │ │ ├── form.tsx │ │ │ │ ├── list.tsx │ │ │ │ └── table-form.tsx │ │ │ └── terminate │ │ │ │ ├── filter.tsx │ │ │ │ └── list.tsx │ │ ├── products │ │ │ ├── ActivityProduct.tsx │ │ │ ├── ProductDetailsContent.tsx │ │ │ ├── inventory │ │ │ │ ├── detailtable.tsx │ │ │ │ ├── downloadPDF.tsx │ │ │ │ ├── filter.tsx │ │ │ │ ├── form.tsx │ │ │ │ └── list.tsx │ │ │ ├── locations │ │ │ │ └── list │ │ │ │ │ └── index.tsx │ │ │ ├── productions │ │ │ │ └── list │ │ │ │ │ ├── index.tsx │ │ │ │ │ └── search.tsx │ │ │ └── products │ │ │ │ ├── create-update │ │ │ │ ├── inventoryform.tsx │ │ │ │ ├── leftform.tsx │ │ │ │ ├── recipe-details.tsx │ │ │ │ ├── rightform.tsx │ │ │ │ └── unit-conversions.tsx │ │ │ │ ├── import-excel.tsx │ │ │ │ ├── list-by-category.tsx │ │ │ │ ├── list.tsx │ │ │ │ ├── search-product.tsx │ │ │ │ ├── stock-take │ │ │ │ ├── details-box.tsx │ │ │ │ ├── details-table.tsx │ │ │ │ ├── downloadPDF.tsx │ │ │ │ ├── leftform.tsx │ │ │ │ ├── list.tsx │ │ │ │ ├── rightform.tsx │ │ │ │ ├── search.tsx │ │ │ │ └── unit-conversions.tsx │ │ │ │ └── unit-types │ │ │ │ └── index.tsx │ │ ├── projects-and-tasks │ │ │ ├── projects │ │ │ │ ├── details │ │ │ │ │ └── dashboard │ │ │ │ │ │ ├── Activity.tsx │ │ │ │ │ │ ├── content.tsx │ │ │ │ │ │ └── table.tsx │ │ │ │ ├── filter.tsx │ │ │ │ ├── list-none.tsx │ │ │ │ └── list.tsx │ │ │ └── tasks │ │ │ │ ├── details │ │ │ │ ├── content.tsx │ │ │ │ └── table.tsx │ │ │ │ ├── filter.tsx │ │ │ │ ├── list-none.tsx │ │ │ │ └── list.tsx │ │ ├── purchases │ │ │ ├── bills │ │ │ │ ├── bill-view │ │ │ │ │ ├── Activity │ │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── Additional-Information │ │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── box-bill-content │ │ │ │ │ │ └── index.tsx │ │ │ │ │ └── table │ │ │ │ │ │ └── index.tsx │ │ │ │ ├── box-chart │ │ │ │ │ └── index.tsx │ │ │ │ ├── box-filter-perpage │ │ │ │ │ └── index.tsx │ │ │ │ ├── box-list │ │ │ │ │ ├── downloadPDF.tsx │ │ │ │ │ └── index.tsx │ │ │ │ └── create-update │ │ │ │ │ ├── additional-information.tsx │ │ │ │ │ ├── leftform.tsx │ │ │ │ │ ├── rightform.tsx │ │ │ │ │ └── unit-conversions.tsx │ │ │ ├── purchase-orders │ │ │ │ ├── box-chart │ │ │ │ │ └── index.tsx │ │ │ │ ├── box-filter-perpage │ │ │ │ │ └── index.tsx │ │ │ │ ├── box-list │ │ │ │ │ ├── downloadPDF.tsx │ │ │ │ │ └── index.tsx │ │ │ │ ├── create-update │ │ │ │ │ ├── additional-information.tsx │ │ │ │ │ ├── leftform.tsx │ │ │ │ │ ├── rightform.tsx │ │ │ │ │ └── unit-conversions.tsx │ │ │ │ └── purchase-order-view │ │ │ │ │ ├── Activity │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── Additional-Information │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── all-total │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── box-purchaseorder-content │ │ │ │ │ └── index.tsx │ │ │ │ │ └── table │ │ │ │ │ └── index.tsx │ │ │ ├── simple_bills │ │ │ │ ├── box-chart │ │ │ │ │ └── index.tsx │ │ │ │ ├── box-filter-perpage │ │ │ │ │ └── index.tsx │ │ │ │ ├── box-list │ │ │ │ │ ├── downloadPDF.tsx │ │ │ │ │ └── index.tsx │ │ │ │ ├── create-update │ │ │ │ │ ├── additional-information.tsx │ │ │ │ │ ├── leftform.tsx │ │ │ │ │ ├── rightform.tsx │ │ │ │ │ └── unit-conversions.tsx │ │ │ │ └── simple_bills-view │ │ │ │ │ ├── Activity │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── Additional-Information │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── box-bill-content │ │ │ │ │ └── index.tsx │ │ │ │ │ └── table │ │ │ │ │ └── index.tsx │ │ │ ├── vendor-receipt │ │ │ │ ├── box-filter-perpage │ │ │ │ │ └── index.tsx │ │ │ │ ├── create-update │ │ │ │ │ ├── leftform.tsx │ │ │ │ │ └── rightform.tsx │ │ │ │ ├── list │ │ │ │ │ ├── downloadPDF.tsx │ │ │ │ │ └── index.tsx │ │ │ │ └── view │ │ │ │ │ ├── Activity │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── Additional-Information │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── box-customerreceipt-content │ │ │ │ │ └── index.tsx │ │ │ │ │ └── table │ │ │ │ │ └── index.tsx │ │ │ └── vendors │ │ │ │ ├── create-update │ │ │ │ ├── leftform.tsx │ │ │ │ └── rightform.tsx │ │ │ │ ├── import-excel.tsx │ │ │ │ ├── search.tsx │ │ │ │ ├── vendor-details │ │ │ │ ├── Activity.tsx │ │ │ │ ├── Additional-Information.tsx │ │ │ │ ├── table.tsx │ │ │ │ └── vendor-content.tsx │ │ │ │ ├── vendor-list.tsx │ │ │ │ └── vendor-none.tsx │ │ ├── reports │ │ │ ├── aged-open-bills │ │ │ │ └── index.tsx │ │ │ ├── aged-open-invoices │ │ │ │ └── index.tsx │ │ │ ├── aged-open-quotations │ │ │ │ └── index.tsx │ │ │ ├── aged-open-work-orders │ │ │ │ └── index.tsx │ │ │ ├── ap-by-vendors │ │ │ │ └── index.tsx │ │ │ ├── ar-by-customer │ │ │ │ └── index.tsx │ │ │ ├── balance-sheet │ │ │ │ ├── Acount-children.tsx │ │ │ │ └── index.tsx │ │ │ ├── bill-taxes │ │ │ │ └── index.tsx │ │ │ ├── cashflow-reports │ │ │ │ └── index.tsx │ │ │ ├── customer-trend-line │ │ │ │ ├── highcharts.tsx │ │ │ │ └── index.tsx │ │ │ ├── general-ledger │ │ │ │ ├── Acount-children.tsx │ │ │ │ ├── filter.tsx │ │ │ │ └── index.tsx │ │ │ ├── income-statement │ │ │ │ └── index.tsx │ │ │ ├── invoice-taxes │ │ │ │ └── index.tsx │ │ │ ├── invoice-trend-line │ │ │ │ ├── highcharts.tsx │ │ │ │ └── index.tsx │ │ │ ├── journal-reports │ │ │ │ └── index.tsx │ │ │ ├── location-report │ │ │ │ └── index.tsx │ │ │ ├── product-purchase-line │ │ │ │ ├── highcharts.tsx │ │ │ │ └── index.tsx │ │ │ ├── product-sale-line │ │ │ │ ├── highcharts.tsx │ │ │ │ └── index.tsx │ │ │ ├── product-sale-pie │ │ │ │ ├── highcharts.tsx │ │ │ │ └── index.tsx │ │ │ ├── sales-and-purchases │ │ │ │ └── index.tsx │ │ │ └── trial-balances │ │ │ │ ├── Acount-children.tsx │ │ │ │ └── index.tsx │ │ ├── sales │ │ │ ├── customer-receipts │ │ │ │ ├── box-filter-perpage │ │ │ │ │ └── index.tsx │ │ │ │ ├── create-update │ │ │ │ │ ├── additional-information.tsx │ │ │ │ │ ├── leftform.tsx │ │ │ │ │ └── rightform.tsx │ │ │ │ ├── list │ │ │ │ │ ├── downloadPDF.tsx │ │ │ │ │ └── index.tsx │ │ │ │ └── view │ │ │ │ │ ├── Activity │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── Additional-Information │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── box-customerreceipt-content │ │ │ │ │ └── index.tsx │ │ │ │ │ └── table │ │ │ │ │ └── index.tsx │ │ │ ├── customer │ │ │ │ ├── create-update │ │ │ │ │ ├── additionalinfo.tsx │ │ │ │ │ ├── leftform.tsx │ │ │ │ │ └── rightform.tsx │ │ │ │ ├── customer-details │ │ │ │ │ ├── Activity.tsx │ │ │ │ │ ├── Activity1.tsx │ │ │ │ │ ├── Additional-Information.tsx │ │ │ │ │ ├── customer-content.tsx │ │ │ │ │ └── table.tsx │ │ │ │ ├── customer-list.tsx │ │ │ │ ├── customer-none.tsx │ │ │ │ ├── import-excel.tsx │ │ │ │ └── search.tsx │ │ │ ├── invoices │ │ │ │ ├── box-chart │ │ │ │ │ └── index.tsx │ │ │ │ ├── box-filter-perpage │ │ │ │ │ └── index.tsx │ │ │ │ ├── box-list │ │ │ │ │ ├── downloadPDF.tsx │ │ │ │ │ ├── gg.xml │ │ │ │ │ ├── index.tsx │ │ │ │ │ ├── test.txt │ │ │ │ │ ├── xmlexport.tsx │ │ │ │ │ └── zatca-xml-js.txt │ │ │ │ ├── create-update │ │ │ │ │ ├── additional-information.tsx │ │ │ │ │ ├── leftform.tsx │ │ │ │ │ ├── leftformnote.tsx │ │ │ │ │ ├── rightform.tsx │ │ │ │ │ └── unit-conversions.tsx │ │ │ │ └── invoice-view │ │ │ │ │ ├── Activity │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── Additional-Information │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── all-total │ │ │ │ │ └── index.tsx │ │ │ │ │ ├── box-inv-content │ │ │ │ │ └── index.tsx │ │ │ │ │ └── table │ │ │ │ │ └── index.tsx │ │ │ └── quotations │ │ │ │ ├── box-chart │ │ │ │ └── index.tsx │ │ │ │ ├── box-filter-perpage │ │ │ │ └── index.tsx │ │ │ │ ├── box-list │ │ │ │ ├── downloadPDF.tsx │ │ │ │ └── index.tsx │ │ │ │ ├── create-update │ │ │ │ ├── additional-information.tsx │ │ │ │ ├── leftform.tsx │ │ │ │ ├── rightform.tsx │ │ │ │ └── unit-conversions.tsx │ │ │ │ └── quo-view │ │ │ │ ├── Activity │ │ │ │ └── index.tsx │ │ │ │ ├── Additional-Information │ │ │ │ └── index.tsx │ │ │ │ ├── all-total │ │ │ │ └── index.tsx │ │ │ │ ├── box-quo-content │ │ │ │ └── index.tsx │ │ │ │ └── table │ │ │ │ └── index.tsx │ │ └── settings │ │ │ ├── general-settings │ │ │ ├── GeneralPrintingSettings │ │ │ │ └── index.tsx │ │ │ ├── GeneralSettings │ │ │ │ ├── account-form.tsx │ │ │ │ ├── croppieImage.tsx │ │ │ │ ├── general-form.tsx │ │ │ │ └── index.tsx │ │ │ ├── POSSettings │ │ │ │ └── index.tsx │ │ │ ├── ProductSettings │ │ │ │ └── index.tsx │ │ │ ├── ckeditor-form.tsx │ │ │ ├── first-form.tsx │ │ │ └── print-format.tsx │ │ │ ├── payment-term │ │ │ ├── filter.tsx │ │ │ └── list.tsx │ │ │ ├── profiles │ │ │ ├── change_password.tsx │ │ │ ├── notification_settings.tsx │ │ │ ├── tax_id.tsx │ │ │ ├── user_information.tsx │ │ │ └── vat_id.tsx │ │ │ ├── roles │ │ │ ├── create-update │ │ │ │ ├── leftform.tsx │ │ │ │ ├── permissions-child.tsx │ │ │ │ └── permissions.tsx │ │ │ └── list.tsx │ │ │ ├── taxes │ │ │ └── list.tsx │ │ │ └── users │ │ │ ├── create-update │ │ │ └── leftform.tsx │ │ │ └── filter.tsx │ ├── Component │ │ ├── Table.tsx │ │ ├── audit-process │ │ │ └── index.tsx │ │ └── ckeditor │ │ │ └── Ckeditor.tsx │ ├── Features │ │ ├── API_component │ │ │ ├── banner.tsx │ │ │ └── list.tsx │ │ ├── BoxFeaturePage │ │ │ └── index.tsx │ │ ├── Hire_component │ │ │ ├── banner.tsx │ │ │ └── list.tsx │ │ ├── ManagingInventory​ │ │ │ └── index.tsx │ │ ├── POS_component │ │ │ ├── banner.tsx │ │ │ └── list.tsx │ │ ├── PadFeature │ │ │ └── index.tsx │ │ └── QawaemFeatures │ │ │ └── index.tsx │ ├── FrequentlyAskedQuestions │ │ ├── banner.tsx │ │ └── list.tsx │ ├── Home │ │ ├── Auditors │ │ │ └── index.tsx │ │ ├── Banner │ │ │ ├── Feature │ │ │ │ └── index.tsx │ │ │ ├── Nav-service │ │ │ │ └── index.tsx │ │ │ ├── TopBanner │ │ │ │ └── index.tsx │ │ │ └── index.tsx │ │ ├── ClientTestimonials │ │ │ └── index.tsx │ │ ├── KnowledgeBase │ │ │ └── index.tsx │ │ ├── ReadyToGetStarted │ │ │ └── index.tsx │ │ ├── SliderSectors │ │ │ ├── data.tsx │ │ │ └── index.tsx │ │ └── Zapier │ │ │ └── index.tsx │ ├── Inputs │ │ └── BootstrapDatePickerComponent.js │ ├── KnowledgeBase │ │ ├── KnowledgeBaseBanner │ │ │ └── index.tsx │ │ ├── box-help-details │ │ │ └── data.tsx │ │ └── box-item-knowledge │ │ │ ├── data.tsx │ │ │ ├── index.tsx │ │ │ └── note.txt │ ├── LinkJS │ │ ├── AmazonPay.jsx │ │ ├── CroppieJS.tsx │ │ ├── bootstrapBuld.js │ │ ├── index.tsx │ │ ├── linkJS.tsx │ │ ├── note.txt │ │ ├── scrollbarss.tsx │ │ └── test.tsx │ ├── Pricing │ │ ├── Plan&Services │ │ │ └── index.tsx │ │ ├── Qawaem │ │ │ └── index.tsx │ │ ├── Subscription │ │ │ └── index.tsx │ │ └── pricing │ │ │ ├── index.tsx │ │ │ └── note.txt │ ├── Sector │ │ ├── banner.tsx │ │ ├── list-learn-more.tsx │ │ └── list.tsx │ ├── Services │ │ ├── accountant │ │ │ ├── Banner │ │ │ │ ├── Feature │ │ │ │ │ └── index.tsx │ │ │ │ ├── TopBanner │ │ │ │ │ └── index.tsx │ │ │ │ └── index.tsx │ │ │ ├── ClientTestimonials │ │ │ │ └── index.tsx │ │ │ ├── KnowledgeBase │ │ │ │ └── index.tsx │ │ │ ├── ReadyToGetStarted │ │ │ │ └── index.tsx │ │ │ ├── SliderSectors │ │ │ │ └── index.tsx │ │ │ └── Zapier │ │ │ │ └── index.tsx │ │ ├── auditores │ │ │ ├── about-us │ │ │ │ └── index.tsx │ │ │ ├── main-banner │ │ │ │ └── index.tsx │ │ │ ├── overview │ │ │ │ └── index.tsx │ │ │ ├── pricing │ │ │ │ └── index.tsx │ │ │ ├── ready-to-get-started │ │ │ │ └── index.tsx │ │ │ └── zapier │ │ │ │ └── index.tsx │ │ └── companies │ │ │ ├── Banner │ │ │ ├── Feature │ │ │ │ └── index.tsx │ │ │ ├── TopBanner │ │ │ │ └── index.tsx │ │ │ └── index.tsx │ │ │ ├── ClientTestimonials │ │ │ └── index.tsx │ │ │ ├── KnowledgeBase │ │ │ └── index.tsx │ │ │ ├── ReadyToGetStarted │ │ │ └── index.tsx │ │ │ ├── SliderSectors │ │ │ └── index.tsx │ │ │ └── Zapier │ │ │ └── index.tsx │ ├── SocialResponsibility │ │ ├── banner.tsx │ │ └── list.tsx │ ├── app_head.tsx │ ├── award │ │ ├── banner.tsx │ │ └── list.tsx │ ├── carrers │ │ ├── banner.tsx │ │ └── list.tsx │ ├── no-ssr.tsx │ ├── privacy-policy │ │ ├── banner.tsx │ │ └── list.tsx │ ├── support │ │ └── general-questions │ │ │ ├── SubData.tsx │ │ │ ├── VideoData.tsx │ │ │ ├── banner.tsx │ │ │ ├── menu-support.tsx │ │ │ ├── subscription.tsx │ │ │ └── videomore.tsx │ └── terms-and-conditions │ │ ├── banner.tsx │ │ └── list.tsx ├── constants │ ├── global.js │ ├── images.js │ ├── staticText.js │ └── urls.js ├── languages │ ├── ar-SA │ │ ├── Gawaem translated.js │ │ └── index.js │ └── en-GB │ │ ├── index.js │ │ └── test.js ├── pages │ ├── 404.js │ ├── AppWrapper.tsx │ ├── _app.tsx │ ├── _document.js │ ├── _error.js │ ├── accountant_user │ │ ├── accounting │ │ │ ├── chart-of-accounts │ │ │ │ ├── [id].tsx │ │ │ │ ├── add │ │ │ │ │ └── index.tsx │ │ │ │ ├── edit │ │ │ │ │ └── [id].tsx │ │ │ │ └── index.tsx │ │ │ ├── easy-entries │ │ │ │ ├── add-type.tsx │ │ │ │ ├── add.tsx │ │ │ │ ├── detail │ │ │ │ │ └── [id].tsx │ │ │ │ └── index.tsx │ │ │ └── manual-journal-entries │ │ │ │ ├── add.tsx │ │ │ │ ├── detail │ │ │ │ └── [id].tsx │ │ │ │ └── index.tsx │ │ ├── asset-classifications │ │ │ ├── [id].tsx │ │ │ ├── create.tsx │ │ │ ├── edit │ │ │ │ └── [editId].tsx │ │ │ └── index.tsx │ │ ├── asset-transfers │ │ │ ├── [id].tsx │ │ │ ├── create.tsx │ │ │ └── index.tsx │ │ ├── dashboard │ │ │ └── index.tsx │ │ ├── depreciation │ │ │ ├── [id].tsx │ │ │ ├── create-type.tsx │ │ │ ├── create.tsx │ │ │ └── index.tsx │ │ ├── fixed-assets │ │ │ ├── [id].tsx │ │ │ ├── clone │ │ │ │ └── [cloneproId].tsx │ │ │ ├── create.tsx │ │ │ ├── edit │ │ │ │ └── [editId].tsx │ │ │ ├── import.tsx │ │ │ └── index.tsx │ │ ├── onboarding │ │ │ ├── import.tsx │ │ │ └── index.tsx │ │ ├── organizations │ │ │ └── index.tsx │ │ ├── payrolls │ │ │ ├── bonuses │ │ │ │ ├── [id].tsx │ │ │ │ ├── create.tsx │ │ │ │ ├── edit │ │ │ │ │ └── [editId].tsx │ │ │ │ └── index.tsx │ │ │ ├── deductions │ │ │ │ ├── [id].tsx │ │ │ │ ├── create.tsx │ │ │ │ ├── edit │ │ │ │ │ └── [editId].tsx │ │ │ │ └── index.tsx │ │ │ ├── employees │ │ │ │ ├── [id].tsx │ │ │ │ ├── create.tsx │ │ │ │ ├── edit │ │ │ │ │ └── [editId].tsx │ │ │ │ └── index.tsx │ │ │ ├── initialize.tsx │ │ │ ├── insurance │ │ │ │ ├── [id].tsx │ │ │ │ ├── create.tsx │ │ │ │ ├── edit │ │ │ │ │ └── [editId].tsx │ │ │ │ └── index.tsx │ │ │ ├── loans │ │ │ │ ├── [id].tsx │ │ │ │ ├── create.tsx │ │ │ │ ├── edit │ │ │ │ │ └── [editId].tsx │ │ │ │ └── index.tsx │ │ │ ├── payroll-runs │ │ │ │ ├── [id].tsx │ │ │ │ ├── create.tsx │ │ │ │ ├── edit │ │ │ │ │ └── [editId].tsx │ │ │ │ └── index.tsx │ │ │ ├── schedule │ │ │ │ ├── [id].tsx │ │ │ │ ├── create.tsx │ │ │ │ ├── edit │ │ │ │ │ └── [editId].tsx │ │ │ │ └── index.tsx │ │ │ ├── schedules.tsx │ │ │ └── termination │ │ │ │ └── index.tsx │ │ ├── permission │ │ │ └── index.tsx │ │ ├── products │ │ │ ├── locations │ │ │ │ ├── detail │ │ │ │ │ └── [id].tsx │ │ │ │ ├── edit │ │ │ │ │ └── [id].tsx │ │ │ │ ├── index.tsx │ │ │ │ └── new-location.tsx │ │ │ ├── productions │ │ │ │ ├── detail │ │ │ │ │ └── [id].tsx │ │ │ │ ├── edit │ │ │ │ │ └── [id].tsx │ │ │ │ ├── index.tsx │ │ │ │ └── new-production.tsx │ │ │ └── products │ │ │ │ ├── [productId].tsx │ │ │ │ ├── clone-product │ │ │ │ └── [cloneproId].tsx │ │ │ │ ├── edit │ │ │ │ └── [editId].tsx │ │ │ │ ├── import-product.tsx │ │ │ │ ├── index.tsx │ │ │ │ ├── inventory-transfers │ │ │ │ ├── [id].tsx │ │ │ │ ├── create.tsx │ │ │ │ └── index.tsx │ │ │ │ ├── new-product-type.tsx │ │ │ │ ├── new-product.tsx │ │ │ │ ├── product-category │ │ │ │ ├── [detailsCateId].tsx │ │ │ │ ├── create-category.tsx │ │ │ │ ├── edit │ │ │ │ │ └── [editCateId].tsx │ │ │ │ └── index.tsx │ │ │ │ ├── stock-take │ │ │ │ ├── [id].tsx │ │ │ │ ├── create.tsx │ │ │ │ └── index.tsx │ │ │ │ └── unit-types │ │ │ │ ├── [unitId].tsx │ │ │ │ ├── create-unittype.tsx │ │ │ │ ├── edit │ │ │ │ └── [editUTId].tsx │ │ │ │ └── index.tsx │ │ ├── projects-and-tasks │ │ │ ├── projects │ │ │ │ ├── [id].tsx │ │ │ │ ├── create-project.tsx │ │ │ │ ├── edit │ │ │ │ │ └── [editId].tsx │ │ │ │ └── index.tsx │ │ │ └── tasks │ │ │ │ ├── [id].tsx │ │ │ │ ├── create-task.tsx │ │ │ │ ├── edit │ │ │ │ └── [editId].tsx │ │ │ │ └── index.tsx │ │ ├── purchases │ │ │ ├── bills │ │ │ │ ├── [purchaseId].tsx │ │ │ │ ├── clone-bill │ │ │ │ │ └── [clinvId].tsx │ │ │ │ ├── create.tsx │ │ │ │ ├── edit │ │ │ │ │ └── [editinvId].tsx │ │ │ │ ├── index.tsx │ │ │ │ └── print │ │ │ │ │ └── [printId].tsx │ │ │ ├── purchase-orders │ │ │ │ ├── [purchaseId].tsx │ │ │ │ ├── clone-purchaseoder │ │ │ │ │ └── [clinvId].tsx │ │ │ │ ├── create-order.tsx │ │ │ │ ├── edit │ │ │ │ │ └── [editinvId].tsx │ │ │ │ ├── index.tsx │ │ │ │ └── print │ │ │ │ │ └── [printId].tsx │ │ │ ├── vendor-receipts │ │ │ │ ├── [cusId].tsx │ │ │ │ ├── create.tsx │ │ │ │ ├── index.tsx │ │ │ │ └── print │ │ │ │ │ └── [printId].tsx │ │ │ └── vendors │ │ │ │ ├── [customerId].tsx │ │ │ │ ├── create-vendor.tsx │ │ │ │ ├── edit │ │ │ │ └── [editId].tsx │ │ │ │ ├── import-vendor.tsx │ │ │ │ └── index.tsx │ │ ├── reports │ │ │ ├── aged-open-bills │ │ │ │ └── index.tsx │ │ │ ├── aged-open-invoices │ │ │ │ └── index.tsx │ │ │ ├── aged-open-quotations │ │ │ │ └── index.tsx │ │ │ ├── aged-open-work-orders │ │ │ │ └── index.tsx │ │ │ ├── ap-by-vendors │ │ │ │ └── index.tsx │ │ │ ├── ar-by-customer │ │ │ │ └── index.tsx │ │ │ ├── balance-sheet │ │ │ │ └── index.tsx │ │ │ ├── bill-taxes │ │ │ │ └── index.tsx │ │ │ ├── cashflow-reports │ │ │ │ └── index.tsx │ │ │ ├── customer-trend-line │ │ │ │ └── index.tsx │ │ │ ├── general-ledger │ │ │ │ └── index.tsx │ │ │ ├── income-statement │ │ │ │ └── index.tsx │ │ │ ├── index.tsx │ │ │ ├── invoice-taxes │ │ │ │ └── index.tsx │ │ │ ├── invoice-trend-line │ │ │ │ └── index.tsx │ │ │ ├── journal-reports │ │ │ │ └── index.tsx │ │ │ ├── location-reports │ │ │ │ └── index.tsx │ │ │ ├── product-purchase-line │ │ │ │ └── index.tsx │ │ │ ├── product-sale-line │ │ │ │ └── index.tsx │ │ │ ├── product-sale-pie │ │ │ │ └── index.tsx │ │ │ ├── sales-and-purchases │ │ │ │ └── index.tsx │ │ │ └── trial-balances │ │ │ │ └── index.tsx │ │ ├── sales │ │ │ ├── customer-receipts │ │ │ │ ├── [cusId].tsx │ │ │ │ ├── create.tsx │ │ │ │ ├── index.tsx │ │ │ │ └── print │ │ │ │ │ └── [printId].tsx │ │ │ ├── customer │ │ │ │ ├── [customerId].tsx │ │ │ │ ├── create-customer.tsx │ │ │ │ ├── edit │ │ │ │ │ └── [editId].tsx │ │ │ │ ├── import-customer.tsx │ │ │ │ └── index.tsx │ │ │ ├── invoices │ │ │ │ ├── [invId].tsx │ │ │ │ ├── clone-invoice │ │ │ │ │ └── [clinvId].tsx │ │ │ │ ├── create-invoice.tsx │ │ │ │ ├── edit │ │ │ │ │ └── [editinvId].tsx │ │ │ │ ├── index.tsx │ │ │ │ └── print │ │ │ │ │ └── [printId].tsx │ │ │ └── quotations │ │ │ │ ├── [quoId].tsx │ │ │ │ ├── clone-quotation │ │ │ │ └── [clquoId].tsx │ │ │ │ ├── create-quotation.tsx │ │ │ │ ├── edit │ │ │ │ └── [editquoId].tsx │ │ │ │ ├── index.tsx │ │ │ │ └── print │ │ │ │ └── [printId].tsx │ │ └── settings │ │ │ ├── attachments │ │ │ └── index.tsx │ │ │ ├── custom-fields │ │ │ └── index.tsx │ │ │ ├── edit-profile │ │ │ └── [profileId].tsx │ │ │ ├── general-settings │ │ │ └── index.tsx │ │ │ ├── integrations │ │ │ └── index.tsx │ │ │ ├── payment-terms │ │ │ ├── [id].tsx │ │ │ ├── create.tsx │ │ │ ├── edit │ │ │ │ └── [id].tsx │ │ │ └── index.tsx │ │ │ ├── payrolls-settings │ │ │ ├── edit │ │ │ │ └── [id].tsx │ │ │ └── index.tsx │ │ │ ├── roles │ │ │ ├── [rolesId].tsx │ │ │ ├── create.tsx │ │ │ ├── edit │ │ │ │ └── [editinvId].tsx │ │ │ └── index.tsx │ │ │ ├── subscription-settings │ │ │ ├── add-ons.tsx │ │ │ ├── dashboard.tsx │ │ │ ├── invoices.tsx │ │ │ ├── payment_methods.tsx │ │ │ └── plans.tsx │ │ │ ├── taxes │ │ │ ├── [id].tsx │ │ │ ├── create.tsx │ │ │ ├── edit │ │ │ │ └── [id].tsx │ │ │ └── index.tsx │ │ │ └── users │ │ │ ├── [id].tsx │ │ │ ├── create.tsx │ │ │ ├── edit │ │ │ └── [id].tsx │ │ │ └── index.tsx │ ├── api │ │ └── upload.js │ ├── award │ │ └── index.tsx │ ├── carrers │ │ └── index.tsx │ ├── company_user │ │ ├── accounting │ │ │ ├── accounting-quality │ │ │ │ ├── add-type.tsx │ │ │ │ ├── add.tsx │ │ │ │ ├── detail │ │ │ │ │ └── [id].tsx │ │ │ │ └── index.tsx │ │ │ ├── chart-of-accounts │ │ │ │ ├── [id].tsx │ │ │ │ ├── add │ │ │ │ │ └── index.tsx │ │ │ │ ├── edit │ │ │ │ │ └── [id].tsx │ │ │ │ └── index.tsx │ │ │ ├── easy-entries │ │ │ │ ├── add-type.tsx │ │ │ │ ├── add.tsx │ │ │ │ ├── detail │ │ │ │ │ └── [id].tsx │ │ │ │ └── index.tsx │ │ │ └── manual-journal-entries │ │ │ │ ├── add.tsx │ │ │ │ ├── detail │ │ │ │ └── [id].tsx │ │ │ │ └── index.tsx │ │ ├── asset-classifications │ │ │ ├── [id].tsx │ │ │ ├── create.tsx │ │ │ ├── edit │ │ │ │ └── [editId].tsx │ │ │ └── index.tsx │ │ ├── asset-transfers │ │ │ ├── [id].tsx │ │ │ ├── create.tsx │ │ │ └── index.tsx │ │ ├── dashboard │ │ │ └── index.tsx │ │ ├── fixed-assets │ │ │ ├── depreciation │ │ │ │ ├── [id].tsx │ │ │ │ ├── create-type.tsx │ │ │ │ ├── create.tsx │ │ │ │ └── index.tsx │ │ │ ├── disposals │ │ │ │ ├── [id].tsx │ │ │ │ ├── create-type.tsx │ │ │ │ ├── create.tsx │ │ │ │ └── index.tsx │ │ │ └── fixed-assets │ │ │ │ ├── [id].tsx │ │ │ │ ├── clone │ │ │ │ └── [cloneproId].tsx │ │ │ │ ├── create.tsx │ │ │ │ ├── edit │ │ │ │ └── [editId].tsx │ │ │ │ ├── import.tsx │ │ │ │ └── index.tsx │ │ ├── onboarding │ │ │ ├── import.tsx │ │ │ └── index.tsx │ │ ├── organizations │ │ │ └── index.tsx │ │ ├── payrolls │ │ │ ├── bonuses │ │ │ │ ├── [id].tsx │ │ │ │ ├── create.tsx │ │ │ │ ├── edit │ │ │ │ │ └── [editId].tsx │ │ │ │ └── index.tsx │ │ │ ├── deductions │ │ │ │ ├── [id].tsx │ │ │ │ ├── create.tsx │ │ │ │ ├── edit │ │ │ │ │ └── [editId].tsx │ │ │ │ └── index.tsx │ │ │ ├── employees │ │ │ │ ├── [id].tsx │ │ │ │ ├── create.tsx │ │ │ │ ├── edit │ │ │ │ │ └── [editId].tsx │ │ │ │ └── index.tsx │ │ │ ├── initialize.tsx │ │ │ ├── insurance │ │ │ │ ├── [id].tsx │ │ │ │ ├── create.tsx │ │ │ │ ├── edit │ │ │ │ │ └── [editId].tsx │ │ │ │ └── index.tsx │ │ │ ├── loans │ │ │ │ ├── [id].tsx │ │ │ │ ├── create.tsx │ │ │ │ ├── edit │ │ │ │ │ └── [editId].tsx │ │ │ │ └── index.tsx │ │ │ ├── payroll-runs │ │ │ │ ├── [id].tsx │ │ │ │ ├── create.tsx │ │ │ │ ├── edit │ │ │ │ │ └── [editId].tsx │ │ │ │ └── index.tsx │ │ │ ├── schedule │ │ │ │ ├── [id].tsx │ │ │ │ ├── create.tsx │ │ │ │ ├── edit │ │ │ │ │ └── [editId].tsx │ │ │ │ └── index.tsx │ │ │ ├── schedules.tsx │ │ │ └── termination │ │ │ │ └── index.tsx │ │ ├── permission │ │ │ └── index.tsx │ │ ├── products │ │ │ ├── locations │ │ │ │ ├── detail │ │ │ │ │ └── [id].tsx │ │ │ │ ├── edit │ │ │ │ │ └── [id].tsx │ │ │ │ ├── index.tsx │ │ │ │ └── new-location.tsx │ │ │ ├── productions │ │ │ │ ├── detail │ │ │ │ │ └── [id].tsx │ │ │ │ ├── edit │ │ │ │ │ └── [id].tsx │ │ │ │ ├── index.tsx │ │ │ │ └── new-production.tsx │ │ │ └── products │ │ │ │ ├── [productId].tsx │ │ │ │ ├── clone-product │ │ │ │ └── [cloneproId].tsx │ │ │ │ ├── edit │ │ │ │ └── [editId].tsx │ │ │ │ ├── import-product.tsx │ │ │ │ ├── index.tsx │ │ │ │ ├── inventory-transfers │ │ │ │ ├── [id].tsx │ │ │ │ ├── create.tsx │ │ │ │ └── index.tsx │ │ │ │ ├── new-product-type.tsx │ │ │ │ ├── new-product.tsx │ │ │ │ ├── product-category │ │ │ │ ├── [detailsCateId].tsx │ │ │ │ ├── create-category.tsx │ │ │ │ ├── edit │ │ │ │ │ └── [editCateId].tsx │ │ │ │ └── index.tsx │ │ │ │ ├── stock-take │ │ │ │ ├── [id].tsx │ │ │ │ ├── create.tsx │ │ │ │ └── index.tsx │ │ │ │ └── unit-types │ │ │ │ ├── [unitId].tsx │ │ │ │ ├── create-unittype.tsx │ │ │ │ ├── edit │ │ │ │ └── [editUTId].tsx │ │ │ │ └── index.tsx │ │ ├── projects-and-tasks │ │ │ ├── projects │ │ │ │ ├── [id].tsx │ │ │ │ ├── create-project.tsx │ │ │ │ ├── edit │ │ │ │ │ └── [editId].tsx │ │ │ │ └── index.tsx │ │ │ └── tasks │ │ │ │ ├── [id].tsx │ │ │ │ ├── create-task.tsx │ │ │ │ ├── edit │ │ │ │ └── [editId].tsx │ │ │ │ └── index.tsx │ │ ├── purchases │ │ │ ├── bills │ │ │ │ ├── [purchaseId].tsx │ │ │ │ ├── clone-bill │ │ │ │ │ └── [clinvId].tsx │ │ │ │ ├── create.tsx │ │ │ │ ├── edit │ │ │ │ │ └── [editinvId].tsx │ │ │ │ ├── index.tsx │ │ │ │ └── print │ │ │ │ │ └── [printId].tsx │ │ │ ├── purchase-orders │ │ │ │ ├── [purchaseId].tsx │ │ │ │ ├── clone-purchaseoder │ │ │ │ │ └── [clinvId].tsx │ │ │ │ ├── create-order.tsx │ │ │ │ ├── edit │ │ │ │ │ └── [editinvId].tsx │ │ │ │ ├── index.tsx │ │ │ │ └── print │ │ │ │ │ └── [printId].tsx │ │ │ ├── simple-bills │ │ │ │ ├── [purchaseId].tsx │ │ │ │ ├── clone-bill │ │ │ │ │ └── [clinvId].tsx │ │ │ │ ├── create.tsx │ │ │ │ ├── edit │ │ │ │ │ └── [editinvId].tsx │ │ │ │ ├── index.tsx │ │ │ │ └── print │ │ │ │ │ └── [printId].tsx │ │ │ ├── vendor-receipts │ │ │ │ ├── [cusId].tsx │ │ │ │ ├── create.tsx │ │ │ │ ├── index.tsx │ │ │ │ └── print │ │ │ │ │ └── [printId].tsx │ │ │ └── vendors │ │ │ │ ├── [customerId].tsx │ │ │ │ ├── create-vendor.tsx │ │ │ │ ├── edit │ │ │ │ └── [editId].tsx │ │ │ │ ├── import-vendor.tsx │ │ │ │ └── index.tsx │ │ ├── reports │ │ │ ├── aged-open-bills │ │ │ │ └── index.tsx │ │ │ ├── aged-open-invoices │ │ │ │ └── index.tsx │ │ │ ├── aged-open-quotations │ │ │ │ └── index.tsx │ │ │ ├── aged-open-work-orders │ │ │ │ └── index.tsx │ │ │ ├── ap-by-vendors │ │ │ │ └── index.tsx │ │ │ ├── ar-by-customer │ │ │ │ └── index.tsx │ │ │ ├── balance-sheet │ │ │ │ └── index.tsx │ │ │ ├── bill-taxes │ │ │ │ └── index.tsx │ │ │ ├── cashflow-reports │ │ │ │ └── index.tsx │ │ │ ├── customer-trend-line │ │ │ │ └── index.tsx │ │ │ ├── general-ledger │ │ │ │ └── index.tsx │ │ │ ├── income-statement │ │ │ │ └── index.tsx │ │ │ ├── index.tsx │ │ │ ├── invoice-taxes │ │ │ │ └── index.tsx │ │ │ ├── invoice-trend-line │ │ │ │ └── index.tsx │ │ │ ├── journal-reports │ │ │ │ └── index.tsx │ │ │ ├── location-reports │ │ │ │ └── index.tsx │ │ │ ├── product-purchase-line │ │ │ │ └── index.tsx │ │ │ ├── product-sale-line │ │ │ │ └── index.tsx │ │ │ ├── product-sale-pie │ │ │ │ └── index.tsx │ │ │ ├── sales-and-purchases │ │ │ │ └── index.tsx │ │ │ └── trial-balances │ │ │ │ └── index.tsx │ │ ├── sales │ │ │ ├── customer-receipts │ │ │ │ ├── [cusId].tsx │ │ │ │ ├── create.tsx │ │ │ │ ├── index.tsx │ │ │ │ └── print │ │ │ │ │ └── [printId].tsx │ │ │ ├── customer │ │ │ │ ├── [customerId].tsx │ │ │ │ ├── ckeditor.tsx │ │ │ │ ├── create-customer.tsx │ │ │ │ ├── edit │ │ │ │ │ └── [editId].tsx │ │ │ │ ├── import-customer.tsx │ │ │ │ └── index.tsx │ │ │ ├── invoices │ │ │ │ ├── [invId].tsx │ │ │ │ ├── clone-invoice │ │ │ │ │ └── [clinvId].tsx │ │ │ │ ├── create-invoice.tsx │ │ │ │ ├── credit-notes │ │ │ │ │ ├── createnote.tsx │ │ │ │ │ └── index.tsx │ │ │ │ ├── edit │ │ │ │ │ └── [editinvId].tsx │ │ │ │ ├── index.tsx │ │ │ │ └── print │ │ │ │ │ └── [printId].tsx │ │ │ └── quotations │ │ │ │ ├── [quoId].tsx │ │ │ │ ├── clone-quotation │ │ │ │ └── [clquoId].tsx │ │ │ │ ├── create-quotation.tsx │ │ │ │ ├── edit │ │ │ │ └── [editquoId].tsx │ │ │ │ ├── index.tsx │ │ │ │ └── print │ │ │ │ └── [printId].tsx │ │ └── settings │ │ │ ├── attachments │ │ │ └── index.tsx │ │ │ ├── custom-fields │ │ │ └── index.tsx │ │ │ ├── edit-profile │ │ │ └── [profileId].tsx │ │ │ ├── general-settings │ │ │ └── index.tsx │ │ │ ├── integrations │ │ │ └── index.tsx │ │ │ ├── payment-terms │ │ │ ├── [id].tsx │ │ │ ├── create.tsx │ │ │ ├── edit │ │ │ │ └── [id].tsx │ │ │ └── index.tsx │ │ │ ├── payrolls-settings │ │ │ ├── edit │ │ │ │ └── [id].tsx │ │ │ └── index.tsx │ │ │ ├── roles │ │ │ ├── [rolesId].tsx │ │ │ ├── create.tsx │ │ │ ├── edit │ │ │ │ └── [editinvId].tsx │ │ │ └── index.tsx │ │ │ ├── subscription-settings │ │ │ ├── add-ons.tsx │ │ │ ├── dashboard.tsx │ │ │ ├── invoices.tsx │ │ │ ├── payment_methods.tsx │ │ │ └── plans.tsx │ │ │ ├── taxes │ │ │ ├── [id].tsx │ │ │ ├── create.tsx │ │ │ ├── edit │ │ │ │ └── [id].tsx │ │ │ └── index.tsx │ │ │ └── users │ │ │ ├── [id].tsx │ │ │ ├── create.tsx │ │ │ ├── edit │ │ │ └── [id].tsx │ │ │ └── index.tsx │ ├── contact │ │ └── index.tsx │ ├── features │ │ ├── api.tsx │ │ ├── hire.tsx │ │ ├── index.tsx │ │ └── pos.tsx │ ├── frequently-asked-questions │ │ └── index.tsx │ ├── gowaem-updates │ │ └── index.tsx │ ├── help │ │ ├── [...detail].tsx │ │ ├── add-customer │ │ │ └── index.tsx │ │ └── index.tsx │ ├── index.tsx │ ├── login │ │ └── index.tsx │ ├── payment │ │ ├── message │ │ │ └── index.tsx │ │ ├── plan-details │ │ │ └── index.tsx │ │ ├── subcription │ │ │ ├── index.tsx │ │ │ └── my-wallet.tsx │ │ └── view-contract │ │ │ └── index.tsx │ ├── pricing │ │ └── index.tsx │ ├── privacy-policy │ │ └── index.tsx │ ├── register │ │ ├── index.tsx │ │ └── success.tsx │ ├── sector │ │ ├── [...sector].tsx │ │ └── index.tsx │ ├── services │ │ ├── accountant │ │ │ └── index.tsx │ │ ├── auditores │ │ │ └── index.tsx │ │ └── companies │ │ │ └── index.tsx │ ├── sign-up │ │ └── index.tsx │ ├── social-responsabilty │ │ └── index.tsx │ ├── subscriber_details │ │ └── [price].tsx │ ├── support │ │ ├── create-ticket.tsx │ │ ├── general-questions.tsx │ │ └── ticket-history.tsx │ ├── terms-and-conditions │ │ └── index.tsx │ ├── user │ │ ├── change-password.tsx │ │ └── forgot-password.tsx │ └── we-are-updating.tsx ├── service │ └── api.js ├── store │ ├── actions │ │ └── Go-wa │ │ │ ├── Branch.js │ │ │ ├── ManualJournalEntry.js │ │ │ ├── Member.js │ │ │ ├── VendorReceipts.js │ │ │ ├── accounting.js │ │ │ ├── accountingType.js │ │ │ ├── actionTypes.js │ │ │ ├── activity_log.js │ │ │ ├── asset_class.js │ │ │ ├── bills.js │ │ │ ├── bonus.js │ │ │ ├── creditnotes.js │ │ │ ├── customers.js │ │ │ ├── customfield.js │ │ │ ├── debitnotes.js │ │ │ ├── deduction.js │ │ │ ├── depreciation.js │ │ │ ├── disposals.js │ │ │ ├── easyEntry.js │ │ │ ├── employee.js │ │ │ ├── fixed_asset.js │ │ │ ├── index.js │ │ │ ├── insurances.js │ │ │ ├── inventorytransfers.js │ │ │ ├── loans.js │ │ │ ├── locations.js │ │ │ ├── organization.js │ │ │ ├── payment_aws.js │ │ │ ├── payment_term.js │ │ │ ├── production.js │ │ │ ├── projects.js │ │ │ ├── purchaseorders.js │ │ │ ├── report.js │ │ │ ├── roles.js │ │ │ ├── schedules.js │ │ │ ├── sidebarleft.js │ │ │ ├── simple_bills.js │ │ │ ├── stafflist.js │ │ │ ├── stocktake.js │ │ │ ├── tasks.js │ │ │ ├── termination.js │ │ │ ├── vendors.js │ │ │ └── zatca_invoice.js │ ├── initStore.ts │ ├── reducers │ │ ├── accounting │ │ │ ├── AccountingReducer.js │ │ │ ├── EasyEntryReducer.js │ │ │ ├── ManualJournalEntryReducer.js │ │ │ └── accountingTypeReducer.js │ │ ├── amazon-pay │ │ │ └── AmazonPayReducer.js │ │ ├── fileSlice.js │ │ ├── fixed-assets │ │ │ ├── AssetClassReducer.js │ │ │ ├── DepreciationReducer.js │ │ │ ├── DisposalsReducer.js │ │ │ └── FixedAssetReducer.js │ │ ├── globals │ │ │ ├── CountryReducer.js │ │ │ ├── CurrencyReducer.js │ │ │ ├── OrganizationReducer.js │ │ │ ├── ReportReducer.js │ │ │ ├── SideBarReducer.js │ │ │ ├── UploadReducer.js │ │ │ ├── languageReducer.js │ │ │ └── usersReducer.js │ │ ├── payrolls │ │ │ ├── BonusReducer.js │ │ │ ├── DeductionReducer.js │ │ │ ├── EmployeeReducer.js │ │ │ ├── InsuranceReducer.js │ │ │ ├── LoansReducer.js │ │ │ ├── ScheduleReducer.js │ │ │ └── TerminationReducer.js │ │ ├── products │ │ │ ├── CateReducer.js │ │ │ ├── InventoryTransferReducer.js │ │ │ ├── LocationReducer.js │ │ │ ├── ProductReducer.js │ │ │ ├── ProductionsReducer.js │ │ │ ├── StockTakeReducer.js │ │ │ ├── UnitKindReducer.js │ │ │ └── UnitTypeReducer.js │ │ ├── projects-and-tasks │ │ │ ├── ProjectReducer.js │ │ │ └── TaskReducer.js │ │ ├── purchases │ │ │ ├── BillReducer.js │ │ │ ├── PurchaseOrderReducer.js │ │ │ ├── SimpleBillsReducer.js │ │ │ ├── VendorReceiptReducer.js │ │ │ ├── VendorReducer.js │ │ │ └── simple_billsReducer.js │ │ ├── rootReducer.js │ │ ├── sales │ │ │ ├── CreditNotesReducer.js │ │ │ ├── CustomerReceiptsReducer.js │ │ │ ├── CustomerReducer.js │ │ │ ├── InvoiceReducer.js │ │ │ ├── QuotationReducer.js │ │ │ └── ZatcaInvoiceReducer.js │ │ └── settings │ │ │ ├── ActivityLogReducer.tsx │ │ │ ├── CustomFieldReducer.js │ │ │ ├── MemberReducer.js │ │ │ ├── PaymentTermReducer.js │ │ │ ├── RoleReducer.js │ │ │ └── TaxReducer.tsx │ └── sagas │ │ ├── accounting │ │ ├── AccountingSagas.js │ │ ├── AccountingTypeSagas.js │ │ ├── EasyEntrySagas.js │ │ └── ManualJournalEntrySagas.js │ │ ├── amazon-pay │ │ └── AmazonPaySagas.js │ │ ├── fixed-assets │ │ ├── AssetClassSagas.js │ │ ├── DepreciationSagas.js │ │ ├── DisposalsSagas.js │ │ └── FixedAssetSagas.js │ │ ├── globals │ │ ├── AuthSagas.js │ │ ├── CountrySagas.js │ │ ├── CurrencySagas.js │ │ ├── LanguageSagas.js │ │ ├── OrganizationSagas.js │ │ ├── ReportSagas.js │ │ ├── SideBarSagas.js │ │ └── UploadFileSagas.js │ │ ├── payrolls │ │ ├── BonusSagas.js │ │ ├── DeductionSagas.js │ │ ├── EmployeeSagas.js │ │ ├── InsuranceSagas.js │ │ ├── LoansSagas.js │ │ ├── ScheduleSagas.js │ │ └── TerminationSagas.js │ │ ├── products │ │ ├── CategorySagas.js │ │ ├── InventoryTransferSagas.js │ │ ├── LocationSagas.js │ │ ├── ProductSagas.js │ │ ├── ProductionSagas.js │ │ ├── StockTakeSagas.js │ │ ├── UnitKindSagas.js │ │ └── UnitTypeSagas.js │ │ ├── projects-and-tasks │ │ ├── ProjectSages.js │ │ └── TaskSagas.js │ │ ├── purchases │ │ ├── BillSagas.js │ │ ├── PurchaseOrderSagas.js │ │ ├── Simple_BillSagas.js │ │ ├── VendorReceiptSagas.js │ │ └── VendorSagas.js │ │ ├── request.js │ │ ├── rootSaga.js │ │ ├── sales │ │ ├── CustomerReceiptSagas.js │ │ ├── CustomerSagas.js │ │ ├── InvoiceSagas.js │ │ ├── QuotationSagas.js │ │ └── ZatcaInvoiceSagas.js │ │ └── settings │ │ ├── ActivityLogSagas.js │ │ ├── CustomFieldSagas.js │ │ ├── MemberSagas.js │ │ ├── PaymentTermSagas.js │ │ ├── RoleSagas.js │ │ └── TaxSagas.js ├── styles │ ├── Home.module.css │ ├── Todo.module.css │ ├── apiFea.module.scss │ ├── award.module.scss │ ├── carrers.module.scss │ ├── globals.css │ ├── hireFea.module.scss │ ├── multirangeslider.module.css │ ├── policy.module.scss │ ├── quest.module.scss │ ├── sector.module.scss │ └── socialresponsibility.module.scss └── utils │ ├── AddDeleteTableRows.js │ ├── TableRowFile.js │ ├── TableRows.js │ ├── common.js │ ├── formUtils │ ├── index.js │ └── validator.js │ ├── interceptor.js │ └── notifications.js ├── tsconfig.json └── yarn.lock /.env.local: -------------------------------------------------------------------------------- 1 | NEXT_PUBLIC_BASE_URL=https://api.goqawaem.com/api/v1 2 | NODE_ENV=development 3 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store -------------------------------------------------------------------------------- /.idea/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/.idea/.gitignore -------------------------------------------------------------------------------- /.idea/go-wa-frontend.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/.idea/go-wa-frontend.iml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- 1 | { 2 | "recommendations": [] 3 | } -------------------------------------------------------------------------------- /.vscode/last.sql: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/README.md -------------------------------------------------------------------------------- /next-app/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/.gitignore -------------------------------------------------------------------------------- /next-app/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/LICENSE -------------------------------------------------------------------------------- /next-app/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/index.js -------------------------------------------------------------------------------- /next-app/leftform.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/leftform.tsx -------------------------------------------------------------------------------- /next-app/next-env.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/next-env.d.ts -------------------------------------------------------------------------------- /next-app/next.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/next.config.js -------------------------------------------------------------------------------- /next-app/nohup.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/nohup.out -------------------------------------------------------------------------------- /next-app/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/package-lock.json -------------------------------------------------------------------------------- /next-app/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/package.json -------------------------------------------------------------------------------- /next-app/prod-without-multistage.Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/prod-without-multistage.Dockerfile -------------------------------------------------------------------------------- /next-app/public/assets/css/bootstrap-grid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/css/bootstrap-grid.css -------------------------------------------------------------------------------- /next-app/public/assets/css/bootstrap-grid.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/css/bootstrap-grid.min.css -------------------------------------------------------------------------------- /next-app/public/assets/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/css/bootstrap.css -------------------------------------------------------------------------------- /next-app/public/assets/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/css/bootstrap.min.css -------------------------------------------------------------------------------- /next-app/public/assets/css/charts.min1.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/css/charts.min1.css -------------------------------------------------------------------------------- /next-app/public/assets/css/croppie-image.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/css/croppie-image.css -------------------------------------------------------------------------------- /next-app/public/assets/css/dashboard.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/css/dashboard.css -------------------------------------------------------------------------------- /next-app/public/assets/css/dashboard.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/css/dashboard.css.map -------------------------------------------------------------------------------- /next-app/public/assets/css/fixantdbyadminpage.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/css/fixantdbyadminpage.css -------------------------------------------------------------------------------- /next-app/public/assets/css/font-free.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/css/font-free.css -------------------------------------------------------------------------------- /next-app/public/assets/css/fontawesome-prov6.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/css/fontawesome-prov6.css -------------------------------------------------------------------------------- /next-app/public/assets/css/fonts-icon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/css/fonts-icon.css -------------------------------------------------------------------------------- /next-app/public/assets/css/ion.rangeSlider.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/css/ion.rangeSlider.css -------------------------------------------------------------------------------- /next-app/public/assets/css/ion.rangeSlider.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/css/ion.rangeSlider.min.css -------------------------------------------------------------------------------- /next-app/public/assets/css/loader.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/css/loader.css -------------------------------------------------------------------------------- /next-app/public/assets/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/css/main.css -------------------------------------------------------------------------------- /next-app/public/assets/css/main.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/css/main.css.map -------------------------------------------------------------------------------- /next-app/public/assets/css/maps.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/css/maps.css -------------------------------------------------------------------------------- /next-app/public/assets/css/plan_details.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/css/plan_details.css -------------------------------------------------------------------------------- /next-app/public/assets/css/scroll.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/css/scroll.css -------------------------------------------------------------------------------- /next-app/public/assets/css/slick.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/css/slick.css -------------------------------------------------------------------------------- /next-app/public/assets/css/support.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /next-app/public/assets/fonts/Roboto-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/fonts/Roboto-Black.ttf -------------------------------------------------------------------------------- /next-app/public/assets/fonts/Roboto-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/fonts/Roboto-BlackItalic.ttf -------------------------------------------------------------------------------- /next-app/public/assets/fonts/Roboto-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/fonts/Roboto-Bold.ttf -------------------------------------------------------------------------------- /next-app/public/assets/fonts/Roboto-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/fonts/Roboto-BoldItalic.ttf -------------------------------------------------------------------------------- /next-app/public/assets/fonts/Roboto-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/fonts/Roboto-Italic.ttf -------------------------------------------------------------------------------- /next-app/public/assets/fonts/Roboto-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/fonts/Roboto-Light.ttf -------------------------------------------------------------------------------- /next-app/public/assets/fonts/Roboto-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/fonts/Roboto-LightItalic.ttf -------------------------------------------------------------------------------- /next-app/public/assets/fonts/Roboto-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/fonts/Roboto-Medium.ttf -------------------------------------------------------------------------------- /next-app/public/assets/fonts/Roboto-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/fonts/Roboto-MediumItalic.ttf -------------------------------------------------------------------------------- /next-app/public/assets/fonts/Roboto-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/fonts/Roboto-Regular.ttf -------------------------------------------------------------------------------- /next-app/public/assets/fonts/Roboto-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/fonts/Roboto-Thin.ttf -------------------------------------------------------------------------------- /next-app/public/assets/fonts/Roboto-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/fonts/Roboto-ThinItalic.ttf -------------------------------------------------------------------------------- /next-app/public/assets/fonts/gowa.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/fonts/gowa.eot -------------------------------------------------------------------------------- /next-app/public/assets/fonts/gowa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/fonts/gowa.svg -------------------------------------------------------------------------------- /next-app/public/assets/fonts/gowa.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/fonts/gowa.ttf -------------------------------------------------------------------------------- /next-app/public/assets/fonts/gowa.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/fonts/gowa.woff -------------------------------------------------------------------------------- /next-app/public/assets/images/API/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/API/banner.png -------------------------------------------------------------------------------- /next-app/public/assets/images/API/house.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/API/house.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/API/members.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/API/members.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/API/return.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/API/return.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/API/world.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/API/world.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/HIRE/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/HIRE/banner.png -------------------------------------------------------------------------------- /next-app/public/assets/images/HIRE/click.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/HIRE/click.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/HIRE/letter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/HIRE/letter.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/HIRE/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/HIRE/logo.png -------------------------------------------------------------------------------- /next-app/public/assets/images/HIRE/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/HIRE/phone.png -------------------------------------------------------------------------------- /next-app/public/assets/images/HIRE/phone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/HIRE/phone.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/POS/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/POS/banner.png -------------------------------------------------------------------------------- /next-app/public/assets/images/POS/file.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/POS/file.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/POS/sum.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/POS/sum.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/PrivacyPolicy/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/PrivacyPolicy/banner.png -------------------------------------------------------------------------------- /next-app/public/assets/images/Untitled 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/Untitled 1.png -------------------------------------------------------------------------------- /next-app/public/assets/images/Untitled-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/Untitled-2.jpg -------------------------------------------------------------------------------- /next-app/public/assets/images/about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/about.png -------------------------------------------------------------------------------- /next-app/public/assets/images/about2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/about2.png -------------------------------------------------------------------------------- /next-app/public/assets/images/accountstatement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/accountstatement.png -------------------------------------------------------------------------------- /next-app/public/assets/images/accountsummary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/accountsummary.png -------------------------------------------------------------------------------- /next-app/public/assets/images/addCapital.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/addCapital.png -------------------------------------------------------------------------------- /next-app/public/assets/images/addDepreciation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/addDepreciation.png -------------------------------------------------------------------------------- /next-app/public/assets/images/agedopen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/agedopen.png -------------------------------------------------------------------------------- /next-app/public/assets/images/alu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/alu.png -------------------------------------------------------------------------------- /next-app/public/assets/images/anyprojects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/anyprojects.png -------------------------------------------------------------------------------- /next-app/public/assets/images/aril.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/aril.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/arro-botton-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/arro-botton-white.png -------------------------------------------------------------------------------- /next-app/public/assets/images/arro-botton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/arro-botton.png -------------------------------------------------------------------------------- /next-app/public/assets/images/arro-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/arro-next.png -------------------------------------------------------------------------------- /next-app/public/assets/images/arro-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/arro-top.png -------------------------------------------------------------------------------- /next-app/public/assets/images/arrow-bottom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/arrow-bottom.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/atm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/atm.jpg -------------------------------------------------------------------------------- /next-app/public/assets/images/award/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/award/banner.png -------------------------------------------------------------------------------- /next-app/public/assets/images/award/img-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/award/img-list.png -------------------------------------------------------------------------------- /next-app/public/assets/images/barcode-no.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/barcode-no.jpg -------------------------------------------------------------------------------- /next-app/public/assets/images/bg-ft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/bg-ft.png -------------------------------------------------------------------------------- /next-app/public/assets/images/business_investment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/business_investment.png -------------------------------------------------------------------------------- /next-app/public/assets/images/bycustomer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/bycustomer.png -------------------------------------------------------------------------------- /next-app/public/assets/images/byvendor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/byvendor.png -------------------------------------------------------------------------------- /next-app/public/assets/images/carrers/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/carrers/banner.png -------------------------------------------------------------------------------- /next-app/public/assets/images/carrers/letter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/carrers/letter.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/carrers/member.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/carrers/member.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/cart1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/cart1.png -------------------------------------------------------------------------------- /next-app/public/assets/images/cashDividends.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/cashDividends.png -------------------------------------------------------------------------------- /next-app/public/assets/images/chart1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/chart1.jpg -------------------------------------------------------------------------------- /next-app/public/assets/images/chart2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/chart2.jpg -------------------------------------------------------------------------------- /next-app/public/assets/images/chart3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/chart3.jpg -------------------------------------------------------------------------------- /next-app/public/assets/images/chart4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/chart4.jpg -------------------------------------------------------------------------------- /next-app/public/assets/images/check-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/check-list.png -------------------------------------------------------------------------------- /next-app/public/assets/images/check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/check.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/cloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/cloud.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/collaborate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/collaborate.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/compliance.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/compliance.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/control.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/control.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/cost.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/cost.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/decobg1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/decobg1.png -------------------------------------------------------------------------------- /next-app/public/assets/images/docworkingpaper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/docworkingpaper.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/error-404.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/error-404.png -------------------------------------------------------------------------------- /next-app/public/assets/images/fc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/fc.png -------------------------------------------------------------------------------- /next-app/public/assets/images/file.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/file.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/fileworkingpaper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/fileworkingpaper.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/flexibility.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/flexibility.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/genralledger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/genralledger.png -------------------------------------------------------------------------------- /next-app/public/assets/images/girl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/girl.png -------------------------------------------------------------------------------- /next-app/public/assets/images/globe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/globe.png -------------------------------------------------------------------------------- /next-app/public/assets/images/group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/group.png -------------------------------------------------------------------------------- /next-app/public/assets/images/group23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/group23.png -------------------------------------------------------------------------------- /next-app/public/assets/images/groupcomputer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/groupcomputer.png -------------------------------------------------------------------------------- /next-app/public/assets/images/hinh_tron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/hinh_tron.png -------------------------------------------------------------------------------- /next-app/public/assets/images/hire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/hire.png -------------------------------------------------------------------------------- /next-app/public/assets/images/icon-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/icon-list.png -------------------------------------------------------------------------------- /next-app/public/assets/images/icon-next.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/icon-next.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/image-none.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/image-none.png -------------------------------------------------------------------------------- /next-app/public/assets/images/image10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/image10.jpg -------------------------------------------------------------------------------- /next-app/public/assets/images/image11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/image11.jpg -------------------------------------------------------------------------------- /next-app/public/assets/images/image6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/image6.jpg -------------------------------------------------------------------------------- /next-app/public/assets/images/image7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/image7.jpg -------------------------------------------------------------------------------- /next-app/public/assets/images/image8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/image8.png -------------------------------------------------------------------------------- /next-app/public/assets/images/image9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/image9.jpg -------------------------------------------------------------------------------- /next-app/public/assets/images/incomestatement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/incomestatement.png -------------------------------------------------------------------------------- /next-app/public/assets/images/ind-banner1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/ind-banner1.png -------------------------------------------------------------------------------- /next-app/public/assets/images/ind-banner2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/ind-banner2.png -------------------------------------------------------------------------------- /next-app/public/assets/images/ind-banner3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/ind-banner3.png -------------------------------------------------------------------------------- /next-app/public/assets/images/instagram.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/instagram.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/invoicess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/invoicess.png -------------------------------------------------------------------------------- /next-app/public/assets/images/knowledge-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/knowledge-base.png -------------------------------------------------------------------------------- /next-app/public/assets/images/logo-blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/logo-blue.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/logo-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/logo-white.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/logo.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/malachite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/malachite.png -------------------------------------------------------------------------------- /next-app/public/assets/images/mastercard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/mastercard.png -------------------------------------------------------------------------------- /next-app/public/assets/images/money-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/money-icon.png -------------------------------------------------------------------------------- /next-app/public/assets/images/openbills.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/openbills.png -------------------------------------------------------------------------------- /next-app/public/assets/images/openquotation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/openquotation.png -------------------------------------------------------------------------------- /next-app/public/assets/images/overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/overview.png -------------------------------------------------------------------------------- /next-app/public/assets/images/overview2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/overview2.png -------------------------------------------------------------------------------- /next-app/public/assets/images/papi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/papi.png -------------------------------------------------------------------------------- /next-app/public/assets/images/payments.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/payments.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/pencil.png -------------------------------------------------------------------------------- /next-app/public/assets/images/pic-features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/pic-features.png -------------------------------------------------------------------------------- /next-app/public/assets/images/pic-foget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/pic-foget.png -------------------------------------------------------------------------------- /next-app/public/assets/images/pic-login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/pic-login.png -------------------------------------------------------------------------------- /next-app/public/assets/images/pic-plan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/pic-plan.png -------------------------------------------------------------------------------- /next-app/public/assets/images/pic-signup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/pic-signup.png -------------------------------------------------------------------------------- /next-app/public/assets/images/pic-thank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/pic-thank.png -------------------------------------------------------------------------------- /next-app/public/assets/images/piechart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/piechart.png -------------------------------------------------------------------------------- /next-app/public/assets/images/pos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/pos.png -------------------------------------------------------------------------------- /next-app/public/assets/images/product_expense.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/product_expense.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/product_product.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/product_product.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/product_rawMaterial.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/product_rawMaterial.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/product_recipe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/product_recipe.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/product_service.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/product_service.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/production.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/production.png -------------------------------------------------------------------------------- /next-app/public/assets/images/productsales.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/productsales.png -------------------------------------------------------------------------------- /next-app/public/assets/images/purchase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/purchase.png -------------------------------------------------------------------------------- /next-app/public/assets/images/rarro-next.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/rarro-next.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/record.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/record.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/rectangle203.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/rectangle203.png -------------------------------------------------------------------------------- /next-app/public/assets/images/rectangle205.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/rectangle205.jpg -------------------------------------------------------------------------------- /next-app/public/assets/images/rectangle206.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/rectangle206.png -------------------------------------------------------------------------------- /next-app/public/assets/images/rectangle209.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/rectangle209.png -------------------------------------------------------------------------------- /next-app/public/assets/images/rectangle219.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/rectangle219.jpg -------------------------------------------------------------------------------- /next-app/public/assets/images/rectangle220.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/rectangle220.jpg -------------------------------------------------------------------------------- /next-app/public/assets/images/rectangle221.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/rectangle221.jpg -------------------------------------------------------------------------------- /next-app/public/assets/images/rectangle65.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/rectangle65.png -------------------------------------------------------------------------------- /next-app/public/assets/images/salaries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/salaries.png -------------------------------------------------------------------------------- /next-app/public/assets/images/salaryreport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/salaryreport.png -------------------------------------------------------------------------------- /next-app/public/assets/images/scrap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/scrap.png -------------------------------------------------------------------------------- /next-app/public/assets/images/sector/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/sector/banner.png -------------------------------------------------------------------------------- /next-app/public/assets/images/sector/image-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/sector/image-16.png -------------------------------------------------------------------------------- /next-app/public/assets/images/security.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/security.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/selling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/selling.png -------------------------------------------------------------------------------- /next-app/public/assets/images/settings.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/settings.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/shop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/shop.png -------------------------------------------------------------------------------- /next-app/public/assets/images/shop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/shop.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/showpass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/showpass.png -------------------------------------------------------------------------------- /next-app/public/assets/images/star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/star.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/star1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/star1.png -------------------------------------------------------------------------------- /next-app/public/assets/images/star2-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/star2-0.png -------------------------------------------------------------------------------- /next-app/public/assets/images/star2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/star2.png -------------------------------------------------------------------------------- /next-app/public/assets/images/stroke-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/stroke-1.png -------------------------------------------------------------------------------- /next-app/public/assets/images/stroke-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/stroke-2.png -------------------------------------------------------------------------------- /next-app/public/assets/images/stroke-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/stroke-3.png -------------------------------------------------------------------------------- /next-app/public/assets/images/support/chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/support/chat.png -------------------------------------------------------------------------------- /next-app/public/assets/images/support/chat_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/support/chat_bg.png -------------------------------------------------------------------------------- /next-app/public/assets/images/support/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/support/help.png -------------------------------------------------------------------------------- /next-app/public/assets/images/support/videos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/support/videos.png -------------------------------------------------------------------------------- /next-app/public/assets/images/tegha.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/tegha.jpg -------------------------------------------------------------------------------- /next-app/public/assets/images/time.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/time.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/transferMoney.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/transferMoney.png -------------------------------------------------------------------------------- /next-app/public/assets/images/transfers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/transfers.png -------------------------------------------------------------------------------- /next-app/public/assets/images/trendline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/trendline.png -------------------------------------------------------------------------------- /next-app/public/assets/images/trialbalance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/trialbalance.png -------------------------------------------------------------------------------- /next-app/public/assets/images/updating.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/updating.jpg -------------------------------------------------------------------------------- /next-app/public/assets/images/upload_partner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/upload_partner.png -------------------------------------------------------------------------------- /next-app/public/assets/images/user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/user.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/visibility.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/visibility.svg -------------------------------------------------------------------------------- /next-app/public/assets/images/zap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/zap.png -------------------------------------------------------------------------------- /next-app/public/assets/images/zid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/images/zid.png -------------------------------------------------------------------------------- /next-app/public/assets/js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/js/app.js -------------------------------------------------------------------------------- /next-app/public/assets/js/beforeafter.jquery-1.0.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/js/beforeafter.jquery-1.0.0.js -------------------------------------------------------------------------------- /next-app/public/assets/js/bootstrap.bundle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/js/bootstrap.bundle.min.js -------------------------------------------------------------------------------- /next-app/public/assets/js/bootstrap.bundle.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/js/bootstrap.bundle.min.js.map -------------------------------------------------------------------------------- /next-app/public/assets/js/bootstrap.min.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/js/bootstrap.min.1.js -------------------------------------------------------------------------------- /next-app/public/assets/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/js/bootstrap.min.js -------------------------------------------------------------------------------- /next-app/public/assets/js/chat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/js/chat.js -------------------------------------------------------------------------------- /next-app/public/assets/js/collapseknow.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/js/collapseknow.js -------------------------------------------------------------------------------- /next-app/public/assets/js/collapsepricing.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/js/collapsepricing.js -------------------------------------------------------------------------------- /next-app/public/assets/js/croppie-image.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/js/croppie-image.js -------------------------------------------------------------------------------- /next-app/public/assets/js/ion.rangeSlider.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/js/ion.rangeSlider.js -------------------------------------------------------------------------------- /next-app/public/assets/js/ion.rangeSlider.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/js/ion.rangeSlider.min.js -------------------------------------------------------------------------------- /next-app/public/assets/js/ionRangeSliderAction.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/js/ionRangeSliderAction.js -------------------------------------------------------------------------------- /next-app/public/assets/js/jquery-3.6.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/js/jquery-3.6.0.min.js -------------------------------------------------------------------------------- /next-app/public/assets/js/mains.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/js/mains.js -------------------------------------------------------------------------------- /next-app/public/assets/js/map.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/js/map.js -------------------------------------------------------------------------------- /next-app/public/assets/js/menuleftdashboard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/js/menuleftdashboard.js -------------------------------------------------------------------------------- /next-app/public/assets/js/preleader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/js/preleader.js -------------------------------------------------------------------------------- /next-app/public/assets/js/scrollbar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/js/scrollbar.js -------------------------------------------------------------------------------- /next-app/public/assets/js/slick.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/js/slick.min.js -------------------------------------------------------------------------------- /next-app/public/assets/js/testjquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/js/testjquery.js -------------------------------------------------------------------------------- /next-app/public/assets/scss/test.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/scss/test.scss -------------------------------------------------------------------------------- /next-app/public/assets/wow/libs/animate.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/wow/libs/animate.css -------------------------------------------------------------------------------- /next-app/public/assets/wow/site.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/wow/site.css -------------------------------------------------------------------------------- /next-app/public/assets/wow/wow.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/wow/wow.js -------------------------------------------------------------------------------- /next-app/public/assets/wow/wow.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/wow/wow.js.map -------------------------------------------------------------------------------- /next-app/public/assets/wow/wow.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/assets/wow/wow.min.js -------------------------------------------------------------------------------- /next-app/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/favicon.ico -------------------------------------------------------------------------------- /next-app/public/favicon/icon_gowa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/favicon/icon_gowa.png -------------------------------------------------------------------------------- /next-app/public/sasas.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/sasas.jpg -------------------------------------------------------------------------------- /next-app/public/uploads/366058aed7754100c6c667f00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/uploads/366058aed7754100c6c667f00.png -------------------------------------------------------------------------------- /next-app/public/uploads/4f48e110accff7fb730076206.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/uploads/4f48e110accff7fb730076206.xlsx -------------------------------------------------------------------------------- /next-app/public/uploads/4f48e110accff7fb730076207.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/uploads/4f48e110accff7fb730076207.xlsx -------------------------------------------------------------------------------- /next-app/public/uploads/4f48e110accff7fb730076208.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/uploads/4f48e110accff7fb730076208.xlsx -------------------------------------------------------------------------------- /next-app/public/uploads/4f48e110accff7fb730076209.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/uploads/4f48e110accff7fb730076209.xlsx -------------------------------------------------------------------------------- /next-app/public/uploads/4f48e110accff7fb73007620a.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/uploads/4f48e110accff7fb73007620a.docx -------------------------------------------------------------------------------- /next-app/public/uploads/4f48e110accff7fb73007620b.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/uploads/4f48e110accff7fb73007620b.docx -------------------------------------------------------------------------------- /next-app/public/uploads/4f48e110accff7fb73007620c.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/uploads/4f48e110accff7fb73007620c.xlsx -------------------------------------------------------------------------------- /next-app/public/uploads/4f48e110accff7fb73007620d.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/uploads/4f48e110accff7fb73007620d.xlsx -------------------------------------------------------------------------------- /next-app/public/uploads/4f48e110accff7fb73007620e.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/uploads/4f48e110accff7fb73007620e.xlsx -------------------------------------------------------------------------------- /next-app/public/uploads/4f48e110accff7fb73007620f.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/uploads/4f48e110accff7fb73007620f.xlsx -------------------------------------------------------------------------------- /next-app/public/uploads/4f48e110accff7fb730076210.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/uploads/4f48e110accff7fb730076210.xlsx -------------------------------------------------------------------------------- /next-app/public/uploads/4f48e110accff7fb730076211.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/uploads/4f48e110accff7fb730076211.xlsx -------------------------------------------------------------------------------- /next-app/public/uploads/4f48e110accff7fb730076212.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/uploads/4f48e110accff7fb730076212.xlsx -------------------------------------------------------------------------------- /next-app/public/uploads/4f48e110accff7fb730076213.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/uploads/4f48e110accff7fb730076213.xlsx -------------------------------------------------------------------------------- /next-app/public/uploads/4f48e110accff7fb730076214.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/uploads/4f48e110accff7fb730076214.xlsx -------------------------------------------------------------------------------- /next-app/public/uploads/4f48e110accff7fb730076215.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/uploads/4f48e110accff7fb730076215.xlsx -------------------------------------------------------------------------------- /next-app/public/uploads/4f48e110accff7fb730076216.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/uploads/4f48e110accff7fb730076216.xlsx -------------------------------------------------------------------------------- /next-app/public/uploads/4f48e110accff7fb730076217.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/uploads/4f48e110accff7fb730076217.xlsx -------------------------------------------------------------------------------- /next-app/public/uploads/4f48e110accff7fb730076218.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/uploads/4f48e110accff7fb730076218.xlsx -------------------------------------------------------------------------------- /next-app/public/uploads/4f48e110accff7fb730076219.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/uploads/4f48e110accff7fb730076219.xlsx -------------------------------------------------------------------------------- /next-app/public/uploads/4f48e110accff7fb73007621a.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/uploads/4f48e110accff7fb73007621a.xlsx -------------------------------------------------------------------------------- /next-app/public/uploads/4f48e110accff7fb73007621b.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/uploads/4f48e110accff7fb73007621b.xlsx -------------------------------------------------------------------------------- /next-app/public/uploads/4f48e110accff7fb73007621c.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/uploads/4f48e110accff7fb73007621c.xlsx -------------------------------------------------------------------------------- /next-app/public/uploads/4f48e110accff7fb73007621d.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/uploads/4f48e110accff7fb73007621d.xlsx -------------------------------------------------------------------------------- /next-app/public/uploads/4f48e110accff7fb73007621e.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/uploads/4f48e110accff7fb73007621e.xlsx -------------------------------------------------------------------------------- /next-app/public/uploads/4f48e110accff7fb73007621f.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/uploads/4f48e110accff7fb73007621f.xlsx -------------------------------------------------------------------------------- /next-app/public/vercel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/public/vercel.svg -------------------------------------------------------------------------------- /next-app/server.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/server.log -------------------------------------------------------------------------------- /next-app/src/api/accounting/Accounting.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/accounting/Accounting.js -------------------------------------------------------------------------------- /next-app/src/api/accounting/AccountingType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/accounting/AccountingType.js -------------------------------------------------------------------------------- /next-app/src/api/accounting/EasyEntryApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/accounting/EasyEntryApi.js -------------------------------------------------------------------------------- /next-app/src/api/accounting/ManualJournalEntry.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/accounting/ManualJournalEntry.js -------------------------------------------------------------------------------- /next-app/src/api/amazon-pay/PaymentAWSApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/amazon-pay/PaymentAWSApi.js -------------------------------------------------------------------------------- /next-app/src/api/axiosClient.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/axiosClient.js -------------------------------------------------------------------------------- /next-app/src/api/fixed-assets/AssetClassApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/fixed-assets/AssetClassApi.js -------------------------------------------------------------------------------- /next-app/src/api/fixed-assets/FixedAssetApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/fixed-assets/FixedAssetApi.js -------------------------------------------------------------------------------- /next-app/src/api/globals/AuthApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/globals/AuthApi.js -------------------------------------------------------------------------------- /next-app/src/api/globals/CountryApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/globals/CountryApi.js -------------------------------------------------------------------------------- /next-app/src/api/globals/CurrencyApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/globals/CurrencyApi.js -------------------------------------------------------------------------------- /next-app/src/api/globals/OrganizationApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/globals/OrganizationApi.js -------------------------------------------------------------------------------- /next-app/src/api/globals/UploadFileApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/globals/UploadFileApi.js -------------------------------------------------------------------------------- /next-app/src/api/globals/reportApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/globals/reportApi.js -------------------------------------------------------------------------------- /next-app/src/api/payrolls/BonusApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/payrolls/BonusApi.js -------------------------------------------------------------------------------- /next-app/src/api/payrolls/DeductionApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/payrolls/DeductionApi.js -------------------------------------------------------------------------------- /next-app/src/api/payrolls/EmployeeApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/payrolls/EmployeeApi.js -------------------------------------------------------------------------------- /next-app/src/api/payrolls/InsurancesApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/payrolls/InsurancesApi.js -------------------------------------------------------------------------------- /next-app/src/api/payrolls/LoanApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/payrolls/LoanApi.js -------------------------------------------------------------------------------- /next-app/src/api/payrolls/SchedulesApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/payrolls/SchedulesApi.js -------------------------------------------------------------------------------- /next-app/src/api/payrolls/TerminationApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/payrolls/TerminationApi.js -------------------------------------------------------------------------------- /next-app/src/api/products/CategoryApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/products/CategoryApi.js -------------------------------------------------------------------------------- /next-app/src/api/products/GowaApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/products/GowaApi.js -------------------------------------------------------------------------------- /next-app/src/api/products/InventoryTransferApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/products/InventoryTransferApi.js -------------------------------------------------------------------------------- /next-app/src/api/products/LocationApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/products/LocationApi.js -------------------------------------------------------------------------------- /next-app/src/api/products/ProductionApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/products/ProductionApi.js -------------------------------------------------------------------------------- /next-app/src/api/products/StockTakeApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/products/StockTakeApi.js -------------------------------------------------------------------------------- /next-app/src/api/products/UnitKindApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/products/UnitKindApi.js -------------------------------------------------------------------------------- /next-app/src/api/products/UnitTypeApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/products/UnitTypeApi.js -------------------------------------------------------------------------------- /next-app/src/api/projects-and-tasks/ProjectsApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/projects-and-tasks/ProjectsApi.js -------------------------------------------------------------------------------- /next-app/src/api/projects-and-tasks/TasksApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/projects-and-tasks/TasksApi.js -------------------------------------------------------------------------------- /next-app/src/api/purchases/BillApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/purchases/BillApi.js -------------------------------------------------------------------------------- /next-app/src/api/purchases/PurchaseOrderApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/purchases/PurchaseOrderApi.js -------------------------------------------------------------------------------- /next-app/src/api/purchases/Simple_BillApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/purchases/Simple_BillApi.js -------------------------------------------------------------------------------- /next-app/src/api/purchases/VendorApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/purchases/VendorApi.js -------------------------------------------------------------------------------- /next-app/src/api/purchases/VendorReceiptApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/purchases/VendorReceiptApi.js -------------------------------------------------------------------------------- /next-app/src/api/sales/CustomerActApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/sales/CustomerActApi.js -------------------------------------------------------------------------------- /next-app/src/api/sales/CustomerApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/sales/CustomerApi.js -------------------------------------------------------------------------------- /next-app/src/api/sales/CustomerReceiptApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/sales/CustomerReceiptApi.js -------------------------------------------------------------------------------- /next-app/src/api/sales/InvoiceApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/sales/InvoiceApi.js -------------------------------------------------------------------------------- /next-app/src/api/sales/QuotationApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/sales/QuotationApi.js -------------------------------------------------------------------------------- /next-app/src/api/sales/ZatcaApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/sales/ZatcaApi.js -------------------------------------------------------------------------------- /next-app/src/api/sales/zatca_api.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/sales/zatca_api.txt -------------------------------------------------------------------------------- /next-app/src/api/settings/ActivityLogApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/settings/ActivityLogApi.js -------------------------------------------------------------------------------- /next-app/src/api/settings/CustomFieldApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/settings/CustomFieldApi.js -------------------------------------------------------------------------------- /next-app/src/api/settings/MemberApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/settings/MemberApi.js -------------------------------------------------------------------------------- /next-app/src/api/settings/PaymentTermApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/settings/PaymentTermApi.js -------------------------------------------------------------------------------- /next-app/src/api/settings/RoleApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/settings/RoleApi.js -------------------------------------------------------------------------------- /next-app/src/api/settings/TaxApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/api/settings/TaxApi.js -------------------------------------------------------------------------------- /next-app/src/common/Admin-layout/HeaderAdmin.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/common/Admin-layout/HeaderAdmin.tsx -------------------------------------------------------------------------------- /next-app/src/common/Admin-layout/HeaderSupport.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/common/Admin-layout/HeaderSupport.tsx -------------------------------------------------------------------------------- /next-app/src/common/Client-layout/Footer/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/common/Client-layout/Footer/index.tsx -------------------------------------------------------------------------------- /next-app/src/common/Client-layout/Header/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/common/Client-layout/Header/index.tsx -------------------------------------------------------------------------------- /next-app/src/common/Layout/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/common/Layout/index.tsx -------------------------------------------------------------------------------- /next-app/src/common/LayoutClient.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/common/LayoutClient.tsx -------------------------------------------------------------------------------- /next-app/src/common/LayoutPayment.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/common/LayoutPayment.tsx -------------------------------------------------------------------------------- /next-app/src/common/LayoutSupport.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/common/LayoutSupport.tsx -------------------------------------------------------------------------------- /next-app/src/common/accountant_user/Layout/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/common/accountant_user/Layout/index.tsx -------------------------------------------------------------------------------- /next-app/src/common/accountant_user/LayoutPayment.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/common/accountant_user/LayoutPayment.tsx -------------------------------------------------------------------------------- /next-app/src/common/accountant_user/LayoutSupport.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/common/accountant_user/LayoutSupport.tsx -------------------------------------------------------------------------------- /next-app/src/common/accountant_user/check-permission.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/common/accountant_user/check-permission.tsx -------------------------------------------------------------------------------- /next-app/src/common/accountant_user/headerPayment.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/common/accountant_user/headerPayment.tsx -------------------------------------------------------------------------------- /next-app/src/common/accountant_user/sidebar-left.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/common/accountant_user/sidebar-left.js -------------------------------------------------------------------------------- /next-app/src/common/check-permission.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/common/check-permission.tsx -------------------------------------------------------------------------------- /next-app/src/common/company_user/Admin-layout/Footer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/common/company_user/Admin-layout/Footer.tsx -------------------------------------------------------------------------------- /next-app/src/common/company_user/Admin-layout/translate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/common/company_user/Admin-layout/translate.js -------------------------------------------------------------------------------- /next-app/src/common/company_user/Layout/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/common/company_user/Layout/index.tsx -------------------------------------------------------------------------------- /next-app/src/common/company_user/LayoutPayment.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/common/company_user/LayoutPayment.tsx -------------------------------------------------------------------------------- /next-app/src/common/company_user/LayoutSupport.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/common/company_user/LayoutSupport.tsx -------------------------------------------------------------------------------- /next-app/src/common/company_user/check-permission.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/common/company_user/check-permission.tsx -------------------------------------------------------------------------------- /next-app/src/common/company_user/headerPayment.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/common/company_user/headerPayment.tsx -------------------------------------------------------------------------------- /next-app/src/common/company_user/sidebar-left.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/common/company_user/sidebar-left.js -------------------------------------------------------------------------------- /next-app/src/common/headerPayment.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/common/headerPayment.tsx -------------------------------------------------------------------------------- /next-app/src/common/sidebar-left.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/common/sidebar-left.js -------------------------------------------------------------------------------- /next-app/src/common/spinner-grow.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/common/spinner-grow.tsx -------------------------------------------------------------------------------- /next-app/src/components/AccountantUser/Form/DeleteFile.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/AccountantUser/Form/DeleteFile.tsx -------------------------------------------------------------------------------- /next-app/src/components/AccountantUser/Form/assign-hours.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/AccountantUser/Form/assign-hours.tsx -------------------------------------------------------------------------------- /next-app/src/components/AccountantUser/Form/attachment.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/AccountantUser/Form/attachment.tsx -------------------------------------------------------------------------------- /next-app/src/components/AccountantUser/Form/creadit-card.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/AccountantUser/Form/creadit-card.tsx -------------------------------------------------------------------------------- /next-app/src/components/AccountantUser/Form/login-form.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/AccountantUser/Form/login-form.tsx -------------------------------------------------------------------------------- /next-app/src/components/AccountantUser/Form/note.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/AccountantUser/Form/note.tsx -------------------------------------------------------------------------------- /next-app/src/components/AccountantUser/MultiRangeSlider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/AccountantUser/MultiRangeSlider.tsx -------------------------------------------------------------------------------- /next-app/src/components/AccountantUser/Paginations.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/AccountantUser/Paginations.tsx -------------------------------------------------------------------------------- /next-app/src/components/AccountantUser/Perpages.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/AccountantUser/Perpages.tsx -------------------------------------------------------------------------------- /next-app/src/components/AccountantUser/Sidebar-left/note.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/AccountantUser/Sidebar-left/note.txt -------------------------------------------------------------------------------- /next-app/src/components/Admin/Form/DeleteFile.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/Form/DeleteFile.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/Form/asset-classification.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/Form/asset-classification.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/Form/assign-hours.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/Form/assign-hours.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/Form/attachment.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/Form/attachment.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/Form/creadit-card.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/Form/creadit-card.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/Form/login-form.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/Form/login-form.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/Form/note.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/Form/note.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/Form/payment_inv-form.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/Form/payment_inv-form.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/Form/register-form.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/Form/register-form.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/Form/select-acounting.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/Form/select-acounting.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/Form/select-category.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/Form/select-category.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/Form/select-customer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/Form/select-customer.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/Form/select-unittype.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/Form/select-unittype.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/Form/select-vendor.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/Form/select-vendor.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/Form/term-conditions.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/Form/term-conditions.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/Form/terminate-employee.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/Form/terminate-employee.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/MultiRangeSlider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/MultiRangeSlider.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/Paginations.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/Paginations.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/Perpages.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/Perpages.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/Sidebar-left/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/Sidebar-left/index.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/Sidebar-left/note.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/Sidebar-left/note.txt -------------------------------------------------------------------------------- /next-app/src/components/Admin/dashboard/Customers/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/dashboard/Customers/index.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/dashboard/Vendors/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/dashboard/Vendors/index.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/onboarding/account-form.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/onboarding/account-form.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/onboarding/croppieImage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/onboarding/croppieImage.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/onboarding/general-form.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/onboarding/general-form.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/payrolls/bonuses/filter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/payrolls/bonuses/filter.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/payrolls/bonuses/form.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/payrolls/bonuses/form.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/payrolls/bonuses/list.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/payrolls/bonuses/list.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/payrolls/deductions/filter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/payrolls/deductions/filter.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/payrolls/deductions/form.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/payrolls/deductions/form.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/payrolls/deductions/list.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/payrolls/deductions/list.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/payrolls/employees/filter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/payrolls/employees/filter.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/payrolls/employees/list.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/payrolls/employees/list.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/payrolls/insurances/filter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/payrolls/insurances/filter.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/payrolls/insurances/form.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/payrolls/insurances/form.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/payrolls/insurances/list.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/payrolls/insurances/list.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/payrolls/loans/filter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/payrolls/loans/filter.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/payrolls/loans/form.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/payrolls/loans/form.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/payrolls/loans/list.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/payrolls/loans/list.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/payrolls/schedules/filter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/payrolls/schedules/filter.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/payrolls/schedules/form.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/payrolls/schedules/form.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/payrolls/schedules/list.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/payrolls/schedules/list.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/products/ActivityProduct.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/products/ActivityProduct.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/products/products/list.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/products/products/list.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/purchases/vendors/search.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/purchases/vendors/search.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/reports/bill-taxes/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/reports/bill-taxes/index.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/sales/customer/search.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/sales/customer/search.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/settings/payment-term/list.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/settings/payment-term/list.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/settings/roles/list.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/settings/roles/list.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/settings/taxes/list.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/settings/taxes/list.tsx -------------------------------------------------------------------------------- /next-app/src/components/Admin/settings/users/filter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Admin/settings/users/filter.tsx -------------------------------------------------------------------------------- /next-app/src/components/CompanyUser/Form/DeleteFile.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/CompanyUser/Form/DeleteFile.tsx -------------------------------------------------------------------------------- /next-app/src/components/CompanyUser/Form/assign-hours.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/CompanyUser/Form/assign-hours.tsx -------------------------------------------------------------------------------- /next-app/src/components/CompanyUser/Form/attachment.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/CompanyUser/Form/attachment.tsx -------------------------------------------------------------------------------- /next-app/src/components/CompanyUser/Form/creadit-card.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/CompanyUser/Form/creadit-card.tsx -------------------------------------------------------------------------------- /next-app/src/components/CompanyUser/Form/login-form.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/CompanyUser/Form/login-form.tsx -------------------------------------------------------------------------------- /next-app/src/components/CompanyUser/Form/note.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/CompanyUser/Form/note.tsx -------------------------------------------------------------------------------- /next-app/src/components/CompanyUser/Form/register-form.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/CompanyUser/Form/register-form.tsx -------------------------------------------------------------------------------- /next-app/src/components/CompanyUser/Form/select-category.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/CompanyUser/Form/select-category.tsx -------------------------------------------------------------------------------- /next-app/src/components/CompanyUser/Form/select-customer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/CompanyUser/Form/select-customer.tsx -------------------------------------------------------------------------------- /next-app/src/components/CompanyUser/Form/select-unittype.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/CompanyUser/Form/select-unittype.tsx -------------------------------------------------------------------------------- /next-app/src/components/CompanyUser/Form/select-vendor.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/CompanyUser/Form/select-vendor.tsx -------------------------------------------------------------------------------- /next-app/src/components/CompanyUser/Form/term-conditions.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/CompanyUser/Form/term-conditions.tsx -------------------------------------------------------------------------------- /next-app/src/components/CompanyUser/MultiRangeSlider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/CompanyUser/MultiRangeSlider.tsx -------------------------------------------------------------------------------- /next-app/src/components/CompanyUser/Paginations.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/CompanyUser/Paginations.tsx -------------------------------------------------------------------------------- /next-app/src/components/CompanyUser/Perpages.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/CompanyUser/Perpages.tsx -------------------------------------------------------------------------------- /next-app/src/components/CompanyUser/Sidebar-left/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/CompanyUser/Sidebar-left/index.tsx -------------------------------------------------------------------------------- /next-app/src/components/CompanyUser/Sidebar-left/note.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/CompanyUser/Sidebar-left/note.txt -------------------------------------------------------------------------------- /next-app/src/components/CompanyUser/payrolls/loans/form.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/CompanyUser/payrolls/loans/form.tsx -------------------------------------------------------------------------------- /next-app/src/components/CompanyUser/payrolls/loans/list.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/CompanyUser/payrolls/loans/list.tsx -------------------------------------------------------------------------------- /next-app/src/components/CompanyUser/settings/roles/list.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/CompanyUser/settings/roles/list.tsx -------------------------------------------------------------------------------- /next-app/src/components/CompanyUser/settings/taxes/list.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/CompanyUser/settings/taxes/list.tsx -------------------------------------------------------------------------------- /next-app/src/components/Component/Table.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Component/Table.tsx -------------------------------------------------------------------------------- /next-app/src/components/Component/audit-process/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Component/audit-process/index.tsx -------------------------------------------------------------------------------- /next-app/src/components/Component/ckeditor/Ckeditor.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Component/ckeditor/Ckeditor.tsx -------------------------------------------------------------------------------- /next-app/src/components/Features/API_component/banner.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Features/API_component/banner.tsx -------------------------------------------------------------------------------- /next-app/src/components/Features/API_component/list.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Features/API_component/list.tsx -------------------------------------------------------------------------------- /next-app/src/components/Features/BoxFeaturePage/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Features/BoxFeaturePage/index.tsx -------------------------------------------------------------------------------- /next-app/src/components/Features/Hire_component/banner.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Features/Hire_component/banner.tsx -------------------------------------------------------------------------------- /next-app/src/components/Features/Hire_component/list.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Features/Hire_component/list.tsx -------------------------------------------------------------------------------- /next-app/src/components/Features/POS_component/banner.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Features/POS_component/banner.tsx -------------------------------------------------------------------------------- /next-app/src/components/Features/POS_component/list.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Features/POS_component/list.tsx -------------------------------------------------------------------------------- /next-app/src/components/Features/PadFeature/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Features/PadFeature/index.tsx -------------------------------------------------------------------------------- /next-app/src/components/Features/QawaemFeatures/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Features/QawaemFeatures/index.tsx -------------------------------------------------------------------------------- /next-app/src/components/FrequentlyAskedQuestions/banner.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/FrequentlyAskedQuestions/banner.tsx -------------------------------------------------------------------------------- /next-app/src/components/FrequentlyAskedQuestions/list.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/FrequentlyAskedQuestions/list.tsx -------------------------------------------------------------------------------- /next-app/src/components/Home/Auditors/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Home/Auditors/index.tsx -------------------------------------------------------------------------------- /next-app/src/components/Home/Banner/Feature/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Home/Banner/Feature/index.tsx -------------------------------------------------------------------------------- /next-app/src/components/Home/Banner/Nav-service/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Home/Banner/Nav-service/index.tsx -------------------------------------------------------------------------------- /next-app/src/components/Home/Banner/TopBanner/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Home/Banner/TopBanner/index.tsx -------------------------------------------------------------------------------- /next-app/src/components/Home/Banner/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Home/Banner/index.tsx -------------------------------------------------------------------------------- /next-app/src/components/Home/ClientTestimonials/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Home/ClientTestimonials/index.tsx -------------------------------------------------------------------------------- /next-app/src/components/Home/KnowledgeBase/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Home/KnowledgeBase/index.tsx -------------------------------------------------------------------------------- /next-app/src/components/Home/ReadyToGetStarted/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Home/ReadyToGetStarted/index.tsx -------------------------------------------------------------------------------- /next-app/src/components/Home/SliderSectors/data.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Home/SliderSectors/data.tsx -------------------------------------------------------------------------------- /next-app/src/components/Home/SliderSectors/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Home/SliderSectors/index.tsx -------------------------------------------------------------------------------- /next-app/src/components/Home/Zapier/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Home/Zapier/index.tsx -------------------------------------------------------------------------------- /next-app/src/components/LinkJS/AmazonPay.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/LinkJS/AmazonPay.jsx -------------------------------------------------------------------------------- /next-app/src/components/LinkJS/CroppieJS.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/LinkJS/CroppieJS.tsx -------------------------------------------------------------------------------- /next-app/src/components/LinkJS/bootstrapBuld.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/LinkJS/bootstrapBuld.js -------------------------------------------------------------------------------- /next-app/src/components/LinkJS/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/LinkJS/index.tsx -------------------------------------------------------------------------------- /next-app/src/components/LinkJS/linkJS.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/LinkJS/linkJS.tsx -------------------------------------------------------------------------------- /next-app/src/components/LinkJS/note.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/LinkJS/note.txt -------------------------------------------------------------------------------- /next-app/src/components/LinkJS/scrollbarss.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/LinkJS/scrollbarss.tsx -------------------------------------------------------------------------------- /next-app/src/components/LinkJS/test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/LinkJS/test.tsx -------------------------------------------------------------------------------- /next-app/src/components/Pricing/Plan&Services/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Pricing/Plan&Services/index.tsx -------------------------------------------------------------------------------- /next-app/src/components/Pricing/Qawaem/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Pricing/Qawaem/index.tsx -------------------------------------------------------------------------------- /next-app/src/components/Pricing/Subscription/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Pricing/Subscription/index.tsx -------------------------------------------------------------------------------- /next-app/src/components/Pricing/pricing/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Pricing/pricing/index.tsx -------------------------------------------------------------------------------- /next-app/src/components/Pricing/pricing/note.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Pricing/pricing/note.txt -------------------------------------------------------------------------------- /next-app/src/components/Sector/banner.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Sector/banner.tsx -------------------------------------------------------------------------------- /next-app/src/components/Sector/list-learn-more.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Sector/list-learn-more.tsx -------------------------------------------------------------------------------- /next-app/src/components/Sector/list.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Sector/list.tsx -------------------------------------------------------------------------------- /next-app/src/components/Services/accountant/Banner/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Services/accountant/Banner/index.tsx -------------------------------------------------------------------------------- /next-app/src/components/Services/accountant/Zapier/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Services/accountant/Zapier/index.tsx -------------------------------------------------------------------------------- /next-app/src/components/Services/auditores/pricing/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Services/auditores/pricing/index.tsx -------------------------------------------------------------------------------- /next-app/src/components/Services/auditores/zapier/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Services/auditores/zapier/index.tsx -------------------------------------------------------------------------------- /next-app/src/components/Services/companies/Banner/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Services/companies/Banner/index.tsx -------------------------------------------------------------------------------- /next-app/src/components/Services/companies/Zapier/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/Services/companies/Zapier/index.tsx -------------------------------------------------------------------------------- /next-app/src/components/SocialResponsibility/banner.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/SocialResponsibility/banner.tsx -------------------------------------------------------------------------------- /next-app/src/components/SocialResponsibility/list.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/SocialResponsibility/list.tsx -------------------------------------------------------------------------------- /next-app/src/components/app_head.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/app_head.tsx -------------------------------------------------------------------------------- /next-app/src/components/award/banner.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/award/banner.tsx -------------------------------------------------------------------------------- /next-app/src/components/award/list.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/award/list.tsx -------------------------------------------------------------------------------- /next-app/src/components/carrers/banner.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/carrers/banner.tsx -------------------------------------------------------------------------------- /next-app/src/components/carrers/list.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/carrers/list.tsx -------------------------------------------------------------------------------- /next-app/src/components/no-ssr.tsx: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /next-app/src/components/privacy-policy/banner.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/privacy-policy/banner.tsx -------------------------------------------------------------------------------- /next-app/src/components/privacy-policy/list.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/privacy-policy/list.tsx -------------------------------------------------------------------------------- /next-app/src/components/support/general-questions/banner.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/support/general-questions/banner.tsx -------------------------------------------------------------------------------- /next-app/src/components/terms-and-conditions/banner.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/terms-and-conditions/banner.tsx -------------------------------------------------------------------------------- /next-app/src/components/terms-and-conditions/list.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/components/terms-and-conditions/list.tsx -------------------------------------------------------------------------------- /next-app/src/constants/global.js: -------------------------------------------------------------------------------- 1 | export const PHOTO_CATEGORY_OPTIONS = []; 2 | -------------------------------------------------------------------------------- /next-app/src/constants/images.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/constants/images.js -------------------------------------------------------------------------------- /next-app/src/constants/staticText.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/constants/staticText.js -------------------------------------------------------------------------------- /next-app/src/constants/urls.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/constants/urls.js -------------------------------------------------------------------------------- /next-app/src/languages/ar-SA/Gawaem translated.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/languages/ar-SA/Gawaem translated.js -------------------------------------------------------------------------------- /next-app/src/languages/ar-SA/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/languages/ar-SA/index.js -------------------------------------------------------------------------------- /next-app/src/languages/en-GB/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/languages/en-GB/index.js -------------------------------------------------------------------------------- /next-app/src/languages/en-GB/test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/languages/en-GB/test.js -------------------------------------------------------------------------------- /next-app/src/pages/404.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/404.js -------------------------------------------------------------------------------- /next-app/src/pages/AppWrapper.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/AppWrapper.tsx -------------------------------------------------------------------------------- /next-app/src/pages/_app.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/_app.tsx -------------------------------------------------------------------------------- /next-app/src/pages/_document.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/_document.js -------------------------------------------------------------------------------- /next-app/src/pages/_error.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/_error.js -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/asset-transfers/[id].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/asset-transfers/[id].tsx -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/asset-transfers/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/asset-transfers/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/dashboard/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/dashboard/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/depreciation/[id].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/depreciation/[id].tsx -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/depreciation/create.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/depreciation/create.tsx -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/depreciation/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/depreciation/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/fixed-assets/[id].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/fixed-assets/[id].tsx -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/fixed-assets/create.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/fixed-assets/create.tsx -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/fixed-assets/import.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/fixed-assets/import.tsx -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/fixed-assets/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/fixed-assets/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/onboarding/import.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/onboarding/import.tsx -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/onboarding/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/onboarding/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/organizations/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/organizations/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/payrolls/bonuses/[id].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/payrolls/bonuses/[id].tsx -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/payrolls/initialize.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/payrolls/initialize.tsx -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/payrolls/loans/[id].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/payrolls/loans/[id].tsx -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/payrolls/loans/create.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/payrolls/loans/create.tsx -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/payrolls/loans/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/payrolls/loans/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/payrolls/schedules.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/payrolls/schedules.tsx -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/permission/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/permission/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/purchases/bills/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/purchases/bills/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/reports/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/reports/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/sales/customer/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/sales/customer/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/sales/invoices/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/sales/invoices/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/settings/roles/create.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/settings/roles/create.tsx -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/settings/roles/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/settings/roles/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/settings/taxes/[id].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/settings/taxes/[id].tsx -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/settings/taxes/create.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/settings/taxes/create.tsx -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/settings/taxes/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/settings/taxes/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/settings/users/[id].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/settings/users/[id].tsx -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/settings/users/create.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/settings/users/create.tsx -------------------------------------------------------------------------------- /next-app/src/pages/accountant_user/settings/users/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/accountant_user/settings/users/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/api/upload.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/api/upload.js -------------------------------------------------------------------------------- /next-app/src/pages/award/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/award/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/carrers/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/carrers/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/company_user/asset-transfers/[id].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/company_user/asset-transfers/[id].tsx -------------------------------------------------------------------------------- /next-app/src/pages/company_user/asset-transfers/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/company_user/asset-transfers/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/company_user/dashboard/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/company_user/dashboard/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/company_user/onboarding/import.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/company_user/onboarding/import.tsx -------------------------------------------------------------------------------- /next-app/src/pages/company_user/onboarding/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/company_user/onboarding/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/company_user/organizations/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/company_user/organizations/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/company_user/payrolls/bonuses/[id].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/company_user/payrolls/bonuses/[id].tsx -------------------------------------------------------------------------------- /next-app/src/pages/company_user/payrolls/initialize.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/company_user/payrolls/initialize.tsx -------------------------------------------------------------------------------- /next-app/src/pages/company_user/payrolls/loans/[id].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/company_user/payrolls/loans/[id].tsx -------------------------------------------------------------------------------- /next-app/src/pages/company_user/payrolls/loans/create.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/company_user/payrolls/loans/create.tsx -------------------------------------------------------------------------------- /next-app/src/pages/company_user/payrolls/loans/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/company_user/payrolls/loans/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/company_user/payrolls/schedules.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/company_user/payrolls/schedules.tsx -------------------------------------------------------------------------------- /next-app/src/pages/company_user/permission/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/company_user/permission/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/company_user/purchases/bills/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/company_user/purchases/bills/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/company_user/reports/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/company_user/reports/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/company_user/sales/customer/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/company_user/sales/customer/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/company_user/sales/invoices/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/company_user/sales/invoices/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/company_user/settings/roles/create.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/company_user/settings/roles/create.tsx -------------------------------------------------------------------------------- /next-app/src/pages/company_user/settings/roles/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/company_user/settings/roles/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/company_user/settings/taxes/[id].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/company_user/settings/taxes/[id].tsx -------------------------------------------------------------------------------- /next-app/src/pages/company_user/settings/taxes/create.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/company_user/settings/taxes/create.tsx -------------------------------------------------------------------------------- /next-app/src/pages/company_user/settings/taxes/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/company_user/settings/taxes/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/company_user/settings/users/[id].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/company_user/settings/users/[id].tsx -------------------------------------------------------------------------------- /next-app/src/pages/company_user/settings/users/create.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/company_user/settings/users/create.tsx -------------------------------------------------------------------------------- /next-app/src/pages/company_user/settings/users/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/company_user/settings/users/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/contact/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/contact/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/features/api.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/features/api.tsx -------------------------------------------------------------------------------- /next-app/src/pages/features/hire.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/features/hire.tsx -------------------------------------------------------------------------------- /next-app/src/pages/features/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/features/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/features/pos.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/features/pos.tsx -------------------------------------------------------------------------------- /next-app/src/pages/frequently-asked-questions/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/frequently-asked-questions/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/gowaem-updates/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/gowaem-updates/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/help/[...detail].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/help/[...detail].tsx -------------------------------------------------------------------------------- /next-app/src/pages/help/add-customer/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/help/add-customer/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/help/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/help/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/login/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/login/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/payment/message/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/payment/message/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/payment/plan-details/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/payment/plan-details/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/payment/subcription/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/payment/subcription/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/payment/subcription/my-wallet.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/payment/subcription/my-wallet.tsx -------------------------------------------------------------------------------- /next-app/src/pages/payment/view-contract/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/payment/view-contract/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/pricing/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/pricing/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/privacy-policy/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/privacy-policy/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/register/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/register/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/register/success.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/register/success.tsx -------------------------------------------------------------------------------- /next-app/src/pages/sector/[...sector].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/sector/[...sector].tsx -------------------------------------------------------------------------------- /next-app/src/pages/sector/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/sector/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/services/accountant/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/services/accountant/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/services/auditores/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/services/auditores/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/services/companies/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/services/companies/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/sign-up/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/sign-up/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/social-responsabilty/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/social-responsabilty/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/subscriber_details/[price].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/subscriber_details/[price].tsx -------------------------------------------------------------------------------- /next-app/src/pages/support/create-ticket.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/support/create-ticket.tsx -------------------------------------------------------------------------------- /next-app/src/pages/support/general-questions.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/support/general-questions.tsx -------------------------------------------------------------------------------- /next-app/src/pages/support/ticket-history.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/support/ticket-history.tsx -------------------------------------------------------------------------------- /next-app/src/pages/terms-and-conditions/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/terms-and-conditions/index.tsx -------------------------------------------------------------------------------- /next-app/src/pages/user/change-password.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/user/change-password.tsx -------------------------------------------------------------------------------- /next-app/src/pages/user/forgot-password.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/user/forgot-password.tsx -------------------------------------------------------------------------------- /next-app/src/pages/we-are-updating.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/pages/we-are-updating.tsx -------------------------------------------------------------------------------- /next-app/src/service/api.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/service/api.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/Branch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/Branch.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/ManualJournalEntry.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/ManualJournalEntry.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/Member.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/Member.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/VendorReceipts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/VendorReceipts.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/accounting.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/accounting.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/accountingType.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/accountingType.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/actionTypes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/actionTypes.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/activity_log.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/activity_log.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/asset_class.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/asset_class.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/bills.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/bills.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/bonus.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/bonus.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/creditnotes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/creditnotes.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/customers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/customers.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/customfield.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/customfield.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/debitnotes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/debitnotes.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/deduction.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/deduction.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/depreciation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/depreciation.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/disposals.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/disposals.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/easyEntry.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/easyEntry.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/employee.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/employee.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/fixed_asset.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/fixed_asset.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/index.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/insurances.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/insurances.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/inventorytransfers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/inventorytransfers.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/loans.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/loans.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/locations.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/locations.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/organization.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/organization.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/payment_aws.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/payment_aws.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/payment_term.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/payment_term.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/production.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/production.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/projects.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/projects.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/purchaseorders.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/purchaseorders.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/report.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/report.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/roles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/roles.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/schedules.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/schedules.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/sidebarleft.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/sidebarleft.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/simple_bills.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/simple_bills.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/stafflist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/stafflist.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/stocktake.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/stocktake.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/tasks.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/tasks.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/termination.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/termination.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/vendors.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/vendors.js -------------------------------------------------------------------------------- /next-app/src/store/actions/Go-wa/zatca_invoice.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/actions/Go-wa/zatca_invoice.js -------------------------------------------------------------------------------- /next-app/src/store/initStore.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/initStore.ts -------------------------------------------------------------------------------- /next-app/src/store/reducers/fileSlice.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/reducers/fileSlice.js -------------------------------------------------------------------------------- /next-app/src/store/reducers/globals/CountryReducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/reducers/globals/CountryReducer.js -------------------------------------------------------------------------------- /next-app/src/store/reducers/globals/CurrencyReducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/reducers/globals/CurrencyReducer.js -------------------------------------------------------------------------------- /next-app/src/store/reducers/globals/ReportReducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/reducers/globals/ReportReducer.js -------------------------------------------------------------------------------- /next-app/src/store/reducers/globals/SideBarReducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/reducers/globals/SideBarReducer.js -------------------------------------------------------------------------------- /next-app/src/store/reducers/globals/UploadReducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/reducers/globals/UploadReducer.js -------------------------------------------------------------------------------- /next-app/src/store/reducers/globals/languageReducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/reducers/globals/languageReducer.js -------------------------------------------------------------------------------- /next-app/src/store/reducers/globals/usersReducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/reducers/globals/usersReducer.js -------------------------------------------------------------------------------- /next-app/src/store/reducers/payrolls/BonusReducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/reducers/payrolls/BonusReducer.js -------------------------------------------------------------------------------- /next-app/src/store/reducers/payrolls/DeductionReducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/reducers/payrolls/DeductionReducer.js -------------------------------------------------------------------------------- /next-app/src/store/reducers/payrolls/EmployeeReducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/reducers/payrolls/EmployeeReducer.js -------------------------------------------------------------------------------- /next-app/src/store/reducers/payrolls/InsuranceReducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/reducers/payrolls/InsuranceReducer.js -------------------------------------------------------------------------------- /next-app/src/store/reducers/payrolls/LoansReducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/reducers/payrolls/LoansReducer.js -------------------------------------------------------------------------------- /next-app/src/store/reducers/payrolls/ScheduleReducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/reducers/payrolls/ScheduleReducer.js -------------------------------------------------------------------------------- /next-app/src/store/reducers/products/CateReducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/reducers/products/CateReducer.js -------------------------------------------------------------------------------- /next-app/src/store/reducers/products/LocationReducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/reducers/products/LocationReducer.js -------------------------------------------------------------------------------- /next-app/src/store/reducers/products/ProductReducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/reducers/products/ProductReducer.js -------------------------------------------------------------------------------- /next-app/src/store/reducers/products/StockTakeReducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/reducers/products/StockTakeReducer.js -------------------------------------------------------------------------------- /next-app/src/store/reducers/products/UnitKindReducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/reducers/products/UnitKindReducer.js -------------------------------------------------------------------------------- /next-app/src/store/reducers/products/UnitTypeReducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/reducers/products/UnitTypeReducer.js -------------------------------------------------------------------------------- /next-app/src/store/reducers/purchases/BillReducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/reducers/purchases/BillReducer.js -------------------------------------------------------------------------------- /next-app/src/store/reducers/purchases/VendorReducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/reducers/purchases/VendorReducer.js -------------------------------------------------------------------------------- /next-app/src/store/reducers/rootReducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/reducers/rootReducer.js -------------------------------------------------------------------------------- /next-app/src/store/reducers/sales/CreditNotesReducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/reducers/sales/CreditNotesReducer.js -------------------------------------------------------------------------------- /next-app/src/store/reducers/sales/CustomerReducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/reducers/sales/CustomerReducer.js -------------------------------------------------------------------------------- /next-app/src/store/reducers/sales/InvoiceReducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/reducers/sales/InvoiceReducer.js -------------------------------------------------------------------------------- /next-app/src/store/reducers/sales/QuotationReducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/reducers/sales/QuotationReducer.js -------------------------------------------------------------------------------- /next-app/src/store/reducers/sales/ZatcaInvoiceReducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/reducers/sales/ZatcaInvoiceReducer.js -------------------------------------------------------------------------------- /next-app/src/store/reducers/settings/MemberReducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/reducers/settings/MemberReducer.js -------------------------------------------------------------------------------- /next-app/src/store/reducers/settings/RoleReducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/reducers/settings/RoleReducer.js -------------------------------------------------------------------------------- /next-app/src/store/reducers/settings/TaxReducer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/reducers/settings/TaxReducer.tsx -------------------------------------------------------------------------------- /next-app/src/store/sagas/accounting/AccountingSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/accounting/AccountingSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/accounting/EasyEntrySagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/accounting/EasyEntrySagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/amazon-pay/AmazonPaySagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/amazon-pay/AmazonPaySagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/fixed-assets/AssetClassSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/fixed-assets/AssetClassSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/fixed-assets/DisposalsSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/fixed-assets/DisposalsSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/fixed-assets/FixedAssetSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/fixed-assets/FixedAssetSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/globals/AuthSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/globals/AuthSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/globals/CountrySagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/globals/CountrySagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/globals/CurrencySagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/globals/CurrencySagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/globals/LanguageSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/globals/LanguageSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/globals/OrganizationSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/globals/OrganizationSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/globals/ReportSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/globals/ReportSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/globals/SideBarSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/globals/SideBarSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/globals/UploadFileSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/globals/UploadFileSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/payrolls/BonusSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/payrolls/BonusSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/payrolls/DeductionSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/payrolls/DeductionSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/payrolls/EmployeeSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/payrolls/EmployeeSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/payrolls/InsuranceSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/payrolls/InsuranceSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/payrolls/LoansSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/payrolls/LoansSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/payrolls/ScheduleSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/payrolls/ScheduleSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/payrolls/TerminationSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/payrolls/TerminationSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/products/CategorySagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/products/CategorySagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/products/LocationSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/products/LocationSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/products/ProductSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/products/ProductSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/products/ProductionSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/products/ProductionSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/products/StockTakeSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/products/StockTakeSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/products/UnitKindSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/products/UnitKindSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/products/UnitTypeSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/products/UnitTypeSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/projects-and-tasks/TaskSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/projects-and-tasks/TaskSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/purchases/BillSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/purchases/BillSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/purchases/PurchaseOrderSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/purchases/PurchaseOrderSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/purchases/Simple_BillSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/purchases/Simple_BillSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/purchases/VendorReceiptSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/purchases/VendorReceiptSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/purchases/VendorSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/purchases/VendorSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/request.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/request.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/rootSaga.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/rootSaga.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/sales/CustomerReceiptSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/sales/CustomerReceiptSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/sales/CustomerSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/sales/CustomerSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/sales/InvoiceSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/sales/InvoiceSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/sales/QuotationSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/sales/QuotationSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/sales/ZatcaInvoiceSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/sales/ZatcaInvoiceSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/settings/ActivityLogSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/settings/ActivityLogSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/settings/CustomFieldSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/settings/CustomFieldSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/settings/MemberSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/settings/MemberSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/settings/PaymentTermSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/settings/PaymentTermSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/settings/RoleSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/settings/RoleSagas.js -------------------------------------------------------------------------------- /next-app/src/store/sagas/settings/TaxSagas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/store/sagas/settings/TaxSagas.js -------------------------------------------------------------------------------- /next-app/src/styles/Home.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/styles/Home.module.css -------------------------------------------------------------------------------- /next-app/src/styles/Todo.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/styles/Todo.module.css -------------------------------------------------------------------------------- /next-app/src/styles/apiFea.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/styles/apiFea.module.scss -------------------------------------------------------------------------------- /next-app/src/styles/award.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/styles/award.module.scss -------------------------------------------------------------------------------- /next-app/src/styles/carrers.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/styles/carrers.module.scss -------------------------------------------------------------------------------- /next-app/src/styles/globals.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/styles/globals.css -------------------------------------------------------------------------------- /next-app/src/styles/hireFea.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/styles/hireFea.module.scss -------------------------------------------------------------------------------- /next-app/src/styles/multirangeslider.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/styles/multirangeslider.module.css -------------------------------------------------------------------------------- /next-app/src/styles/policy.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/styles/policy.module.scss -------------------------------------------------------------------------------- /next-app/src/styles/quest.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/styles/quest.module.scss -------------------------------------------------------------------------------- /next-app/src/styles/sector.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/styles/sector.module.scss -------------------------------------------------------------------------------- /next-app/src/styles/socialresponsibility.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/styles/socialresponsibility.module.scss -------------------------------------------------------------------------------- /next-app/src/utils/AddDeleteTableRows.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/utils/AddDeleteTableRows.js -------------------------------------------------------------------------------- /next-app/src/utils/TableRowFile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/utils/TableRowFile.js -------------------------------------------------------------------------------- /next-app/src/utils/TableRows.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/utils/TableRows.js -------------------------------------------------------------------------------- /next-app/src/utils/common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/utils/common.js -------------------------------------------------------------------------------- /next-app/src/utils/formUtils/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/utils/formUtils/index.js -------------------------------------------------------------------------------- /next-app/src/utils/formUtils/validator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/utils/formUtils/validator.js -------------------------------------------------------------------------------- /next-app/src/utils/interceptor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/utils/interceptor.js -------------------------------------------------------------------------------- /next-app/src/utils/notifications.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/src/utils/notifications.js -------------------------------------------------------------------------------- /next-app/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/tsconfig.json -------------------------------------------------------------------------------- /next-app/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkhorse00512/goqawaem_frontend/HEAD/next-app/yarn.lock --------------------------------------------------------------------------------