third commit

This commit is contained in:
2026-07-31 17:06:52 +05:30
parent d9886880cc
commit 9891a69a5f
32 changed files with 2083 additions and 557 deletions

View File

@@ -6,6 +6,16 @@ class AppConstants {
static const String storeName = 'Nearle Daily';
static const String storeAddress = '12 Gandhipuram Main Rd, Coimbatore 641012';
static const String storeGstin = '33ABCDE1234F1Z5';
static const String storeCin = 'U52190TZ2024PTC012345';
static const String storeFssai = '12417812000447';
static const String storeLegalName = 'Nearle Retail Private Limited';
/// Place of supply, printed on the tax invoice.
static const String stateCode = '33';
static const String stateName = 'TN';
static const String storeCode = '6709';
static const String posNumber = 'R120';
static const String storePhone = '+91 90000 12345';
static const String currencySymbol = '\u20B9';
static const String locale = 'en_IN';