#
customer
Here are 226 public repositories matching this topic...
Project example Asp.Net Core Mvc implementation of inventory order management system. warehouse, product, vendor, customer, purchase order, sales order, shipment, goods receive and more.
adminlte
vendor
entity-framework-core
asp-net-core
inventory-management
customer
order-management
shipment
syncfusion
receiving
purchase-order
sales-order
supply-chain-management
project-example
-
Updated
Nov 30, 2020 - C#
自定义的Fiddler规则,多环境切换、解决跨域开发、快速调试线上代码必备|高效调试分析利器
-
Updated
Dec 11, 2018 - JavaScript
atompie
commented
Dec 16, 2021
We need to replace request with asyncRemote. Contrary to remote, asyncRemote can be used as awaitable.
Task
Find all occurrences of request calls and replace them with asyncRemote.
Use where possible the async way of calling the method. Example
try {
const response = await asyncRemote({
url: '/tracardi',
method: "POST",
data: data
good first issue
Good for newcomers
Open
Php sdk for tracking
7
Open-source project for multi-tenant scenarios using ASP.NET Core and EF Core, includes samples.
client
multi-tenant
company
aspnetcore
aspnet
identityserver
aspnetcoreidentity
efcore
aspnet-core
user
partition
identityserver4
multi-tenancy
customer
tenants
ef-core
multitenancy
multitenant
division
aspnet-core-identity
-
Updated
Dec 21, 2020 - C#
Point of sales proof of concept developed using Asp.Net Core 2.2. Features: Customer, Vendor, Product, Purchase Order, Goods Receive, Sales Order, Inventory Transactions and POS form.
jquery
product
csharp
aspnetcore
datatables
example
inventory
vendor
toastr
pos
customer
so
po
pointofsales
-
Updated
Mar 24, 2019 - C#
Open Source Laravel CRM Package
sales
laravel
contacts
management
leads
crm
laravel-package
contact-management
customer
crm-system
crm-sdk
contacts-manager
customer-management
crm-online
lead-management
crm-platform
contact-management-system
laravel-crm
crm-integration
sales-management
-
Updated
Apr 5, 2022 - PHP
Customer registry supporting Know Your Customer (KYC), Customer Identification Program (CIP), and OFAC checks
-
Updated
Dec 9, 2021 - Go
EcommerceTools is a Python data science toolkit for ecommerce, marketing science, and technical SEO analysis and modelling and was created by Matt Clarke.
customers
marketing
ecommerce
seo
seotools
seo-optimization
retail
customer
marketing-tools
marketing-analytics
-
Updated
Apr 5, 2022 - Python
Laravel package for providing visual feedback via screenshots.
-
Updated
Oct 22, 2021 - PHP
Madpharma - A convenient pharmacy management system developed by PHP and Codeigniter framework.
sales
ajax-request
medicine
codeigniter
help
ajax
accounts
pos
purchase
hospital
inventory-management
customer
phonebook
supplier
webcam-capture
doctors-information
pharmacy-management
pharmacy-management-system
-
Updated
Sep 15, 2020 - PHP
Pre-populates emails with support information in iOS/iPadOS apps
support
swift
service
email
cocoapods
carthage
swift-package-manager
spm
customer
supportemail
prepopulates-emails
-
Updated
Sep 15, 2021 - Swift
MagePsycho: Frontend Links Manager
-
Updated
Feb 20, 2015 - XML
An Online Portal To Connect Nursery and Customer With each other.
-
Updated
Apr 9, 2022 - HTML
Supporting the local communities around us ⚡ 🎉
community
business
ui
dashboard
local
seller
customer
shops
figma
languages-supported
vocalforlocal
seller-register
-
Updated
May 30, 2021 - HTML
Coursera-Customer analytics
marketing
course
course-materials
analytics
coursera
course-project
course-work
coursework
customer
coursera-assignment
customer-analytics
-
Updated
Mar 10, 2018
Grocery Shop ecommerce Mobile App with Firebase Realtime Database built in Java using Android Studio.
android
java
language
firebase
shop
xml
android-application
gui-application
android-studio
crud-application
firebase-auth
grocery
customer
firebase-storage
retailers
firebase-realtime-database
college-project
object-oriented-programming
problem-statement
-
Updated
Nov 24, 2021 - Java
Customer Support, Submit your issues, improvements, recommendation, problems, etc here.
-
Updated
Oct 15, 2021
Improve this page
Add a description, image, and links to the customer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the customer topic, visit your repo's landing page and select "manage topics."
Fider currently only run migrations that have a timestamp higher than the last executed migration.
This means we need to be extra careful when merging PRs to ensure the timestamp on the migration files are always accurate.
Ruby on Rails takes another approach where they run all migrations that have not yet been executed on the server. They still apply it in order of timestamp, but allows P