直播更改日志

看我们在建什么,实时的。 每个功能,固定, 和改进都跨出平台.

17,924
变动共计
4,611
特征
4,537
修补
32
项目
按项目过滤
所有项目17,924AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService373InitializerService300KBService74KlusterServices546MCPGatewayService43MediaService461RAGService61SecurityService1,520TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,575kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,322kamo-signer-monorepo50kamolos102
按类型过滤
所有类型Build24CI523Chore670Docs226Feature4,611Fix4,537Other6,781Performance136Refactor274Revert23Style48Test70Upgrade1
February 12, 2026
FeatureInitializerService

增加租赁资产、供应商、订阅计划、采购申请的模拟数据

- 装载MockRentalData:4个租赁资产(房车、设备) - 装入MockVendorData:4个供应商 - 加载Mock订阅数据:3项计划(基本、Pro、企业) - 加载Mock采购数据:1项采购请求(对供应商的依赖) - 从装入MockPOSData中调用,用于启用 POS 的 Orgs

Kamo·7mo ago
Featurekamo-internal

Implement enterprise plan - pipeline tabs, settings, detail pages, order tracking

- Replace RENTAL/SERVICE/SUBSCRIPTION placeholders with real tabs: PipelineBookingsTab, PipelineWorkOrdersTab, PipelineAgreementsTab - Add PROCUREMENT tab with ...

kamo·7mo ago
FeatureSecurityService

Returns, fulfillment PATCH, accounts endpoints

- POST /pos/orders/{id}/returns - create order return - PATCH /pos/returns/{id}/status - update return status (APPROVED/REJECTED) - PATCH /pos/fulfillments/{id}...

Kamo·7mo ago
Featurekamo-internal

Returns workflow, fulfillment status, accounts lookup

- posApi: createOrderReturn, updateReturnStatus, updateFulfillmentStatus, getAccounts - Order detail: Request Return dialog, returns list with Approve/Reject - ...

kamo·7mo ago
Featurekamo-internal

Add customer/purchaser selection to order create and edit

- Add purchaserUid to posApi createOrder and updateOrder - Order create form: optional Customer Account ID field - Order edit dialog: optional purchaser field -...

kamo·7mo ago
FeatureSecurityService

Rental assets CRUD endpoints

- GET/POST/PATCH/DELETE /api/security/pos/rental-assets

Kamo·7mo ago
Featurekamo-shared-library

阶段1-3基础 -- -- RETAIL、MORTGAGE、可再生能源资产

第一阶段 RETAIL: - 承诺文本Type.SALE,处理命令:承诺、交易、库存分配、履行命令 - 在创建/更新时检查库存命令 - 在创建零售命令请求、更新零售命令请求、账户存储器上购买用户 - 订单交易DTO, 订单填充DTO; 第二阶段 移动: - 意向状态. APPROVED; 过程 MortgageAbo...

Kamo·7mo ago
Featurekamo-internal

Phase 1–2 implementation, order/app UI, rental foundation

- Order detail: Payment history and Fulfillments sections when PAID - Application detail: Approve button (SUBMITTED→APPROVED), commitment display - posApi: Orde...

kamo·7mo ago
Featurekamo-internal

Use AG Grid and flex-fill layout for pipeline and POS datagrids

- PipelineEngagementsTab, PipelineOrdersTab, PipelineApplicationsTab: flex-fill height for AgGrid - PipelineProductsTab: convert from MUI Table to AgGrid with p...

kamo·7mo ago
Featurekamo-internal

Date range filter, placeholder pages, dashboard/engagement UX

- Engagements tab: dateFrom/dateTo filter, engagement count, context-aware empty states - Placeholder pages: service, bookings, agreements, procurement (coming ...

kamo·7mo ago
Featurekamo-shared-library

添加命令( 创建At DESC) 和日期范围过滤器

- 参与存储器:所有查找方法上的命令ByDateCreatedDesc - 商务服务:从/日期到参数、内存日期过滤器 - API现在支持更丰富的报告日期范围

Kamo·7mo ago
Featurekamo-internal

Use getDisplayName for domain, support WORK_ORDER/VENDOR_ORDER link labels

- Engagement detail: show friendly domain label (Retail vs RETAIL) - Engagements tab: domain column uses getDisplayName - Add link labels for WORK_ORDER, VENDOR...

kamo·7mo ago
Featurekamo-shared-library

添加 VENDOR SERVICE 的 约定域名计算器, 无手工 SQL

- JPA 属性 Converter 从 DB 读取时将遗留的 VENDOR 映射到 SERVICE - 适用于约定域和OrgPOS配置域 - 消除手动迁移的需要;Spring Boot/JPA处理

Kamo·7mo ago
Featurekamo-internal

Add Engagements tab, detail page, and dashboard integration

- posApi: add Engagement types, getEngagements, getEngagementById - posDomainLabels: add getEngagementStatusLabel - PipelineEngagementsTab: AG Grid with domain/...

kamo·7mo ago
Featurekamo-internal

Finish remaining plan items – low-stock warning, date filters, plan checkboxes

- Order Create: low-stock warning when adding product with trackInventory - Orders tab: date range filter (last 7 days, last 30 days) - Applications tab: date r...

kamo·7mo ago
Featurekamo-internal

Phase 4–5 – Dashboard reporting, error handling, a11y

Phase 4 – Dashboard & reporting: - Revenue by period (week, month, quarter) - Order count by status (DRAFT, AUTHORIZED, PAID, CANCELLED, REFUNDED) - Application...

kamo·7mo ago
Featurekamo-internal

Align Pipeline and Settings UI with commerce backend

- Update order status colors to match backend (DRAFT, AUTHORIZED, PAID, CANCELLED, REFUNDED) - Update application status colors (DRAFT, SUBMITTED, EXPIRED, CANC...

kamo·7mo ago
Featurekamo-shared-library

将 pos 豆类替换为商业包装

- 增加商业套件(指令、意向、供货、库存项目、库存设备等) - 增加商务服务,以取代POSService、零售产品服务、零售库存服务 - 删除所有不修改的.dao.beans.pos包和子包 - 删除POS重置(零售订单、抵押贷款、零售产品等) - 保持DTO的API兼容性 - 添加广告 - 广告 - 广告

Kamo·7mo ago
February 11, 2026
Featurekamo-internal

Full-page views, AG Grid, domain support, create screens

- Add getMortgageApplication(id) to posApi - Replace Orders tab: MUI Table -> AG Grid, row click -> /pipeline/orders/[id] - Replace Applications tab: cards -> A...

kamo·7mo ago
Featurekamo-shared-library

POSService 的企业验证

- 创建零售命令: 请求时无效检查 - 创建Line 项目: 无效检查, 数量 > 0, 单位Price + 0 验证

Kamo·7mo ago
Featurekamo-internal

Enterprise-grade POS UI and API

- posApi: POSApiError class, fetchWithError, structured error handling - useToast + POSToast: centralized snackbar for success/error feedback - posUtils: format...

kamo·7mo ago
Featurekamo-internal

POS domain config, retail order line items, dynamic pipeline tabs

- Add getPOSConfig/updatePOSConfig to posApi, posDomainLabels utility - Extend createOrder with lineItems, add getOrder, RetailOrderLineItem type - PipelineOrde...

kamo·7mo ago
FeatureSecurityService

Add POS controllers for retail products, inventory, and orders

- RetailProductController: CRUD for products - RetailInventoryController: inventory stock management - POSController: orders and mortgage applications

Kamo·7mo ago
Featurekamo-shared-library

添加 POS/ 库存域实体、 DTO、 repos 和服务

- 增加POS豆(零售、租赁、抵押、订阅、供应商) - 添加零售产品、零售库存、零售订单、抵押款App DVDO - 添加零售服务、零售库存服务、软件服务 - 增加零售、抵押、租赁、订阅、供应商的储存库 - 更新嵌入状态

Kamo·7mo ago
February 6, 2026
Featurekamo-analytics

Add SKIP_BUILD_GEO env variable

Closes #4004

Diogo Correia·7mo ago
February 4, 2026
Featurekamo-shared-library

获取线索时与供应商的关系

更新 leadsByOrganizationId( ) 以充电@ Translient sparker 字段,用于每个有供应商的线索。 这确保了供应商 和产品数据可供铅发组织制图.

Kamo·7mo ago
Featurekamo-internal

Improve lead grid with base30 IDs, raven icon, All Markets tab, and Market column

- Add toBase30() function for consistent ID representation across LeadManager and DocManager - Fix Grim status icon in tabs to use raven.ico (matching the datag...

kamo·7mo ago
February 3, 2026
Featurekamo-shared-library

添加状态、子状态、来源和日期创建字段

- 添加状态、子状态、来源、日期和主动字段到牵头实体 - 更新前端相容字段(状态、子状态、来源、)的铅DTO 创建At,主要联系人,销售商,产品,代理商 - 为前端兼容性而添加的初级连接DTO - 添加了 @ PrePersist 钩钩以设定新线索的默认值 此处修正了线索页数据网格, 显示用于联系人、 状态的空列, ...

Kamo·7mo ago
Featurekamo-shared-library

从字符串到雇员参考

- 将铅.指定用户(String)改为铅.指定雇员(雇员) - 添加铅分配实体,以跟踪任务历史 - 添加了各种派任类型的铅分配图 - 新增铅信用实体,用于跟踪雇员铅信用 - 增加领导拨款实体,以管理雇员领导拨款 - 增加相应的储存库和服务 - 更新领导服务,自动记录任务 - 更新了铅DTO,并要求为新结构提供DTO -...

Kamo·7mo ago
January 28, 2026
Featurekamo-analytics

Add BASE_PATH support with -base image variant

Yash·7mo ago
December 26, 2025
Featurekamo-analytics

Add current version to API response

Yash·8mo ago
December 25, 2025
December 23, 2025
FeatureKlusterServices

Add HTTP to HTTPS redirect middleware and IngressRoute

- Create redirect-to-https middleware for permanent redirects - Add catch-all IngressRoute on web entrypoint to redirect all kamocrm.com domains to HTTPS - Fixe...

snadjafinia·8mo ago
December 22, 2025
Featurekamo-analytics

Add EdgeOne headers for geolocation detection​

Mintihuang·8mo ago
December 17, 2025
FeatureKlusterServices

Add automatic *** secret creation

- Create *** secret on both k1m1 and k2m1 - Secret contains MINIO_CURRENT_HOST pointing to k0m1 MinIO instance (http://10.8.0.1:9000) - Fixes kamowssecurity-dep...

snadjafinia·8mo ago
December 14, 2025
Featurekamo-internal

Reorganize form layout for better field grouping

snadjafinia·9mo ago
December 13, 2025
Featurekamo-internal

Reposition Add Lead tab and improve market tab UX

snadjafinia·9mo ago
Featurekamo-internal

Add live tab label updates based on first/last name input

snadjafinia·9mo ago
Featurekamo-internal

Overhaul lead creation UI with pane-based interface

snadjafinia·9mo ago
December 12, 2025
Featurekamo-internal

将添加线索按钮以过滤行并转换为弹出对话框

snadjafinia·9mo ago
Featurekamo-internal

Reorganize lead creation form into elegant two-column layout

- 将窗体字段分为两个栏:联系人/个人信息(左)和铅/企业信息(右) - 增加具有半透明背景、边框和阴影的视觉分离 - 改进形式组织和视觉结构 - 维持移动设备的响应性设计

snadjafinia·9mo ago
Featurekamo-marketing

启用涡轮包以更快地构建 (Next.js 16)

snadjafinia·9mo ago
Featurekamo-register

启用涡轮包以更快地构建 (Next.js 16)

snadjafinia·9mo ago
Featurekamo-login

启用涡轮包以更快地构建 (Next.js 16)

snadjafinia·9mo ago
Featurekamo-internal

启用涡轮包以更快地构建 (Next.js 16)

snadjafinia·9mo ago
December 11, 2025

就像你看到的运输?

每一个都自动更新您工作空间的地盘。 开始自由,看它成长 一周又一周.

永远开始自由查看定价