Merge pull request 'feat: 发票项目新增项目关连字段 fix #507' (#512) from feat_new_invices_view into @hera/dev

Reviewed-on: daoyoucloud/tachycode#512
Reviewed-by: sealday <zhanglin@daoyoucloud.com>
This commit is contained in:
sealday 2024-03-27 14:36:08 +08:00
commit b0cd02ee34
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@hera/plugin-rental",
"version": "1.6.4",
"version": "1.6.5",
"main": "dist/server/index.js",
"displayName": "professional construction materials rental system - customized based on hera",
"displayName.zh-CN": "专业建材租赁系统 - 基于赫拉定制",

View File

@ -8,6 +8,7 @@ SELECT
number,
seller_id,
purchaser_id,
project_id,
category,
CAST('进项发票' AS TEXT) AS "type",
"Invoicing_date",
@ -36,6 +37,7 @@ SELECT
number,
seller_id,
purchaser_id,
project_id,
category,
CAST('销项发票' AS TEXT) AS "type",
"Invoicing_date",
@ -64,6 +66,7 @@ SELECT
number,
seller_id,
purchaser_id,
project_id,
category,
CAST('进项发票' AS TEXT) AS "type",
"Invoicing_date",