intigrate others sales , return and implement day end duntinalities

This commit is contained in:
Dhananjaya99
2026-08-16 23:21:40 +05:30
parent ae6a87022d
commit 6528fc8d9d
71 changed files with 39668 additions and 296 deletions
+16
View File
@@ -31,5 +31,21 @@
"GlVatRecoverableAccountCode": "1200",
"GlClearingAccountCode": "2000"
},
"SalesDayEnd": {
"GlCashAccountCode": "1000-01",
"GlSalesRevenueAccountCode": "4000",
"GlSalesDiscountAccountCode": "4100",
"GlTaxPayableAccountCode": "2100",
"GlCogsAccountCode": "5000",
"GlInventoryAccountCode": "1100"
},
"Adjustment": {
"GlInventoryAccountCode": "1100",
"GlGainAccountCode": "4200",
"GlLossAccountCode": "5100"
},
"SalesInvoice": {
"GlAccountsReceivableCode": "1300"
},
"AllowedHosts": "*"
}