customer_test.go
|
add product type in products
|
2023-03-22 13:40:18 +07:00 |
customers.sql.go
|
mock test
|
2023-03-12 11:01:43 +07:00 |
db.go
|
init
|
2023-03-05 23:35:41 +07:00 |
main_test.go
|
adjust with env
|
2023-03-08 15:22:57 +07:00 |
merchants_test.go
|
add user and password hash
|
2023-03-13 09:24:59 +07:00 |
merchants.sql.go
|
add user and password hash
|
2023-03-13 09:24:59 +07:00 |
models.go
|
add product image
|
2023-04-05 14:04:49 +07:00 |
product_category_test.go
|
add product type in products
|
2023-03-22 13:40:18 +07:00 |
product_category.sql.go
|
add product category
|
2023-03-16 16:55:45 +07:00 |
product_test.go
|
add product image
|
2023-04-05 14:04:49 +07:00 |
product.sql.go
|
add product image
|
2023-04-05 14:04:49 +07:00 |
purchase_order_detail.sql.go
|
add product category
|
2023-03-16 16:55:45 +07:00 |
querier.go
|
add sale order
|
2023-03-22 12:06:09 +07:00 |
sale_order_detail.sql.go
|
add sale order
|
2023-03-22 12:06:09 +07:00 |
sale_order.sql.go
|
add sale order
|
2023-03-22 12:06:09 +07:00 |
sessions.sql.go
|
add refresh token
|
2023-03-16 12:21:41 +07:00 |
stock_log_test.go
|
add create stock logs
|
2023-03-19 18:17:17 +07:00 |
stock_log.sql.go
|
add create stock logs
|
2023-03-19 18:17:17 +07:00 |
store_test.go
|
set profit to calculated in backend
|
2023-04-20 18:34:06 +07:00 |
store.go
|
refactor transaction
|
2023-03-22 15:14:54 +07:00 |
suppliers_test.go
|
add product type in products
|
2023-03-22 13:40:18 +07:00 |
suppliers.sql.go
|
mock test
|
2023-03-12 11:01:43 +07:00 |
tx_purchase_order.go
|
refactor transaction
|
2023-03-22 15:14:54 +07:00 |
tx_sale_order.go
|
change SaleOrderProduct store type
|
2023-09-08 12:38:23 +07:00 |
users_test.go
|
add create stock logs
|
2023-03-19 18:17:17 +07:00 |
users.sql.go
|
add create stock logs
|
2023-03-19 18:17:17 +07:00 |